Oct 13 13:11:37.590 INFO checking jemallocator-0.1.9 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 13:11:37.590 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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.056 INFO blam! 411b9a5fe090047f6cab96af6d7f34c977ada0f5baa53abb9a3e4c3a646c1573 Oct 13 13:11:38.065 INFO running `"docker" "start" "-a" "411b9a5fe090047f6cab96af6d7f34c977ada0f5baa53abb9a3e4c3a646c1573"` Oct 13 13:11:39.499 INFO kablam! usermod: no changes Oct 13 13:11:39.608 INFO kablam! Compiling fs_extra v1.1.0 Oct 13 13:11:40.908 INFO kablam! Compiling jemalloc-sys v0.1.7 Oct 13 13:13:22.189 INFO kablam! Checking jemallocator v0.1.9 (/source) Oct 13 13:13:27.552 INFO kablam! error[E0432]: unresolved import `std::heap` Oct 13 13:13:27.552 INFO kablam! --> benches/roundtrip.rs:9:10 Oct 13 13:13:27.552 INFO kablam! | Oct 13 13:13:27.552 INFO kablam! 9 | use std::heap::{Alloc, Layout, Excess}; Oct 13 13:13:27.552 INFO kablam! | ^^^^ Could not find `heap` in `std` Oct 13 13:13:27.552 INFO kablam! Oct 13 13:13:28.527 INFO kablam! warning: unused import: `Alloc` Oct 13 13:13:28.527 INFO kablam! --> benches/roundtrip.rs:9:17 Oct 13 13:13:28.532 INFO kablam! | Oct 13 13:13:28.532 INFO kablam! 9 | use std::heap::{Alloc, Layout, Excess}; Oct 13 13:13:28.532 INFO kablam! | ^^^^^ Oct 13 13:13:28.532 INFO kablam! | Oct 13 13:13:28.532 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 13:13:28.532 INFO kablam! Oct 13 13:13:36.829 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.829 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.830 INFO kablam! | Oct 13 13:13:36.830 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.830 INFO kablam! | ^^^^^ Oct 13 13:13:36.830 INFO kablam! ... Oct 13 13:13:36.831 INFO kablam! 260 | rt_alloc_layout_checked!(rt_pow2_1bytes_1align_alloc_layout_checked, 1, 1); Oct 13 13:13:36.831 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.831 INFO kablam! | Oct 13 13:13:36.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.832 INFO kablam! | Oct 13 13:13:36.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.833 INFO kablam! | Oct 13 13:13:36.833 INFO kablam! Oct 13 13:13:36.833 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.833 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.833 INFO kablam! | Oct 13 13:13:36.833 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.833 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.833 INFO kablam! ... Oct 13 13:13:36.833 INFO kablam! 260 | rt_alloc_layout_checked!(rt_pow2_1bytes_1align_alloc_layout_checked, 1, 1); Oct 13 13:13:36.833 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.833 INFO kablam! | Oct 13 13:13:36.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.833 INFO kablam! | Oct 13 13:13:36.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.833 INFO kablam! | Oct 13 13:13:36.833 INFO kablam! Oct 13 13:13:36.833 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.833 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.833 INFO kablam! | Oct 13 13:13:36.833 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.833 INFO kablam! | ^^^^^ Oct 13 13:13:36.833 INFO kablam! ... Oct 13 13:13:36.833 INFO kablam! 273 | rt_alloc_layout_checked!(rt_pow2_2bytes_1align_alloc_layout_checked, 2, 1); Oct 13 13:13:36.833 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.833 INFO kablam! | Oct 13 13:13:36.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.833 INFO kablam! | Oct 13 13:13:36.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.833 INFO kablam! | Oct 13 13:13:36.833 INFO kablam! Oct 13 13:13:36.833 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.833 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.833 INFO kablam! | Oct 13 13:13:36.833 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.833 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.833 INFO kablam! ... Oct 13 13:13:36.833 INFO kablam! 273 | rt_alloc_layout_checked!(rt_pow2_2bytes_1align_alloc_layout_checked, 2, 1); Oct 13 13:13:36.833 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.833 INFO kablam! | Oct 13 13:13:36.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.833 INFO kablam! | Oct 13 13:13:36.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.833 INFO kablam! | Oct 13 13:13:36.833 INFO kablam! Oct 13 13:13:36.841 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.841 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.841 INFO kablam! | Oct 13 13:13:36.841 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.841 INFO kablam! | ^^^^^ Oct 13 13:13:36.841 INFO kablam! ... Oct 13 13:13:36.841 INFO kablam! 286 | rt_alloc_layout_checked!(rt_pow2_4bytes_1align_alloc_layout_checked, 4, 1); Oct 13 13:13:36.841 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.841 INFO kablam! | Oct 13 13:13:36.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.841 INFO kablam! | Oct 13 13:13:36.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.841 INFO kablam! | Oct 13 13:13:36.841 INFO kablam! Oct 13 13:13:36.841 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.841 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.841 INFO kablam! | Oct 13 13:13:36.841 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.841 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.841 INFO kablam! ... Oct 13 13:13:36.841 INFO kablam! 286 | rt_alloc_layout_checked!(rt_pow2_4bytes_1align_alloc_layout_checked, 4, 1); Oct 13 13:13:36.841 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.841 INFO kablam! | Oct 13 13:13:36.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.841 INFO kablam! | Oct 13 13:13:36.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.841 INFO kablam! | Oct 13 13:13:36.841 INFO kablam! Oct 13 13:13:36.841 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.841 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.841 INFO kablam! | Oct 13 13:13:36.841 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.841 INFO kablam! | ^^^^^ Oct 13 13:13:36.841 INFO kablam! ... Oct 13 13:13:36.841 INFO kablam! 299 | rt_alloc_layout_checked!(rt_pow2_8bytes_1align_alloc_layout_checked, 8, 1); Oct 13 13:13:36.841 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.841 INFO kablam! | Oct 13 13:13:36.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.841 INFO kablam! | Oct 13 13:13:36.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.841 INFO kablam! | Oct 13 13:13:36.841 INFO kablam! Oct 13 13:13:36.841 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.842 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.842 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.842 INFO kablam! ... Oct 13 13:13:36.842 INFO kablam! 299 | rt_alloc_layout_checked!(rt_pow2_8bytes_1align_alloc_layout_checked, 8, 1); Oct 13 13:13:36.842 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.842 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! Oct 13 13:13:36.842 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.842 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.842 INFO kablam! | ^^^^^ Oct 13 13:13:36.842 INFO kablam! ... Oct 13 13:13:36.842 INFO kablam! 312 | rt_alloc_layout_checked!(rt_pow2_16bytes_1align_alloc_layout_checked, 16, 1); Oct 13 13:13:36.842 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.842 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! Oct 13 13:13:36.842 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.842 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.842 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.842 INFO kablam! ... Oct 13 13:13:36.842 INFO kablam! 312 | rt_alloc_layout_checked!(rt_pow2_16bytes_1align_alloc_layout_checked, 16, 1); Oct 13 13:13:36.842 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.842 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! Oct 13 13:13:36.842 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.842 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.842 INFO kablam! | ^^^^^ Oct 13 13:13:36.842 INFO kablam! ... Oct 13 13:13:36.842 INFO kablam! 325 | rt_alloc_layout_checked!(rt_pow2_32bytes_1align_alloc_layout_checked, 32, 1); Oct 13 13:13:36.842 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.842 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! Oct 13 13:13:36.842 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.842 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.842 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.842 INFO kablam! ... Oct 13 13:13:36.842 INFO kablam! 325 | rt_alloc_layout_checked!(rt_pow2_32bytes_1align_alloc_layout_checked, 32, 1); Oct 13 13:13:36.842 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.842 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! Oct 13 13:13:36.842 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.842 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.842 INFO kablam! | ^^^^^ Oct 13 13:13:36.842 INFO kablam! ... Oct 13 13:13:36.842 INFO kablam! 338 | rt_alloc_layout_checked!(rt_pow2_64bytes_1align_alloc_layout_checked, 64, 1); Oct 13 13:13:36.842 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.842 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.842 INFO kablam! | Oct 13 13:13:36.842 INFO kablam! Oct 13 13:13:36.842 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.842 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.843 INFO kablam! | Oct 13 13:13:36.843 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.843 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.843 INFO kablam! ... Oct 13 13:13:36.843 INFO kablam! 338 | rt_alloc_layout_checked!(rt_pow2_64bytes_1align_alloc_layout_checked, 64, 1); Oct 13 13:13:36.843 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.843 INFO kablam! | Oct 13 13:13:36.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.843 INFO kablam! | Oct 13 13:13:36.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.843 INFO kablam! | Oct 13 13:13:36.843 INFO kablam! Oct 13 13:13:36.843 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.843 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.843 INFO kablam! | Oct 13 13:13:36.843 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.843 INFO kablam! | ^^^^^ Oct 13 13:13:36.843 INFO kablam! ... Oct 13 13:13:36.843 INFO kablam! 351 | rt_alloc_layout_checked!(rt_pow2_128bytes_1align_alloc_layout_checked, 128, 1); Oct 13 13:13:36.843 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.843 INFO kablam! | Oct 13 13:13:36.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.843 INFO kablam! | Oct 13 13:13:36.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.843 INFO kablam! | Oct 13 13:13:36.843 INFO kablam! Oct 13 13:13:36.844 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.844 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.844 INFO kablam! | Oct 13 13:13:36.844 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.844 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.844 INFO kablam! ... Oct 13 13:13:36.844 INFO kablam! 351 | rt_alloc_layout_checked!(rt_pow2_128bytes_1align_alloc_layout_checked, 128, 1); Oct 13 13:13:36.844 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.844 INFO kablam! | Oct 13 13:13:36.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.844 INFO kablam! | Oct 13 13:13:36.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.844 INFO kablam! | Oct 13 13:13:36.844 INFO kablam! Oct 13 13:13:36.844 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.844 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.844 INFO kablam! | Oct 13 13:13:36.845 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.845 INFO kablam! | ^^^^^ Oct 13 13:13:36.845 INFO kablam! ... Oct 13 13:13:36.845 INFO kablam! 364 | rt_alloc_layout_checked!(rt_pow2_256bytes_1align_alloc_layout_checked, 256, 1); Oct 13 13:13:36.845 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.845 INFO kablam! | Oct 13 13:13:36.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.845 INFO kablam! | Oct 13 13:13:36.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.845 INFO kablam! | Oct 13 13:13:36.845 INFO kablam! Oct 13 13:13:36.845 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.845 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.845 INFO kablam! | Oct 13 13:13:36.845 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.845 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.845 INFO kablam! ... Oct 13 13:13:36.845 INFO kablam! 364 | rt_alloc_layout_checked!(rt_pow2_256bytes_1align_alloc_layout_checked, 256, 1); Oct 13 13:13:36.845 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.845 INFO kablam! | Oct 13 13:13:36.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.845 INFO kablam! | Oct 13 13:13:36.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.845 INFO kablam! | Oct 13 13:13:36.845 INFO kablam! Oct 13 13:13:36.845 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.845 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.845 INFO kablam! | Oct 13 13:13:36.845 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.845 INFO kablam! | ^^^^^ Oct 13 13:13:36.845 INFO kablam! ... Oct 13 13:13:36.845 INFO kablam! 377 | rt_alloc_layout_checked!(rt_pow2_512bytes_1align_alloc_layout_checked, 512, 1); Oct 13 13:13:36.845 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.845 INFO kablam! | Oct 13 13:13:36.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.845 INFO kablam! | Oct 13 13:13:36.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.845 INFO kablam! | Oct 13 13:13:36.845 INFO kablam! Oct 13 13:13:36.848 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.848 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.848 INFO kablam! | Oct 13 13:13:36.848 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.848 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.848 INFO kablam! ... Oct 13 13:13:36.848 INFO kablam! 377 | rt_alloc_layout_checked!(rt_pow2_512bytes_1align_alloc_layout_checked, 512, 1); Oct 13 13:13:36.848 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.848 INFO kablam! | Oct 13 13:13:36.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.848 INFO kablam! | Oct 13 13:13:36.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.848 INFO kablam! | Oct 13 13:13:36.848 INFO kablam! Oct 13 13:13:36.848 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.848 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.849 INFO kablam! | Oct 13 13:13:36.849 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.849 INFO kablam! | ^^^^^ Oct 13 13:13:36.849 INFO kablam! ... Oct 13 13:13:36.849 INFO kablam! 390 | rt_alloc_layout_checked!(rt_pow2_1024bytes_1align_alloc_layout_checked, 1024, 1); Oct 13 13:13:36.849 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.849 INFO kablam! | Oct 13 13:13:36.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.849 INFO kablam! | Oct 13 13:13:36.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.849 INFO kablam! | Oct 13 13:13:36.849 INFO kablam! Oct 13 13:13:36.849 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.849 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.849 INFO kablam! | Oct 13 13:13:36.849 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.849 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.849 INFO kablam! ... Oct 13 13:13:36.849 INFO kablam! 390 | rt_alloc_layout_checked!(rt_pow2_1024bytes_1align_alloc_layout_checked, 1024, 1); Oct 13 13:13:36.849 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.849 INFO kablam! | Oct 13 13:13:36.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.849 INFO kablam! | Oct 13 13:13:36.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.849 INFO kablam! | Oct 13 13:13:36.849 INFO kablam! Oct 13 13:13:36.849 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.849 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.849 INFO kablam! | Oct 13 13:13:36.849 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.849 INFO kablam! | ^^^^^ Oct 13 13:13:36.849 INFO kablam! ... Oct 13 13:13:36.849 INFO kablam! 403 | rt_alloc_layout_checked!(rt_pow2_2048bytes_1align_alloc_layout_checked, 2048, 1); Oct 13 13:13:36.849 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.852 INFO kablam! | Oct 13 13:13:36.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.852 INFO kablam! | Oct 13 13:13:36.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.852 INFO kablam! | Oct 13 13:13:36.852 INFO kablam! Oct 13 13:13:36.852 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.852 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.852 INFO kablam! | Oct 13 13:13:36.852 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.852 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.852 INFO kablam! ... Oct 13 13:13:36.852 INFO kablam! 403 | rt_alloc_layout_checked!(rt_pow2_2048bytes_1align_alloc_layout_checked, 2048, 1); Oct 13 13:13:36.852 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.852 INFO kablam! | Oct 13 13:13:36.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.852 INFO kablam! | Oct 13 13:13:36.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.853 INFO kablam! | Oct 13 13:13:36.853 INFO kablam! Oct 13 13:13:36.853 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.853 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.853 INFO kablam! | Oct 13 13:13:36.853 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.853 INFO kablam! | ^^^^^ Oct 13 13:13:36.853 INFO kablam! ... Oct 13 13:13:36.853 INFO kablam! 416 | rt_alloc_layout_checked!(rt_pow2_4096bytes_1align_alloc_layout_checked, 4096, 1); Oct 13 13:13:36.853 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.853 INFO kablam! | Oct 13 13:13:36.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.853 INFO kablam! | Oct 13 13:13:36.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.853 INFO kablam! | Oct 13 13:13:36.853 INFO kablam! Oct 13 13:13:36.853 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.853 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.853 INFO kablam! | Oct 13 13:13:36.853 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.853 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.853 INFO kablam! ... Oct 13 13:13:36.853 INFO kablam! 416 | rt_alloc_layout_checked!(rt_pow2_4096bytes_1align_alloc_layout_checked, 4096, 1); Oct 13 13:13:36.853 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.853 INFO kablam! | Oct 13 13:13:36.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.853 INFO kablam! | Oct 13 13:13:36.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.853 INFO kablam! | Oct 13 13:13:36.853 INFO kablam! Oct 13 13:13:36.856 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.856 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.856 INFO kablam! | Oct 13 13:13:36.856 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.856 INFO kablam! | ^^^^^ Oct 13 13:13:36.856 INFO kablam! ... Oct 13 13:13:36.856 INFO kablam! 429 | rt_alloc_layout_checked!(rt_pow2_8192bytes_1align_alloc_layout_checked, 8192, 1); Oct 13 13:13:36.856 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.856 INFO kablam! | Oct 13 13:13:36.856 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.856 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.856 INFO kablam! | Oct 13 13:13:36.856 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.856 INFO kablam! | Oct 13 13:13:36.856 INFO kablam! Oct 13 13:13:36.856 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.856 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.856 INFO kablam! | Oct 13 13:13:36.856 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.856 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.856 INFO kablam! ... Oct 13 13:13:36.856 INFO kablam! 429 | rt_alloc_layout_checked!(rt_pow2_8192bytes_1align_alloc_layout_checked, 8192, 1); Oct 13 13:13:36.856 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.856 INFO kablam! | Oct 13 13:13:36.856 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.857 INFO kablam! | Oct 13 13:13:36.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.857 INFO kablam! | Oct 13 13:13:36.857 INFO kablam! Oct 13 13:13:36.857 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.857 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.857 INFO kablam! | Oct 13 13:13:36.857 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.857 INFO kablam! | ^^^^^ Oct 13 13:13:36.857 INFO kablam! ... Oct 13 13:13:36.857 INFO kablam! 442 | rt_alloc_layout_checked!(rt_pow2_16384bytes_1align_alloc_layout_checked, 16384, 1); Oct 13 13:13:36.857 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.857 INFO kablam! | Oct 13 13:13:36.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.857 INFO kablam! | Oct 13 13:13:36.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.857 INFO kablam! | Oct 13 13:13:36.857 INFO kablam! Oct 13 13:13:36.869 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.869 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.869 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.869 INFO kablam! ... Oct 13 13:13:36.869 INFO kablam! 442 | rt_alloc_layout_checked!(rt_pow2_16384bytes_1align_alloc_layout_checked, 16384, 1); Oct 13 13:13:36.869 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! Oct 13 13:13:36.869 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.869 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.869 INFO kablam! | ^^^^^ Oct 13 13:13:36.869 INFO kablam! ... Oct 13 13:13:36.869 INFO kablam! 455 | rt_alloc_layout_checked!(rt_pow2_32768bytes_1align_alloc_layout_checked, 32768, 1); Oct 13 13:13:36.869 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! Oct 13 13:13:36.869 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.869 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.869 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.869 INFO kablam! ... Oct 13 13:13:36.869 INFO kablam! 455 | rt_alloc_layout_checked!(rt_pow2_32768bytes_1align_alloc_layout_checked, 32768, 1); Oct 13 13:13:36.869 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! Oct 13 13:13:36.869 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.869 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.869 INFO kablam! | ^^^^^ Oct 13 13:13:36.869 INFO kablam! ... Oct 13 13:13:36.869 INFO kablam! 468 | rt_alloc_layout_checked!(rt_pow2_65536bytes_1align_alloc_layout_checked, 65536, 1); Oct 13 13:13:36.869 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! Oct 13 13:13:36.869 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.869 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.869 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.869 INFO kablam! ... Oct 13 13:13:36.869 INFO kablam! 468 | rt_alloc_layout_checked!(rt_pow2_65536bytes_1align_alloc_layout_checked, 65536, 1); Oct 13 13:13:36.869 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! Oct 13 13:13:36.869 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.869 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.869 INFO kablam! | Oct 13 13:13:36.869 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.869 INFO kablam! | ^^^^^ Oct 13 13:13:36.869 INFO kablam! ... Oct 13 13:13:36.869 INFO kablam! 481 | rt_alloc_layout_checked!(rt_pow2_131072bytes_1align_alloc_layout_checked, 131072, 1); Oct 13 13:13:36.870 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.870 INFO kablam! | Oct 13 13:13:36.870 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.870 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.870 INFO kablam! | Oct 13 13:13:36.870 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.870 INFO kablam! | Oct 13 13:13:36.870 INFO kablam! Oct 13 13:13:36.870 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.870 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.870 INFO kablam! | Oct 13 13:13:36.870 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.870 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.870 INFO kablam! ... Oct 13 13:13:36.870 INFO kablam! 481 | rt_alloc_layout_checked!(rt_pow2_131072bytes_1align_alloc_layout_checked, 131072, 1); Oct 13 13:13:36.870 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.870 INFO kablam! | Oct 13 13:13:36.870 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.870 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.870 INFO kablam! | Oct 13 13:13:36.870 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.870 INFO kablam! | Oct 13 13:13:36.870 INFO kablam! Oct 13 13:13:36.870 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.870 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.870 INFO kablam! | Oct 13 13:13:36.870 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.870 INFO kablam! | ^^^^^ Oct 13 13:13:36.870 INFO kablam! ... Oct 13 13:13:36.870 INFO kablam! 494 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_1align_alloc_layout_checked, 4194304, 1); Oct 13 13:13:36.870 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.870 INFO kablam! | Oct 13 13:13:36.870 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.870 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.870 INFO kablam! | Oct 13 13:13:36.870 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.870 INFO kablam! | Oct 13 13:13:36.870 INFO kablam! Oct 13 13:13:36.870 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.870 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.870 INFO kablam! | Oct 13 13:13:36.870 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.870 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.870 INFO kablam! ... Oct 13 13:13:36.870 INFO kablam! 494 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_1align_alloc_layout_checked, 4194304, 1); Oct 13 13:13:36.870 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.870 INFO kablam! | Oct 13 13:13:36.870 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.870 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.870 INFO kablam! | Oct 13 13:13:36.870 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.870 INFO kablam! | Oct 13 13:13:36.870 INFO kablam! Oct 13 13:13:36.872 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.872 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.872 INFO kablam! | Oct 13 13:13:36.872 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.872 INFO kablam! | ^^^^^ Oct 13 13:13:36.872 INFO kablam! ... Oct 13 13:13:36.872 INFO kablam! 508 | rt_alloc_layout_checked!(rt_even_10bytes_1align_alloc_layout_checked, 10, 1); Oct 13 13:13:36.872 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.872 INFO kablam! | Oct 13 13:13:36.872 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.872 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.872 INFO kablam! | Oct 13 13:13:36.872 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.872 INFO kablam! | Oct 13 13:13:36.872 INFO kablam! Oct 13 13:13:36.872 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.872 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.872 INFO kablam! | Oct 13 13:13:36.872 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.872 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.872 INFO kablam! ... Oct 13 13:13:36.872 INFO kablam! 508 | rt_alloc_layout_checked!(rt_even_10bytes_1align_alloc_layout_checked, 10, 1); Oct 13 13:13:36.872 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.872 INFO kablam! | Oct 13 13:13:36.872 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.872 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.872 INFO kablam! | Oct 13 13:13:36.872 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.872 INFO kablam! | Oct 13 13:13:36.872 INFO kablam! Oct 13 13:13:36.872 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.872 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.872 INFO kablam! | Oct 13 13:13:36.872 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.872 INFO kablam! | ^^^^^ Oct 13 13:13:36.872 INFO kablam! ... Oct 13 13:13:36.872 INFO kablam! 521 | rt_alloc_layout_checked!(rt_even_100bytes_1align_alloc_layout_checked, 100, 1); Oct 13 13:13:36.872 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.873 INFO kablam! | Oct 13 13:13:36.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.873 INFO kablam! | Oct 13 13:13:36.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.873 INFO kablam! | Oct 13 13:13:36.873 INFO kablam! Oct 13 13:13:36.873 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.873 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.873 INFO kablam! | Oct 13 13:13:36.873 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.873 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.873 INFO kablam! ... Oct 13 13:13:36.873 INFO kablam! 521 | rt_alloc_layout_checked!(rt_even_100bytes_1align_alloc_layout_checked, 100, 1); Oct 13 13:13:36.873 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.873 INFO kablam! | Oct 13 13:13:36.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.873 INFO kablam! | Oct 13 13:13:36.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.873 INFO kablam! | Oct 13 13:13:36.873 INFO kablam! Oct 13 13:13:36.874 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.874 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.874 INFO kablam! | Oct 13 13:13:36.874 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.874 INFO kablam! | ^^^^^ Oct 13 13:13:36.874 INFO kablam! ... Oct 13 13:13:36.874 INFO kablam! 534 | rt_alloc_layout_checked!(rt_even_1000bytes_1align_alloc_layout_checked, 1000, 1); Oct 13 13:13:36.875 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.875 INFO kablam! | Oct 13 13:13:36.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.875 INFO kablam! | Oct 13 13:13:36.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.875 INFO kablam! | Oct 13 13:13:36.875 INFO kablam! Oct 13 13:13:36.875 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.875 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.875 INFO kablam! | Oct 13 13:13:36.875 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.875 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.875 INFO kablam! ... Oct 13 13:13:36.875 INFO kablam! 534 | rt_alloc_layout_checked!(rt_even_1000bytes_1align_alloc_layout_checked, 1000, 1); Oct 13 13:13:36.875 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.875 INFO kablam! | Oct 13 13:13:36.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.875 INFO kablam! | Oct 13 13:13:36.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.876 INFO kablam! | Oct 13 13:13:36.876 INFO kablam! Oct 13 13:13:36.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.877 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.877 INFO kablam! | Oct 13 13:13:36.877 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.877 INFO kablam! | ^^^^^ Oct 13 13:13:36.877 INFO kablam! ... Oct 13 13:13:36.877 INFO kablam! 547 | rt_alloc_layout_checked!(rt_even_10000bytes_1align_alloc_layout_checked, 10000, 1); Oct 13 13:13:36.877 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.877 INFO kablam! | Oct 13 13:13:36.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.877 INFO kablam! | Oct 13 13:13:36.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.877 INFO kablam! | Oct 13 13:13:36.877 INFO kablam! Oct 13 13:13:36.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.877 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.877 INFO kablam! | Oct 13 13:13:36.877 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.877 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.877 INFO kablam! ... Oct 13 13:13:36.877 INFO kablam! 547 | rt_alloc_layout_checked!(rt_even_10000bytes_1align_alloc_layout_checked, 10000, 1); Oct 13 13:13:36.877 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.878 INFO kablam! | Oct 13 13:13:36.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.878 INFO kablam! | Oct 13 13:13:36.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.878 INFO kablam! | Oct 13 13:13:36.878 INFO kablam! Oct 13 13:13:36.884 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.884 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.884 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.885 INFO kablam! | ^^^^^ Oct 13 13:13:36.885 INFO kablam! ... Oct 13 13:13:36.885 INFO kablam! 560 | rt_alloc_layout_checked!(rt_even_100000bytes_1align_alloc_layout_checked, 100000, 1); Oct 13 13:13:36.885 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! Oct 13 13:13:36.885 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.885 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.885 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.885 INFO kablam! ... Oct 13 13:13:36.885 INFO kablam! 560 | rt_alloc_layout_checked!(rt_even_100000bytes_1align_alloc_layout_checked, 100000, 1); Oct 13 13:13:36.885 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! Oct 13 13:13:36.885 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.885 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.885 INFO kablam! | ^^^^^ Oct 13 13:13:36.885 INFO kablam! ... Oct 13 13:13:36.885 INFO kablam! 573 | rt_alloc_layout_checked!(rt_even_1000000bytes_1align_alloc_layout_checked, 1000000, 1); Oct 13 13:13:36.885 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! Oct 13 13:13:36.885 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.885 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.885 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.885 INFO kablam! ... Oct 13 13:13:36.885 INFO kablam! 573 | rt_alloc_layout_checked!(rt_even_1000000bytes_1align_alloc_layout_checked, 1000000, 1); Oct 13 13:13:36.885 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! Oct 13 13:13:36.885 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.885 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.885 INFO kablam! | ^^^^^ Oct 13 13:13:36.885 INFO kablam! ... Oct 13 13:13:36.885 INFO kablam! 587 | rt_alloc_layout_checked!(rt_odd_10bytes_1align_alloc_layout_checked, 10- 1, 1); Oct 13 13:13:36.885 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! Oct 13 13:13:36.885 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.885 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.885 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.885 INFO kablam! ... Oct 13 13:13:36.885 INFO kablam! 587 | rt_alloc_layout_checked!(rt_odd_10bytes_1align_alloc_layout_checked, 10- 1, 1); Oct 13 13:13:36.885 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.885 INFO kablam! | Oct 13 13:13:36.885 INFO kablam! Oct 13 13:13:36.885 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.885 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.886 INFO kablam! | Oct 13 13:13:36.886 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.886 INFO kablam! | ^^^^^ Oct 13 13:13:36.886 INFO kablam! ... Oct 13 13:13:36.886 INFO kablam! 600 | rt_alloc_layout_checked!(rt_odd_100bytes_1align_alloc_layout_checked, 100- 1, 1); Oct 13 13:13:36.886 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.886 INFO kablam! | Oct 13 13:13:36.886 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.886 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.886 INFO kablam! | Oct 13 13:13:36.886 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.886 INFO kablam! | Oct 13 13:13:36.886 INFO kablam! Oct 13 13:13:36.888 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.888 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.888 INFO kablam! | Oct 13 13:13:36.888 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.888 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.888 INFO kablam! ... Oct 13 13:13:36.888 INFO kablam! 600 | rt_alloc_layout_checked!(rt_odd_100bytes_1align_alloc_layout_checked, 100- 1, 1); Oct 13 13:13:36.888 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.888 INFO kablam! | Oct 13 13:13:36.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.888 INFO kablam! | Oct 13 13:13:36.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.888 INFO kablam! | Oct 13 13:13:36.888 INFO kablam! Oct 13 13:13:36.888 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.888 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.888 INFO kablam! | Oct 13 13:13:36.888 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.889 INFO kablam! | ^^^^^ Oct 13 13:13:36.889 INFO kablam! ... Oct 13 13:13:36.889 INFO kablam! 613 | rt_alloc_layout_checked!(rt_odd_1000bytes_1align_alloc_layout_checked, 1000- 1, 1); Oct 13 13:13:36.889 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.889 INFO kablam! | Oct 13 13:13:36.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.889 INFO kablam! | Oct 13 13:13:36.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.889 INFO kablam! | Oct 13 13:13:36.889 INFO kablam! Oct 13 13:13:36.889 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.889 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.889 INFO kablam! | Oct 13 13:13:36.889 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.889 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.889 INFO kablam! ... Oct 13 13:13:36.889 INFO kablam! 613 | rt_alloc_layout_checked!(rt_odd_1000bytes_1align_alloc_layout_checked, 1000- 1, 1); Oct 13 13:13:36.889 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.889 INFO kablam! | Oct 13 13:13:36.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.889 INFO kablam! | Oct 13 13:13:36.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.889 INFO kablam! | Oct 13 13:13:36.889 INFO kablam! Oct 13 13:13:36.889 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.889 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.889 INFO kablam! | Oct 13 13:13:36.889 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.889 INFO kablam! | ^^^^^ Oct 13 13:13:36.889 INFO kablam! ... Oct 13 13:13:36.889 INFO kablam! 626 | rt_alloc_layout_checked!(rt_odd_10000bytes_1align_alloc_layout_checked, 10000- 1, 1); Oct 13 13:13:36.889 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.889 INFO kablam! | Oct 13 13:13:36.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.889 INFO kablam! | Oct 13 13:13:36.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.889 INFO kablam! | Oct 13 13:13:36.889 INFO kablam! Oct 13 13:13:36.892 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.892 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.892 INFO kablam! | Oct 13 13:13:36.892 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.892 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.892 INFO kablam! ... Oct 13 13:13:36.892 INFO kablam! 626 | rt_alloc_layout_checked!(rt_odd_10000bytes_1align_alloc_layout_checked, 10000- 1, 1); Oct 13 13:13:36.892 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.892 INFO kablam! | Oct 13 13:13:36.892 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.892 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.892 INFO kablam! | Oct 13 13:13:36.892 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.892 INFO kablam! | Oct 13 13:13:36.892 INFO kablam! Oct 13 13:13:36.892 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.892 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.892 INFO kablam! | Oct 13 13:13:36.892 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.892 INFO kablam! | ^^^^^ Oct 13 13:13:36.892 INFO kablam! ... Oct 13 13:13:36.893 INFO kablam! 639 | rt_alloc_layout_checked!(rt_odd_100000bytes_1align_alloc_layout_checked, 100000- 1, 1); Oct 13 13:13:36.893 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.893 INFO kablam! | Oct 13 13:13:36.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.893 INFO kablam! | Oct 13 13:13:36.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.893 INFO kablam! | Oct 13 13:13:36.893 INFO kablam! Oct 13 13:13:36.893 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.893 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.893 INFO kablam! | Oct 13 13:13:36.893 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.893 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.893 INFO kablam! ... Oct 13 13:13:36.893 INFO kablam! 639 | rt_alloc_layout_checked!(rt_odd_100000bytes_1align_alloc_layout_checked, 100000- 1, 1); Oct 13 13:13:36.893 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.893 INFO kablam! | Oct 13 13:13:36.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.893 INFO kablam! | Oct 13 13:13:36.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.893 INFO kablam! | Oct 13 13:13:36.893 INFO kablam! Oct 13 13:13:36.893 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.893 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.893 INFO kablam! | Oct 13 13:13:36.893 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.893 INFO kablam! | ^^^^^ Oct 13 13:13:36.893 INFO kablam! ... Oct 13 13:13:36.893 INFO kablam! 652 | rt_alloc_layout_checked!(rt_odd_1000000bytes_1align_alloc_layout_checked, 1000000- 1, 1); Oct 13 13:13:36.893 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.893 INFO kablam! | Oct 13 13:13:36.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.893 INFO kablam! | Oct 13 13:13:36.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.893 INFO kablam! | Oct 13 13:13:36.893 INFO kablam! Oct 13 13:13:36.899 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.899 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.899 INFO kablam! | Oct 13 13:13:36.899 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.899 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.899 INFO kablam! ... Oct 13 13:13:36.899 INFO kablam! 652 | rt_alloc_layout_checked!(rt_odd_1000000bytes_1align_alloc_layout_checked, 1000000- 1, 1); Oct 13 13:13:36.899 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.899 INFO kablam! | Oct 13 13:13:36.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.899 INFO kablam! | Oct 13 13:13:36.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.899 INFO kablam! | Oct 13 13:13:36.899 INFO kablam! Oct 13 13:13:36.899 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.899 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.899 INFO kablam! | Oct 13 13:13:36.899 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.899 INFO kablam! | ^^^^^ Oct 13 13:13:36.899 INFO kablam! ... Oct 13 13:13:36.899 INFO kablam! 666 | rt_alloc_layout_checked!(rt_primes_3bytes_1align_alloc_layout_checked, 3, 1); Oct 13 13:13:36.899 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.899 INFO kablam! | Oct 13 13:13:36.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.899 INFO kablam! | Oct 13 13:13:36.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.899 INFO kablam! | Oct 13 13:13:36.899 INFO kablam! Oct 13 13:13:36.899 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.899 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.899 INFO kablam! | Oct 13 13:13:36.899 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.899 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.899 INFO kablam! ... Oct 13 13:13:36.899 INFO kablam! 666 | rt_alloc_layout_checked!(rt_primes_3bytes_1align_alloc_layout_checked, 3, 1); Oct 13 13:13:36.899 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.899 INFO kablam! | Oct 13 13:13:36.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.899 INFO kablam! | Oct 13 13:13:36.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.899 INFO kablam! | Oct 13 13:13:36.899 INFO kablam! Oct 13 13:13:36.900 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.900 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.900 INFO kablam! | Oct 13 13:13:36.900 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.900 INFO kablam! | ^^^^^ Oct 13 13:13:36.900 INFO kablam! ... Oct 13 13:13:36.900 INFO kablam! 679 | rt_alloc_layout_checked!(rt_primes_7bytes_1align_alloc_layout_checked, 7, 1); Oct 13 13:13:36.900 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.900 INFO kablam! | Oct 13 13:13:36.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.900 INFO kablam! | Oct 13 13:13:36.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.900 INFO kablam! | Oct 13 13:13:36.900 INFO kablam! Oct 13 13:13:36.900 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.900 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.900 INFO kablam! | Oct 13 13:13:36.900 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.900 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.901 INFO kablam! ... Oct 13 13:13:36.901 INFO kablam! 679 | rt_alloc_layout_checked!(rt_primes_7bytes_1align_alloc_layout_checked, 7, 1); Oct 13 13:13:36.901 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.901 INFO kablam! | Oct 13 13:13:36.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.901 INFO kablam! | Oct 13 13:13:36.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.901 INFO kablam! | Oct 13 13:13:36.901 INFO kablam! Oct 13 13:13:36.901 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.901 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.901 INFO kablam! | Oct 13 13:13:36.901 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.901 INFO kablam! | ^^^^^ Oct 13 13:13:36.901 INFO kablam! ... Oct 13 13:13:36.901 INFO kablam! 692 | rt_alloc_layout_checked!(rt_primes_13bytes_1align_alloc_layout_checked, 13, 1); Oct 13 13:13:36.901 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.901 INFO kablam! | Oct 13 13:13:36.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.901 INFO kablam! | Oct 13 13:13:36.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.901 INFO kablam! | Oct 13 13:13:36.901 INFO kablam! Oct 13 13:13:36.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.901 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.901 INFO kablam! | Oct 13 13:13:36.901 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.901 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.901 INFO kablam! ... Oct 13 13:13:36.901 INFO kablam! 692 | rt_alloc_layout_checked!(rt_primes_13bytes_1align_alloc_layout_checked, 13, 1); Oct 13 13:13:36.901 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.901 INFO kablam! | Oct 13 13:13:36.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.901 INFO kablam! | Oct 13 13:13:36.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.901 INFO kablam! | Oct 13 13:13:36.901 INFO kablam! Oct 13 13:13:36.901 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.901 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.901 INFO kablam! | Oct 13 13:13:36.901 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.901 INFO kablam! | ^^^^^ Oct 13 13:13:36.901 INFO kablam! ... Oct 13 13:13:36.901 INFO kablam! 705 | rt_alloc_layout_checked!(rt_primes_17bytes_1align_alloc_layout_checked, 17, 1); Oct 13 13:13:36.901 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.901 INFO kablam! | Oct 13 13:13:36.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.901 INFO kablam! | Oct 13 13:13:36.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.901 INFO kablam! | Oct 13 13:13:36.901 INFO kablam! Oct 13 13:13:36.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.901 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.901 INFO kablam! | Oct 13 13:13:36.901 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.901 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.901 INFO kablam! ... Oct 13 13:13:36.901 INFO kablam! 705 | rt_alloc_layout_checked!(rt_primes_17bytes_1align_alloc_layout_checked, 17, 1); Oct 13 13:13:36.901 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.901 INFO kablam! | Oct 13 13:13:36.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.902 INFO kablam! | Oct 13 13:13:36.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.902 INFO kablam! | Oct 13 13:13:36.902 INFO kablam! Oct 13 13:13:36.903 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.903 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.903 INFO kablam! | Oct 13 13:13:36.903 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.903 INFO kablam! | ^^^^^ Oct 13 13:13:36.903 INFO kablam! ... Oct 13 13:13:36.903 INFO kablam! 718 | rt_alloc_layout_checked!(rt_primes_31bytes_1align_alloc_layout_checked, 31, 1); Oct 13 13:13:36.903 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.903 INFO kablam! | Oct 13 13:13:36.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.903 INFO kablam! | Oct 13 13:13:36.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.903 INFO kablam! | Oct 13 13:13:36.903 INFO kablam! Oct 13 13:13:36.903 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.903 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.903 INFO kablam! | Oct 13 13:13:36.903 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.903 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.903 INFO kablam! ... Oct 13 13:13:36.903 INFO kablam! 718 | rt_alloc_layout_checked!(rt_primes_31bytes_1align_alloc_layout_checked, 31, 1); Oct 13 13:13:36.903 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.903 INFO kablam! | Oct 13 13:13:36.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.903 INFO kablam! | Oct 13 13:13:36.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.904 INFO kablam! | Oct 13 13:13:36.904 INFO kablam! Oct 13 13:13:36.905 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.905 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.905 INFO kablam! | Oct 13 13:13:36.905 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.905 INFO kablam! | ^^^^^ Oct 13 13:13:36.905 INFO kablam! ... Oct 13 13:13:36.905 INFO kablam! 731 | rt_alloc_layout_checked!(rt_primes_61bytes_1align_alloc_layout_checked, 61, 1); Oct 13 13:13:36.905 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.905 INFO kablam! | Oct 13 13:13:36.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.906 INFO kablam! | Oct 13 13:13:36.906 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.906 INFO kablam! | Oct 13 13:13:36.906 INFO kablam! Oct 13 13:13:36.906 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.906 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.906 INFO kablam! | Oct 13 13:13:36.906 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.906 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.906 INFO kablam! ... Oct 13 13:13:36.906 INFO kablam! 731 | rt_alloc_layout_checked!(rt_primes_61bytes_1align_alloc_layout_checked, 61, 1); Oct 13 13:13:36.906 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.906 INFO kablam! | Oct 13 13:13:36.906 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.906 INFO kablam! | Oct 13 13:13:36.906 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.906 INFO kablam! | Oct 13 13:13:36.906 INFO kablam! Oct 13 13:13:36.912 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.912 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.912 INFO kablam! | Oct 13 13:13:36.912 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.912 INFO kablam! | ^^^^^ Oct 13 13:13:36.912 INFO kablam! ... Oct 13 13:13:36.912 INFO kablam! 744 | rt_alloc_layout_checked!(rt_primes_96bytes_1align_alloc_layout_checked, 96, 1); Oct 13 13:13:36.912 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.912 INFO kablam! | Oct 13 13:13:36.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.912 INFO kablam! | Oct 13 13:13:36.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.912 INFO kablam! | Oct 13 13:13:36.912 INFO kablam! Oct 13 13:13:36.912 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.912 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.912 INFO kablam! | Oct 13 13:13:36.912 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.912 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.912 INFO kablam! ... Oct 13 13:13:36.912 INFO kablam! 744 | rt_alloc_layout_checked!(rt_primes_96bytes_1align_alloc_layout_checked, 96, 1); Oct 13 13:13:36.912 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.912 INFO kablam! | Oct 13 13:13:36.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.912 INFO kablam! | Oct 13 13:13:36.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.912 INFO kablam! | Oct 13 13:13:36.912 INFO kablam! Oct 13 13:13:36.912 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.912 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.912 INFO kablam! | Oct 13 13:13:36.912 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.912 INFO kablam! | ^^^^^ Oct 13 13:13:36.912 INFO kablam! ... Oct 13 13:13:36.912 INFO kablam! 757 | rt_alloc_layout_checked!(rt_primes_127bytes_1align_alloc_layout_checked, 127, 1); Oct 13 13:13:36.912 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.912 INFO kablam! | Oct 13 13:13:36.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.912 INFO kablam! | Oct 13 13:13:36.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.912 INFO kablam! | Oct 13 13:13:36.912 INFO kablam! Oct 13 13:13:36.912 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.912 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.912 INFO kablam! | Oct 13 13:13:36.912 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.912 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.913 INFO kablam! ... Oct 13 13:13:36.913 INFO kablam! 757 | rt_alloc_layout_checked!(rt_primes_127bytes_1align_alloc_layout_checked, 127, 1); Oct 13 13:13:36.913 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.913 INFO kablam! | Oct 13 13:13:36.913 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.913 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.913 INFO kablam! | Oct 13 13:13:36.913 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.913 INFO kablam! | Oct 13 13:13:36.913 INFO kablam! Oct 13 13:13:36.913 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.913 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.913 INFO kablam! | Oct 13 13:13:36.913 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.913 INFO kablam! | ^^^^^ Oct 13 13:13:36.913 INFO kablam! ... Oct 13 13:13:36.913 INFO kablam! 770 | rt_alloc_layout_checked!(rt_primes_257bytes_1align_alloc_layout_checked, 257, 1); Oct 13 13:13:36.913 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.913 INFO kablam! | Oct 13 13:13:36.913 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.913 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.913 INFO kablam! | Oct 13 13:13:36.913 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.913 INFO kablam! | Oct 13 13:13:36.913 INFO kablam! Oct 13 13:13:36.913 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.913 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.913 INFO kablam! | Oct 13 13:13:36.913 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.913 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.913 INFO kablam! ... Oct 13 13:13:36.913 INFO kablam! 770 | rt_alloc_layout_checked!(rt_primes_257bytes_1align_alloc_layout_checked, 257, 1); Oct 13 13:13:36.913 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.913 INFO kablam! | Oct 13 13:13:36.913 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.913 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.913 INFO kablam! | Oct 13 13:13:36.913 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.913 INFO kablam! | Oct 13 13:13:36.913 INFO kablam! Oct 13 13:13:36.916 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.916 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.916 INFO kablam! | Oct 13 13:13:36.916 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.916 INFO kablam! | ^^^^^ Oct 13 13:13:36.916 INFO kablam! ... Oct 13 13:13:36.916 INFO kablam! 783 | rt_alloc_layout_checked!(rt_primes_509bytes_1align_alloc_layout_checked, 509, 1); Oct 13 13:13:36.916 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.917 INFO kablam! | Oct 13 13:13:36.917 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.917 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.917 INFO kablam! | Oct 13 13:13:36.917 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.917 INFO kablam! | Oct 13 13:13:36.917 INFO kablam! Oct 13 13:13:36.917 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.917 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.917 INFO kablam! | Oct 13 13:13:36.917 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.917 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.917 INFO kablam! ... Oct 13 13:13:36.917 INFO kablam! 783 | rt_alloc_layout_checked!(rt_primes_509bytes_1align_alloc_layout_checked, 509, 1); Oct 13 13:13:36.917 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.917 INFO kablam! | Oct 13 13:13:36.917 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.917 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.917 INFO kablam! | Oct 13 13:13:36.917 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.917 INFO kablam! | Oct 13 13:13:36.917 INFO kablam! Oct 13 13:13:36.917 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.917 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.917 INFO kablam! | Oct 13 13:13:36.917 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.917 INFO kablam! | ^^^^^ Oct 13 13:13:36.917 INFO kablam! ... Oct 13 13:13:36.917 INFO kablam! 796 | rt_alloc_layout_checked!(rt_primes_1021bytes_1align_alloc_layout_checked, 1021, 1); Oct 13 13:13:36.917 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.917 INFO kablam! | Oct 13 13:13:36.917 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.917 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.917 INFO kablam! | Oct 13 13:13:36.917 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.917 INFO kablam! | Oct 13 13:13:36.917 INFO kablam! Oct 13 13:13:36.917 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.917 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.917 INFO kablam! | Oct 13 13:13:36.917 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.917 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.917 INFO kablam! ... Oct 13 13:13:36.917 INFO kablam! 796 | rt_alloc_layout_checked!(rt_primes_1021bytes_1align_alloc_layout_checked, 1021, 1); Oct 13 13:13:36.917 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.917 INFO kablam! | Oct 13 13:13:36.917 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.917 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.917 INFO kablam! | Oct 13 13:13:36.917 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.917 INFO kablam! | Oct 13 13:13:36.917 INFO kablam! Oct 13 13:13:36.917 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.917 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.917 INFO kablam! | Oct 13 13:13:36.917 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.917 INFO kablam! | ^^^^^ Oct 13 13:13:36.917 INFO kablam! ... Oct 13 13:13:36.917 INFO kablam! 809 | rt_alloc_layout_checked!(rt_primes_2039bytes_1align_alloc_layout_checked, 2039, 1); Oct 13 13:13:36.917 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.917 INFO kablam! | Oct 13 13:13:36.917 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.917 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.917 INFO kablam! | Oct 13 13:13:36.917 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.917 INFO kablam! | Oct 13 13:13:36.918 INFO kablam! Oct 13 13:13:36.918 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.918 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.918 INFO kablam! | Oct 13 13:13:36.918 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.918 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.918 INFO kablam! ... Oct 13 13:13:36.918 INFO kablam! 809 | rt_alloc_layout_checked!(rt_primes_2039bytes_1align_alloc_layout_checked, 2039, 1); Oct 13 13:13:36.918 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.918 INFO kablam! | Oct 13 13:13:36.918 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.918 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.918 INFO kablam! | Oct 13 13:13:36.918 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.918 INFO kablam! | Oct 13 13:13:36.918 INFO kablam! Oct 13 13:13:36.921 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.921 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.921 INFO kablam! | Oct 13 13:13:36.921 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.921 INFO kablam! | ^^^^^ Oct 13 13:13:36.921 INFO kablam! ... Oct 13 13:13:36.921 INFO kablam! 822 | rt_alloc_layout_checked!(rt_primes_4093bytes_1align_alloc_layout_checked, 4093, 1); Oct 13 13:13:36.921 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.921 INFO kablam! | Oct 13 13:13:36.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.921 INFO kablam! | Oct 13 13:13:36.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.921 INFO kablam! | Oct 13 13:13:36.921 INFO kablam! Oct 13 13:13:36.921 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.921 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.921 INFO kablam! | Oct 13 13:13:36.921 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.921 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.921 INFO kablam! ... Oct 13 13:13:36.921 INFO kablam! 822 | rt_alloc_layout_checked!(rt_primes_4093bytes_1align_alloc_layout_checked, 4093, 1); Oct 13 13:13:36.921 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.921 INFO kablam! | Oct 13 13:13:36.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.921 INFO kablam! | Oct 13 13:13:36.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.921 INFO kablam! | Oct 13 13:13:36.921 INFO kablam! Oct 13 13:13:36.928 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.928 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.928 INFO kablam! | Oct 13 13:13:36.928 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.928 INFO kablam! | ^^^^^ Oct 13 13:13:36.928 INFO kablam! ... Oct 13 13:13:36.928 INFO kablam! 835 | rt_alloc_layout_checked!(rt_primes_8191bytes_1align_alloc_layout_checked, 8191, 1); Oct 13 13:13:36.928 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.928 INFO kablam! | Oct 13 13:13:36.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.928 INFO kablam! | Oct 13 13:13:36.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.928 INFO kablam! | Oct 13 13:13:36.928 INFO kablam! Oct 13 13:13:36.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.928 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.928 INFO kablam! | Oct 13 13:13:36.928 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.928 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.928 INFO kablam! ... Oct 13 13:13:36.928 INFO kablam! 835 | rt_alloc_layout_checked!(rt_primes_8191bytes_1align_alloc_layout_checked, 8191, 1); Oct 13 13:13:36.928 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.928 INFO kablam! | Oct 13 13:13:36.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.928 INFO kablam! | Oct 13 13:13:36.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.928 INFO kablam! | Oct 13 13:13:36.928 INFO kablam! Oct 13 13:13:36.928 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.928 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.928 INFO kablam! | Oct 13 13:13:36.928 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.928 INFO kablam! | ^^^^^ Oct 13 13:13:36.928 INFO kablam! ... Oct 13 13:13:36.928 INFO kablam! 848 | rt_alloc_layout_checked!(rt_primes_16381bytes_1align_alloc_layout_checked, 16381, 1); Oct 13 13:13:36.928 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.928 INFO kablam! | Oct 13 13:13:36.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.928 INFO kablam! | Oct 13 13:13:36.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.928 INFO kablam! | Oct 13 13:13:36.928 INFO kablam! Oct 13 13:13:36.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.928 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.928 INFO kablam! | Oct 13 13:13:36.929 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.929 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.929 INFO kablam! ... Oct 13 13:13:36.929 INFO kablam! 848 | rt_alloc_layout_checked!(rt_primes_16381bytes_1align_alloc_layout_checked, 16381, 1); Oct 13 13:13:36.929 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.929 INFO kablam! | Oct 13 13:13:36.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.929 INFO kablam! | Oct 13 13:13:36.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.929 INFO kablam! | Oct 13 13:13:36.929 INFO kablam! Oct 13 13:13:36.929 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.929 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.929 INFO kablam! | Oct 13 13:13:36.929 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.929 INFO kablam! | ^^^^^ Oct 13 13:13:36.929 INFO kablam! ... Oct 13 13:13:36.929 INFO kablam! 861 | rt_alloc_layout_checked!(rt_primes_32749bytes_1align_alloc_layout_checked, 32749, 1); Oct 13 13:13:36.929 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.929 INFO kablam! | Oct 13 13:13:36.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.929 INFO kablam! | Oct 13 13:13:36.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.929 INFO kablam! | Oct 13 13:13:36.929 INFO kablam! Oct 13 13:13:36.929 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.929 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.929 INFO kablam! | Oct 13 13:13:36.929 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.929 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.929 INFO kablam! ... Oct 13 13:13:36.929 INFO kablam! 861 | rt_alloc_layout_checked!(rt_primes_32749bytes_1align_alloc_layout_checked, 32749, 1); Oct 13 13:13:36.929 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.929 INFO kablam! | Oct 13 13:13:36.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.929 INFO kablam! | Oct 13 13:13:36.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.929 INFO kablam! | Oct 13 13:13:36.929 INFO kablam! Oct 13 13:13:36.929 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.929 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.929 INFO kablam! | Oct 13 13:13:36.929 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.929 INFO kablam! | ^^^^^ Oct 13 13:13:36.929 INFO kablam! ... Oct 13 13:13:36.929 INFO kablam! 874 | rt_alloc_layout_checked!(rt_primes_65537bytes_1align_alloc_layout_checked, 65537, 1); Oct 13 13:13:36.929 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.929 INFO kablam! | Oct 13 13:13:36.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.929 INFO kablam! | Oct 13 13:13:36.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.929 INFO kablam! | Oct 13 13:13:36.929 INFO kablam! Oct 13 13:13:36.936 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.936 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.936 INFO kablam! | Oct 13 13:13:36.936 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.936 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.936 INFO kablam! ... Oct 13 13:13:36.936 INFO kablam! 874 | rt_alloc_layout_checked!(rt_primes_65537bytes_1align_alloc_layout_checked, 65537, 1); Oct 13 13:13:36.936 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.936 INFO kablam! | Oct 13 13:13:36.936 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.936 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.936 INFO kablam! | Oct 13 13:13:36.936 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.936 INFO kablam! | Oct 13 13:13:36.936 INFO kablam! Oct 13 13:13:36.936 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.936 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.936 INFO kablam! | Oct 13 13:13:36.936 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.936 INFO kablam! | ^^^^^ Oct 13 13:13:36.936 INFO kablam! ... Oct 13 13:13:36.936 INFO kablam! 887 | rt_alloc_layout_checked!(rt_primes_131071bytes_1align_alloc_layout_checked, 131071, 1); Oct 13 13:13:36.936 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.936 INFO kablam! | Oct 13 13:13:36.936 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.936 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.936 INFO kablam! | Oct 13 13:13:36.936 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.936 INFO kablam! | Oct 13 13:13:36.936 INFO kablam! Oct 13 13:13:36.936 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.936 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.936 INFO kablam! | Oct 13 13:13:36.936 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.936 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.936 INFO kablam! ... Oct 13 13:13:36.936 INFO kablam! 887 | rt_alloc_layout_checked!(rt_primes_131071bytes_1align_alloc_layout_checked, 131071, 1); Oct 13 13:13:36.936 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.936 INFO kablam! | Oct 13 13:13:36.936 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.936 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.936 INFO kablam! | Oct 13 13:13:36.936 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.936 INFO kablam! | Oct 13 13:13:36.936 INFO kablam! Oct 13 13:13:36.936 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.936 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.936 INFO kablam! | Oct 13 13:13:36.936 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.937 INFO kablam! | ^^^^^ Oct 13 13:13:36.937 INFO kablam! ... Oct 13 13:13:36.937 INFO kablam! 900 | rt_alloc_layout_checked!(rt_primes_4194301bytes_1align_alloc_layout_checked, 4194301, 1); Oct 13 13:13:36.937 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.937 INFO kablam! | Oct 13 13:13:36.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.937 INFO kablam! | Oct 13 13:13:36.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.937 INFO kablam! | Oct 13 13:13:36.937 INFO kablam! Oct 13 13:13:36.940 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.940 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.940 INFO kablam! | Oct 13 13:13:36.940 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.940 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.940 INFO kablam! ... Oct 13 13:13:36.940 INFO kablam! 900 | rt_alloc_layout_checked!(rt_primes_4194301bytes_1align_alloc_layout_checked, 4194301, 1); Oct 13 13:13:36.940 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.940 INFO kablam! | Oct 13 13:13:36.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.940 INFO kablam! | Oct 13 13:13:36.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.940 INFO kablam! | Oct 13 13:13:36.940 INFO kablam! Oct 13 13:13:36.940 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.940 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.940 INFO kablam! | Oct 13 13:13:36.940 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.940 INFO kablam! | ^^^^^ Oct 13 13:13:36.940 INFO kablam! ... Oct 13 13:13:36.940 INFO kablam! 916 | rt_alloc_layout_checked!(rt_pow2_1bytes_2align_alloc_layout_checked, 1, 2); Oct 13 13:13:36.940 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.940 INFO kablam! | Oct 13 13:13:36.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.940 INFO kablam! | Oct 13 13:13:36.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.940 INFO kablam! | Oct 13 13:13:36.940 INFO kablam! Oct 13 13:13:36.940 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.940 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.940 INFO kablam! | Oct 13 13:13:36.940 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.940 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.940 INFO kablam! ... Oct 13 13:13:36.940 INFO kablam! 916 | rt_alloc_layout_checked!(rt_pow2_1bytes_2align_alloc_layout_checked, 1, 2); Oct 13 13:13:36.940 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.940 INFO kablam! | Oct 13 13:13:36.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.940 INFO kablam! | Oct 13 13:13:36.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.940 INFO kablam! | Oct 13 13:13:36.940 INFO kablam! Oct 13 13:13:36.940 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.940 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.940 INFO kablam! | Oct 13 13:13:36.940 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.940 INFO kablam! | ^^^^^ Oct 13 13:13:36.940 INFO kablam! ... Oct 13 13:13:36.940 INFO kablam! 929 | rt_alloc_layout_checked!(rt_pow2_2bytes_2align_alloc_layout_checked, 2, 2); Oct 13 13:13:36.940 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.941 INFO kablam! | Oct 13 13:13:36.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.941 INFO kablam! | Oct 13 13:13:36.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.941 INFO kablam! | Oct 13 13:13:36.941 INFO kablam! Oct 13 13:13:36.941 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.941 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.941 INFO kablam! | Oct 13 13:13:36.941 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.941 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.941 INFO kablam! ... Oct 13 13:13:36.941 INFO kablam! 929 | rt_alloc_layout_checked!(rt_pow2_2bytes_2align_alloc_layout_checked, 2, 2); Oct 13 13:13:36.941 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.941 INFO kablam! | Oct 13 13:13:36.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.941 INFO kablam! | Oct 13 13:13:36.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.941 INFO kablam! | Oct 13 13:13:36.941 INFO kablam! Oct 13 13:13:36.944 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.944 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.944 INFO kablam! | Oct 13 13:13:36.944 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.944 INFO kablam! | ^^^^^ Oct 13 13:13:36.944 INFO kablam! ... Oct 13 13:13:36.944 INFO kablam! 942 | rt_alloc_layout_checked!(rt_pow2_4bytes_2align_alloc_layout_checked, 4, 2); Oct 13 13:13:36.944 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.944 INFO kablam! | Oct 13 13:13:36.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.944 INFO kablam! | Oct 13 13:13:36.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.944 INFO kablam! | Oct 13 13:13:36.944 INFO kablam! Oct 13 13:13:36.944 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.944 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.944 INFO kablam! | Oct 13 13:13:36.944 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.944 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.944 INFO kablam! ... Oct 13 13:13:36.944 INFO kablam! 942 | rt_alloc_layout_checked!(rt_pow2_4bytes_2align_alloc_layout_checked, 4, 2); Oct 13 13:13:36.944 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.944 INFO kablam! | Oct 13 13:13:36.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.944 INFO kablam! | Oct 13 13:13:36.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.944 INFO kablam! | Oct 13 13:13:36.944 INFO kablam! Oct 13 13:13:36.944 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.944 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.944 INFO kablam! | Oct 13 13:13:36.944 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.944 INFO kablam! | ^^^^^ Oct 13 13:13:36.944 INFO kablam! ... Oct 13 13:13:36.944 INFO kablam! 955 | rt_alloc_layout_checked!(rt_pow2_8bytes_2align_alloc_layout_checked, 8, 2); Oct 13 13:13:36.944 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.944 INFO kablam! | Oct 13 13:13:36.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.944 INFO kablam! | Oct 13 13:13:36.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.944 INFO kablam! | Oct 13 13:13:36.944 INFO kablam! Oct 13 13:13:36.944 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.944 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.944 INFO kablam! | Oct 13 13:13:36.944 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.944 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.944 INFO kablam! ... Oct 13 13:13:36.945 INFO kablam! 955 | rt_alloc_layout_checked!(rt_pow2_8bytes_2align_alloc_layout_checked, 8, 2); Oct 13 13:13:36.945 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.945 INFO kablam! | Oct 13 13:13:36.945 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.945 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.945 INFO kablam! | Oct 13 13:13:36.945 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.945 INFO kablam! | Oct 13 13:13:36.945 INFO kablam! Oct 13 13:13:36.948 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.948 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.948 INFO kablam! | Oct 13 13:13:36.948 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.948 INFO kablam! | ^^^^^ Oct 13 13:13:36.948 INFO kablam! ... Oct 13 13:13:36.948 INFO kablam! 968 | rt_alloc_layout_checked!(rt_pow2_16bytes_2align_alloc_layout_checked, 16, 2); Oct 13 13:13:36.948 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.948 INFO kablam! | Oct 13 13:13:36.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.948 INFO kablam! | Oct 13 13:13:36.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.948 INFO kablam! | Oct 13 13:13:36.948 INFO kablam! Oct 13 13:13:36.948 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.948 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.948 INFO kablam! | Oct 13 13:13:36.948 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.948 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.948 INFO kablam! ... Oct 13 13:13:36.948 INFO kablam! 968 | rt_alloc_layout_checked!(rt_pow2_16bytes_2align_alloc_layout_checked, 16, 2); Oct 13 13:13:36.948 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.948 INFO kablam! | Oct 13 13:13:36.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.948 INFO kablam! | Oct 13 13:13:36.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.948 INFO kablam! | Oct 13 13:13:36.948 INFO kablam! Oct 13 13:13:36.948 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.948 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.948 INFO kablam! | Oct 13 13:13:36.948 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.948 INFO kablam! | ^^^^^ Oct 13 13:13:36.948 INFO kablam! ... Oct 13 13:13:36.948 INFO kablam! 981 | rt_alloc_layout_checked!(rt_pow2_32bytes_2align_alloc_layout_checked, 32, 2); Oct 13 13:13:36.948 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.948 INFO kablam! | Oct 13 13:13:36.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.948 INFO kablam! | Oct 13 13:13:36.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.948 INFO kablam! | Oct 13 13:13:36.948 INFO kablam! Oct 13 13:13:36.948 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.948 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.948 INFO kablam! | Oct 13 13:13:36.948 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.948 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.949 INFO kablam! ... Oct 13 13:13:36.949 INFO kablam! 981 | rt_alloc_layout_checked!(rt_pow2_32bytes_2align_alloc_layout_checked, 32, 2); Oct 13 13:13:36.949 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.949 INFO kablam! | Oct 13 13:13:36.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.949 INFO kablam! | Oct 13 13:13:36.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.949 INFO kablam! | Oct 13 13:13:36.949 INFO kablam! Oct 13 13:13:36.949 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.949 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.949 INFO kablam! | Oct 13 13:13:36.949 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.949 INFO kablam! | ^^^^^ Oct 13 13:13:36.949 INFO kablam! ... Oct 13 13:13:36.949 INFO kablam! 994 | rt_alloc_layout_checked!(rt_pow2_64bytes_2align_alloc_layout_checked, 64, 2); Oct 13 13:13:36.949 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.949 INFO kablam! | Oct 13 13:13:36.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.949 INFO kablam! | Oct 13 13:13:36.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.949 INFO kablam! | Oct 13 13:13:36.949 INFO kablam! Oct 13 13:13:36.949 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.949 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.949 INFO kablam! | Oct 13 13:13:36.949 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.949 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.949 INFO kablam! ... Oct 13 13:13:36.949 INFO kablam! 994 | rt_alloc_layout_checked!(rt_pow2_64bytes_2align_alloc_layout_checked, 64, 2); Oct 13 13:13:36.949 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.949 INFO kablam! | Oct 13 13:13:36.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.949 INFO kablam! | Oct 13 13:13:36.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.949 INFO kablam! | Oct 13 13:13:36.949 INFO kablam! Oct 13 13:13:36.952 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.952 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.952 INFO kablam! | Oct 13 13:13:36.952 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.952 INFO kablam! | ^^^^^ Oct 13 13:13:36.952 INFO kablam! ... Oct 13 13:13:36.952 INFO kablam! 1007 | rt_alloc_layout_checked!(rt_pow2_128bytes_2align_alloc_layout_checked, 128, 2); Oct 13 13:13:36.952 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.952 INFO kablam! | Oct 13 13:13:36.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.952 INFO kablam! | Oct 13 13:13:36.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.952 INFO kablam! | Oct 13 13:13:36.952 INFO kablam! Oct 13 13:13:36.952 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.952 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.952 INFO kablam! | Oct 13 13:13:36.952 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.952 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.952 INFO kablam! ... Oct 13 13:13:36.952 INFO kablam! 1007 | rt_alloc_layout_checked!(rt_pow2_128bytes_2align_alloc_layout_checked, 128, 2); Oct 13 13:13:36.952 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.952 INFO kablam! | Oct 13 13:13:36.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.952 INFO kablam! | Oct 13 13:13:36.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.952 INFO kablam! | Oct 13 13:13:36.952 INFO kablam! Oct 13 13:13:36.952 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.952 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.952 INFO kablam! | Oct 13 13:13:36.952 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.952 INFO kablam! | ^^^^^ Oct 13 13:13:36.952 INFO kablam! ... Oct 13 13:13:36.952 INFO kablam! 1020 | rt_alloc_layout_checked!(rt_pow2_256bytes_2align_alloc_layout_checked, 256, 2); Oct 13 13:13:36.952 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.952 INFO kablam! | Oct 13 13:13:36.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.952 INFO kablam! | Oct 13 13:13:36.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.952 INFO kablam! | Oct 13 13:13:36.952 INFO kablam! Oct 13 13:13:36.952 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.952 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.952 INFO kablam! | Oct 13 13:13:36.952 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.953 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.953 INFO kablam! ... Oct 13 13:13:36.953 INFO kablam! 1020 | rt_alloc_layout_checked!(rt_pow2_256bytes_2align_alloc_layout_checked, 256, 2); Oct 13 13:13:36.953 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.953 INFO kablam! | Oct 13 13:13:36.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.953 INFO kablam! | Oct 13 13:13:36.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.953 INFO kablam! | Oct 13 13:13:36.953 INFO kablam! Oct 13 13:13:36.956 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.956 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.956 INFO kablam! | Oct 13 13:13:36.956 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.956 INFO kablam! | ^^^^^ Oct 13 13:13:36.956 INFO kablam! ... Oct 13 13:13:36.956 INFO kablam! 1033 | rt_alloc_layout_checked!(rt_pow2_512bytes_2align_alloc_layout_checked, 512, 2); Oct 13 13:13:36.956 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.956 INFO kablam! | Oct 13 13:13:36.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.956 INFO kablam! | Oct 13 13:13:36.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.956 INFO kablam! | Oct 13 13:13:36.956 INFO kablam! Oct 13 13:13:36.956 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.956 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.956 INFO kablam! | Oct 13 13:13:36.956 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.956 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.956 INFO kablam! ... Oct 13 13:13:36.956 INFO kablam! 1033 | rt_alloc_layout_checked!(rt_pow2_512bytes_2align_alloc_layout_checked, 512, 2); Oct 13 13:13:36.956 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.956 INFO kablam! | Oct 13 13:13:36.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.956 INFO kablam! | Oct 13 13:13:36.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.956 INFO kablam! | Oct 13 13:13:36.956 INFO kablam! Oct 13 13:13:36.956 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.956 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.956 INFO kablam! | Oct 13 13:13:36.956 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.956 INFO kablam! | ^^^^^ Oct 13 13:13:36.956 INFO kablam! ... Oct 13 13:13:36.956 INFO kablam! 1046 | rt_alloc_layout_checked!(rt_pow2_1024bytes_2align_alloc_layout_checked, 1024, 2); Oct 13 13:13:36.956 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.956 INFO kablam! | Oct 13 13:13:36.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.956 INFO kablam! | Oct 13 13:13:36.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.956 INFO kablam! | Oct 13 13:13:36.956 INFO kablam! Oct 13 13:13:36.964 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.964 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.964 INFO kablam! | Oct 13 13:13:36.964 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.964 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.964 INFO kablam! ... Oct 13 13:13:36.964 INFO kablam! 1046 | rt_alloc_layout_checked!(rt_pow2_1024bytes_2align_alloc_layout_checked, 1024, 2); Oct 13 13:13:36.964 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.964 INFO kablam! | Oct 13 13:13:36.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.964 INFO kablam! | Oct 13 13:13:36.964 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.964 INFO kablam! | Oct 13 13:13:36.964 INFO kablam! Oct 13 13:13:36.964 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.964 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.964 INFO kablam! | Oct 13 13:13:36.964 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.964 INFO kablam! | ^^^^^ Oct 13 13:13:36.964 INFO kablam! ... Oct 13 13:13:36.964 INFO kablam! 1059 | rt_alloc_layout_checked!(rt_pow2_2048bytes_2align_alloc_layout_checked, 2048, 2); Oct 13 13:13:36.964 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.964 INFO kablam! | Oct 13 13:13:36.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.964 INFO kablam! | Oct 13 13:13:36.964 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.964 INFO kablam! | Oct 13 13:13:36.964 INFO kablam! Oct 13 13:13:36.964 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.964 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.964 INFO kablam! | Oct 13 13:13:36.964 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.964 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.964 INFO kablam! ... Oct 13 13:13:36.964 INFO kablam! 1059 | rt_alloc_layout_checked!(rt_pow2_2048bytes_2align_alloc_layout_checked, 2048, 2); Oct 13 13:13:36.964 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.964 INFO kablam! | Oct 13 13:13:36.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.964 INFO kablam! | Oct 13 13:13:36.964 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.964 INFO kablam! | Oct 13 13:13:36.964 INFO kablam! Oct 13 13:13:36.964 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.964 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.964 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.965 INFO kablam! | ^^^^^ Oct 13 13:13:36.965 INFO kablam! ... Oct 13 13:13:36.965 INFO kablam! 1072 | rt_alloc_layout_checked!(rt_pow2_4096bytes_2align_alloc_layout_checked, 4096, 2); Oct 13 13:13:36.965 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! Oct 13 13:13:36.965 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.965 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.965 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.965 INFO kablam! ... Oct 13 13:13:36.965 INFO kablam! 1072 | rt_alloc_layout_checked!(rt_pow2_4096bytes_2align_alloc_layout_checked, 4096, 2); Oct 13 13:13:36.965 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! Oct 13 13:13:36.965 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.965 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.965 INFO kablam! | ^^^^^ Oct 13 13:13:36.965 INFO kablam! ... Oct 13 13:13:36.965 INFO kablam! 1085 | rt_alloc_layout_checked!(rt_pow2_8192bytes_2align_alloc_layout_checked, 8192, 2); Oct 13 13:13:36.965 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! Oct 13 13:13:36.965 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.965 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.965 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.965 INFO kablam! ... Oct 13 13:13:36.965 INFO kablam! 1085 | rt_alloc_layout_checked!(rt_pow2_8192bytes_2align_alloc_layout_checked, 8192, 2); Oct 13 13:13:36.965 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! Oct 13 13:13:36.965 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.965 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.965 INFO kablam! | ^^^^^ Oct 13 13:13:36.965 INFO kablam! ... Oct 13 13:13:36.965 INFO kablam! 1098 | rt_alloc_layout_checked!(rt_pow2_16384bytes_2align_alloc_layout_checked, 16384, 2); Oct 13 13:13:36.965 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! Oct 13 13:13:36.965 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.965 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.965 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.965 INFO kablam! ... Oct 13 13:13:36.965 INFO kablam! 1098 | rt_alloc_layout_checked!(rt_pow2_16384bytes_2align_alloc_layout_checked, 16384, 2); Oct 13 13:13:36.965 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.965 INFO kablam! | Oct 13 13:13:36.966 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.966 INFO kablam! | Oct 13 13:13:36.966 INFO kablam! Oct 13 13:13:36.972 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.972 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.972 INFO kablam! | Oct 13 13:13:36.972 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.972 INFO kablam! | ^^^^^ Oct 13 13:13:36.972 INFO kablam! ... Oct 13 13:13:36.972 INFO kablam! 1111 | rt_alloc_layout_checked!(rt_pow2_32768bytes_2align_alloc_layout_checked, 32768, 2); Oct 13 13:13:36.972 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.972 INFO kablam! | Oct 13 13:13:36.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.972 INFO kablam! | Oct 13 13:13:36.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.972 INFO kablam! | Oct 13 13:13:36.972 INFO kablam! Oct 13 13:13:36.972 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.972 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.972 INFO kablam! | Oct 13 13:13:36.972 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.972 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.972 INFO kablam! ... Oct 13 13:13:36.972 INFO kablam! 1111 | rt_alloc_layout_checked!(rt_pow2_32768bytes_2align_alloc_layout_checked, 32768, 2); Oct 13 13:13:36.972 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.972 INFO kablam! | Oct 13 13:13:36.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.972 INFO kablam! | Oct 13 13:13:36.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.972 INFO kablam! | Oct 13 13:13:36.972 INFO kablam! Oct 13 13:13:36.972 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.972 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.972 INFO kablam! | Oct 13 13:13:36.972 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.972 INFO kablam! | ^^^^^ Oct 13 13:13:36.972 INFO kablam! ... Oct 13 13:13:36.972 INFO kablam! 1124 | rt_alloc_layout_checked!(rt_pow2_65536bytes_2align_alloc_layout_checked, 65536, 2); Oct 13 13:13:36.972 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.972 INFO kablam! | Oct 13 13:13:36.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.972 INFO kablam! | Oct 13 13:13:36.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.972 INFO kablam! | Oct 13 13:13:36.972 INFO kablam! Oct 13 13:13:36.972 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.973 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.973 INFO kablam! | Oct 13 13:13:36.973 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.973 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.973 INFO kablam! ... Oct 13 13:13:36.973 INFO kablam! 1124 | rt_alloc_layout_checked!(rt_pow2_65536bytes_2align_alloc_layout_checked, 65536, 2); Oct 13 13:13:36.973 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.973 INFO kablam! | Oct 13 13:13:36.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.973 INFO kablam! | Oct 13 13:13:36.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.973 INFO kablam! | Oct 13 13:13:36.973 INFO kablam! Oct 13 13:13:36.973 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.973 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.973 INFO kablam! | Oct 13 13:13:36.973 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.973 INFO kablam! | ^^^^^ Oct 13 13:13:36.973 INFO kablam! ... Oct 13 13:13:36.973 INFO kablam! 1137 | rt_alloc_layout_checked!(rt_pow2_131072bytes_2align_alloc_layout_checked, 131072, 2); Oct 13 13:13:36.973 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.973 INFO kablam! | Oct 13 13:13:36.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.973 INFO kablam! | Oct 13 13:13:36.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.973 INFO kablam! | Oct 13 13:13:36.973 INFO kablam! Oct 13 13:13:36.973 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.973 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.973 INFO kablam! | Oct 13 13:13:36.973 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.973 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.973 INFO kablam! ... Oct 13 13:13:36.973 INFO kablam! 1137 | rt_alloc_layout_checked!(rt_pow2_131072bytes_2align_alloc_layout_checked, 131072, 2); Oct 13 13:13:36.973 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.973 INFO kablam! | Oct 13 13:13:36.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.973 INFO kablam! | Oct 13 13:13:36.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.973 INFO kablam! | Oct 13 13:13:36.973 INFO kablam! Oct 13 13:13:36.973 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.973 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.973 INFO kablam! | Oct 13 13:13:36.973 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.973 INFO kablam! | ^^^^^ Oct 13 13:13:36.973 INFO kablam! ... Oct 13 13:13:36.973 INFO kablam! 1150 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_2align_alloc_layout_checked, 4194304, 2); Oct 13 13:13:36.973 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.973 INFO kablam! | Oct 13 13:13:36.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.973 INFO kablam! | Oct 13 13:13:36.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.973 INFO kablam! | Oct 13 13:13:36.973 INFO kablam! Oct 13 13:13:36.976 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.976 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.976 INFO kablam! | Oct 13 13:13:36.976 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.976 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.976 INFO kablam! ... Oct 13 13:13:36.976 INFO kablam! 1150 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_2align_alloc_layout_checked, 4194304, 2); Oct 13 13:13:36.976 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.976 INFO kablam! | Oct 13 13:13:36.976 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.976 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.976 INFO kablam! | Oct 13 13:13:36.976 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.976 INFO kablam! | Oct 13 13:13:36.976 INFO kablam! Oct 13 13:13:36.976 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.976 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.976 INFO kablam! | Oct 13 13:13:36.976 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.976 INFO kablam! | ^^^^^ Oct 13 13:13:36.976 INFO kablam! ... Oct 13 13:13:36.976 INFO kablam! 1164 | rt_alloc_layout_checked!(rt_even_10bytes_2align_alloc_layout_checked, 10, 2); Oct 13 13:13:36.976 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.976 INFO kablam! | Oct 13 13:13:36.976 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.976 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.976 INFO kablam! | Oct 13 13:13:36.976 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.976 INFO kablam! | Oct 13 13:13:36.976 INFO kablam! Oct 13 13:13:36.976 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.976 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.976 INFO kablam! | Oct 13 13:13:36.976 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.976 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.976 INFO kablam! ... Oct 13 13:13:36.976 INFO kablam! 1164 | rt_alloc_layout_checked!(rt_even_10bytes_2align_alloc_layout_checked, 10, 2); Oct 13 13:13:36.976 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.976 INFO kablam! | Oct 13 13:13:36.976 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.976 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.976 INFO kablam! | Oct 13 13:13:36.976 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.976 INFO kablam! | Oct 13 13:13:36.976 INFO kablam! Oct 13 13:13:36.980 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.980 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.980 INFO kablam! | Oct 13 13:13:36.980 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.980 INFO kablam! | ^^^^^ Oct 13 13:13:36.980 INFO kablam! ... Oct 13 13:13:36.980 INFO kablam! 1177 | rt_alloc_layout_checked!(rt_even_100bytes_2align_alloc_layout_checked, 100, 2); Oct 13 13:13:36.980 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.980 INFO kablam! | Oct 13 13:13:36.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.980 INFO kablam! | Oct 13 13:13:36.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.980 INFO kablam! | Oct 13 13:13:36.980 INFO kablam! Oct 13 13:13:36.988 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.988 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.988 INFO kablam! | Oct 13 13:13:36.988 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.988 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.988 INFO kablam! ... Oct 13 13:13:36.988 INFO kablam! 1177 | rt_alloc_layout_checked!(rt_even_100bytes_2align_alloc_layout_checked, 100, 2); Oct 13 13:13:36.988 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.988 INFO kablam! | Oct 13 13:13:36.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.988 INFO kablam! | Oct 13 13:13:36.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.988 INFO kablam! | Oct 13 13:13:36.988 INFO kablam! Oct 13 13:13:36.988 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.988 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.988 INFO kablam! | Oct 13 13:13:36.988 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.988 INFO kablam! | ^^^^^ Oct 13 13:13:36.988 INFO kablam! ... Oct 13 13:13:36.988 INFO kablam! 1190 | rt_alloc_layout_checked!(rt_even_1000bytes_2align_alloc_layout_checked, 1000, 2); Oct 13 13:13:36.988 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.988 INFO kablam! | Oct 13 13:13:36.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.988 INFO kablam! | Oct 13 13:13:36.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.988 INFO kablam! | Oct 13 13:13:36.988 INFO kablam! Oct 13 13:13:36.988 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.988 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.988 INFO kablam! | Oct 13 13:13:36.988 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.988 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.988 INFO kablam! ... Oct 13 13:13:36.988 INFO kablam! 1190 | rt_alloc_layout_checked!(rt_even_1000bytes_2align_alloc_layout_checked, 1000, 2); Oct 13 13:13:36.988 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.988 INFO kablam! | Oct 13 13:13:36.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.988 INFO kablam! | Oct 13 13:13:36.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.988 INFO kablam! | Oct 13 13:13:36.988 INFO kablam! Oct 13 13:13:36.988 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.988 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.988 INFO kablam! | Oct 13 13:13:36.988 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.989 INFO kablam! | ^^^^^ Oct 13 13:13:36.989 INFO kablam! ... Oct 13 13:13:36.989 INFO kablam! 1203 | rt_alloc_layout_checked!(rt_even_10000bytes_2align_alloc_layout_checked, 10000, 2); Oct 13 13:13:36.989 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.989 INFO kablam! | Oct 13 13:13:36.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.989 INFO kablam! | Oct 13 13:13:36.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.989 INFO kablam! | Oct 13 13:13:36.989 INFO kablam! Oct 13 13:13:36.989 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.989 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.989 INFO kablam! | Oct 13 13:13:36.989 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.989 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.989 INFO kablam! ... Oct 13 13:13:36.989 INFO kablam! 1203 | rt_alloc_layout_checked!(rt_even_10000bytes_2align_alloc_layout_checked, 10000, 2); Oct 13 13:13:36.989 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.989 INFO kablam! | Oct 13 13:13:36.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.989 INFO kablam! | Oct 13 13:13:36.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.989 INFO kablam! | Oct 13 13:13:36.989 INFO kablam! Oct 13 13:13:36.989 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.989 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.989 INFO kablam! | Oct 13 13:13:36.989 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.989 INFO kablam! | ^^^^^ Oct 13 13:13:36.989 INFO kablam! ... Oct 13 13:13:36.989 INFO kablam! 1216 | rt_alloc_layout_checked!(rt_even_100000bytes_2align_alloc_layout_checked, 100000, 2); Oct 13 13:13:36.989 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.989 INFO kablam! | Oct 13 13:13:36.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.989 INFO kablam! | Oct 13 13:13:36.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.989 INFO kablam! | Oct 13 13:13:36.989 INFO kablam! Oct 13 13:13:36.989 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.989 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.989 INFO kablam! | Oct 13 13:13:36.989 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.989 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.989 INFO kablam! ... Oct 13 13:13:36.989 INFO kablam! 1216 | rt_alloc_layout_checked!(rt_even_100000bytes_2align_alloc_layout_checked, 100000, 2); Oct 13 13:13:36.989 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.989 INFO kablam! | Oct 13 13:13:36.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.989 INFO kablam! | Oct 13 13:13:36.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.989 INFO kablam! | Oct 13 13:13:36.989 INFO kablam! Oct 13 13:13:36.989 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.989 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.989 INFO kablam! | Oct 13 13:13:36.989 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.989 INFO kablam! | ^^^^^ Oct 13 13:13:36.989 INFO kablam! ... Oct 13 13:13:36.989 INFO kablam! 1229 | rt_alloc_layout_checked!(rt_even_1000000bytes_2align_alloc_layout_checked, 1000000, 2); Oct 13 13:13:36.989 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.989 INFO kablam! | Oct 13 13:13:36.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.989 INFO kablam! | Oct 13 13:13:36.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.989 INFO kablam! | Oct 13 13:13:36.989 INFO kablam! Oct 13 13:13:36.996 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.996 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.996 INFO kablam! | Oct 13 13:13:36.996 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.996 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.996 INFO kablam! ... Oct 13 13:13:36.996 INFO kablam! 1229 | rt_alloc_layout_checked!(rt_even_1000000bytes_2align_alloc_layout_checked, 1000000, 2); Oct 13 13:13:36.996 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.996 INFO kablam! | Oct 13 13:13:36.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.996 INFO kablam! | Oct 13 13:13:36.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.996 INFO kablam! | Oct 13 13:13:36.996 INFO kablam! Oct 13 13:13:36.996 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.996 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.996 INFO kablam! | Oct 13 13:13:36.996 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.996 INFO kablam! | ^^^^^ Oct 13 13:13:36.996 INFO kablam! ... Oct 13 13:13:36.996 INFO kablam! 1243 | rt_alloc_layout_checked!(rt_odd_10bytes_2align_alloc_layout_checked, 10- 1, 2); Oct 13 13:13:36.996 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.996 INFO kablam! | Oct 13 13:13:36.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.996 INFO kablam! | Oct 13 13:13:36.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.996 INFO kablam! | Oct 13 13:13:36.996 INFO kablam! Oct 13 13:13:36.996 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.996 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.996 INFO kablam! | Oct 13 13:13:36.996 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.996 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.996 INFO kablam! ... Oct 13 13:13:36.996 INFO kablam! 1243 | rt_alloc_layout_checked!(rt_odd_10bytes_2align_alloc_layout_checked, 10- 1, 2); Oct 13 13:13:36.996 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.996 INFO kablam! | Oct 13 13:13:36.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.996 INFO kablam! | Oct 13 13:13:36.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.996 INFO kablam! | Oct 13 13:13:36.996 INFO kablam! Oct 13 13:13:36.996 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.997 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.997 INFO kablam! | ^^^^^ Oct 13 13:13:36.997 INFO kablam! ... Oct 13 13:13:36.997 INFO kablam! 1256 | rt_alloc_layout_checked!(rt_odd_100bytes_2align_alloc_layout_checked, 100- 1, 2); Oct 13 13:13:36.997 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! Oct 13 13:13:36.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.997 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.997 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.997 INFO kablam! ... Oct 13 13:13:36.997 INFO kablam! 1256 | rt_alloc_layout_checked!(rt_odd_100bytes_2align_alloc_layout_checked, 100- 1, 2); Oct 13 13:13:36.997 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! Oct 13 13:13:36.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.997 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.997 INFO kablam! | ^^^^^ Oct 13 13:13:36.997 INFO kablam! ... Oct 13 13:13:36.997 INFO kablam! 1269 | rt_alloc_layout_checked!(rt_odd_1000bytes_2align_alloc_layout_checked, 1000- 1, 2); Oct 13 13:13:36.997 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! Oct 13 13:13:36.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.997 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.997 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.997 INFO kablam! ... Oct 13 13:13:36.997 INFO kablam! 1269 | rt_alloc_layout_checked!(rt_odd_1000bytes_2align_alloc_layout_checked, 1000- 1, 2); Oct 13 13:13:36.997 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! Oct 13 13:13:36.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.997 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:36.997 INFO kablam! | ^^^^^ Oct 13 13:13:36.997 INFO kablam! ... Oct 13 13:13:36.997 INFO kablam! 1282 | rt_alloc_layout_checked!(rt_odd_10000bytes_2align_alloc_layout_checked, 10000- 1, 2); Oct 13 13:13:36.997 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! Oct 13 13:13:36.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:36.997 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:36.997 INFO kablam! | ^^^^^^^ Oct 13 13:13:36.997 INFO kablam! ... Oct 13 13:13:36.997 INFO kablam! 1282 | rt_alloc_layout_checked!(rt_odd_10000bytes_2align_alloc_layout_checked, 10000- 1, 2); Oct 13 13:13:36.997 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:36.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:36.997 INFO kablam! | Oct 13 13:13:36.998 INFO kablam! Oct 13 13:13:37.003 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.003 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.003 INFO kablam! | Oct 13 13:13:37.003 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.003 INFO kablam! | ^^^^^ Oct 13 13:13:37.003 INFO kablam! ... Oct 13 13:13:37.003 INFO kablam! 1295 | rt_alloc_layout_checked!(rt_odd_100000bytes_2align_alloc_layout_checked, 100000- 1, 2); Oct 13 13:13:37.003 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.003 INFO kablam! | Oct 13 13:13:37.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.003 INFO kablam! | Oct 13 13:13:37.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.003 INFO kablam! | Oct 13 13:13:37.003 INFO kablam! Oct 13 13:13:37.003 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.003 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.003 INFO kablam! | Oct 13 13:13:37.003 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.003 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.003 INFO kablam! ... Oct 13 13:13:37.003 INFO kablam! 1295 | rt_alloc_layout_checked!(rt_odd_100000bytes_2align_alloc_layout_checked, 100000- 1, 2); Oct 13 13:13:37.003 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.003 INFO kablam! | Oct 13 13:13:37.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.003 INFO kablam! | Oct 13 13:13:37.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.003 INFO kablam! | Oct 13 13:13:37.003 INFO kablam! Oct 13 13:13:37.003 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.003 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.003 INFO kablam! | Oct 13 13:13:37.003 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.003 INFO kablam! | ^^^^^ Oct 13 13:13:37.003 INFO kablam! ... Oct 13 13:13:37.003 INFO kablam! 1308 | rt_alloc_layout_checked!(rt_odd_1000000bytes_2align_alloc_layout_checked, 1000000- 1, 2); Oct 13 13:13:37.003 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.003 INFO kablam! | Oct 13 13:13:37.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.003 INFO kablam! | Oct 13 13:13:37.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.003 INFO kablam! | Oct 13 13:13:37.003 INFO kablam! Oct 13 13:13:37.003 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.003 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.003 INFO kablam! | Oct 13 13:13:37.003 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.003 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.003 INFO kablam! ... Oct 13 13:13:37.003 INFO kablam! 1308 | rt_alloc_layout_checked!(rt_odd_1000000bytes_2align_alloc_layout_checked, 1000000- 1, 2); Oct 13 13:13:37.003 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.003 INFO kablam! | Oct 13 13:13:37.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.003 INFO kablam! | Oct 13 13:13:37.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.003 INFO kablam! | Oct 13 13:13:37.003 INFO kablam! Oct 13 13:13:37.003 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.003 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.003 INFO kablam! | Oct 13 13:13:37.003 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.003 INFO kablam! | ^^^^^ Oct 13 13:13:37.003 INFO kablam! ... Oct 13 13:13:37.003 INFO kablam! 1322 | rt_alloc_layout_checked!(rt_primes_3bytes_2align_alloc_layout_checked, 3, 2); Oct 13 13:13:37.003 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.003 INFO kablam! | Oct 13 13:13:37.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.003 INFO kablam! | Oct 13 13:13:37.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.003 INFO kablam! | Oct 13 13:13:37.004 INFO kablam! Oct 13 13:13:37.004 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.004 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.004 INFO kablam! | Oct 13 13:13:37.004 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.004 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.004 INFO kablam! ... Oct 13 13:13:37.004 INFO kablam! 1322 | rt_alloc_layout_checked!(rt_primes_3bytes_2align_alloc_layout_checked, 3, 2); Oct 13 13:13:37.004 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.004 INFO kablam! | Oct 13 13:13:37.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.004 INFO kablam! | Oct 13 13:13:37.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.004 INFO kablam! | Oct 13 13:13:37.004 INFO kablam! Oct 13 13:13:37.004 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.004 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.004 INFO kablam! | Oct 13 13:13:37.004 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.004 INFO kablam! | ^^^^^ Oct 13 13:13:37.004 INFO kablam! ... Oct 13 13:13:37.004 INFO kablam! 1335 | rt_alloc_layout_checked!(rt_primes_7bytes_2align_alloc_layout_checked, 7, 2); Oct 13 13:13:37.004 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.004 INFO kablam! | Oct 13 13:13:37.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.004 INFO kablam! | Oct 13 13:13:37.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.004 INFO kablam! | Oct 13 13:13:37.004 INFO kablam! Oct 13 13:13:37.004 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.004 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.004 INFO kablam! | Oct 13 13:13:37.004 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.004 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.004 INFO kablam! ... Oct 13 13:13:37.004 INFO kablam! 1335 | rt_alloc_layout_checked!(rt_primes_7bytes_2align_alloc_layout_checked, 7, 2); Oct 13 13:13:37.004 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.004 INFO kablam! | Oct 13 13:13:37.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.004 INFO kablam! | Oct 13 13:13:37.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.004 INFO kablam! | Oct 13 13:13:37.004 INFO kablam! Oct 13 13:13:37.007 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.007 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.007 INFO kablam! | Oct 13 13:13:37.007 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.007 INFO kablam! | ^^^^^ Oct 13 13:13:37.007 INFO kablam! ... Oct 13 13:13:37.007 INFO kablam! 1348 | rt_alloc_layout_checked!(rt_primes_13bytes_2align_alloc_layout_checked, 13, 2); Oct 13 13:13:37.007 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.007 INFO kablam! | Oct 13 13:13:37.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.007 INFO kablam! | Oct 13 13:13:37.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.007 INFO kablam! | Oct 13 13:13:37.007 INFO kablam! Oct 13 13:13:37.012 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.012 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.012 INFO kablam! | Oct 13 13:13:37.012 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.012 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.012 INFO kablam! ... Oct 13 13:13:37.012 INFO kablam! 1348 | rt_alloc_layout_checked!(rt_primes_13bytes_2align_alloc_layout_checked, 13, 2); Oct 13 13:13:37.012 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.012 INFO kablam! | Oct 13 13:13:37.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.012 INFO kablam! | Oct 13 13:13:37.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.012 INFO kablam! | Oct 13 13:13:37.012 INFO kablam! Oct 13 13:13:37.012 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.012 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.012 INFO kablam! | Oct 13 13:13:37.012 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.012 INFO kablam! | ^^^^^ Oct 13 13:13:37.012 INFO kablam! ... Oct 13 13:13:37.012 INFO kablam! 1361 | rt_alloc_layout_checked!(rt_primes_17bytes_2align_alloc_layout_checked, 17, 2); Oct 13 13:13:37.012 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.012 INFO kablam! | Oct 13 13:13:37.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.012 INFO kablam! | Oct 13 13:13:37.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.012 INFO kablam! | Oct 13 13:13:37.012 INFO kablam! Oct 13 13:13:37.012 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.012 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.012 INFO kablam! | Oct 13 13:13:37.012 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.012 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.012 INFO kablam! ... Oct 13 13:13:37.012 INFO kablam! 1361 | rt_alloc_layout_checked!(rt_primes_17bytes_2align_alloc_layout_checked, 17, 2); Oct 13 13:13:37.012 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.012 INFO kablam! | Oct 13 13:13:37.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.012 INFO kablam! | Oct 13 13:13:37.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.012 INFO kablam! | Oct 13 13:13:37.012 INFO kablam! Oct 13 13:13:37.012 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.012 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.012 INFO kablam! | Oct 13 13:13:37.012 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.012 INFO kablam! | ^^^^^ Oct 13 13:13:37.012 INFO kablam! ... Oct 13 13:13:37.012 INFO kablam! 1374 | rt_alloc_layout_checked!(rt_primes_31bytes_2align_alloc_layout_checked, 31, 2); Oct 13 13:13:37.012 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.013 INFO kablam! | Oct 13 13:13:37.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.013 INFO kablam! | Oct 13 13:13:37.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.013 INFO kablam! | Oct 13 13:13:37.013 INFO kablam! Oct 13 13:13:37.013 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.013 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.013 INFO kablam! | Oct 13 13:13:37.013 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.013 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.013 INFO kablam! ... Oct 13 13:13:37.013 INFO kablam! 1374 | rt_alloc_layout_checked!(rt_primes_31bytes_2align_alloc_layout_checked, 31, 2); Oct 13 13:13:37.013 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.013 INFO kablam! | Oct 13 13:13:37.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.013 INFO kablam! | Oct 13 13:13:37.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.013 INFO kablam! | Oct 13 13:13:37.013 INFO kablam! Oct 13 13:13:37.013 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.013 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.013 INFO kablam! | Oct 13 13:13:37.013 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.013 INFO kablam! | ^^^^^ Oct 13 13:13:37.013 INFO kablam! ... Oct 13 13:13:37.013 INFO kablam! 1387 | rt_alloc_layout_checked!(rt_primes_61bytes_2align_alloc_layout_checked, 61, 2); Oct 13 13:13:37.013 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.013 INFO kablam! | Oct 13 13:13:37.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.013 INFO kablam! | Oct 13 13:13:37.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.013 INFO kablam! | Oct 13 13:13:37.013 INFO kablam! Oct 13 13:13:37.013 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.013 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.013 INFO kablam! | Oct 13 13:13:37.013 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.013 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.013 INFO kablam! ... Oct 13 13:13:37.013 INFO kablam! 1387 | rt_alloc_layout_checked!(rt_primes_61bytes_2align_alloc_layout_checked, 61, 2); Oct 13 13:13:37.013 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.013 INFO kablam! | Oct 13 13:13:37.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.013 INFO kablam! | Oct 13 13:13:37.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.013 INFO kablam! | Oct 13 13:13:37.013 INFO kablam! Oct 13 13:13:37.020 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.020 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.020 INFO kablam! | Oct 13 13:13:37.020 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.020 INFO kablam! | ^^^^^ Oct 13 13:13:37.020 INFO kablam! ... Oct 13 13:13:37.020 INFO kablam! 1400 | rt_alloc_layout_checked!(rt_primes_96bytes_2align_alloc_layout_checked, 96, 2); Oct 13 13:13:37.020 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.020 INFO kablam! | Oct 13 13:13:37.020 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.020 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.020 INFO kablam! | Oct 13 13:13:37.020 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.020 INFO kablam! | Oct 13 13:13:37.020 INFO kablam! Oct 13 13:13:37.020 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.020 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.020 INFO kablam! | Oct 13 13:13:37.020 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.020 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.020 INFO kablam! ... Oct 13 13:13:37.020 INFO kablam! 1400 | rt_alloc_layout_checked!(rt_primes_96bytes_2align_alloc_layout_checked, 96, 2); Oct 13 13:13:37.020 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.020 INFO kablam! | Oct 13 13:13:37.020 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.020 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.020 INFO kablam! | Oct 13 13:13:37.020 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.020 INFO kablam! | Oct 13 13:13:37.020 INFO kablam! Oct 13 13:13:37.020 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.020 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.020 INFO kablam! | Oct 13 13:13:37.020 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.020 INFO kablam! | ^^^^^ Oct 13 13:13:37.020 INFO kablam! ... Oct 13 13:13:37.020 INFO kablam! 1413 | rt_alloc_layout_checked!(rt_primes_127bytes_2align_alloc_layout_checked, 127, 2); Oct 13 13:13:37.020 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.020 INFO kablam! | Oct 13 13:13:37.020 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.020 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.020 INFO kablam! | Oct 13 13:13:37.020 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.020 INFO kablam! | Oct 13 13:13:37.020 INFO kablam! Oct 13 13:13:37.020 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.020 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.020 INFO kablam! | Oct 13 13:13:37.021 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.021 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.021 INFO kablam! ... Oct 13 13:13:37.021 INFO kablam! 1413 | rt_alloc_layout_checked!(rt_primes_127bytes_2align_alloc_layout_checked, 127, 2); Oct 13 13:13:37.021 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.021 INFO kablam! | Oct 13 13:13:37.021 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.021 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.021 INFO kablam! | Oct 13 13:13:37.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.021 INFO kablam! | Oct 13 13:13:37.021 INFO kablam! Oct 13 13:13:37.021 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.021 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.021 INFO kablam! | Oct 13 13:13:37.021 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.021 INFO kablam! | ^^^^^ Oct 13 13:13:37.021 INFO kablam! ... Oct 13 13:13:37.021 INFO kablam! 1426 | rt_alloc_layout_checked!(rt_primes_257bytes_2align_alloc_layout_checked, 257, 2); Oct 13 13:13:37.021 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.021 INFO kablam! | Oct 13 13:13:37.021 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.021 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.021 INFO kablam! | Oct 13 13:13:37.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.021 INFO kablam! | Oct 13 13:13:37.021 INFO kablam! Oct 13 13:13:37.021 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.021 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.021 INFO kablam! | Oct 13 13:13:37.021 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.021 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.021 INFO kablam! ... Oct 13 13:13:37.021 INFO kablam! 1426 | rt_alloc_layout_checked!(rt_primes_257bytes_2align_alloc_layout_checked, 257, 2); Oct 13 13:13:37.021 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.021 INFO kablam! | Oct 13 13:13:37.021 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.021 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.021 INFO kablam! | Oct 13 13:13:37.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.021 INFO kablam! | Oct 13 13:13:37.021 INFO kablam! Oct 13 13:13:37.021 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.021 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.021 INFO kablam! | Oct 13 13:13:37.021 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.021 INFO kablam! | ^^^^^ Oct 13 13:13:37.021 INFO kablam! ... Oct 13 13:13:37.021 INFO kablam! 1439 | rt_alloc_layout_checked!(rt_primes_509bytes_2align_alloc_layout_checked, 509, 2); Oct 13 13:13:37.021 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.021 INFO kablam! | Oct 13 13:13:37.021 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.021 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.021 INFO kablam! | Oct 13 13:13:37.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.021 INFO kablam! | Oct 13 13:13:37.021 INFO kablam! Oct 13 13:13:37.021 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.021 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.021 INFO kablam! | Oct 13 13:13:37.021 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.021 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.021 INFO kablam! ... Oct 13 13:13:37.021 INFO kablam! 1439 | rt_alloc_layout_checked!(rt_primes_509bytes_2align_alloc_layout_checked, 509, 2); Oct 13 13:13:37.021 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.024 INFO kablam! | Oct 13 13:13:37.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.024 INFO kablam! | Oct 13 13:13:37.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.024 INFO kablam! | Oct 13 13:13:37.024 INFO kablam! Oct 13 13:13:37.024 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.024 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.024 INFO kablam! | Oct 13 13:13:37.024 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.024 INFO kablam! | ^^^^^ Oct 13 13:13:37.024 INFO kablam! ... Oct 13 13:13:37.024 INFO kablam! 1452 | rt_alloc_layout_checked!(rt_primes_1021bytes_2align_alloc_layout_checked, 1021, 2); Oct 13 13:13:37.024 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.024 INFO kablam! | Oct 13 13:13:37.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.024 INFO kablam! | Oct 13 13:13:37.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.024 INFO kablam! | Oct 13 13:13:37.024 INFO kablam! Oct 13 13:13:37.024 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.024 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.024 INFO kablam! | Oct 13 13:13:37.024 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.024 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.024 INFO kablam! ... Oct 13 13:13:37.024 INFO kablam! 1452 | rt_alloc_layout_checked!(rt_primes_1021bytes_2align_alloc_layout_checked, 1021, 2); Oct 13 13:13:37.024 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.024 INFO kablam! | Oct 13 13:13:37.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.024 INFO kablam! | Oct 13 13:13:37.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.024 INFO kablam! | Oct 13 13:13:37.024 INFO kablam! Oct 13 13:13:37.027 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.027 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.027 INFO kablam! | Oct 13 13:13:37.027 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.027 INFO kablam! | ^^^^^ Oct 13 13:13:37.027 INFO kablam! ... Oct 13 13:13:37.027 INFO kablam! 1465 | rt_alloc_layout_checked!(rt_primes_2039bytes_2align_alloc_layout_checked, 2039, 2); Oct 13 13:13:37.027 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.027 INFO kablam! | Oct 13 13:13:37.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.027 INFO kablam! | Oct 13 13:13:37.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.027 INFO kablam! | Oct 13 13:13:37.027 INFO kablam! Oct 13 13:13:37.027 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.027 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.027 INFO kablam! | Oct 13 13:13:37.027 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.027 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.027 INFO kablam! ... Oct 13 13:13:37.027 INFO kablam! 1465 | rt_alloc_layout_checked!(rt_primes_2039bytes_2align_alloc_layout_checked, 2039, 2); Oct 13 13:13:37.027 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.027 INFO kablam! | Oct 13 13:13:37.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.027 INFO kablam! | Oct 13 13:13:37.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.027 INFO kablam! | Oct 13 13:13:37.027 INFO kablam! Oct 13 13:13:37.027 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.027 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.027 INFO kablam! | Oct 13 13:13:37.027 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.027 INFO kablam! | ^^^^^ Oct 13 13:13:37.027 INFO kablam! ... Oct 13 13:13:37.027 INFO kablam! 1478 | rt_alloc_layout_checked!(rt_primes_4093bytes_2align_alloc_layout_checked, 4093, 2); Oct 13 13:13:37.027 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.027 INFO kablam! | Oct 13 13:13:37.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.027 INFO kablam! | Oct 13 13:13:37.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.027 INFO kablam! | Oct 13 13:13:37.027 INFO kablam! Oct 13 13:13:37.030 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.030 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.030 INFO kablam! | Oct 13 13:13:37.030 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.030 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.030 INFO kablam! ... Oct 13 13:13:37.030 INFO kablam! 1478 | rt_alloc_layout_checked!(rt_primes_4093bytes_2align_alloc_layout_checked, 4093, 2); Oct 13 13:13:37.030 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.031 INFO kablam! | Oct 13 13:13:37.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.031 INFO kablam! | Oct 13 13:13:37.031 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.031 INFO kablam! | Oct 13 13:13:37.031 INFO kablam! Oct 13 13:13:37.036 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.036 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.036 INFO kablam! | Oct 13 13:13:37.036 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.036 INFO kablam! | ^^^^^ Oct 13 13:13:37.036 INFO kablam! ... Oct 13 13:13:37.036 INFO kablam! 1491 | rt_alloc_layout_checked!(rt_primes_8191bytes_2align_alloc_layout_checked, 8191, 2); Oct 13 13:13:37.036 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.036 INFO kablam! | Oct 13 13:13:37.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.036 INFO kablam! | Oct 13 13:13:37.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.036 INFO kablam! | Oct 13 13:13:37.036 INFO kablam! Oct 13 13:13:37.036 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.036 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.036 INFO kablam! | Oct 13 13:13:37.036 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.036 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.036 INFO kablam! ... Oct 13 13:13:37.036 INFO kablam! 1491 | rt_alloc_layout_checked!(rt_primes_8191bytes_2align_alloc_layout_checked, 8191, 2); Oct 13 13:13:37.036 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.036 INFO kablam! | Oct 13 13:13:37.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.036 INFO kablam! | Oct 13 13:13:37.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.036 INFO kablam! | Oct 13 13:13:37.036 INFO kablam! Oct 13 13:13:37.036 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.036 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.037 INFO kablam! | ^^^^^ Oct 13 13:13:37.037 INFO kablam! ... Oct 13 13:13:37.037 INFO kablam! 1504 | rt_alloc_layout_checked!(rt_primes_16381bytes_2align_alloc_layout_checked, 16381, 2); Oct 13 13:13:37.037 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! Oct 13 13:13:37.037 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.037 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.037 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.037 INFO kablam! ... Oct 13 13:13:37.037 INFO kablam! 1504 | rt_alloc_layout_checked!(rt_primes_16381bytes_2align_alloc_layout_checked, 16381, 2); Oct 13 13:13:37.037 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! Oct 13 13:13:37.037 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.037 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.037 INFO kablam! | ^^^^^ Oct 13 13:13:37.037 INFO kablam! ... Oct 13 13:13:37.037 INFO kablam! 1517 | rt_alloc_layout_checked!(rt_primes_32749bytes_2align_alloc_layout_checked, 32749, 2); Oct 13 13:13:37.037 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! Oct 13 13:13:37.037 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.037 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.037 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.037 INFO kablam! ... Oct 13 13:13:37.037 INFO kablam! 1517 | rt_alloc_layout_checked!(rt_primes_32749bytes_2align_alloc_layout_checked, 32749, 2); Oct 13 13:13:37.037 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! Oct 13 13:13:37.037 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.037 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.037 INFO kablam! | ^^^^^ Oct 13 13:13:37.037 INFO kablam! ... Oct 13 13:13:37.037 INFO kablam! 1530 | rt_alloc_layout_checked!(rt_primes_65537bytes_2align_alloc_layout_checked, 65537, 2); Oct 13 13:13:37.037 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! Oct 13 13:13:37.037 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.037 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.037 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.037 INFO kablam! ... Oct 13 13:13:37.037 INFO kablam! 1530 | rt_alloc_layout_checked!(rt_primes_65537bytes_2align_alloc_layout_checked, 65537, 2); Oct 13 13:13:37.037 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.037 INFO kablam! | Oct 13 13:13:37.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.038 INFO kablam! | Oct 13 13:13:37.038 INFO kablam! Oct 13 13:13:37.043 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.043 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.043 INFO kablam! | Oct 13 13:13:37.043 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.043 INFO kablam! | ^^^^^ Oct 13 13:13:37.043 INFO kablam! ... Oct 13 13:13:37.043 INFO kablam! 1543 | rt_alloc_layout_checked!(rt_primes_131071bytes_2align_alloc_layout_checked, 131071, 2); Oct 13 13:13:37.043 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.043 INFO kablam! | Oct 13 13:13:37.043 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.043 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.043 INFO kablam! | Oct 13 13:13:37.043 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.043 INFO kablam! | Oct 13 13:13:37.043 INFO kablam! Oct 13 13:13:37.043 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.043 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.043 INFO kablam! | Oct 13 13:13:37.043 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.043 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.043 INFO kablam! ... Oct 13 13:13:37.044 INFO kablam! 1543 | rt_alloc_layout_checked!(rt_primes_131071bytes_2align_alloc_layout_checked, 131071, 2); Oct 13 13:13:37.044 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! Oct 13 13:13:37.044 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.044 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.044 INFO kablam! | ^^^^^ Oct 13 13:13:37.044 INFO kablam! ... Oct 13 13:13:37.044 INFO kablam! 1556 | rt_alloc_layout_checked!(rt_primes_4194301bytes_2align_alloc_layout_checked, 4194301, 2); Oct 13 13:13:37.044 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! Oct 13 13:13:37.044 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.044 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.044 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.044 INFO kablam! ... Oct 13 13:13:37.044 INFO kablam! 1556 | rt_alloc_layout_checked!(rt_primes_4194301bytes_2align_alloc_layout_checked, 4194301, 2); Oct 13 13:13:37.044 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! Oct 13 13:13:37.044 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.044 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.044 INFO kablam! | ^^^^^ Oct 13 13:13:37.044 INFO kablam! ... Oct 13 13:13:37.044 INFO kablam! 1572 | rt_alloc_layout_checked!(rt_pow2_1bytes_4align_alloc_layout_checked, 1, 4); Oct 13 13:13:37.044 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! Oct 13 13:13:37.044 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.044 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.044 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.044 INFO kablam! ... Oct 13 13:13:37.044 INFO kablam! 1572 | rt_alloc_layout_checked!(rt_pow2_1bytes_4align_alloc_layout_checked, 1, 4); Oct 13 13:13:37.044 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! Oct 13 13:13:37.044 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.044 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.044 INFO kablam! | ^^^^^ Oct 13 13:13:37.044 INFO kablam! ... Oct 13 13:13:37.044 INFO kablam! 1585 | rt_alloc_layout_checked!(rt_pow2_2bytes_4align_alloc_layout_checked, 2, 4); Oct 13 13:13:37.044 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.044 INFO kablam! | Oct 13 13:13:37.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.045 INFO kablam! | Oct 13 13:13:37.045 INFO kablam! Oct 13 13:13:37.048 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.048 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.048 INFO kablam! | Oct 13 13:13:37.048 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.048 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.048 INFO kablam! ... Oct 13 13:13:37.048 INFO kablam! 1585 | rt_alloc_layout_checked!(rt_pow2_2bytes_4align_alloc_layout_checked, 2, 4); Oct 13 13:13:37.048 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.048 INFO kablam! | Oct 13 13:13:37.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.048 INFO kablam! | Oct 13 13:13:37.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.048 INFO kablam! | Oct 13 13:13:37.048 INFO kablam! Oct 13 13:13:37.048 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.048 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.048 INFO kablam! | Oct 13 13:13:37.048 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.048 INFO kablam! | ^^^^^ Oct 13 13:13:37.048 INFO kablam! ... Oct 13 13:13:37.048 INFO kablam! 1598 | rt_alloc_layout_checked!(rt_pow2_4bytes_4align_alloc_layout_checked, 4, 4); Oct 13 13:13:37.048 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.048 INFO kablam! | Oct 13 13:13:37.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.048 INFO kablam! | Oct 13 13:13:37.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.048 INFO kablam! | Oct 13 13:13:37.048 INFO kablam! Oct 13 13:13:37.048 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.048 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.048 INFO kablam! | Oct 13 13:13:37.048 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.048 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.048 INFO kablam! ... Oct 13 13:13:37.048 INFO kablam! 1598 | rt_alloc_layout_checked!(rt_pow2_4bytes_4align_alloc_layout_checked, 4, 4); Oct 13 13:13:37.048 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.048 INFO kablam! | Oct 13 13:13:37.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.048 INFO kablam! | Oct 13 13:13:37.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.048 INFO kablam! | Oct 13 13:13:37.048 INFO kablam! Oct 13 13:13:37.048 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.048 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.048 INFO kablam! | Oct 13 13:13:37.048 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.048 INFO kablam! | ^^^^^ Oct 13 13:13:37.048 INFO kablam! ... Oct 13 13:13:37.049 INFO kablam! 1611 | rt_alloc_layout_checked!(rt_pow2_8bytes_4align_alloc_layout_checked, 8, 4); Oct 13 13:13:37.049 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.049 INFO kablam! | Oct 13 13:13:37.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.049 INFO kablam! | Oct 13 13:13:37.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.049 INFO kablam! | Oct 13 13:13:37.049 INFO kablam! Oct 13 13:13:37.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.049 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.049 INFO kablam! | Oct 13 13:13:37.049 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.049 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.049 INFO kablam! ... Oct 13 13:13:37.049 INFO kablam! 1611 | rt_alloc_layout_checked!(rt_pow2_8bytes_4align_alloc_layout_checked, 8, 4); Oct 13 13:13:37.049 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.049 INFO kablam! | Oct 13 13:13:37.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.049 INFO kablam! | Oct 13 13:13:37.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.049 INFO kablam! | Oct 13 13:13:37.049 INFO kablam! Oct 13 13:13:37.052 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.052 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.052 INFO kablam! | Oct 13 13:13:37.052 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.052 INFO kablam! | ^^^^^ Oct 13 13:13:37.052 INFO kablam! ... Oct 13 13:13:37.052 INFO kablam! 1624 | rt_alloc_layout_checked!(rt_pow2_16bytes_4align_alloc_layout_checked, 16, 4); Oct 13 13:13:37.052 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.052 INFO kablam! | Oct 13 13:13:37.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.052 INFO kablam! | Oct 13 13:13:37.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.052 INFO kablam! | Oct 13 13:13:37.052 INFO kablam! Oct 13 13:13:37.052 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.052 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.052 INFO kablam! | Oct 13 13:13:37.052 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.052 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.052 INFO kablam! ... Oct 13 13:13:37.052 INFO kablam! 1624 | rt_alloc_layout_checked!(rt_pow2_16bytes_4align_alloc_layout_checked, 16, 4); Oct 13 13:13:37.052 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.052 INFO kablam! | Oct 13 13:13:37.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.052 INFO kablam! | Oct 13 13:13:37.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.052 INFO kablam! | Oct 13 13:13:37.052 INFO kablam! Oct 13 13:13:37.052 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.052 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.052 INFO kablam! | Oct 13 13:13:37.052 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.052 INFO kablam! | ^^^^^ Oct 13 13:13:37.052 INFO kablam! ... Oct 13 13:13:37.052 INFO kablam! 1637 | rt_alloc_layout_checked!(rt_pow2_32bytes_4align_alloc_layout_checked, 32, 4); Oct 13 13:13:37.052 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.052 INFO kablam! | Oct 13 13:13:37.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.052 INFO kablam! | Oct 13 13:13:37.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.052 INFO kablam! | Oct 13 13:13:37.052 INFO kablam! Oct 13 13:13:37.054 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.054 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.054 INFO kablam! | Oct 13 13:13:37.054 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.054 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.054 INFO kablam! ... Oct 13 13:13:37.054 INFO kablam! 1637 | rt_alloc_layout_checked!(rt_pow2_32bytes_4align_alloc_layout_checked, 32, 4); Oct 13 13:13:37.054 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.054 INFO kablam! | Oct 13 13:13:37.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.054 INFO kablam! | Oct 13 13:13:37.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.054 INFO kablam! | Oct 13 13:13:37.054 INFO kablam! Oct 13 13:13:37.054 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.054 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.054 INFO kablam! | Oct 13 13:13:37.054 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.054 INFO kablam! | ^^^^^ Oct 13 13:13:37.054 INFO kablam! ... Oct 13 13:13:37.054 INFO kablam! 1650 | rt_alloc_layout_checked!(rt_pow2_64bytes_4align_alloc_layout_checked, 64, 4); Oct 13 13:13:37.054 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.054 INFO kablam! | Oct 13 13:13:37.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.054 INFO kablam! | Oct 13 13:13:37.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.054 INFO kablam! | Oct 13 13:13:37.054 INFO kablam! Oct 13 13:13:37.060 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.060 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.060 INFO kablam! | Oct 13 13:13:37.060 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.060 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.060 INFO kablam! ... Oct 13 13:13:37.060 INFO kablam! 1650 | rt_alloc_layout_checked!(rt_pow2_64bytes_4align_alloc_layout_checked, 64, 4); Oct 13 13:13:37.061 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.061 INFO kablam! | Oct 13 13:13:37.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.061 INFO kablam! | Oct 13 13:13:37.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.061 INFO kablam! | Oct 13 13:13:37.061 INFO kablam! Oct 13 13:13:37.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.061 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.061 INFO kablam! | Oct 13 13:13:37.061 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.061 INFO kablam! | ^^^^^ Oct 13 13:13:37.061 INFO kablam! ... Oct 13 13:13:37.061 INFO kablam! 1663 | rt_alloc_layout_checked!(rt_pow2_128bytes_4align_alloc_layout_checked, 128, 4); Oct 13 13:13:37.061 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.061 INFO kablam! | Oct 13 13:13:37.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.061 INFO kablam! | Oct 13 13:13:37.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.061 INFO kablam! | Oct 13 13:13:37.061 INFO kablam! Oct 13 13:13:37.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.061 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.061 INFO kablam! | Oct 13 13:13:37.061 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.061 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.061 INFO kablam! ... Oct 13 13:13:37.061 INFO kablam! 1663 | rt_alloc_layout_checked!(rt_pow2_128bytes_4align_alloc_layout_checked, 128, 4); Oct 13 13:13:37.061 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.061 INFO kablam! | Oct 13 13:13:37.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.061 INFO kablam! | Oct 13 13:13:37.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.061 INFO kablam! | Oct 13 13:13:37.061 INFO kablam! Oct 13 13:13:37.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.061 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.061 INFO kablam! | Oct 13 13:13:37.061 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.061 INFO kablam! | ^^^^^ Oct 13 13:13:37.061 INFO kablam! ... Oct 13 13:13:37.061 INFO kablam! 1676 | rt_alloc_layout_checked!(rt_pow2_256bytes_4align_alloc_layout_checked, 256, 4); Oct 13 13:13:37.061 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.061 INFO kablam! | Oct 13 13:13:37.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.061 INFO kablam! | Oct 13 13:13:37.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.061 INFO kablam! | Oct 13 13:13:37.061 INFO kablam! Oct 13 13:13:37.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.061 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.061 INFO kablam! | Oct 13 13:13:37.061 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.061 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.061 INFO kablam! ... Oct 13 13:13:37.061 INFO kablam! 1676 | rt_alloc_layout_checked!(rt_pow2_256bytes_4align_alloc_layout_checked, 256, 4); Oct 13 13:13:37.061 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.061 INFO kablam! | Oct 13 13:13:37.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.061 INFO kablam! | Oct 13 13:13:37.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.061 INFO kablam! | Oct 13 13:13:37.061 INFO kablam! Oct 13 13:13:37.069 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.069 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.069 INFO kablam! | ^^^^^ Oct 13 13:13:37.069 INFO kablam! ... Oct 13 13:13:37.069 INFO kablam! 1689 | rt_alloc_layout_checked!(rt_pow2_512bytes_4align_alloc_layout_checked, 512, 4); Oct 13 13:13:37.069 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! Oct 13 13:13:37.069 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.069 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.069 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.069 INFO kablam! ... Oct 13 13:13:37.069 INFO kablam! 1689 | rt_alloc_layout_checked!(rt_pow2_512bytes_4align_alloc_layout_checked, 512, 4); Oct 13 13:13:37.069 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! Oct 13 13:13:37.069 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.069 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.069 INFO kablam! | ^^^^^ Oct 13 13:13:37.069 INFO kablam! ... Oct 13 13:13:37.069 INFO kablam! 1702 | rt_alloc_layout_checked!(rt_pow2_1024bytes_4align_alloc_layout_checked, 1024, 4); Oct 13 13:13:37.069 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! Oct 13 13:13:37.069 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.069 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.069 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.069 INFO kablam! ... Oct 13 13:13:37.069 INFO kablam! 1702 | rt_alloc_layout_checked!(rt_pow2_1024bytes_4align_alloc_layout_checked, 1024, 4); Oct 13 13:13:37.069 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! Oct 13 13:13:37.069 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.069 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.069 INFO kablam! | ^^^^^ Oct 13 13:13:37.069 INFO kablam! ... Oct 13 13:13:37.069 INFO kablam! 1715 | rt_alloc_layout_checked!(rt_pow2_2048bytes_4align_alloc_layout_checked, 2048, 4); Oct 13 13:13:37.069 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! Oct 13 13:13:37.069 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.069 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.069 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.069 INFO kablam! ... Oct 13 13:13:37.069 INFO kablam! 1715 | rt_alloc_layout_checked!(rt_pow2_2048bytes_4align_alloc_layout_checked, 2048, 4); Oct 13 13:13:37.069 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.069 INFO kablam! | Oct 13 13:13:37.070 INFO kablam! Oct 13 13:13:37.070 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.070 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.070 INFO kablam! | Oct 13 13:13:37.070 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.070 INFO kablam! | ^^^^^ Oct 13 13:13:37.070 INFO kablam! ... Oct 13 13:13:37.070 INFO kablam! 1728 | rt_alloc_layout_checked!(rt_pow2_4096bytes_4align_alloc_layout_checked, 4096, 4); Oct 13 13:13:37.070 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.070 INFO kablam! | Oct 13 13:13:37.070 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.070 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.070 INFO kablam! | Oct 13 13:13:37.070 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.070 INFO kablam! | Oct 13 13:13:37.070 INFO kablam! Oct 13 13:13:37.070 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.070 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.070 INFO kablam! | Oct 13 13:13:37.070 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.070 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.070 INFO kablam! ... Oct 13 13:13:37.070 INFO kablam! 1728 | rt_alloc_layout_checked!(rt_pow2_4096bytes_4align_alloc_layout_checked, 4096, 4); Oct 13 13:13:37.070 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.070 INFO kablam! | Oct 13 13:13:37.070 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.070 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.070 INFO kablam! | Oct 13 13:13:37.070 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.070 INFO kablam! | Oct 13 13:13:37.070 INFO kablam! Oct 13 13:13:37.074 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.074 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.074 INFO kablam! | Oct 13 13:13:37.074 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.074 INFO kablam! | ^^^^^ Oct 13 13:13:37.074 INFO kablam! ... Oct 13 13:13:37.074 INFO kablam! 1741 | rt_alloc_layout_checked!(rt_pow2_8192bytes_4align_alloc_layout_checked, 8192, 4); Oct 13 13:13:37.074 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.074 INFO kablam! | Oct 13 13:13:37.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.074 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.074 INFO kablam! | Oct 13 13:13:37.074 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.074 INFO kablam! | Oct 13 13:13:37.074 INFO kablam! Oct 13 13:13:37.074 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.074 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.074 INFO kablam! | Oct 13 13:13:37.074 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.074 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.074 INFO kablam! ... Oct 13 13:13:37.074 INFO kablam! 1741 | rt_alloc_layout_checked!(rt_pow2_8192bytes_4align_alloc_layout_checked, 8192, 4); Oct 13 13:13:37.074 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.074 INFO kablam! | Oct 13 13:13:37.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.075 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.075 INFO kablam! | Oct 13 13:13:37.075 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.075 INFO kablam! | Oct 13 13:13:37.075 INFO kablam! Oct 13 13:13:37.075 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.075 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.075 INFO kablam! | Oct 13 13:13:37.075 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.075 INFO kablam! | ^^^^^ Oct 13 13:13:37.075 INFO kablam! ... Oct 13 13:13:37.075 INFO kablam! 1754 | rt_alloc_layout_checked!(rt_pow2_16384bytes_4align_alloc_layout_checked, 16384, 4); Oct 13 13:13:37.075 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.075 INFO kablam! | Oct 13 13:13:37.075 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.075 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.075 INFO kablam! | Oct 13 13:13:37.075 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.075 INFO kablam! | Oct 13 13:13:37.075 INFO kablam! Oct 13 13:13:37.075 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.075 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.075 INFO kablam! | Oct 13 13:13:37.075 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.075 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.075 INFO kablam! ... Oct 13 13:13:37.075 INFO kablam! 1754 | rt_alloc_layout_checked!(rt_pow2_16384bytes_4align_alloc_layout_checked, 16384, 4); Oct 13 13:13:37.075 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.075 INFO kablam! | Oct 13 13:13:37.075 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.075 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.075 INFO kablam! | Oct 13 13:13:37.075 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.075 INFO kablam! | Oct 13 13:13:37.075 INFO kablam! Oct 13 13:13:37.082 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.082 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.082 INFO kablam! | Oct 13 13:13:37.082 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.082 INFO kablam! | ^^^^^ Oct 13 13:13:37.082 INFO kablam! ... Oct 13 13:13:37.082 INFO kablam! 1767 | rt_alloc_layout_checked!(rt_pow2_32768bytes_4align_alloc_layout_checked, 32768, 4); Oct 13 13:13:37.082 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.082 INFO kablam! | Oct 13 13:13:37.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.082 INFO kablam! | Oct 13 13:13:37.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.082 INFO kablam! | Oct 13 13:13:37.082 INFO kablam! Oct 13 13:13:37.082 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.082 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.082 INFO kablam! | Oct 13 13:13:37.082 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.082 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.082 INFO kablam! ... Oct 13 13:13:37.082 INFO kablam! 1767 | rt_alloc_layout_checked!(rt_pow2_32768bytes_4align_alloc_layout_checked, 32768, 4); Oct 13 13:13:37.082 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.082 INFO kablam! | Oct 13 13:13:37.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.082 INFO kablam! | Oct 13 13:13:37.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.082 INFO kablam! | Oct 13 13:13:37.082 INFO kablam! Oct 13 13:13:37.082 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.082 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.082 INFO kablam! | Oct 13 13:13:37.082 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.082 INFO kablam! | ^^^^^ Oct 13 13:13:37.082 INFO kablam! ... Oct 13 13:13:37.082 INFO kablam! 1780 | rt_alloc_layout_checked!(rt_pow2_65536bytes_4align_alloc_layout_checked, 65536, 4); Oct 13 13:13:37.083 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.083 INFO kablam! | Oct 13 13:13:37.083 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.083 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.083 INFO kablam! | Oct 13 13:13:37.083 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.083 INFO kablam! | Oct 13 13:13:37.083 INFO kablam! Oct 13 13:13:37.083 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.083 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.083 INFO kablam! | Oct 13 13:13:37.083 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.083 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.083 INFO kablam! ... Oct 13 13:13:37.083 INFO kablam! 1780 | rt_alloc_layout_checked!(rt_pow2_65536bytes_4align_alloc_layout_checked, 65536, 4); Oct 13 13:13:37.083 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.083 INFO kablam! | Oct 13 13:13:37.083 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.083 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.083 INFO kablam! | Oct 13 13:13:37.083 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.083 INFO kablam! | Oct 13 13:13:37.083 INFO kablam! Oct 13 13:13:37.083 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.083 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.083 INFO kablam! | Oct 13 13:13:37.083 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.083 INFO kablam! | ^^^^^ Oct 13 13:13:37.083 INFO kablam! ... Oct 13 13:13:37.083 INFO kablam! 1793 | rt_alloc_layout_checked!(rt_pow2_131072bytes_4align_alloc_layout_checked, 131072, 4); Oct 13 13:13:37.083 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.083 INFO kablam! | Oct 13 13:13:37.083 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.083 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.083 INFO kablam! | Oct 13 13:13:37.083 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.083 INFO kablam! | Oct 13 13:13:37.083 INFO kablam! Oct 13 13:13:37.083 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.083 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.083 INFO kablam! | Oct 13 13:13:37.083 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.083 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.083 INFO kablam! ... Oct 13 13:13:37.083 INFO kablam! 1793 | rt_alloc_layout_checked!(rt_pow2_131072bytes_4align_alloc_layout_checked, 131072, 4); Oct 13 13:13:37.083 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.083 INFO kablam! | Oct 13 13:13:37.083 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.083 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.083 INFO kablam! | Oct 13 13:13:37.083 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.083 INFO kablam! | Oct 13 13:13:37.083 INFO kablam! Oct 13 13:13:37.083 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.083 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.083 INFO kablam! | Oct 13 13:13:37.083 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.083 INFO kablam! | ^^^^^ Oct 13 13:13:37.083 INFO kablam! ... Oct 13 13:13:37.083 INFO kablam! 1806 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_4align_alloc_layout_checked, 4194304, 4); Oct 13 13:13:37.083 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.084 INFO kablam! | Oct 13 13:13:37.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.084 INFO kablam! | Oct 13 13:13:37.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.084 INFO kablam! | Oct 13 13:13:37.084 INFO kablam! Oct 13 13:13:37.084 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.084 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.084 INFO kablam! | Oct 13 13:13:37.084 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.084 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.084 INFO kablam! ... Oct 13 13:13:37.084 INFO kablam! 1806 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_4align_alloc_layout_checked, 4194304, 4); Oct 13 13:13:37.084 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.084 INFO kablam! | Oct 13 13:13:37.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.084 INFO kablam! | Oct 13 13:13:37.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.084 INFO kablam! | Oct 13 13:13:37.084 INFO kablam! Oct 13 13:13:37.087 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.087 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.087 INFO kablam! | Oct 13 13:13:37.087 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.087 INFO kablam! | ^^^^^ Oct 13 13:13:37.087 INFO kablam! ... Oct 13 13:13:37.087 INFO kablam! 1820 | rt_alloc_layout_checked!(rt_even_10bytes_4align_alloc_layout_checked, 10, 4); Oct 13 13:13:37.087 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.087 INFO kablam! | Oct 13 13:13:37.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.087 INFO kablam! | Oct 13 13:13:37.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.087 INFO kablam! | Oct 13 13:13:37.087 INFO kablam! Oct 13 13:13:37.087 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.087 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.087 INFO kablam! | Oct 13 13:13:37.087 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.087 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.087 INFO kablam! ... Oct 13 13:13:37.087 INFO kablam! 1820 | rt_alloc_layout_checked!(rt_even_10bytes_4align_alloc_layout_checked, 10, 4); Oct 13 13:13:37.087 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.087 INFO kablam! | Oct 13 13:13:37.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.087 INFO kablam! | Oct 13 13:13:37.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.087 INFO kablam! | Oct 13 13:13:37.087 INFO kablam! Oct 13 13:13:37.092 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.092 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.092 INFO kablam! | Oct 13 13:13:37.092 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.093 INFO kablam! | ^^^^^ Oct 13 13:13:37.093 INFO kablam! ... Oct 13 13:13:37.093 INFO kablam! 1833 | rt_alloc_layout_checked!(rt_even_100bytes_4align_alloc_layout_checked, 100, 4); Oct 13 13:13:37.093 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! Oct 13 13:13:37.093 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.093 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.093 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.093 INFO kablam! ... Oct 13 13:13:37.093 INFO kablam! 1833 | rt_alloc_layout_checked!(rt_even_100bytes_4align_alloc_layout_checked, 100, 4); Oct 13 13:13:37.093 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! Oct 13 13:13:37.093 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.093 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.093 INFO kablam! | ^^^^^ Oct 13 13:13:37.093 INFO kablam! ... Oct 13 13:13:37.093 INFO kablam! 1846 | rt_alloc_layout_checked!(rt_even_1000bytes_4align_alloc_layout_checked, 1000, 4); Oct 13 13:13:37.093 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! Oct 13 13:13:37.093 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.093 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.093 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.093 INFO kablam! ... Oct 13 13:13:37.093 INFO kablam! 1846 | rt_alloc_layout_checked!(rt_even_1000bytes_4align_alloc_layout_checked, 1000, 4); Oct 13 13:13:37.093 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! Oct 13 13:13:37.093 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.093 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.093 INFO kablam! | ^^^^^ Oct 13 13:13:37.093 INFO kablam! ... Oct 13 13:13:37.093 INFO kablam! 1859 | rt_alloc_layout_checked!(rt_even_10000bytes_4align_alloc_layout_checked, 10000, 4); Oct 13 13:13:37.093 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! Oct 13 13:13:37.093 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.093 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.093 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.093 INFO kablam! ... Oct 13 13:13:37.093 INFO kablam! 1859 | rt_alloc_layout_checked!(rt_even_10000bytes_4align_alloc_layout_checked, 10000, 4); Oct 13 13:13:37.093 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.093 INFO kablam! | Oct 13 13:13:37.093 INFO kablam! Oct 13 13:13:37.093 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.093 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.094 INFO kablam! | Oct 13 13:13:37.094 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.094 INFO kablam! | ^^^^^ Oct 13 13:13:37.094 INFO kablam! ... Oct 13 13:13:37.094 INFO kablam! 1872 | rt_alloc_layout_checked!(rt_even_100000bytes_4align_alloc_layout_checked, 100000, 4); Oct 13 13:13:37.094 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.094 INFO kablam! | Oct 13 13:13:37.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.094 INFO kablam! | Oct 13 13:13:37.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.094 INFO kablam! | Oct 13 13:13:37.094 INFO kablam! Oct 13 13:13:37.096 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.096 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.096 INFO kablam! | Oct 13 13:13:37.096 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.096 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.096 INFO kablam! ... Oct 13 13:13:37.096 INFO kablam! 1872 | rt_alloc_layout_checked!(rt_even_100000bytes_4align_alloc_layout_checked, 100000, 4); Oct 13 13:13:37.096 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.096 INFO kablam! | Oct 13 13:13:37.096 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.096 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.096 INFO kablam! | Oct 13 13:13:37.096 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.096 INFO kablam! | Oct 13 13:13:37.096 INFO kablam! Oct 13 13:13:37.096 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.096 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.097 INFO kablam! | Oct 13 13:13:37.097 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.097 INFO kablam! | ^^^^^ Oct 13 13:13:37.097 INFO kablam! ... Oct 13 13:13:37.097 INFO kablam! 1885 | rt_alloc_layout_checked!(rt_even_1000000bytes_4align_alloc_layout_checked, 1000000, 4); Oct 13 13:13:37.097 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.097 INFO kablam! | Oct 13 13:13:37.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.097 INFO kablam! | Oct 13 13:13:37.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.097 INFO kablam! | Oct 13 13:13:37.097 INFO kablam! Oct 13 13:13:37.097 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.097 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.097 INFO kablam! | Oct 13 13:13:37.097 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.097 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.097 INFO kablam! ... Oct 13 13:13:37.097 INFO kablam! 1885 | rt_alloc_layout_checked!(rt_even_1000000bytes_4align_alloc_layout_checked, 1000000, 4); Oct 13 13:13:37.097 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.097 INFO kablam! | Oct 13 13:13:37.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.097 INFO kablam! | Oct 13 13:13:37.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.097 INFO kablam! | Oct 13 13:13:37.097 INFO kablam! Oct 13 13:13:37.097 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.097 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.097 INFO kablam! | Oct 13 13:13:37.097 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.097 INFO kablam! | ^^^^^ Oct 13 13:13:37.097 INFO kablam! ... Oct 13 13:13:37.097 INFO kablam! 1899 | rt_alloc_layout_checked!(rt_odd_10bytes_4align_alloc_layout_checked, 10- 1, 4); Oct 13 13:13:37.097 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.097 INFO kablam! | Oct 13 13:13:37.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.097 INFO kablam! | Oct 13 13:13:37.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.097 INFO kablam! | Oct 13 13:13:37.097 INFO kablam! Oct 13 13:13:37.102 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.102 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.102 INFO kablam! | Oct 13 13:13:37.102 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.102 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.102 INFO kablam! ... Oct 13 13:13:37.102 INFO kablam! 1899 | rt_alloc_layout_checked!(rt_odd_10bytes_4align_alloc_layout_checked, 10- 1, 4); Oct 13 13:13:37.102 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.102 INFO kablam! | Oct 13 13:13:37.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.102 INFO kablam! | Oct 13 13:13:37.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.102 INFO kablam! | Oct 13 13:13:37.102 INFO kablam! Oct 13 13:13:37.102 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.102 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.102 INFO kablam! | Oct 13 13:13:37.102 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.102 INFO kablam! | ^^^^^ Oct 13 13:13:37.102 INFO kablam! ... Oct 13 13:13:37.102 INFO kablam! 1912 | rt_alloc_layout_checked!(rt_odd_100bytes_4align_alloc_layout_checked, 100- 1, 4); Oct 13 13:13:37.102 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.102 INFO kablam! | Oct 13 13:13:37.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.102 INFO kablam! | Oct 13 13:13:37.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.102 INFO kablam! | Oct 13 13:13:37.102 INFO kablam! Oct 13 13:13:37.102 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.102 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.102 INFO kablam! | Oct 13 13:13:37.102 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.102 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.102 INFO kablam! ... Oct 13 13:13:37.102 INFO kablam! 1912 | rt_alloc_layout_checked!(rt_odd_100bytes_4align_alloc_layout_checked, 100- 1, 4); Oct 13 13:13:37.102 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.102 INFO kablam! | Oct 13 13:13:37.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.102 INFO kablam! | Oct 13 13:13:37.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.102 INFO kablam! | Oct 13 13:13:37.102 INFO kablam! Oct 13 13:13:37.104 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.104 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.104 INFO kablam! | Oct 13 13:13:37.104 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.104 INFO kablam! | ^^^^^ Oct 13 13:13:37.104 INFO kablam! ... Oct 13 13:13:37.104 INFO kablam! 1925 | rt_alloc_layout_checked!(rt_odd_1000bytes_4align_alloc_layout_checked, 1000- 1, 4); Oct 13 13:13:37.104 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.105 INFO kablam! | Oct 13 13:13:37.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.105 INFO kablam! | Oct 13 13:13:37.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.105 INFO kablam! | Oct 13 13:13:37.105 INFO kablam! Oct 13 13:13:37.105 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.105 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.105 INFO kablam! | Oct 13 13:13:37.105 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.105 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.105 INFO kablam! ... Oct 13 13:13:37.105 INFO kablam! 1925 | rt_alloc_layout_checked!(rt_odd_1000bytes_4align_alloc_layout_checked, 1000- 1, 4); Oct 13 13:13:37.105 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.105 INFO kablam! | Oct 13 13:13:37.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.105 INFO kablam! | Oct 13 13:13:37.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.105 INFO kablam! | Oct 13 13:13:37.105 INFO kablam! Oct 13 13:13:37.105 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.105 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.105 INFO kablam! | Oct 13 13:13:37.105 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.105 INFO kablam! | ^^^^^ Oct 13 13:13:37.105 INFO kablam! ... Oct 13 13:13:37.105 INFO kablam! 1938 | rt_alloc_layout_checked!(rt_odd_10000bytes_4align_alloc_layout_checked, 10000- 1, 4); Oct 13 13:13:37.105 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.105 INFO kablam! | Oct 13 13:13:37.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.105 INFO kablam! | Oct 13 13:13:37.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.105 INFO kablam! | Oct 13 13:13:37.105 INFO kablam! Oct 13 13:13:37.105 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.105 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.105 INFO kablam! | Oct 13 13:13:37.105 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.105 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.105 INFO kablam! ... Oct 13 13:13:37.105 INFO kablam! 1938 | rt_alloc_layout_checked!(rt_odd_10000bytes_4align_alloc_layout_checked, 10000- 1, 4); Oct 13 13:13:37.105 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.105 INFO kablam! | Oct 13 13:13:37.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.105 INFO kablam! | Oct 13 13:13:37.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.105 INFO kablam! | Oct 13 13:13:37.105 INFO kablam! Oct 13 13:13:37.108 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.108 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.108 INFO kablam! | Oct 13 13:13:37.109 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.109 INFO kablam! | ^^^^^ Oct 13 13:13:37.109 INFO kablam! ... Oct 13 13:13:37.109 INFO kablam! 1951 | rt_alloc_layout_checked!(rt_odd_100000bytes_4align_alloc_layout_checked, 100000- 1, 4); Oct 13 13:13:37.109 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.109 INFO kablam! | Oct 13 13:13:37.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.109 INFO kablam! | Oct 13 13:13:37.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.109 INFO kablam! | Oct 13 13:13:37.109 INFO kablam! Oct 13 13:13:37.109 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.109 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.109 INFO kablam! | Oct 13 13:13:37.109 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.109 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.109 INFO kablam! ... Oct 13 13:13:37.109 INFO kablam! 1951 | rt_alloc_layout_checked!(rt_odd_100000bytes_4align_alloc_layout_checked, 100000- 1, 4); Oct 13 13:13:37.109 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.109 INFO kablam! | Oct 13 13:13:37.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.109 INFO kablam! | Oct 13 13:13:37.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.109 INFO kablam! | Oct 13 13:13:37.109 INFO kablam! Oct 13 13:13:37.109 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.109 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.109 INFO kablam! | Oct 13 13:13:37.109 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.109 INFO kablam! | ^^^^^ Oct 13 13:13:37.109 INFO kablam! ... Oct 13 13:13:37.109 INFO kablam! 1964 | rt_alloc_layout_checked!(rt_odd_1000000bytes_4align_alloc_layout_checked, 1000000- 1, 4); Oct 13 13:13:37.109 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.109 INFO kablam! | Oct 13 13:13:37.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.109 INFO kablam! | Oct 13 13:13:37.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.109 INFO kablam! | Oct 13 13:13:37.109 INFO kablam! Oct 13 13:13:37.109 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.109 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.109 INFO kablam! | Oct 13 13:13:37.109 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.109 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.109 INFO kablam! ... Oct 13 13:13:37.109 INFO kablam! 1964 | rt_alloc_layout_checked!(rt_odd_1000000bytes_4align_alloc_layout_checked, 1000000- 1, 4); Oct 13 13:13:37.109 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.109 INFO kablam! | Oct 13 13:13:37.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.109 INFO kablam! | Oct 13 13:13:37.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.109 INFO kablam! | Oct 13 13:13:37.109 INFO kablam! Oct 13 13:13:37.112 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.112 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.112 INFO kablam! | Oct 13 13:13:37.112 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.112 INFO kablam! | ^^^^^ Oct 13 13:13:37.112 INFO kablam! ... Oct 13 13:13:37.112 INFO kablam! 1978 | rt_alloc_layout_checked!(rt_primes_3bytes_4align_alloc_layout_checked, 3, 4); Oct 13 13:13:37.112 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.112 INFO kablam! | Oct 13 13:13:37.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.112 INFO kablam! | Oct 13 13:13:37.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.112 INFO kablam! | Oct 13 13:13:37.112 INFO kablam! Oct 13 13:13:37.112 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.112 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.113 INFO kablam! | Oct 13 13:13:37.113 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.113 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.113 INFO kablam! ... Oct 13 13:13:37.113 INFO kablam! 1978 | rt_alloc_layout_checked!(rt_primes_3bytes_4align_alloc_layout_checked, 3, 4); Oct 13 13:13:37.113 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.113 INFO kablam! | Oct 13 13:13:37.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.113 INFO kablam! | Oct 13 13:13:37.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.113 INFO kablam! | Oct 13 13:13:37.113 INFO kablam! Oct 13 13:13:37.113 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.113 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.113 INFO kablam! | Oct 13 13:13:37.113 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.113 INFO kablam! | ^^^^^ Oct 13 13:13:37.113 INFO kablam! ... Oct 13 13:13:37.113 INFO kablam! 1991 | rt_alloc_layout_checked!(rt_primes_7bytes_4align_alloc_layout_checked, 7, 4); Oct 13 13:13:37.113 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.113 INFO kablam! | Oct 13 13:13:37.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.113 INFO kablam! | Oct 13 13:13:37.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.113 INFO kablam! | Oct 13 13:13:37.113 INFO kablam! Oct 13 13:13:37.113 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.113 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.113 INFO kablam! | Oct 13 13:13:37.113 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.113 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.113 INFO kablam! ... Oct 13 13:13:37.113 INFO kablam! 1991 | rt_alloc_layout_checked!(rt_primes_7bytes_4align_alloc_layout_checked, 7, 4); Oct 13 13:13:37.113 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.113 INFO kablam! | Oct 13 13:13:37.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.113 INFO kablam! | Oct 13 13:13:37.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.113 INFO kablam! | Oct 13 13:13:37.113 INFO kablam! Oct 13 13:13:37.120 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.120 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.120 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.121 INFO kablam! | ^^^^^ Oct 13 13:13:37.121 INFO kablam! ... Oct 13 13:13:37.121 INFO kablam! 2004 | rt_alloc_layout_checked!(rt_primes_13bytes_4align_alloc_layout_checked, 13, 4); Oct 13 13:13:37.121 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! Oct 13 13:13:37.121 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.121 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.121 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.121 INFO kablam! ... Oct 13 13:13:37.121 INFO kablam! 2004 | rt_alloc_layout_checked!(rt_primes_13bytes_4align_alloc_layout_checked, 13, 4); Oct 13 13:13:37.121 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! Oct 13 13:13:37.121 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.121 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.121 INFO kablam! | ^^^^^ Oct 13 13:13:37.121 INFO kablam! ... Oct 13 13:13:37.121 INFO kablam! 2017 | rt_alloc_layout_checked!(rt_primes_17bytes_4align_alloc_layout_checked, 17, 4); Oct 13 13:13:37.121 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! Oct 13 13:13:37.121 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.121 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.121 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.121 INFO kablam! ... Oct 13 13:13:37.121 INFO kablam! 2017 | rt_alloc_layout_checked!(rt_primes_17bytes_4align_alloc_layout_checked, 17, 4); Oct 13 13:13:37.121 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! Oct 13 13:13:37.121 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.121 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.121 INFO kablam! | ^^^^^ Oct 13 13:13:37.121 INFO kablam! ... Oct 13 13:13:37.121 INFO kablam! 2030 | rt_alloc_layout_checked!(rt_primes_31bytes_4align_alloc_layout_checked, 31, 4); Oct 13 13:13:37.121 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! Oct 13 13:13:37.121 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.121 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.121 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.121 INFO kablam! ... Oct 13 13:13:37.121 INFO kablam! 2030 | rt_alloc_layout_checked!(rt_primes_31bytes_4align_alloc_layout_checked, 31, 4); Oct 13 13:13:37.121 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.121 INFO kablam! | Oct 13 13:13:37.121 INFO kablam! Oct 13 13:13:37.121 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.122 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.122 INFO kablam! | Oct 13 13:13:37.122 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.122 INFO kablam! | ^^^^^ Oct 13 13:13:37.122 INFO kablam! ... Oct 13 13:13:37.122 INFO kablam! 2043 | rt_alloc_layout_checked!(rt_primes_61bytes_4align_alloc_layout_checked, 61, 4); Oct 13 13:13:37.122 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.122 INFO kablam! | Oct 13 13:13:37.122 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.122 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.122 INFO kablam! | Oct 13 13:13:37.122 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.122 INFO kablam! | Oct 13 13:13:37.122 INFO kablam! Oct 13 13:13:37.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.124 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.124 INFO kablam! | Oct 13 13:13:37.124 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.124 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.124 INFO kablam! ... Oct 13 13:13:37.124 INFO kablam! 2043 | rt_alloc_layout_checked!(rt_primes_61bytes_4align_alloc_layout_checked, 61, 4); Oct 13 13:13:37.124 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.124 INFO kablam! | Oct 13 13:13:37.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.124 INFO kablam! | Oct 13 13:13:37.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.124 INFO kablam! | Oct 13 13:13:37.124 INFO kablam! Oct 13 13:13:37.124 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.124 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.124 INFO kablam! | Oct 13 13:13:37.124 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.125 INFO kablam! | ^^^^^ Oct 13 13:13:37.125 INFO kablam! ... Oct 13 13:13:37.125 INFO kablam! 2056 | rt_alloc_layout_checked!(rt_primes_96bytes_4align_alloc_layout_checked, 96, 4); Oct 13 13:13:37.125 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.125 INFO kablam! | Oct 13 13:13:37.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.125 INFO kablam! | Oct 13 13:13:37.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.125 INFO kablam! | Oct 13 13:13:37.125 INFO kablam! Oct 13 13:13:37.125 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.125 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.125 INFO kablam! | Oct 13 13:13:37.125 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.125 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.125 INFO kablam! ... Oct 13 13:13:37.125 INFO kablam! 2056 | rt_alloc_layout_checked!(rt_primes_96bytes_4align_alloc_layout_checked, 96, 4); Oct 13 13:13:37.125 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.125 INFO kablam! | Oct 13 13:13:37.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.125 INFO kablam! | Oct 13 13:13:37.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.125 INFO kablam! | Oct 13 13:13:37.125 INFO kablam! Oct 13 13:13:37.125 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.125 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.125 INFO kablam! | Oct 13 13:13:37.125 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.125 INFO kablam! | ^^^^^ Oct 13 13:13:37.125 INFO kablam! ... Oct 13 13:13:37.125 INFO kablam! 2069 | rt_alloc_layout_checked!(rt_primes_127bytes_4align_alloc_layout_checked, 127, 4); Oct 13 13:13:37.125 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.125 INFO kablam! | Oct 13 13:13:37.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.125 INFO kablam! | Oct 13 13:13:37.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.125 INFO kablam! | Oct 13 13:13:37.125 INFO kablam! Oct 13 13:13:37.129 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.129 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.129 INFO kablam! | Oct 13 13:13:37.129 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.129 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.129 INFO kablam! ... Oct 13 13:13:37.129 INFO kablam! 2069 | rt_alloc_layout_checked!(rt_primes_127bytes_4align_alloc_layout_checked, 127, 4); Oct 13 13:13:37.129 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.129 INFO kablam! | Oct 13 13:13:37.129 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.129 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.129 INFO kablam! | Oct 13 13:13:37.129 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.129 INFO kablam! | Oct 13 13:13:37.129 INFO kablam! Oct 13 13:13:37.129 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.129 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.129 INFO kablam! | Oct 13 13:13:37.129 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.129 INFO kablam! | ^^^^^ Oct 13 13:13:37.129 INFO kablam! ... Oct 13 13:13:37.129 INFO kablam! 2082 | rt_alloc_layout_checked!(rt_primes_257bytes_4align_alloc_layout_checked, 257, 4); Oct 13 13:13:37.129 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.129 INFO kablam! | Oct 13 13:13:37.129 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.129 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.129 INFO kablam! | Oct 13 13:13:37.129 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.129 INFO kablam! | Oct 13 13:13:37.129 INFO kablam! Oct 13 13:13:37.129 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.129 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.129 INFO kablam! | Oct 13 13:13:37.129 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.130 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.130 INFO kablam! ... Oct 13 13:13:37.130 INFO kablam! 2082 | rt_alloc_layout_checked!(rt_primes_257bytes_4align_alloc_layout_checked, 257, 4); Oct 13 13:13:37.130 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.130 INFO kablam! | Oct 13 13:13:37.130 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.130 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.130 INFO kablam! | Oct 13 13:13:37.130 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.130 INFO kablam! | Oct 13 13:13:37.130 INFO kablam! Oct 13 13:13:37.130 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.130 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.130 INFO kablam! | Oct 13 13:13:37.130 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.130 INFO kablam! | ^^^^^ Oct 13 13:13:37.130 INFO kablam! ... Oct 13 13:13:37.130 INFO kablam! 2095 | rt_alloc_layout_checked!(rt_primes_509bytes_4align_alloc_layout_checked, 509, 4); Oct 13 13:13:37.130 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.130 INFO kablam! | Oct 13 13:13:37.130 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.130 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.130 INFO kablam! | Oct 13 13:13:37.130 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.130 INFO kablam! | Oct 13 13:13:37.130 INFO kablam! Oct 13 13:13:37.136 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.136 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.136 INFO kablam! | Oct 13 13:13:37.136 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.136 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.136 INFO kablam! ... Oct 13 13:13:37.136 INFO kablam! 2095 | rt_alloc_layout_checked!(rt_primes_509bytes_4align_alloc_layout_checked, 509, 4); Oct 13 13:13:37.136 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.136 INFO kablam! | Oct 13 13:13:37.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.136 INFO kablam! | Oct 13 13:13:37.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.136 INFO kablam! | Oct 13 13:13:37.136 INFO kablam! Oct 13 13:13:37.136 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.136 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.136 INFO kablam! | Oct 13 13:13:37.136 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.136 INFO kablam! | ^^^^^ Oct 13 13:13:37.136 INFO kablam! ... Oct 13 13:13:37.136 INFO kablam! 2108 | rt_alloc_layout_checked!(rt_primes_1021bytes_4align_alloc_layout_checked, 1021, 4); Oct 13 13:13:37.136 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.136 INFO kablam! | Oct 13 13:13:37.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.136 INFO kablam! | Oct 13 13:13:37.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.136 INFO kablam! | Oct 13 13:13:37.136 INFO kablam! Oct 13 13:13:37.136 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.136 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.136 INFO kablam! | Oct 13 13:13:37.136 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.136 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.136 INFO kablam! ... Oct 13 13:13:37.136 INFO kablam! 2108 | rt_alloc_layout_checked!(rt_primes_1021bytes_4align_alloc_layout_checked, 1021, 4); Oct 13 13:13:37.136 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.136 INFO kablam! | Oct 13 13:13:37.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.136 INFO kablam! | Oct 13 13:13:37.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.136 INFO kablam! | Oct 13 13:13:37.136 INFO kablam! Oct 13 13:13:37.136 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.136 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.137 INFO kablam! | Oct 13 13:13:37.137 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.137 INFO kablam! | ^^^^^ Oct 13 13:13:37.137 INFO kablam! ... Oct 13 13:13:37.137 INFO kablam! 2121 | rt_alloc_layout_checked!(rt_primes_2039bytes_4align_alloc_layout_checked, 2039, 4); Oct 13 13:13:37.137 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.137 INFO kablam! | Oct 13 13:13:37.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.137 INFO kablam! | Oct 13 13:13:37.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.137 INFO kablam! | Oct 13 13:13:37.137 INFO kablam! Oct 13 13:13:37.137 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.137 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.137 INFO kablam! | Oct 13 13:13:37.137 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.137 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.137 INFO kablam! ... Oct 13 13:13:37.137 INFO kablam! 2121 | rt_alloc_layout_checked!(rt_primes_2039bytes_4align_alloc_layout_checked, 2039, 4); Oct 13 13:13:37.137 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.137 INFO kablam! | Oct 13 13:13:37.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.137 INFO kablam! | Oct 13 13:13:37.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.137 INFO kablam! | Oct 13 13:13:37.137 INFO kablam! Oct 13 13:13:37.137 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.137 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.137 INFO kablam! | Oct 13 13:13:37.137 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.137 INFO kablam! | ^^^^^ Oct 13 13:13:37.137 INFO kablam! ... Oct 13 13:13:37.137 INFO kablam! 2134 | rt_alloc_layout_checked!(rt_primes_4093bytes_4align_alloc_layout_checked, 4093, 4); Oct 13 13:13:37.137 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.137 INFO kablam! | Oct 13 13:13:37.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.137 INFO kablam! | Oct 13 13:13:37.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.137 INFO kablam! | Oct 13 13:13:37.137 INFO kablam! Oct 13 13:13:37.137 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.137 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.137 INFO kablam! | Oct 13 13:13:37.137 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.137 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.137 INFO kablam! ... Oct 13 13:13:37.137 INFO kablam! 2134 | rt_alloc_layout_checked!(rt_primes_4093bytes_4align_alloc_layout_checked, 4093, 4); Oct 13 13:13:37.137 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.137 INFO kablam! | Oct 13 13:13:37.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.137 INFO kablam! | Oct 13 13:13:37.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.137 INFO kablam! | Oct 13 13:13:37.137 INFO kablam! Oct 13 13:13:37.142 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.142 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.142 INFO kablam! | Oct 13 13:13:37.142 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.142 INFO kablam! | ^^^^^ Oct 13 13:13:37.142 INFO kablam! ... Oct 13 13:13:37.142 INFO kablam! 2147 | rt_alloc_layout_checked!(rt_primes_8191bytes_4align_alloc_layout_checked, 8191, 4); Oct 13 13:13:37.142 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.142 INFO kablam! | Oct 13 13:13:37.142 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.142 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.142 INFO kablam! | Oct 13 13:13:37.142 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.142 INFO kablam! | Oct 13 13:13:37.142 INFO kablam! Oct 13 13:13:37.142 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.142 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.142 INFO kablam! | Oct 13 13:13:37.142 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.142 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.142 INFO kablam! ... Oct 13 13:13:37.142 INFO kablam! 2147 | rt_alloc_layout_checked!(rt_primes_8191bytes_4align_alloc_layout_checked, 8191, 4); Oct 13 13:13:37.142 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.142 INFO kablam! | Oct 13 13:13:37.142 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.142 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.142 INFO kablam! | Oct 13 13:13:37.142 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.142 INFO kablam! | Oct 13 13:13:37.142 INFO kablam! Oct 13 13:13:37.142 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.142 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.142 INFO kablam! | Oct 13 13:13:37.142 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.142 INFO kablam! | ^^^^^ Oct 13 13:13:37.142 INFO kablam! ... Oct 13 13:13:37.142 INFO kablam! 2160 | rt_alloc_layout_checked!(rt_primes_16381bytes_4align_alloc_layout_checked, 16381, 4); Oct 13 13:13:37.142 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.142 INFO kablam! | Oct 13 13:13:37.142 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.142 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.142 INFO kablam! | Oct 13 13:13:37.142 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.142 INFO kablam! | Oct 13 13:13:37.142 INFO kablam! Oct 13 13:13:37.142 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.142 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.142 INFO kablam! | Oct 13 13:13:37.142 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.142 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.142 INFO kablam! ... Oct 13 13:13:37.142 INFO kablam! 2160 | rt_alloc_layout_checked!(rt_primes_16381bytes_4align_alloc_layout_checked, 16381, 4); Oct 13 13:13:37.142 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.143 INFO kablam! | Oct 13 13:13:37.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.143 INFO kablam! | Oct 13 13:13:37.143 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.143 INFO kablam! | Oct 13 13:13:37.143 INFO kablam! Oct 13 13:13:37.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.149 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.149 INFO kablam! | Oct 13 13:13:37.149 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.149 INFO kablam! | ^^^^^ Oct 13 13:13:37.149 INFO kablam! ... Oct 13 13:13:37.149 INFO kablam! 2173 | rt_alloc_layout_checked!(rt_primes_32749bytes_4align_alloc_layout_checked, 32749, 4); Oct 13 13:13:37.149 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.149 INFO kablam! | Oct 13 13:13:37.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.149 INFO kablam! | Oct 13 13:13:37.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.149 INFO kablam! | Oct 13 13:13:37.149 INFO kablam! Oct 13 13:13:37.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.149 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.149 INFO kablam! | Oct 13 13:13:37.149 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.149 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.149 INFO kablam! ... Oct 13 13:13:37.149 INFO kablam! 2173 | rt_alloc_layout_checked!(rt_primes_32749bytes_4align_alloc_layout_checked, 32749, 4); Oct 13 13:13:37.149 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.149 INFO kablam! | Oct 13 13:13:37.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.149 INFO kablam! | Oct 13 13:13:37.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.149 INFO kablam! | Oct 13 13:13:37.149 INFO kablam! Oct 13 13:13:37.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.149 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.149 INFO kablam! | Oct 13 13:13:37.149 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.149 INFO kablam! | ^^^^^ Oct 13 13:13:37.149 INFO kablam! ... Oct 13 13:13:37.149 INFO kablam! 2186 | rt_alloc_layout_checked!(rt_primes_65537bytes_4align_alloc_layout_checked, 65537, 4); Oct 13 13:13:37.149 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.149 INFO kablam! | Oct 13 13:13:37.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.149 INFO kablam! | Oct 13 13:13:37.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.149 INFO kablam! | Oct 13 13:13:37.149 INFO kablam! Oct 13 13:13:37.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.149 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.149 INFO kablam! | Oct 13 13:13:37.149 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.149 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.149 INFO kablam! ... Oct 13 13:13:37.149 INFO kablam! 2186 | rt_alloc_layout_checked!(rt_primes_65537bytes_4align_alloc_layout_checked, 65537, 4); Oct 13 13:13:37.149 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.149 INFO kablam! | Oct 13 13:13:37.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.149 INFO kablam! | Oct 13 13:13:37.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.149 INFO kablam! | Oct 13 13:13:37.149 INFO kablam! Oct 13 13:13:37.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.149 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.149 INFO kablam! | Oct 13 13:13:37.149 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.149 INFO kablam! | ^^^^^ Oct 13 13:13:37.149 INFO kablam! ... Oct 13 13:13:37.149 INFO kablam! 2199 | rt_alloc_layout_checked!(rt_primes_131071bytes_4align_alloc_layout_checked, 131071, 4); Oct 13 13:13:37.149 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.149 INFO kablam! | Oct 13 13:13:37.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.149 INFO kablam! | Oct 13 13:13:37.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.150 INFO kablam! | Oct 13 13:13:37.150 INFO kablam! Oct 13 13:13:37.150 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.150 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.150 INFO kablam! | Oct 13 13:13:37.150 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.150 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.150 INFO kablam! ... Oct 13 13:13:37.150 INFO kablam! 2199 | rt_alloc_layout_checked!(rt_primes_131071bytes_4align_alloc_layout_checked, 131071, 4); Oct 13 13:13:37.150 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.150 INFO kablam! | Oct 13 13:13:37.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.150 INFO kablam! | Oct 13 13:13:37.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.150 INFO kablam! | Oct 13 13:13:37.150 INFO kablam! Oct 13 13:13:37.150 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.150 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.150 INFO kablam! | Oct 13 13:13:37.150 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.150 INFO kablam! | ^^^^^ Oct 13 13:13:37.150 INFO kablam! ... Oct 13 13:13:37.150 INFO kablam! 2212 | rt_alloc_layout_checked!(rt_primes_4194301bytes_4align_alloc_layout_checked, 4194301, 4); Oct 13 13:13:37.150 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.150 INFO kablam! | Oct 13 13:13:37.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.150 INFO kablam! | Oct 13 13:13:37.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.150 INFO kablam! | Oct 13 13:13:37.150 INFO kablam! Oct 13 13:13:37.150 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.150 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.150 INFO kablam! | Oct 13 13:13:37.150 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.150 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.150 INFO kablam! ... Oct 13 13:13:37.150 INFO kablam! 2212 | rt_alloc_layout_checked!(rt_primes_4194301bytes_4align_alloc_layout_checked, 4194301, 4); Oct 13 13:13:37.150 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.150 INFO kablam! | Oct 13 13:13:37.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.150 INFO kablam! | Oct 13 13:13:37.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.150 INFO kablam! | Oct 13 13:13:37.150 INFO kablam! Oct 13 13:13:37.159 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.159 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.159 INFO kablam! | Oct 13 13:13:37.159 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.159 INFO kablam! | ^^^^^ Oct 13 13:13:37.159 INFO kablam! ... Oct 13 13:13:37.159 INFO kablam! 2228 | rt_alloc_layout_checked!(rt_pow2_1bytes_8align_alloc_layout_checked, 1, 8); Oct 13 13:13:37.159 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.159 INFO kablam! | Oct 13 13:13:37.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.159 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! Oct 13 13:13:37.160 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.160 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.160 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.160 INFO kablam! ... Oct 13 13:13:37.160 INFO kablam! 2228 | rt_alloc_layout_checked!(rt_pow2_1bytes_8align_alloc_layout_checked, 1, 8); Oct 13 13:13:37.160 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! Oct 13 13:13:37.160 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.160 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.160 INFO kablam! | ^^^^^ Oct 13 13:13:37.160 INFO kablam! ... Oct 13 13:13:37.160 INFO kablam! 2241 | rt_alloc_layout_checked!(rt_pow2_2bytes_8align_alloc_layout_checked, 2, 8); Oct 13 13:13:37.160 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! Oct 13 13:13:37.160 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.160 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.160 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.160 INFO kablam! ... Oct 13 13:13:37.160 INFO kablam! 2241 | rt_alloc_layout_checked!(rt_pow2_2bytes_8align_alloc_layout_checked, 2, 8); Oct 13 13:13:37.160 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! Oct 13 13:13:37.160 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.160 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.160 INFO kablam! | ^^^^^ Oct 13 13:13:37.160 INFO kablam! ... Oct 13 13:13:37.160 INFO kablam! 2254 | rt_alloc_layout_checked!(rt_pow2_4bytes_8align_alloc_layout_checked, 4, 8); Oct 13 13:13:37.160 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! Oct 13 13:13:37.160 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.160 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.160 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.160 INFO kablam! ... Oct 13 13:13:37.160 INFO kablam! 2254 | rt_alloc_layout_checked!(rt_pow2_4bytes_8align_alloc_layout_checked, 4, 8); Oct 13 13:13:37.160 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! Oct 13 13:13:37.160 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.160 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.160 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.160 INFO kablam! | ^^^^^ Oct 13 13:13:37.160 INFO kablam! ... Oct 13 13:13:37.160 INFO kablam! 2267 | rt_alloc_layout_checked!(rt_pow2_8bytes_8align_alloc_layout_checked, 8, 8); Oct 13 13:13:37.160 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.160 INFO kablam! | Oct 13 13:13:37.161 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.161 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.161 INFO kablam! | Oct 13 13:13:37.161 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.161 INFO kablam! | Oct 13 13:13:37.161 INFO kablam! Oct 13 13:13:37.161 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.161 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.161 INFO kablam! | Oct 13 13:13:37.161 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.161 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.161 INFO kablam! ... Oct 13 13:13:37.161 INFO kablam! 2267 | rt_alloc_layout_checked!(rt_pow2_8bytes_8align_alloc_layout_checked, 8, 8); Oct 13 13:13:37.161 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.161 INFO kablam! | Oct 13 13:13:37.161 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.161 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.161 INFO kablam! | Oct 13 13:13:37.161 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.161 INFO kablam! | Oct 13 13:13:37.161 INFO kablam! Oct 13 13:13:37.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.169 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.169 INFO kablam! | Oct 13 13:13:37.169 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.169 INFO kablam! | ^^^^^ Oct 13 13:13:37.169 INFO kablam! ... Oct 13 13:13:37.169 INFO kablam! 2280 | rt_alloc_layout_checked!(rt_pow2_16bytes_8align_alloc_layout_checked, 16, 8); Oct 13 13:13:37.169 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.169 INFO kablam! | Oct 13 13:13:37.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.169 INFO kablam! | Oct 13 13:13:37.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.169 INFO kablam! | Oct 13 13:13:37.169 INFO kablam! Oct 13 13:13:37.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.169 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.169 INFO kablam! | Oct 13 13:13:37.169 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.169 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.169 INFO kablam! ... Oct 13 13:13:37.169 INFO kablam! 2280 | rt_alloc_layout_checked!(rt_pow2_16bytes_8align_alloc_layout_checked, 16, 8); Oct 13 13:13:37.169 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.169 INFO kablam! | Oct 13 13:13:37.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.169 INFO kablam! | Oct 13 13:13:37.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.169 INFO kablam! | Oct 13 13:13:37.169 INFO kablam! Oct 13 13:13:37.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.169 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.169 INFO kablam! | Oct 13 13:13:37.169 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.169 INFO kablam! | ^^^^^ Oct 13 13:13:37.169 INFO kablam! ... Oct 13 13:13:37.169 INFO kablam! 2293 | rt_alloc_layout_checked!(rt_pow2_32bytes_8align_alloc_layout_checked, 32, 8); Oct 13 13:13:37.169 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.169 INFO kablam! | Oct 13 13:13:37.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.169 INFO kablam! | Oct 13 13:13:37.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.169 INFO kablam! | Oct 13 13:13:37.169 INFO kablam! Oct 13 13:13:37.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.169 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.169 INFO kablam! | Oct 13 13:13:37.169 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.169 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.169 INFO kablam! ... Oct 13 13:13:37.169 INFO kablam! 2293 | rt_alloc_layout_checked!(rt_pow2_32bytes_8align_alloc_layout_checked, 32, 8); Oct 13 13:13:37.169 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.169 INFO kablam! | Oct 13 13:13:37.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.169 INFO kablam! | Oct 13 13:13:37.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.169 INFO kablam! | Oct 13 13:13:37.169 INFO kablam! Oct 13 13:13:37.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.169 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.169 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.170 INFO kablam! | ^^^^^ Oct 13 13:13:37.170 INFO kablam! ... Oct 13 13:13:37.170 INFO kablam! 2306 | rt_alloc_layout_checked!(rt_pow2_64bytes_8align_alloc_layout_checked, 64, 8); Oct 13 13:13:37.170 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! Oct 13 13:13:37.170 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.170 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.170 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.170 INFO kablam! ... Oct 13 13:13:37.170 INFO kablam! 2306 | rt_alloc_layout_checked!(rt_pow2_64bytes_8align_alloc_layout_checked, 64, 8); Oct 13 13:13:37.170 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! Oct 13 13:13:37.170 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.170 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.170 INFO kablam! | ^^^^^ Oct 13 13:13:37.170 INFO kablam! ... Oct 13 13:13:37.170 INFO kablam! 2319 | rt_alloc_layout_checked!(rt_pow2_128bytes_8align_alloc_layout_checked, 128, 8); Oct 13 13:13:37.170 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! Oct 13 13:13:37.170 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.170 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.170 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.170 INFO kablam! ... Oct 13 13:13:37.170 INFO kablam! 2319 | rt_alloc_layout_checked!(rt_pow2_128bytes_8align_alloc_layout_checked, 128, 8); Oct 13 13:13:37.170 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! Oct 13 13:13:37.170 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.170 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.170 INFO kablam! | ^^^^^ Oct 13 13:13:37.170 INFO kablam! ... Oct 13 13:13:37.170 INFO kablam! 2332 | rt_alloc_layout_checked!(rt_pow2_256bytes_8align_alloc_layout_checked, 256, 8); Oct 13 13:13:37.170 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! Oct 13 13:13:37.170 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.170 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.170 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.170 INFO kablam! ... Oct 13 13:13:37.170 INFO kablam! 2332 | rt_alloc_layout_checked!(rt_pow2_256bytes_8align_alloc_layout_checked, 256, 8); Oct 13 13:13:37.170 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.170 INFO kablam! | Oct 13 13:13:37.170 INFO kablam! Oct 13 13:13:37.180 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.180 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.180 INFO kablam! | Oct 13 13:13:37.180 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.180 INFO kablam! | ^^^^^ Oct 13 13:13:37.180 INFO kablam! ... Oct 13 13:13:37.180 INFO kablam! 2345 | rt_alloc_layout_checked!(rt_pow2_512bytes_8align_alloc_layout_checked, 512, 8); Oct 13 13:13:37.180 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.180 INFO kablam! | Oct 13 13:13:37.180 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.180 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.180 INFO kablam! | Oct 13 13:13:37.180 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.180 INFO kablam! | Oct 13 13:13:37.180 INFO kablam! Oct 13 13:13:37.180 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.180 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.180 INFO kablam! | Oct 13 13:13:37.180 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.180 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.180 INFO kablam! ... Oct 13 13:13:37.180 INFO kablam! 2345 | rt_alloc_layout_checked!(rt_pow2_512bytes_8align_alloc_layout_checked, 512, 8); Oct 13 13:13:37.180 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.180 INFO kablam! | Oct 13 13:13:37.180 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.180 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.180 INFO kablam! | Oct 13 13:13:37.180 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.180 INFO kablam! | Oct 13 13:13:37.180 INFO kablam! Oct 13 13:13:37.180 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.180 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.180 INFO kablam! | Oct 13 13:13:37.180 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.180 INFO kablam! | ^^^^^ Oct 13 13:13:37.180 INFO kablam! ... Oct 13 13:13:37.180 INFO kablam! 2358 | rt_alloc_layout_checked!(rt_pow2_1024bytes_8align_alloc_layout_checked, 1024, 8); Oct 13 13:13:37.180 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.180 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! Oct 13 13:13:37.181 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.181 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.181 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.181 INFO kablam! ... Oct 13 13:13:37.181 INFO kablam! 2358 | rt_alloc_layout_checked!(rt_pow2_1024bytes_8align_alloc_layout_checked, 1024, 8); Oct 13 13:13:37.181 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! Oct 13 13:13:37.181 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.181 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.181 INFO kablam! | ^^^^^ Oct 13 13:13:37.181 INFO kablam! ... Oct 13 13:13:37.181 INFO kablam! 2371 | rt_alloc_layout_checked!(rt_pow2_2048bytes_8align_alloc_layout_checked, 2048, 8); Oct 13 13:13:37.181 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! Oct 13 13:13:37.181 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.181 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.181 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.181 INFO kablam! ... Oct 13 13:13:37.181 INFO kablam! 2371 | rt_alloc_layout_checked!(rt_pow2_2048bytes_8align_alloc_layout_checked, 2048, 8); Oct 13 13:13:37.181 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! Oct 13 13:13:37.181 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.181 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.181 INFO kablam! | ^^^^^ Oct 13 13:13:37.181 INFO kablam! ... Oct 13 13:13:37.181 INFO kablam! 2384 | rt_alloc_layout_checked!(rt_pow2_4096bytes_8align_alloc_layout_checked, 4096, 8); Oct 13 13:13:37.181 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! Oct 13 13:13:37.181 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.181 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.181 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.181 INFO kablam! ... Oct 13 13:13:37.181 INFO kablam! 2384 | rt_alloc_layout_checked!(rt_pow2_4096bytes_8align_alloc_layout_checked, 4096, 8); Oct 13 13:13:37.181 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.181 INFO kablam! | Oct 13 13:13:37.181 INFO kablam! Oct 13 13:13:37.184 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.184 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.184 INFO kablam! | Oct 13 13:13:37.184 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.184 INFO kablam! | ^^^^^ Oct 13 13:13:37.184 INFO kablam! ... Oct 13 13:13:37.184 INFO kablam! 2397 | rt_alloc_layout_checked!(rt_pow2_8192bytes_8align_alloc_layout_checked, 8192, 8); Oct 13 13:13:37.184 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.184 INFO kablam! | Oct 13 13:13:37.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.184 INFO kablam! | Oct 13 13:13:37.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.184 INFO kablam! | Oct 13 13:13:37.184 INFO kablam! Oct 13 13:13:37.184 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.184 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.184 INFO kablam! | Oct 13 13:13:37.184 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.184 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.184 INFO kablam! ... Oct 13 13:13:37.184 INFO kablam! 2397 | rt_alloc_layout_checked!(rt_pow2_8192bytes_8align_alloc_layout_checked, 8192, 8); Oct 13 13:13:37.184 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.184 INFO kablam! | Oct 13 13:13:37.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.184 INFO kablam! | Oct 13 13:13:37.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.184 INFO kablam! | Oct 13 13:13:37.184 INFO kablam! Oct 13 13:13:37.184 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.184 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.184 INFO kablam! | Oct 13 13:13:37.184 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.184 INFO kablam! | ^^^^^ Oct 13 13:13:37.184 INFO kablam! ... Oct 13 13:13:37.184 INFO kablam! 2410 | rt_alloc_layout_checked!(rt_pow2_16384bytes_8align_alloc_layout_checked, 16384, 8); Oct 13 13:13:37.184 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.184 INFO kablam! | Oct 13 13:13:37.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! Oct 13 13:13:37.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.185 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.185 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.185 INFO kablam! ... Oct 13 13:13:37.185 INFO kablam! 2410 | rt_alloc_layout_checked!(rt_pow2_16384bytes_8align_alloc_layout_checked, 16384, 8); Oct 13 13:13:37.185 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! Oct 13 13:13:37.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.185 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.185 INFO kablam! | ^^^^^ Oct 13 13:13:37.185 INFO kablam! ... Oct 13 13:13:37.185 INFO kablam! 2423 | rt_alloc_layout_checked!(rt_pow2_32768bytes_8align_alloc_layout_checked, 32768, 8); Oct 13 13:13:37.185 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! Oct 13 13:13:37.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.185 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.185 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.185 INFO kablam! ... Oct 13 13:13:37.185 INFO kablam! 2423 | rt_alloc_layout_checked!(rt_pow2_32768bytes_8align_alloc_layout_checked, 32768, 8); Oct 13 13:13:37.185 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! Oct 13 13:13:37.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.185 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.185 INFO kablam! | ^^^^^ Oct 13 13:13:37.185 INFO kablam! ... Oct 13 13:13:37.185 INFO kablam! 2436 | rt_alloc_layout_checked!(rt_pow2_65536bytes_8align_alloc_layout_checked, 65536, 8); Oct 13 13:13:37.185 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! Oct 13 13:13:37.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.185 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.185 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.185 INFO kablam! ... Oct 13 13:13:37.185 INFO kablam! 2436 | rt_alloc_layout_checked!(rt_pow2_65536bytes_8align_alloc_layout_checked, 65536, 8); Oct 13 13:13:37.185 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.185 INFO kablam! | Oct 13 13:13:37.185 INFO kablam! Oct 13 13:13:37.188 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.188 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.188 INFO kablam! | Oct 13 13:13:37.188 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.188 INFO kablam! | ^^^^^ Oct 13 13:13:37.188 INFO kablam! ... Oct 13 13:13:37.188 INFO kablam! 2449 | rt_alloc_layout_checked!(rt_pow2_131072bytes_8align_alloc_layout_checked, 131072, 8); Oct 13 13:13:37.188 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.188 INFO kablam! | Oct 13 13:13:37.188 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.188 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.188 INFO kablam! | Oct 13 13:13:37.188 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.188 INFO kablam! | Oct 13 13:13:37.188 INFO kablam! Oct 13 13:13:37.188 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.188 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.188 INFO kablam! | Oct 13 13:13:37.189 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.189 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.189 INFO kablam! ... Oct 13 13:13:37.189 INFO kablam! 2449 | rt_alloc_layout_checked!(rt_pow2_131072bytes_8align_alloc_layout_checked, 131072, 8); Oct 13 13:13:37.189 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.189 INFO kablam! | Oct 13 13:13:37.189 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.189 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.189 INFO kablam! | Oct 13 13:13:37.189 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.189 INFO kablam! | Oct 13 13:13:37.189 INFO kablam! Oct 13 13:13:37.189 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.189 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.189 INFO kablam! | Oct 13 13:13:37.189 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.189 INFO kablam! | ^^^^^ Oct 13 13:13:37.189 INFO kablam! ... Oct 13 13:13:37.189 INFO kablam! 2462 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_8align_alloc_layout_checked, 4194304, 8); Oct 13 13:13:37.189 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.189 INFO kablam! | Oct 13 13:13:37.189 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.189 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.189 INFO kablam! | Oct 13 13:13:37.189 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.189 INFO kablam! | Oct 13 13:13:37.189 INFO kablam! Oct 13 13:13:37.189 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.189 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.189 INFO kablam! | Oct 13 13:13:37.189 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.189 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.189 INFO kablam! ... Oct 13 13:13:37.189 INFO kablam! 2462 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_8align_alloc_layout_checked, 4194304, 8); Oct 13 13:13:37.189 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.189 INFO kablam! | Oct 13 13:13:37.189 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.189 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.189 INFO kablam! | Oct 13 13:13:37.189 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.189 INFO kablam! | Oct 13 13:13:37.189 INFO kablam! Oct 13 13:13:37.193 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.193 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.193 INFO kablam! | Oct 13 13:13:37.193 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.193 INFO kablam! | ^^^^^ Oct 13 13:13:37.193 INFO kablam! ... Oct 13 13:13:37.193 INFO kablam! 2476 | rt_alloc_layout_checked!(rt_even_10bytes_8align_alloc_layout_checked, 10, 8); Oct 13 13:13:37.194 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.194 INFO kablam! | Oct 13 13:13:37.194 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.194 INFO kablam! | Oct 13 13:13:37.194 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.194 INFO kablam! | Oct 13 13:13:37.194 INFO kablam! Oct 13 13:13:37.194 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.194 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.194 INFO kablam! | Oct 13 13:13:37.194 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.194 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.194 INFO kablam! ... Oct 13 13:13:37.194 INFO kablam! 2476 | rt_alloc_layout_checked!(rt_even_10bytes_8align_alloc_layout_checked, 10, 8); Oct 13 13:13:37.194 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.194 INFO kablam! | Oct 13 13:13:37.194 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.194 INFO kablam! | Oct 13 13:13:37.194 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.194 INFO kablam! | Oct 13 13:13:37.194 INFO kablam! Oct 13 13:13:37.194 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.194 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.194 INFO kablam! | Oct 13 13:13:37.194 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.194 INFO kablam! | ^^^^^ Oct 13 13:13:37.194 INFO kablam! ... Oct 13 13:13:37.194 INFO kablam! 2489 | rt_alloc_layout_checked!(rt_even_100bytes_8align_alloc_layout_checked, 100, 8); Oct 13 13:13:37.194 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.194 INFO kablam! | Oct 13 13:13:37.194 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.194 INFO kablam! | Oct 13 13:13:37.194 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.194 INFO kablam! | Oct 13 13:13:37.194 INFO kablam! Oct 13 13:13:37.200 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.200 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.201 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.201 INFO kablam! ... Oct 13 13:13:37.201 INFO kablam! 2489 | rt_alloc_layout_checked!(rt_even_100bytes_8align_alloc_layout_checked, 100, 8); Oct 13 13:13:37.201 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! Oct 13 13:13:37.201 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.201 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.201 INFO kablam! | ^^^^^ Oct 13 13:13:37.201 INFO kablam! ... Oct 13 13:13:37.201 INFO kablam! 2502 | rt_alloc_layout_checked!(rt_even_1000bytes_8align_alloc_layout_checked, 1000, 8); Oct 13 13:13:37.201 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! Oct 13 13:13:37.201 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.201 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.201 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.201 INFO kablam! ... Oct 13 13:13:37.201 INFO kablam! 2502 | rt_alloc_layout_checked!(rt_even_1000bytes_8align_alloc_layout_checked, 1000, 8); Oct 13 13:13:37.201 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! Oct 13 13:13:37.201 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.201 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.201 INFO kablam! | ^^^^^ Oct 13 13:13:37.201 INFO kablam! ... Oct 13 13:13:37.201 INFO kablam! 2515 | rt_alloc_layout_checked!(rt_even_10000bytes_8align_alloc_layout_checked, 10000, 8); Oct 13 13:13:37.201 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! Oct 13 13:13:37.201 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.201 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.201 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.201 INFO kablam! ... Oct 13 13:13:37.201 INFO kablam! 2515 | rt_alloc_layout_checked!(rt_even_10000bytes_8align_alloc_layout_checked, 10000, 8); Oct 13 13:13:37.201 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! Oct 13 13:13:37.201 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.201 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.201 INFO kablam! | ^^^^^ Oct 13 13:13:37.201 INFO kablam! ... Oct 13 13:13:37.201 INFO kablam! 2528 | rt_alloc_layout_checked!(rt_even_100000bytes_8align_alloc_layout_checked, 100000, 8); Oct 13 13:13:37.201 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.201 INFO kablam! | Oct 13 13:13:37.201 INFO kablam! Oct 13 13:13:37.201 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.202 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.202 INFO kablam! | Oct 13 13:13:37.202 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.202 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.202 INFO kablam! ... Oct 13 13:13:37.202 INFO kablam! 2528 | rt_alloc_layout_checked!(rt_even_100000bytes_8align_alloc_layout_checked, 100000, 8); Oct 13 13:13:37.202 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.202 INFO kablam! | Oct 13 13:13:37.202 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.202 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.202 INFO kablam! | Oct 13 13:13:37.202 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.202 INFO kablam! | Oct 13 13:13:37.202 INFO kablam! Oct 13 13:13:37.202 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.202 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.202 INFO kablam! | Oct 13 13:13:37.202 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.202 INFO kablam! | ^^^^^ Oct 13 13:13:37.202 INFO kablam! ... Oct 13 13:13:37.202 INFO kablam! 2541 | rt_alloc_layout_checked!(rt_even_1000000bytes_8align_alloc_layout_checked, 1000000, 8); Oct 13 13:13:37.202 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.202 INFO kablam! | Oct 13 13:13:37.202 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.202 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.202 INFO kablam! | Oct 13 13:13:37.202 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.202 INFO kablam! | Oct 13 13:13:37.202 INFO kablam! Oct 13 13:13:37.206 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.206 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.206 INFO kablam! | Oct 13 13:13:37.206 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.206 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.206 INFO kablam! ... Oct 13 13:13:37.206 INFO kablam! 2541 | rt_alloc_layout_checked!(rt_even_1000000bytes_8align_alloc_layout_checked, 1000000, 8); Oct 13 13:13:37.206 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.206 INFO kablam! | Oct 13 13:13:37.206 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.206 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.206 INFO kablam! | Oct 13 13:13:37.206 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.206 INFO kablam! | Oct 13 13:13:37.206 INFO kablam! Oct 13 13:13:37.206 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.206 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.206 INFO kablam! | Oct 13 13:13:37.206 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.206 INFO kablam! | ^^^^^ Oct 13 13:13:37.206 INFO kablam! ... Oct 13 13:13:37.206 INFO kablam! 2555 | rt_alloc_layout_checked!(rt_odd_10bytes_8align_alloc_layout_checked, 10- 1, 8); Oct 13 13:13:37.206 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.206 INFO kablam! | Oct 13 13:13:37.206 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.206 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.206 INFO kablam! | Oct 13 13:13:37.206 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.206 INFO kablam! | Oct 13 13:13:37.206 INFO kablam! Oct 13 13:13:37.206 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.206 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.206 INFO kablam! | Oct 13 13:13:37.206 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.206 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.206 INFO kablam! ... Oct 13 13:13:37.206 INFO kablam! 2555 | rt_alloc_layout_checked!(rt_odd_10bytes_8align_alloc_layout_checked, 10- 1, 8); Oct 13 13:13:37.206 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.206 INFO kablam! | Oct 13 13:13:37.206 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.210 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.210 INFO kablam! | Oct 13 13:13:37.210 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.210 INFO kablam! | Oct 13 13:13:37.210 INFO kablam! Oct 13 13:13:37.210 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.210 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.210 INFO kablam! | Oct 13 13:13:37.210 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.210 INFO kablam! | ^^^^^ Oct 13 13:13:37.210 INFO kablam! ... Oct 13 13:13:37.211 INFO kablam! 2568 | rt_alloc_layout_checked!(rt_odd_100bytes_8align_alloc_layout_checked, 100- 1, 8); Oct 13 13:13:37.211 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.211 INFO kablam! | Oct 13 13:13:37.211 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.211 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.211 INFO kablam! | Oct 13 13:13:37.211 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.211 INFO kablam! | Oct 13 13:13:37.211 INFO kablam! Oct 13 13:13:37.211 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.211 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.211 INFO kablam! | Oct 13 13:13:37.211 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.211 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.211 INFO kablam! ... Oct 13 13:13:37.211 INFO kablam! 2568 | rt_alloc_layout_checked!(rt_odd_100bytes_8align_alloc_layout_checked, 100- 1, 8); Oct 13 13:13:37.211 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.211 INFO kablam! | Oct 13 13:13:37.211 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.211 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.211 INFO kablam! | Oct 13 13:13:37.211 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.211 INFO kablam! | Oct 13 13:13:37.211 INFO kablam! Oct 13 13:13:37.211 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.211 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.211 INFO kablam! | Oct 13 13:13:37.211 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.211 INFO kablam! | ^^^^^ Oct 13 13:13:37.211 INFO kablam! ... Oct 13 13:13:37.211 INFO kablam! 2581 | rt_alloc_layout_checked!(rt_odd_1000bytes_8align_alloc_layout_checked, 1000- 1, 8); Oct 13 13:13:37.211 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.211 INFO kablam! | Oct 13 13:13:37.211 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.211 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.211 INFO kablam! | Oct 13 13:13:37.211 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.211 INFO kablam! | Oct 13 13:13:37.211 INFO kablam! Oct 13 13:13:37.211 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.211 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.211 INFO kablam! | Oct 13 13:13:37.211 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.211 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.211 INFO kablam! ... Oct 13 13:13:37.211 INFO kablam! 2581 | rt_alloc_layout_checked!(rt_odd_1000bytes_8align_alloc_layout_checked, 1000- 1, 8); Oct 13 13:13:37.211 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.211 INFO kablam! | Oct 13 13:13:37.211 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.211 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.211 INFO kablam! | Oct 13 13:13:37.211 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.211 INFO kablam! | Oct 13 13:13:37.211 INFO kablam! Oct 13 13:13:37.212 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.212 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.212 INFO kablam! | Oct 13 13:13:37.212 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.212 INFO kablam! | ^^^^^ Oct 13 13:13:37.212 INFO kablam! ... Oct 13 13:13:37.212 INFO kablam! 2594 | rt_alloc_layout_checked!(rt_odd_10000bytes_8align_alloc_layout_checked, 10000- 1, 8); Oct 13 13:13:37.212 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.212 INFO kablam! | Oct 13 13:13:37.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.212 INFO kablam! | Oct 13 13:13:37.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.212 INFO kablam! | Oct 13 13:13:37.212 INFO kablam! Oct 13 13:13:37.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.212 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.212 INFO kablam! | Oct 13 13:13:37.213 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.213 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.213 INFO kablam! ... Oct 13 13:13:37.213 INFO kablam! 2594 | rt_alloc_layout_checked!(rt_odd_10000bytes_8align_alloc_layout_checked, 10000- 1, 8); Oct 13 13:13:37.213 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.213 INFO kablam! | Oct 13 13:13:37.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.213 INFO kablam! | Oct 13 13:13:37.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.213 INFO kablam! | Oct 13 13:13:37.213 INFO kablam! Oct 13 13:13:37.213 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.213 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.213 INFO kablam! | Oct 13 13:13:37.213 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.213 INFO kablam! | ^^^^^ Oct 13 13:13:37.213 INFO kablam! ... Oct 13 13:13:37.213 INFO kablam! 2607 | rt_alloc_layout_checked!(rt_odd_100000bytes_8align_alloc_layout_checked, 100000- 1, 8); Oct 13 13:13:37.213 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.213 INFO kablam! | Oct 13 13:13:37.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.213 INFO kablam! | Oct 13 13:13:37.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.213 INFO kablam! | Oct 13 13:13:37.213 INFO kablam! Oct 13 13:13:37.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.213 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.213 INFO kablam! | Oct 13 13:13:37.213 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.213 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.213 INFO kablam! ... Oct 13 13:13:37.213 INFO kablam! 2607 | rt_alloc_layout_checked!(rt_odd_100000bytes_8align_alloc_layout_checked, 100000- 1, 8); Oct 13 13:13:37.213 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.213 INFO kablam! | Oct 13 13:13:37.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.213 INFO kablam! | Oct 13 13:13:37.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.213 INFO kablam! | Oct 13 13:13:37.213 INFO kablam! Oct 13 13:13:37.220 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.220 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.221 INFO kablam! | ^^^^^ Oct 13 13:13:37.221 INFO kablam! ... Oct 13 13:13:37.221 INFO kablam! 2620 | rt_alloc_layout_checked!(rt_odd_1000000bytes_8align_alloc_layout_checked, 1000000- 1, 8); Oct 13 13:13:37.221 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! Oct 13 13:13:37.221 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.221 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.221 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.221 INFO kablam! ... Oct 13 13:13:37.221 INFO kablam! 2620 | rt_alloc_layout_checked!(rt_odd_1000000bytes_8align_alloc_layout_checked, 1000000- 1, 8); Oct 13 13:13:37.221 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! Oct 13 13:13:37.221 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.221 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.221 INFO kablam! | ^^^^^ Oct 13 13:13:37.221 INFO kablam! ... Oct 13 13:13:37.221 INFO kablam! 2634 | rt_alloc_layout_checked!(rt_primes_3bytes_8align_alloc_layout_checked, 3, 8); Oct 13 13:13:37.221 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! Oct 13 13:13:37.221 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.221 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.221 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.221 INFO kablam! ... Oct 13 13:13:37.221 INFO kablam! 2634 | rt_alloc_layout_checked!(rt_primes_3bytes_8align_alloc_layout_checked, 3, 8); Oct 13 13:13:37.221 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! Oct 13 13:13:37.221 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.221 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.221 INFO kablam! | ^^^^^ Oct 13 13:13:37.221 INFO kablam! ... Oct 13 13:13:37.221 INFO kablam! 2647 | rt_alloc_layout_checked!(rt_primes_7bytes_8align_alloc_layout_checked, 7, 8); Oct 13 13:13:37.221 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! Oct 13 13:13:37.221 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.221 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.221 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.221 INFO kablam! ... Oct 13 13:13:37.221 INFO kablam! 2647 | rt_alloc_layout_checked!(rt_primes_7bytes_8align_alloc_layout_checked, 7, 8); Oct 13 13:13:37.221 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.221 INFO kablam! | Oct 13 13:13:37.221 INFO kablam! Oct 13 13:13:37.221 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.221 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.222 INFO kablam! | Oct 13 13:13:37.222 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.222 INFO kablam! | ^^^^^ Oct 13 13:13:37.222 INFO kablam! ... Oct 13 13:13:37.222 INFO kablam! 2660 | rt_alloc_layout_checked!(rt_primes_13bytes_8align_alloc_layout_checked, 13, 8); Oct 13 13:13:37.222 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.222 INFO kablam! | Oct 13 13:13:37.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.222 INFO kablam! | Oct 13 13:13:37.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.222 INFO kablam! | Oct 13 13:13:37.222 INFO kablam! Oct 13 13:13:37.226 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.226 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.226 INFO kablam! | Oct 13 13:13:37.226 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.226 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.226 INFO kablam! ... Oct 13 13:13:37.226 INFO kablam! 2660 | rt_alloc_layout_checked!(rt_primes_13bytes_8align_alloc_layout_checked, 13, 8); Oct 13 13:13:37.226 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.226 INFO kablam! | Oct 13 13:13:37.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.226 INFO kablam! | Oct 13 13:13:37.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.226 INFO kablam! | Oct 13 13:13:37.226 INFO kablam! Oct 13 13:13:37.226 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.226 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.226 INFO kablam! | Oct 13 13:13:37.226 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.226 INFO kablam! | ^^^^^ Oct 13 13:13:37.226 INFO kablam! ... Oct 13 13:13:37.226 INFO kablam! 2673 | rt_alloc_layout_checked!(rt_primes_17bytes_8align_alloc_layout_checked, 17, 8); Oct 13 13:13:37.226 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.226 INFO kablam! | Oct 13 13:13:37.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.226 INFO kablam! | Oct 13 13:13:37.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.226 INFO kablam! | Oct 13 13:13:37.226 INFO kablam! Oct 13 13:13:37.226 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.226 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.226 INFO kablam! | Oct 13 13:13:37.226 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.226 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.226 INFO kablam! ... Oct 13 13:13:37.226 INFO kablam! 2673 | rt_alloc_layout_checked!(rt_primes_17bytes_8align_alloc_layout_checked, 17, 8); Oct 13 13:13:37.226 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.226 INFO kablam! | Oct 13 13:13:37.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.226 INFO kablam! | Oct 13 13:13:37.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.226 INFO kablam! | Oct 13 13:13:37.226 INFO kablam! Oct 13 13:13:37.226 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.226 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.226 INFO kablam! | Oct 13 13:13:37.226 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.226 INFO kablam! | ^^^^^ Oct 13 13:13:37.226 INFO kablam! ... Oct 13 13:13:37.226 INFO kablam! 2686 | rt_alloc_layout_checked!(rt_primes_31bytes_8align_alloc_layout_checked, 31, 8); Oct 13 13:13:37.226 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.226 INFO kablam! | Oct 13 13:13:37.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.226 INFO kablam! | Oct 13 13:13:37.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.226 INFO kablam! | Oct 13 13:13:37.226 INFO kablam! Oct 13 13:13:37.237 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.237 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.237 INFO kablam! | Oct 13 13:13:37.237 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.237 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.237 INFO kablam! ... Oct 13 13:13:37.237 INFO kablam! 2686 | rt_alloc_layout_checked!(rt_primes_31bytes_8align_alloc_layout_checked, 31, 8); Oct 13 13:13:37.237 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.237 INFO kablam! | Oct 13 13:13:37.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.237 INFO kablam! | Oct 13 13:13:37.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.237 INFO kablam! | Oct 13 13:13:37.237 INFO kablam! Oct 13 13:13:37.237 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.237 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.237 INFO kablam! | Oct 13 13:13:37.237 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.237 INFO kablam! | ^^^^^ Oct 13 13:13:37.237 INFO kablam! ... Oct 13 13:13:37.237 INFO kablam! 2699 | rt_alloc_layout_checked!(rt_primes_61bytes_8align_alloc_layout_checked, 61, 8); Oct 13 13:13:37.237 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.237 INFO kablam! | Oct 13 13:13:37.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.237 INFO kablam! | Oct 13 13:13:37.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.237 INFO kablam! | Oct 13 13:13:37.237 INFO kablam! Oct 13 13:13:37.237 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.237 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.237 INFO kablam! | Oct 13 13:13:37.237 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.237 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.237 INFO kablam! ... Oct 13 13:13:37.237 INFO kablam! 2699 | rt_alloc_layout_checked!(rt_primes_61bytes_8align_alloc_layout_checked, 61, 8); Oct 13 13:13:37.237 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.237 INFO kablam! | Oct 13 13:13:37.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.237 INFO kablam! | Oct 13 13:13:37.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.237 INFO kablam! | Oct 13 13:13:37.237 INFO kablam! Oct 13 13:13:37.237 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.237 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.237 INFO kablam! | Oct 13 13:13:37.237 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.237 INFO kablam! | ^^^^^ Oct 13 13:13:37.237 INFO kablam! ... Oct 13 13:13:37.237 INFO kablam! 2712 | rt_alloc_layout_checked!(rt_primes_96bytes_8align_alloc_layout_checked, 96, 8); Oct 13 13:13:37.237 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.237 INFO kablam! | Oct 13 13:13:37.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.237 INFO kablam! | Oct 13 13:13:37.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.237 INFO kablam! | Oct 13 13:13:37.237 INFO kablam! Oct 13 13:13:37.237 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.237 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.237 INFO kablam! | Oct 13 13:13:37.237 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.237 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.237 INFO kablam! ... Oct 13 13:13:37.237 INFO kablam! 2712 | rt_alloc_layout_checked!(rt_primes_96bytes_8align_alloc_layout_checked, 96, 8); Oct 13 13:13:37.238 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.238 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! Oct 13 13:13:37.238 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.238 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.238 INFO kablam! | ^^^^^ Oct 13 13:13:37.238 INFO kablam! ... Oct 13 13:13:37.238 INFO kablam! 2725 | rt_alloc_layout_checked!(rt_primes_127bytes_8align_alloc_layout_checked, 127, 8); Oct 13 13:13:37.238 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.238 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! Oct 13 13:13:37.238 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.238 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.238 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.238 INFO kablam! ... Oct 13 13:13:37.238 INFO kablam! 2725 | rt_alloc_layout_checked!(rt_primes_127bytes_8align_alloc_layout_checked, 127, 8); Oct 13 13:13:37.238 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.238 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! Oct 13 13:13:37.238 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.238 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.238 INFO kablam! | ^^^^^ Oct 13 13:13:37.238 INFO kablam! ... Oct 13 13:13:37.238 INFO kablam! 2738 | rt_alloc_layout_checked!(rt_primes_257bytes_8align_alloc_layout_checked, 257, 8); Oct 13 13:13:37.238 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.238 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! Oct 13 13:13:37.238 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.238 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.238 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.238 INFO kablam! ... Oct 13 13:13:37.238 INFO kablam! 2738 | rt_alloc_layout_checked!(rt_primes_257bytes_8align_alloc_layout_checked, 257, 8); Oct 13 13:13:37.238 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.238 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! Oct 13 13:13:37.238 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.238 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.238 INFO kablam! | ^^^^^ Oct 13 13:13:37.238 INFO kablam! ... Oct 13 13:13:37.238 INFO kablam! 2751 | rt_alloc_layout_checked!(rt_primes_509bytes_8align_alloc_layout_checked, 509, 8); Oct 13 13:13:37.238 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.238 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! Oct 13 13:13:37.238 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.238 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.238 INFO kablam! | Oct 13 13:13:37.238 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.238 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.239 INFO kablam! ... Oct 13 13:13:37.239 INFO kablam! 2751 | rt_alloc_layout_checked!(rt_primes_509bytes_8align_alloc_layout_checked, 509, 8); Oct 13 13:13:37.239 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.239 INFO kablam! | Oct 13 13:13:37.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.239 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.239 INFO kablam! | Oct 13 13:13:37.239 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.239 INFO kablam! | Oct 13 13:13:37.239 INFO kablam! Oct 13 13:13:37.242 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.242 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.242 INFO kablam! | Oct 13 13:13:37.242 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.242 INFO kablam! | ^^^^^ Oct 13 13:13:37.242 INFO kablam! ... Oct 13 13:13:37.242 INFO kablam! 2764 | rt_alloc_layout_checked!(rt_primes_1021bytes_8align_alloc_layout_checked, 1021, 8); Oct 13 13:13:37.242 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.242 INFO kablam! | Oct 13 13:13:37.242 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.242 INFO kablam! | Oct 13 13:13:37.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.242 INFO kablam! | Oct 13 13:13:37.242 INFO kablam! Oct 13 13:13:37.242 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.242 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.242 INFO kablam! | Oct 13 13:13:37.242 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.242 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.242 INFO kablam! ... Oct 13 13:13:37.242 INFO kablam! 2764 | rt_alloc_layout_checked!(rt_primes_1021bytes_8align_alloc_layout_checked, 1021, 8); Oct 13 13:13:37.242 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.242 INFO kablam! | Oct 13 13:13:37.242 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.242 INFO kablam! | Oct 13 13:13:37.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.242 INFO kablam! | Oct 13 13:13:37.242 INFO kablam! Oct 13 13:13:37.242 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.242 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.242 INFO kablam! | Oct 13 13:13:37.242 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.242 INFO kablam! | ^^^^^ Oct 13 13:13:37.242 INFO kablam! ... Oct 13 13:13:37.242 INFO kablam! 2777 | rt_alloc_layout_checked!(rt_primes_2039bytes_8align_alloc_layout_checked, 2039, 8); Oct 13 13:13:37.242 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.242 INFO kablam! | Oct 13 13:13:37.242 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.242 INFO kablam! | Oct 13 13:13:37.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.242 INFO kablam! | Oct 13 13:13:37.242 INFO kablam! Oct 13 13:13:37.242 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.242 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.242 INFO kablam! | Oct 13 13:13:37.242 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.242 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.242 INFO kablam! ... Oct 13 13:13:37.242 INFO kablam! 2777 | rt_alloc_layout_checked!(rt_primes_2039bytes_8align_alloc_layout_checked, 2039, 8); Oct 13 13:13:37.242 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.242 INFO kablam! | Oct 13 13:13:37.242 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.242 INFO kablam! | Oct 13 13:13:37.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.242 INFO kablam! | Oct 13 13:13:37.242 INFO kablam! Oct 13 13:13:37.246 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.246 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.246 INFO kablam! | Oct 13 13:13:37.246 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.246 INFO kablam! | ^^^^^ Oct 13 13:13:37.246 INFO kablam! ... Oct 13 13:13:37.246 INFO kablam! 2790 | rt_alloc_layout_checked!(rt_primes_4093bytes_8align_alloc_layout_checked, 4093, 8); Oct 13 13:13:37.246 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.246 INFO kablam! | Oct 13 13:13:37.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.246 INFO kablam! | Oct 13 13:13:37.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.246 INFO kablam! | Oct 13 13:13:37.246 INFO kablam! Oct 13 13:13:37.246 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.246 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.246 INFO kablam! | Oct 13 13:13:37.246 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.246 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.246 INFO kablam! ... Oct 13 13:13:37.246 INFO kablam! 2790 | rt_alloc_layout_checked!(rt_primes_4093bytes_8align_alloc_layout_checked, 4093, 8); Oct 13 13:13:37.246 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.246 INFO kablam! | Oct 13 13:13:37.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.246 INFO kablam! | Oct 13 13:13:37.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.246 INFO kablam! | Oct 13 13:13:37.246 INFO kablam! Oct 13 13:13:37.246 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.246 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.246 INFO kablam! | Oct 13 13:13:37.246 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.246 INFO kablam! | ^^^^^ Oct 13 13:13:37.246 INFO kablam! ... Oct 13 13:13:37.246 INFO kablam! 2803 | rt_alloc_layout_checked!(rt_primes_8191bytes_8align_alloc_layout_checked, 8191, 8); Oct 13 13:13:37.246 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.246 INFO kablam! | Oct 13 13:13:37.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.246 INFO kablam! | Oct 13 13:13:37.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.246 INFO kablam! | Oct 13 13:13:37.246 INFO kablam! Oct 13 13:13:37.247 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.247 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.247 INFO kablam! | Oct 13 13:13:37.247 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.247 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.247 INFO kablam! ... Oct 13 13:13:37.247 INFO kablam! 2803 | rt_alloc_layout_checked!(rt_primes_8191bytes_8align_alloc_layout_checked, 8191, 8); Oct 13 13:13:37.247 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.247 INFO kablam! | Oct 13 13:13:37.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.247 INFO kablam! | Oct 13 13:13:37.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.247 INFO kablam! | Oct 13 13:13:37.247 INFO kablam! Oct 13 13:13:37.248 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.248 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.248 INFO kablam! | Oct 13 13:13:37.248 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.248 INFO kablam! | ^^^^^ Oct 13 13:13:37.248 INFO kablam! ... Oct 13 13:13:37.248 INFO kablam! 2816 | rt_alloc_layout_checked!(rt_primes_16381bytes_8align_alloc_layout_checked, 16381, 8); Oct 13 13:13:37.248 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.248 INFO kablam! | Oct 13 13:13:37.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.248 INFO kablam! | Oct 13 13:13:37.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.249 INFO kablam! | Oct 13 13:13:37.249 INFO kablam! Oct 13 13:13:37.249 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.249 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.249 INFO kablam! | Oct 13 13:13:37.249 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.249 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.249 INFO kablam! ... Oct 13 13:13:37.249 INFO kablam! 2816 | rt_alloc_layout_checked!(rt_primes_16381bytes_8align_alloc_layout_checked, 16381, 8); Oct 13 13:13:37.249 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.249 INFO kablam! | Oct 13 13:13:37.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.249 INFO kablam! | Oct 13 13:13:37.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.249 INFO kablam! | Oct 13 13:13:37.249 INFO kablam! Oct 13 13:13:37.249 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.249 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.249 INFO kablam! | Oct 13 13:13:37.249 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.249 INFO kablam! | ^^^^^ Oct 13 13:13:37.249 INFO kablam! ... Oct 13 13:13:37.249 INFO kablam! 2829 | rt_alloc_layout_checked!(rt_primes_32749bytes_8align_alloc_layout_checked, 32749, 8); Oct 13 13:13:37.249 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.249 INFO kablam! | Oct 13 13:13:37.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.249 INFO kablam! | Oct 13 13:13:37.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.249 INFO kablam! | Oct 13 13:13:37.249 INFO kablam! Oct 13 13:13:37.249 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.249 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.249 INFO kablam! | Oct 13 13:13:37.249 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.249 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.249 INFO kablam! ... Oct 13 13:13:37.249 INFO kablam! 2829 | rt_alloc_layout_checked!(rt_primes_32749bytes_8align_alloc_layout_checked, 32749, 8); Oct 13 13:13:37.249 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.249 INFO kablam! | Oct 13 13:13:37.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.249 INFO kablam! | Oct 13 13:13:37.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.249 INFO kablam! | Oct 13 13:13:37.249 INFO kablam! Oct 13 13:13:37.249 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.249 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.249 INFO kablam! | Oct 13 13:13:37.249 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.249 INFO kablam! | ^^^^^ Oct 13 13:13:37.249 INFO kablam! ... Oct 13 13:13:37.249 INFO kablam! 2842 | rt_alloc_layout_checked!(rt_primes_65537bytes_8align_alloc_layout_checked, 65537, 8); Oct 13 13:13:37.249 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.249 INFO kablam! | Oct 13 13:13:37.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.249 INFO kablam! | Oct 13 13:13:37.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.250 INFO kablam! | Oct 13 13:13:37.250 INFO kablam! Oct 13 13:13:37.250 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.250 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.250 INFO kablam! | Oct 13 13:13:37.250 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.250 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.250 INFO kablam! ... Oct 13 13:13:37.250 INFO kablam! 2842 | rt_alloc_layout_checked!(rt_primes_65537bytes_8align_alloc_layout_checked, 65537, 8); Oct 13 13:13:37.250 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.250 INFO kablam! | Oct 13 13:13:37.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.250 INFO kablam! | Oct 13 13:13:37.250 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.250 INFO kablam! | Oct 13 13:13:37.250 INFO kablam! Oct 13 13:13:37.251 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.251 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.251 INFO kablam! | Oct 13 13:13:37.251 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.251 INFO kablam! | ^^^^^ Oct 13 13:13:37.251 INFO kablam! ... Oct 13 13:13:37.251 INFO kablam! 2855 | rt_alloc_layout_checked!(rt_primes_131071bytes_8align_alloc_layout_checked, 131071, 8); Oct 13 13:13:37.251 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.251 INFO kablam! | Oct 13 13:13:37.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.251 INFO kablam! | Oct 13 13:13:37.251 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.251 INFO kablam! | Oct 13 13:13:37.251 INFO kablam! Oct 13 13:13:37.253 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.253 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.253 INFO kablam! | Oct 13 13:13:37.253 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.253 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.253 INFO kablam! ... Oct 13 13:13:37.253 INFO kablam! 2855 | rt_alloc_layout_checked!(rt_primes_131071bytes_8align_alloc_layout_checked, 131071, 8); Oct 13 13:13:37.253 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.253 INFO kablam! | Oct 13 13:13:37.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.253 INFO kablam! | Oct 13 13:13:37.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.253 INFO kablam! | Oct 13 13:13:37.253 INFO kablam! Oct 13 13:13:37.253 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.253 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.253 INFO kablam! | Oct 13 13:13:37.253 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.253 INFO kablam! | ^^^^^ Oct 13 13:13:37.253 INFO kablam! ... Oct 13 13:13:37.253 INFO kablam! 2868 | rt_alloc_layout_checked!(rt_primes_4194301bytes_8align_alloc_layout_checked, 4194301, 8); Oct 13 13:13:37.253 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.253 INFO kablam! | Oct 13 13:13:37.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.253 INFO kablam! | Oct 13 13:13:37.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.253 INFO kablam! | Oct 13 13:13:37.253 INFO kablam! Oct 13 13:13:37.257 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.257 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.257 INFO kablam! | Oct 13 13:13:37.257 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.257 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.257 INFO kablam! ... Oct 13 13:13:37.257 INFO kablam! 2868 | rt_alloc_layout_checked!(rt_primes_4194301bytes_8align_alloc_layout_checked, 4194301, 8); Oct 13 13:13:37.257 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.257 INFO kablam! | Oct 13 13:13:37.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.257 INFO kablam! | Oct 13 13:13:37.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.257 INFO kablam! | Oct 13 13:13:37.257 INFO kablam! Oct 13 13:13:37.257 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.257 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.257 INFO kablam! | Oct 13 13:13:37.258 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.258 INFO kablam! | ^^^^^ Oct 13 13:13:37.258 INFO kablam! ... Oct 13 13:13:37.258 INFO kablam! 2884 | rt_alloc_layout_checked!(rt_pow2_1bytes_16align_alloc_layout_checked, 1, 16); Oct 13 13:13:37.258 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.258 INFO kablam! | Oct 13 13:13:37.258 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.258 INFO kablam! | Oct 13 13:13:37.258 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.258 INFO kablam! | Oct 13 13:13:37.258 INFO kablam! Oct 13 13:13:37.258 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.258 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.258 INFO kablam! | Oct 13 13:13:37.258 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.258 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.258 INFO kablam! ... Oct 13 13:13:37.258 INFO kablam! 2884 | rt_alloc_layout_checked!(rt_pow2_1bytes_16align_alloc_layout_checked, 1, 16); Oct 13 13:13:37.258 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.258 INFO kablam! | Oct 13 13:13:37.258 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.258 INFO kablam! | Oct 13 13:13:37.258 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.258 INFO kablam! | Oct 13 13:13:37.258 INFO kablam! Oct 13 13:13:37.258 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.258 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.258 INFO kablam! | Oct 13 13:13:37.258 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.258 INFO kablam! | ^^^^^ Oct 13 13:13:37.258 INFO kablam! ... Oct 13 13:13:37.258 INFO kablam! 2897 | rt_alloc_layout_checked!(rt_pow2_2bytes_16align_alloc_layout_checked, 2, 16); Oct 13 13:13:37.258 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.258 INFO kablam! | Oct 13 13:13:37.258 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.258 INFO kablam! | Oct 13 13:13:37.258 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.258 INFO kablam! | Oct 13 13:13:37.258 INFO kablam! Oct 13 13:13:37.258 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.258 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.258 INFO kablam! | Oct 13 13:13:37.258 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.258 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.258 INFO kablam! ... Oct 13 13:13:37.258 INFO kablam! 2897 | rt_alloc_layout_checked!(rt_pow2_2bytes_16align_alloc_layout_checked, 2, 16); Oct 13 13:13:37.258 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.258 INFO kablam! | Oct 13 13:13:37.258 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.258 INFO kablam! | Oct 13 13:13:37.258 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.258 INFO kablam! | Oct 13 13:13:37.258 INFO kablam! Oct 13 13:13:37.262 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.263 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.263 INFO kablam! | Oct 13 13:13:37.263 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.263 INFO kablam! | ^^^^^ Oct 13 13:13:37.263 INFO kablam! ... Oct 13 13:13:37.263 INFO kablam! 2910 | rt_alloc_layout_checked!(rt_pow2_4bytes_16align_alloc_layout_checked, 4, 16); Oct 13 13:13:37.263 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.263 INFO kablam! | Oct 13 13:13:37.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.263 INFO kablam! | Oct 13 13:13:37.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.263 INFO kablam! | Oct 13 13:13:37.263 INFO kablam! Oct 13 13:13:37.263 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.263 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.263 INFO kablam! | Oct 13 13:13:37.263 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.263 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.263 INFO kablam! ... Oct 13 13:13:37.263 INFO kablam! 2910 | rt_alloc_layout_checked!(rt_pow2_4bytes_16align_alloc_layout_checked, 4, 16); Oct 13 13:13:37.263 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.263 INFO kablam! | Oct 13 13:13:37.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.263 INFO kablam! | Oct 13 13:13:37.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.263 INFO kablam! | Oct 13 13:13:37.263 INFO kablam! Oct 13 13:13:37.263 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.263 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.263 INFO kablam! | Oct 13 13:13:37.263 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.263 INFO kablam! | ^^^^^ Oct 13 13:13:37.263 INFO kablam! ... Oct 13 13:13:37.263 INFO kablam! 2923 | rt_alloc_layout_checked!(rt_pow2_8bytes_16align_alloc_layout_checked, 8, 16); Oct 13 13:13:37.263 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.263 INFO kablam! | Oct 13 13:13:37.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.263 INFO kablam! | Oct 13 13:13:37.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.263 INFO kablam! | Oct 13 13:13:37.263 INFO kablam! Oct 13 13:13:37.263 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.263 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.263 INFO kablam! | Oct 13 13:13:37.263 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.263 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.263 INFO kablam! ... Oct 13 13:13:37.263 INFO kablam! 2923 | rt_alloc_layout_checked!(rt_pow2_8bytes_16align_alloc_layout_checked, 8, 16); Oct 13 13:13:37.263 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.263 INFO kablam! | Oct 13 13:13:37.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.263 INFO kablam! | Oct 13 13:13:37.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.263 INFO kablam! | Oct 13 13:13:37.263 INFO kablam! Oct 13 13:13:37.267 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.267 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.267 INFO kablam! | Oct 13 13:13:37.267 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.267 INFO kablam! | ^^^^^ Oct 13 13:13:37.267 INFO kablam! ... Oct 13 13:13:37.267 INFO kablam! 2936 | rt_alloc_layout_checked!(rt_pow2_16bytes_16align_alloc_layout_checked, 16, 16); Oct 13 13:13:37.267 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.267 INFO kablam! | Oct 13 13:13:37.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.267 INFO kablam! | Oct 13 13:13:37.267 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.267 INFO kablam! | Oct 13 13:13:37.267 INFO kablam! Oct 13 13:13:37.267 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.267 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.267 INFO kablam! | Oct 13 13:13:37.267 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.267 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.267 INFO kablam! ... Oct 13 13:13:37.267 INFO kablam! 2936 | rt_alloc_layout_checked!(rt_pow2_16bytes_16align_alloc_layout_checked, 16, 16); Oct 13 13:13:37.267 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.267 INFO kablam! | Oct 13 13:13:37.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.267 INFO kablam! | Oct 13 13:13:37.267 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.267 INFO kablam! | Oct 13 13:13:37.267 INFO kablam! Oct 13 13:13:37.267 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.267 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.268 INFO kablam! | Oct 13 13:13:37.268 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.268 INFO kablam! | ^^^^^ Oct 13 13:13:37.268 INFO kablam! ... Oct 13 13:13:37.268 INFO kablam! 2949 | rt_alloc_layout_checked!(rt_pow2_32bytes_16align_alloc_layout_checked, 32, 16); Oct 13 13:13:37.268 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.268 INFO kablam! | Oct 13 13:13:37.268 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.268 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.268 INFO kablam! | Oct 13 13:13:37.268 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.268 INFO kablam! | Oct 13 13:13:37.268 INFO kablam! Oct 13 13:13:37.268 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.268 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.268 INFO kablam! | Oct 13 13:13:37.268 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.268 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.268 INFO kablam! ... Oct 13 13:13:37.268 INFO kablam! 2949 | rt_alloc_layout_checked!(rt_pow2_32bytes_16align_alloc_layout_checked, 32, 16); Oct 13 13:13:37.268 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.268 INFO kablam! | Oct 13 13:13:37.268 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.268 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.268 INFO kablam! | Oct 13 13:13:37.268 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.268 INFO kablam! | Oct 13 13:13:37.268 INFO kablam! Oct 13 13:13:37.268 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.268 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.268 INFO kablam! | Oct 13 13:13:37.268 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.268 INFO kablam! | ^^^^^ Oct 13 13:13:37.268 INFO kablam! ... Oct 13 13:13:37.268 INFO kablam! 2962 | rt_alloc_layout_checked!(rt_pow2_64bytes_16align_alloc_layout_checked, 64, 16); Oct 13 13:13:37.268 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.268 INFO kablam! | Oct 13 13:13:37.268 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.268 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.268 INFO kablam! | Oct 13 13:13:37.268 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.268 INFO kablam! | Oct 13 13:13:37.268 INFO kablam! Oct 13 13:13:37.275 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.275 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.275 INFO kablam! | Oct 13 13:13:37.275 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.275 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.275 INFO kablam! ... Oct 13 13:13:37.275 INFO kablam! 2962 | rt_alloc_layout_checked!(rt_pow2_64bytes_16align_alloc_layout_checked, 64, 16); Oct 13 13:13:37.275 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.275 INFO kablam! | Oct 13 13:13:37.275 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.275 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.275 INFO kablam! | Oct 13 13:13:37.275 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.275 INFO kablam! | Oct 13 13:13:37.275 INFO kablam! Oct 13 13:13:37.275 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.275 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.275 INFO kablam! | Oct 13 13:13:37.275 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.275 INFO kablam! | ^^^^^ Oct 13 13:13:37.275 INFO kablam! ... Oct 13 13:13:37.275 INFO kablam! 2975 | rt_alloc_layout_checked!(rt_pow2_128bytes_16align_alloc_layout_checked, 128, 16); Oct 13 13:13:37.275 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.275 INFO kablam! | Oct 13 13:13:37.275 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.275 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.275 INFO kablam! | Oct 13 13:13:37.275 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.275 INFO kablam! | Oct 13 13:13:37.275 INFO kablam! Oct 13 13:13:37.275 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.275 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.275 INFO kablam! | Oct 13 13:13:37.275 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.275 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.275 INFO kablam! ... Oct 13 13:13:37.275 INFO kablam! 2975 | rt_alloc_layout_checked!(rt_pow2_128bytes_16align_alloc_layout_checked, 128, 16); Oct 13 13:13:37.275 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.275 INFO kablam! | Oct 13 13:13:37.275 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.275 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.275 INFO kablam! | Oct 13 13:13:37.275 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.275 INFO kablam! | Oct 13 13:13:37.275 INFO kablam! Oct 13 13:13:37.279 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.279 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.279 INFO kablam! | Oct 13 13:13:37.279 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.279 INFO kablam! | ^^^^^ Oct 13 13:13:37.279 INFO kablam! ... Oct 13 13:13:37.279 INFO kablam! 2988 | rt_alloc_layout_checked!(rt_pow2_256bytes_16align_alloc_layout_checked, 256, 16); Oct 13 13:13:37.279 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.279 INFO kablam! | Oct 13 13:13:37.279 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.279 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.279 INFO kablam! | Oct 13 13:13:37.279 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.279 INFO kablam! | Oct 13 13:13:37.279 INFO kablam! Oct 13 13:13:37.279 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.279 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.279 INFO kablam! | Oct 13 13:13:37.279 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.279 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.279 INFO kablam! ... Oct 13 13:13:37.279 INFO kablam! 2988 | rt_alloc_layout_checked!(rt_pow2_256bytes_16align_alloc_layout_checked, 256, 16); Oct 13 13:13:37.279 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.279 INFO kablam! | Oct 13 13:13:37.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.280 INFO kablam! | Oct 13 13:13:37.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.280 INFO kablam! | Oct 13 13:13:37.280 INFO kablam! Oct 13 13:13:37.280 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.280 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.280 INFO kablam! | Oct 13 13:13:37.280 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.280 INFO kablam! | ^^^^^ Oct 13 13:13:37.280 INFO kablam! ... Oct 13 13:13:37.280 INFO kablam! 3001 | rt_alloc_layout_checked!(rt_pow2_512bytes_16align_alloc_layout_checked, 512, 16); Oct 13 13:13:37.280 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.280 INFO kablam! | Oct 13 13:13:37.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.280 INFO kablam! | Oct 13 13:13:37.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.280 INFO kablam! | Oct 13 13:13:37.280 INFO kablam! Oct 13 13:13:37.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.280 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.280 INFO kablam! | Oct 13 13:13:37.280 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.280 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.280 INFO kablam! ... Oct 13 13:13:37.280 INFO kablam! 3001 | rt_alloc_layout_checked!(rt_pow2_512bytes_16align_alloc_layout_checked, 512, 16); Oct 13 13:13:37.280 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.280 INFO kablam! | Oct 13 13:13:37.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.280 INFO kablam! | Oct 13 13:13:37.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.280 INFO kablam! | Oct 13 13:13:37.280 INFO kablam! Oct 13 13:13:37.280 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.280 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.280 INFO kablam! | Oct 13 13:13:37.280 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.280 INFO kablam! | ^^^^^ Oct 13 13:13:37.280 INFO kablam! ... Oct 13 13:13:37.280 INFO kablam! 3014 | rt_alloc_layout_checked!(rt_pow2_1024bytes_16align_alloc_layout_checked, 1024, 16); Oct 13 13:13:37.280 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.280 INFO kablam! | Oct 13 13:13:37.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.280 INFO kablam! | Oct 13 13:13:37.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.280 INFO kablam! | Oct 13 13:13:37.280 INFO kablam! Oct 13 13:13:37.282 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.282 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.282 INFO kablam! | Oct 13 13:13:37.282 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.282 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.282 INFO kablam! ... Oct 13 13:13:37.282 INFO kablam! 3014 | rt_alloc_layout_checked!(rt_pow2_1024bytes_16align_alloc_layout_checked, 1024, 16); Oct 13 13:13:37.282 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.282 INFO kablam! | Oct 13 13:13:37.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.283 INFO kablam! | Oct 13 13:13:37.283 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.283 INFO kablam! | Oct 13 13:13:37.283 INFO kablam! Oct 13 13:13:37.283 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.283 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.283 INFO kablam! | Oct 13 13:13:37.283 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.283 INFO kablam! | ^^^^^ Oct 13 13:13:37.283 INFO kablam! ... Oct 13 13:13:37.283 INFO kablam! 3027 | rt_alloc_layout_checked!(rt_pow2_2048bytes_16align_alloc_layout_checked, 2048, 16); Oct 13 13:13:37.283 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.283 INFO kablam! | Oct 13 13:13:37.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.283 INFO kablam! | Oct 13 13:13:37.283 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.283 INFO kablam! | Oct 13 13:13:37.283 INFO kablam! Oct 13 13:13:37.284 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.284 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.284 INFO kablam! | Oct 13 13:13:37.284 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.284 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.284 INFO kablam! ... Oct 13 13:13:37.284 INFO kablam! 3027 | rt_alloc_layout_checked!(rt_pow2_2048bytes_16align_alloc_layout_checked, 2048, 16); Oct 13 13:13:37.284 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.284 INFO kablam! | Oct 13 13:13:37.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.284 INFO kablam! | Oct 13 13:13:37.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.284 INFO kablam! | Oct 13 13:13:37.284 INFO kablam! Oct 13 13:13:37.285 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.285 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.285 INFO kablam! | Oct 13 13:13:37.285 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.285 INFO kablam! | ^^^^^ Oct 13 13:13:37.285 INFO kablam! ... Oct 13 13:13:37.285 INFO kablam! 3040 | rt_alloc_layout_checked!(rt_pow2_4096bytes_16align_alloc_layout_checked, 4096, 16); Oct 13 13:13:37.285 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.285 INFO kablam! | Oct 13 13:13:37.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.285 INFO kablam! | Oct 13 13:13:37.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.285 INFO kablam! | Oct 13 13:13:37.285 INFO kablam! Oct 13 13:13:37.289 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.290 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.290 INFO kablam! | Oct 13 13:13:37.290 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.290 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.290 INFO kablam! ... Oct 13 13:13:37.290 INFO kablam! 3040 | rt_alloc_layout_checked!(rt_pow2_4096bytes_16align_alloc_layout_checked, 4096, 16); Oct 13 13:13:37.290 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.290 INFO kablam! | Oct 13 13:13:37.290 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.290 INFO kablam! | Oct 13 13:13:37.290 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.291 INFO kablam! | Oct 13 13:13:37.291 INFO kablam! Oct 13 13:13:37.291 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.291 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.291 INFO kablam! | Oct 13 13:13:37.291 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.291 INFO kablam! | ^^^^^ Oct 13 13:13:37.291 INFO kablam! ... Oct 13 13:13:37.291 INFO kablam! 3053 | rt_alloc_layout_checked!(rt_pow2_8192bytes_16align_alloc_layout_checked, 8192, 16); Oct 13 13:13:37.291 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.291 INFO kablam! | Oct 13 13:13:37.291 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.291 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.291 INFO kablam! | Oct 13 13:13:37.291 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.291 INFO kablam! | Oct 13 13:13:37.291 INFO kablam! Oct 13 13:13:37.291 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.291 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.291 INFO kablam! | Oct 13 13:13:37.291 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.291 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.291 INFO kablam! ... Oct 13 13:13:37.291 INFO kablam! 3053 | rt_alloc_layout_checked!(rt_pow2_8192bytes_16align_alloc_layout_checked, 8192, 16); Oct 13 13:13:37.291 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.291 INFO kablam! | Oct 13 13:13:37.291 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.291 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.291 INFO kablam! | Oct 13 13:13:37.291 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.291 INFO kablam! | Oct 13 13:13:37.291 INFO kablam! Oct 13 13:13:37.292 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.292 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.292 INFO kablam! | Oct 13 13:13:37.292 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.292 INFO kablam! | ^^^^^ Oct 13 13:13:37.292 INFO kablam! ... Oct 13 13:13:37.292 INFO kablam! 3066 | rt_alloc_layout_checked!(rt_pow2_16384bytes_16align_alloc_layout_checked, 16384, 16); Oct 13 13:13:37.292 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.292 INFO kablam! | Oct 13 13:13:37.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.292 INFO kablam! | Oct 13 13:13:37.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.292 INFO kablam! | Oct 13 13:13:37.292 INFO kablam! Oct 13 13:13:37.292 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.292 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.292 INFO kablam! | Oct 13 13:13:37.292 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.292 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.292 INFO kablam! ... Oct 13 13:13:37.292 INFO kablam! 3066 | rt_alloc_layout_checked!(rt_pow2_16384bytes_16align_alloc_layout_checked, 16384, 16); Oct 13 13:13:37.292 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.292 INFO kablam! | Oct 13 13:13:37.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.292 INFO kablam! | Oct 13 13:13:37.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.292 INFO kablam! | Oct 13 13:13:37.292 INFO kablam! Oct 13 13:13:37.292 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.292 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.292 INFO kablam! | Oct 13 13:13:37.292 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.292 INFO kablam! | ^^^^^ Oct 13 13:13:37.292 INFO kablam! ... Oct 13 13:13:37.292 INFO kablam! 3079 | rt_alloc_layout_checked!(rt_pow2_32768bytes_16align_alloc_layout_checked, 32768, 16); Oct 13 13:13:37.293 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.293 INFO kablam! | Oct 13 13:13:37.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.293 INFO kablam! | Oct 13 13:13:37.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.293 INFO kablam! | Oct 13 13:13:37.293 INFO kablam! Oct 13 13:13:37.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.293 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.293 INFO kablam! | Oct 13 13:13:37.293 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.293 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.293 INFO kablam! ... Oct 13 13:13:37.293 INFO kablam! 3079 | rt_alloc_layout_checked!(rt_pow2_32768bytes_16align_alloc_layout_checked, 32768, 16); Oct 13 13:13:37.293 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.293 INFO kablam! | Oct 13 13:13:37.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.293 INFO kablam! | Oct 13 13:13:37.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.293 INFO kablam! | Oct 13 13:13:37.293 INFO kablam! Oct 13 13:13:37.293 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.293 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.293 INFO kablam! | Oct 13 13:13:37.293 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.293 INFO kablam! | ^^^^^ Oct 13 13:13:37.293 INFO kablam! ... Oct 13 13:13:37.293 INFO kablam! 3092 | rt_alloc_layout_checked!(rt_pow2_65536bytes_16align_alloc_layout_checked, 65536, 16); Oct 13 13:13:37.293 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.293 INFO kablam! | Oct 13 13:13:37.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.293 INFO kablam! | Oct 13 13:13:37.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.293 INFO kablam! | Oct 13 13:13:37.293 INFO kablam! Oct 13 13:13:37.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.293 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.293 INFO kablam! | Oct 13 13:13:37.293 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.293 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.293 INFO kablam! ... Oct 13 13:13:37.293 INFO kablam! 3092 | rt_alloc_layout_checked!(rt_pow2_65536bytes_16align_alloc_layout_checked, 65536, 16); Oct 13 13:13:37.294 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.294 INFO kablam! | Oct 13 13:13:37.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.294 INFO kablam! | Oct 13 13:13:37.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.294 INFO kablam! | Oct 13 13:13:37.294 INFO kablam! Oct 13 13:13:37.296 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.296 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.296 INFO kablam! | Oct 13 13:13:37.296 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.296 INFO kablam! | ^^^^^ Oct 13 13:13:37.296 INFO kablam! ... Oct 13 13:13:37.296 INFO kablam! 3105 | rt_alloc_layout_checked!(rt_pow2_131072bytes_16align_alloc_layout_checked, 131072, 16); Oct 13 13:13:37.296 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.296 INFO kablam! | Oct 13 13:13:37.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.296 INFO kablam! | Oct 13 13:13:37.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.296 INFO kablam! | Oct 13 13:13:37.296 INFO kablam! Oct 13 13:13:37.296 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.296 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.296 INFO kablam! | Oct 13 13:13:37.296 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.296 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.296 INFO kablam! ... Oct 13 13:13:37.296 INFO kablam! 3105 | rt_alloc_layout_checked!(rt_pow2_131072bytes_16align_alloc_layout_checked, 131072, 16); Oct 13 13:13:37.296 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.296 INFO kablam! | Oct 13 13:13:37.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.296 INFO kablam! | Oct 13 13:13:37.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.296 INFO kablam! | Oct 13 13:13:37.296 INFO kablam! Oct 13 13:13:37.300 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.300 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.300 INFO kablam! | Oct 13 13:13:37.300 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.300 INFO kablam! | ^^^^^ Oct 13 13:13:37.300 INFO kablam! ... Oct 13 13:13:37.300 INFO kablam! 3118 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_16align_alloc_layout_checked, 4194304, 16); Oct 13 13:13:37.300 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.300 INFO kablam! | Oct 13 13:13:37.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.300 INFO kablam! | Oct 13 13:13:37.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.300 INFO kablam! | Oct 13 13:13:37.300 INFO kablam! Oct 13 13:13:37.300 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.300 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.300 INFO kablam! | Oct 13 13:13:37.300 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.300 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.300 INFO kablam! ... Oct 13 13:13:37.300 INFO kablam! 3118 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_16align_alloc_layout_checked, 4194304, 16); Oct 13 13:13:37.300 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.300 INFO kablam! | Oct 13 13:13:37.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.300 INFO kablam! | Oct 13 13:13:37.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.300 INFO kablam! | Oct 13 13:13:37.300 INFO kablam! Oct 13 13:13:37.300 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.301 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.301 INFO kablam! | Oct 13 13:13:37.301 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.301 INFO kablam! | ^^^^^ Oct 13 13:13:37.301 INFO kablam! ... Oct 13 13:13:37.301 INFO kablam! 3132 | rt_alloc_layout_checked!(rt_even_10bytes_16align_alloc_layout_checked, 10, 16); Oct 13 13:13:37.301 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.301 INFO kablam! | Oct 13 13:13:37.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.301 INFO kablam! | Oct 13 13:13:37.301 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.301 INFO kablam! | Oct 13 13:13:37.301 INFO kablam! Oct 13 13:13:37.305 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.305 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.305 INFO kablam! | Oct 13 13:13:37.306 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.306 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.306 INFO kablam! ... Oct 13 13:13:37.306 INFO kablam! 3132 | rt_alloc_layout_checked!(rt_even_10bytes_16align_alloc_layout_checked, 10, 16); Oct 13 13:13:37.306 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.306 INFO kablam! | Oct 13 13:13:37.306 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.306 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.306 INFO kablam! | Oct 13 13:13:37.306 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.306 INFO kablam! | Oct 13 13:13:37.306 INFO kablam! Oct 13 13:13:37.306 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.306 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.306 INFO kablam! | Oct 13 13:13:37.306 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.306 INFO kablam! | ^^^^^ Oct 13 13:13:37.306 INFO kablam! ... Oct 13 13:13:37.306 INFO kablam! 3145 | rt_alloc_layout_checked!(rt_even_100bytes_16align_alloc_layout_checked, 100, 16); Oct 13 13:13:37.306 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.306 INFO kablam! | Oct 13 13:13:37.306 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.306 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.306 INFO kablam! | Oct 13 13:13:37.306 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.306 INFO kablam! | Oct 13 13:13:37.306 INFO kablam! Oct 13 13:13:37.306 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.306 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.306 INFO kablam! | Oct 13 13:13:37.306 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.306 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.306 INFO kablam! ... Oct 13 13:13:37.306 INFO kablam! 3145 | rt_alloc_layout_checked!(rt_even_100bytes_16align_alloc_layout_checked, 100, 16); Oct 13 13:13:37.306 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.306 INFO kablam! | Oct 13 13:13:37.306 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.306 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.306 INFO kablam! | Oct 13 13:13:37.306 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.306 INFO kablam! | Oct 13 13:13:37.306 INFO kablam! Oct 13 13:13:37.306 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.306 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.306 INFO kablam! | Oct 13 13:13:37.306 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.306 INFO kablam! | ^^^^^ Oct 13 13:13:37.306 INFO kablam! ... Oct 13 13:13:37.306 INFO kablam! 3158 | rt_alloc_layout_checked!(rt_even_1000bytes_16align_alloc_layout_checked, 1000, 16); Oct 13 13:13:37.306 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.306 INFO kablam! | Oct 13 13:13:37.306 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.306 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.306 INFO kablam! | Oct 13 13:13:37.306 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.306 INFO kablam! | Oct 13 13:13:37.306 INFO kablam! Oct 13 13:13:37.306 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.306 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.306 INFO kablam! | Oct 13 13:13:37.306 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.306 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.306 INFO kablam! ... Oct 13 13:13:37.306 INFO kablam! 3158 | rt_alloc_layout_checked!(rt_even_1000bytes_16align_alloc_layout_checked, 1000, 16); Oct 13 13:13:37.306 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.306 INFO kablam! | Oct 13 13:13:37.306 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.306 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.306 INFO kablam! | Oct 13 13:13:37.306 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.306 INFO kablam! | Oct 13 13:13:37.306 INFO kablam! Oct 13 13:13:37.307 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.307 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.307 INFO kablam! | Oct 13 13:13:37.307 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.307 INFO kablam! | ^^^^^ Oct 13 13:13:37.307 INFO kablam! ... Oct 13 13:13:37.307 INFO kablam! 3171 | rt_alloc_layout_checked!(rt_even_10000bytes_16align_alloc_layout_checked, 10000, 16); Oct 13 13:13:37.307 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.307 INFO kablam! | Oct 13 13:13:37.307 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.307 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.307 INFO kablam! | Oct 13 13:13:37.307 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.307 INFO kablam! | Oct 13 13:13:37.307 INFO kablam! Oct 13 13:13:37.308 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.308 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.308 INFO kablam! | Oct 13 13:13:37.308 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.308 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.308 INFO kablam! ... Oct 13 13:13:37.308 INFO kablam! 3171 | rt_alloc_layout_checked!(rt_even_10000bytes_16align_alloc_layout_checked, 10000, 16); Oct 13 13:13:37.308 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.308 INFO kablam! | Oct 13 13:13:37.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.308 INFO kablam! | Oct 13 13:13:37.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.308 INFO kablam! | Oct 13 13:13:37.308 INFO kablam! Oct 13 13:13:37.309 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.309 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.309 INFO kablam! | Oct 13 13:13:37.309 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.309 INFO kablam! | ^^^^^ Oct 13 13:13:37.309 INFO kablam! ... Oct 13 13:13:37.309 INFO kablam! 3184 | rt_alloc_layout_checked!(rt_even_100000bytes_16align_alloc_layout_checked, 100000, 16); Oct 13 13:13:37.309 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.309 INFO kablam! | Oct 13 13:13:37.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.309 INFO kablam! | Oct 13 13:13:37.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.310 INFO kablam! | Oct 13 13:13:37.310 INFO kablam! Oct 13 13:13:37.310 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.310 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.310 INFO kablam! | Oct 13 13:13:37.310 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.310 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.310 INFO kablam! ... Oct 13 13:13:37.310 INFO kablam! 3184 | rt_alloc_layout_checked!(rt_even_100000bytes_16align_alloc_layout_checked, 100000, 16); Oct 13 13:13:37.310 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.310 INFO kablam! | Oct 13 13:13:37.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.310 INFO kablam! | Oct 13 13:13:37.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.310 INFO kablam! | Oct 13 13:13:37.310 INFO kablam! Oct 13 13:13:37.313 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.313 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.313 INFO kablam! | Oct 13 13:13:37.313 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.313 INFO kablam! | ^^^^^ Oct 13 13:13:37.313 INFO kablam! ... Oct 13 13:13:37.313 INFO kablam! 3197 | rt_alloc_layout_checked!(rt_even_1000000bytes_16align_alloc_layout_checked, 1000000, 16); Oct 13 13:13:37.313 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.313 INFO kablam! | Oct 13 13:13:37.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.313 INFO kablam! | Oct 13 13:13:37.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.313 INFO kablam! | Oct 13 13:13:37.313 INFO kablam! Oct 13 13:13:37.313 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.313 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.313 INFO kablam! | Oct 13 13:13:37.313 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.313 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.313 INFO kablam! ... Oct 13 13:13:37.313 INFO kablam! 3197 | rt_alloc_layout_checked!(rt_even_1000000bytes_16align_alloc_layout_checked, 1000000, 16); Oct 13 13:13:37.313 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.313 INFO kablam! | Oct 13 13:13:37.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.313 INFO kablam! | Oct 13 13:13:37.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.313 INFO kablam! | Oct 13 13:13:37.313 INFO kablam! Oct 13 13:13:37.314 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.314 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.314 INFO kablam! | Oct 13 13:13:37.314 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.314 INFO kablam! | ^^^^^ Oct 13 13:13:37.314 INFO kablam! ... Oct 13 13:13:37.314 INFO kablam! 3211 | rt_alloc_layout_checked!(rt_odd_10bytes_16align_alloc_layout_checked, 10- 1, 16); Oct 13 13:13:37.314 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.314 INFO kablam! | Oct 13 13:13:37.314 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.314 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.314 INFO kablam! | Oct 13 13:13:37.314 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.314 INFO kablam! | Oct 13 13:13:37.314 INFO kablam! Oct 13 13:13:37.315 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.315 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.315 INFO kablam! | Oct 13 13:13:37.315 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.315 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.315 INFO kablam! ... Oct 13 13:13:37.315 INFO kablam! 3211 | rt_alloc_layout_checked!(rt_odd_10bytes_16align_alloc_layout_checked, 10- 1, 16); Oct 13 13:13:37.315 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.315 INFO kablam! | Oct 13 13:13:37.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.315 INFO kablam! | Oct 13 13:13:37.315 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.315 INFO kablam! | Oct 13 13:13:37.315 INFO kablam! Oct 13 13:13:37.319 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.319 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.319 INFO kablam! | Oct 13 13:13:37.319 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.319 INFO kablam! | ^^^^^ Oct 13 13:13:37.319 INFO kablam! ... Oct 13 13:13:37.319 INFO kablam! 3224 | rt_alloc_layout_checked!(rt_odd_100bytes_16align_alloc_layout_checked, 100- 1, 16); Oct 13 13:13:37.319 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.319 INFO kablam! | Oct 13 13:13:37.319 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.319 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.319 INFO kablam! | Oct 13 13:13:37.319 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.319 INFO kablam! | Oct 13 13:13:37.319 INFO kablam! Oct 13 13:13:37.319 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.319 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.319 INFO kablam! | Oct 13 13:13:37.319 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.319 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.319 INFO kablam! ... Oct 13 13:13:37.319 INFO kablam! 3224 | rt_alloc_layout_checked!(rt_odd_100bytes_16align_alloc_layout_checked, 100- 1, 16); Oct 13 13:13:37.319 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.319 INFO kablam! | Oct 13 13:13:37.319 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.319 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.319 INFO kablam! | Oct 13 13:13:37.319 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.319 INFO kablam! | Oct 13 13:13:37.319 INFO kablam! Oct 13 13:13:37.321 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.321 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.321 INFO kablam! | Oct 13 13:13:37.321 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.321 INFO kablam! | ^^^^^ Oct 13 13:13:37.321 INFO kablam! ... Oct 13 13:13:37.321 INFO kablam! 3237 | rt_alloc_layout_checked!(rt_odd_1000bytes_16align_alloc_layout_checked, 1000- 1, 16); Oct 13 13:13:37.321 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.321 INFO kablam! | Oct 13 13:13:37.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.321 INFO kablam! | Oct 13 13:13:37.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.322 INFO kablam! | Oct 13 13:13:37.322 INFO kablam! Oct 13 13:13:37.322 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.322 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.322 INFO kablam! | Oct 13 13:13:37.322 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.322 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.322 INFO kablam! ... Oct 13 13:13:37.322 INFO kablam! 3237 | rt_alloc_layout_checked!(rt_odd_1000bytes_16align_alloc_layout_checked, 1000- 1, 16); Oct 13 13:13:37.322 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.322 INFO kablam! | Oct 13 13:13:37.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.322 INFO kablam! | Oct 13 13:13:37.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.322 INFO kablam! | Oct 13 13:13:37.322 INFO kablam! Oct 13 13:13:37.322 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.322 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.322 INFO kablam! | Oct 13 13:13:37.322 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.322 INFO kablam! | ^^^^^ Oct 13 13:13:37.322 INFO kablam! ... Oct 13 13:13:37.322 INFO kablam! 3250 | rt_alloc_layout_checked!(rt_odd_10000bytes_16align_alloc_layout_checked, 10000- 1, 16); Oct 13 13:13:37.322 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.322 INFO kablam! | Oct 13 13:13:37.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.322 INFO kablam! | Oct 13 13:13:37.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.322 INFO kablam! | Oct 13 13:13:37.322 INFO kablam! Oct 13 13:13:37.323 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.323 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.323 INFO kablam! | Oct 13 13:13:37.323 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.323 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.323 INFO kablam! ... Oct 13 13:13:37.323 INFO kablam! 3250 | rt_alloc_layout_checked!(rt_odd_10000bytes_16align_alloc_layout_checked, 10000- 1, 16); Oct 13 13:13:37.323 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.323 INFO kablam! | Oct 13 13:13:37.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.323 INFO kablam! | Oct 13 13:13:37.323 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.323 INFO kablam! | Oct 13 13:13:37.323 INFO kablam! Oct 13 13:13:37.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.324 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.324 INFO kablam! | Oct 13 13:13:37.324 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.324 INFO kablam! | ^^^^^ Oct 13 13:13:37.324 INFO kablam! ... Oct 13 13:13:37.324 INFO kablam! 3263 | rt_alloc_layout_checked!(rt_odd_100000bytes_16align_alloc_layout_checked, 100000- 1, 16); Oct 13 13:13:37.324 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.324 INFO kablam! | Oct 13 13:13:37.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.324 INFO kablam! | Oct 13 13:13:37.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.324 INFO kablam! | Oct 13 13:13:37.324 INFO kablam! Oct 13 13:13:37.325 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.325 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.325 INFO kablam! | Oct 13 13:13:37.325 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.325 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.325 INFO kablam! ... Oct 13 13:13:37.325 INFO kablam! 3263 | rt_alloc_layout_checked!(rt_odd_100000bytes_16align_alloc_layout_checked, 100000- 1, 16); Oct 13 13:13:37.325 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.325 INFO kablam! | Oct 13 13:13:37.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.325 INFO kablam! | Oct 13 13:13:37.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.325 INFO kablam! | Oct 13 13:13:37.325 INFO kablam! Oct 13 13:13:37.326 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.326 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.326 INFO kablam! | Oct 13 13:13:37.326 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.326 INFO kablam! | ^^^^^ Oct 13 13:13:37.326 INFO kablam! ... Oct 13 13:13:37.326 INFO kablam! 3276 | rt_alloc_layout_checked!(rt_odd_1000000bytes_16align_alloc_layout_checked, 1000000- 1, 16); Oct 13 13:13:37.326 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.326 INFO kablam! | Oct 13 13:13:37.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.326 INFO kablam! | Oct 13 13:13:37.326 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.326 INFO kablam! | Oct 13 13:13:37.326 INFO kablam! Oct 13 13:13:37.327 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.327 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.327 INFO kablam! | Oct 13 13:13:37.327 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.327 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.327 INFO kablam! ... Oct 13 13:13:37.327 INFO kablam! 3276 | rt_alloc_layout_checked!(rt_odd_1000000bytes_16align_alloc_layout_checked, 1000000- 1, 16); Oct 13 13:13:37.327 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.327 INFO kablam! | Oct 13 13:13:37.327 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.327 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.327 INFO kablam! | Oct 13 13:13:37.327 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.327 INFO kablam! | Oct 13 13:13:37.327 INFO kablam! Oct 13 13:13:37.331 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.331 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.331 INFO kablam! | Oct 13 13:13:37.331 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.331 INFO kablam! | ^^^^^ Oct 13 13:13:37.331 INFO kablam! ... Oct 13 13:13:37.331 INFO kablam! 3290 | rt_alloc_layout_checked!(rt_primes_3bytes_16align_alloc_layout_checked, 3, 16); Oct 13 13:13:37.331 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.331 INFO kablam! | Oct 13 13:13:37.331 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.331 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.331 INFO kablam! | Oct 13 13:13:37.331 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.331 INFO kablam! | Oct 13 13:13:37.331 INFO kablam! Oct 13 13:13:37.332 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.332 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.332 INFO kablam! | Oct 13 13:13:37.332 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.332 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.332 INFO kablam! ... Oct 13 13:13:37.332 INFO kablam! 3290 | rt_alloc_layout_checked!(rt_primes_3bytes_16align_alloc_layout_checked, 3, 16); Oct 13 13:13:37.332 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.332 INFO kablam! | Oct 13 13:13:37.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.332 INFO kablam! | Oct 13 13:13:37.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.332 INFO kablam! | Oct 13 13:13:37.332 INFO kablam! Oct 13 13:13:37.333 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.333 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.333 INFO kablam! | Oct 13 13:13:37.333 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.333 INFO kablam! | ^^^^^ Oct 13 13:13:37.333 INFO kablam! ... Oct 13 13:13:37.333 INFO kablam! 3303 | rt_alloc_layout_checked!(rt_primes_7bytes_16align_alloc_layout_checked, 7, 16); Oct 13 13:13:37.333 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.333 INFO kablam! | Oct 13 13:13:37.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.333 INFO kablam! | Oct 13 13:13:37.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.333 INFO kablam! | Oct 13 13:13:37.333 INFO kablam! Oct 13 13:13:37.334 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.334 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.334 INFO kablam! | Oct 13 13:13:37.334 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.334 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.334 INFO kablam! ... Oct 13 13:13:37.334 INFO kablam! 3303 | rt_alloc_layout_checked!(rt_primes_7bytes_16align_alloc_layout_checked, 7, 16); Oct 13 13:13:37.334 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.334 INFO kablam! | Oct 13 13:13:37.334 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.334 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.334 INFO kablam! | Oct 13 13:13:37.334 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.334 INFO kablam! | Oct 13 13:13:37.334 INFO kablam! Oct 13 13:13:37.335 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.335 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.335 INFO kablam! | Oct 13 13:13:37.335 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.335 INFO kablam! | ^^^^^ Oct 13 13:13:37.335 INFO kablam! ... Oct 13 13:13:37.335 INFO kablam! 3316 | rt_alloc_layout_checked!(rt_primes_13bytes_16align_alloc_layout_checked, 13, 16); Oct 13 13:13:37.335 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.335 INFO kablam! | Oct 13 13:13:37.335 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.335 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.335 INFO kablam! | Oct 13 13:13:37.335 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.335 INFO kablam! | Oct 13 13:13:37.335 INFO kablam! Oct 13 13:13:37.336 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.336 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.336 INFO kablam! | Oct 13 13:13:37.336 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.336 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.336 INFO kablam! ... Oct 13 13:13:37.336 INFO kablam! 3316 | rt_alloc_layout_checked!(rt_primes_13bytes_16align_alloc_layout_checked, 13, 16); Oct 13 13:13:37.336 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.336 INFO kablam! | Oct 13 13:13:37.336 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.336 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.336 INFO kablam! | Oct 13 13:13:37.336 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.336 INFO kablam! | Oct 13 13:13:37.336 INFO kablam! Oct 13 13:13:37.344 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.344 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.344 INFO kablam! | Oct 13 13:13:37.344 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.344 INFO kablam! | ^^^^^ Oct 13 13:13:37.344 INFO kablam! ... Oct 13 13:13:37.344 INFO kablam! 3329 | rt_alloc_layout_checked!(rt_primes_17bytes_16align_alloc_layout_checked, 17, 16); Oct 13 13:13:37.344 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.344 INFO kablam! | Oct 13 13:13:37.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.344 INFO kablam! | Oct 13 13:13:37.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.344 INFO kablam! | Oct 13 13:13:37.344 INFO kablam! Oct 13 13:13:37.344 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.344 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.344 INFO kablam! | Oct 13 13:13:37.344 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.344 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.344 INFO kablam! ... Oct 13 13:13:37.344 INFO kablam! 3329 | rt_alloc_layout_checked!(rt_primes_17bytes_16align_alloc_layout_checked, 17, 16); Oct 13 13:13:37.344 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.344 INFO kablam! | Oct 13 13:13:37.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.344 INFO kablam! | Oct 13 13:13:37.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.344 INFO kablam! | Oct 13 13:13:37.344 INFO kablam! Oct 13 13:13:37.344 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.344 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.344 INFO kablam! | Oct 13 13:13:37.344 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.344 INFO kablam! | ^^^^^ Oct 13 13:13:37.344 INFO kablam! ... Oct 13 13:13:37.344 INFO kablam! 3342 | rt_alloc_layout_checked!(rt_primes_31bytes_16align_alloc_layout_checked, 31, 16); Oct 13 13:13:37.344 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.344 INFO kablam! | Oct 13 13:13:37.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.344 INFO kablam! | Oct 13 13:13:37.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.344 INFO kablam! | Oct 13 13:13:37.344 INFO kablam! Oct 13 13:13:37.345 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.345 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.345 INFO kablam! | Oct 13 13:13:37.345 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.345 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.345 INFO kablam! ... Oct 13 13:13:37.345 INFO kablam! 3342 | rt_alloc_layout_checked!(rt_primes_31bytes_16align_alloc_layout_checked, 31, 16); Oct 13 13:13:37.345 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.345 INFO kablam! | Oct 13 13:13:37.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.345 INFO kablam! | Oct 13 13:13:37.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.345 INFO kablam! | Oct 13 13:13:37.345 INFO kablam! Oct 13 13:13:37.346 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.346 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.346 INFO kablam! | Oct 13 13:13:37.346 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.346 INFO kablam! | ^^^^^ Oct 13 13:13:37.346 INFO kablam! ... Oct 13 13:13:37.346 INFO kablam! 3355 | rt_alloc_layout_checked!(rt_primes_61bytes_16align_alloc_layout_checked, 61, 16); Oct 13 13:13:37.346 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.346 INFO kablam! | Oct 13 13:13:37.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.346 INFO kablam! | Oct 13 13:13:37.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.346 INFO kablam! | Oct 13 13:13:37.346 INFO kablam! Oct 13 13:13:37.348 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.348 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.348 INFO kablam! | Oct 13 13:13:37.348 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.348 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.348 INFO kablam! ... Oct 13 13:13:37.348 INFO kablam! 3355 | rt_alloc_layout_checked!(rt_primes_61bytes_16align_alloc_layout_checked, 61, 16); Oct 13 13:13:37.348 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.348 INFO kablam! | Oct 13 13:13:37.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.348 INFO kablam! | Oct 13 13:13:37.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.348 INFO kablam! | Oct 13 13:13:37.348 INFO kablam! Oct 13 13:13:37.348 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.348 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.348 INFO kablam! | Oct 13 13:13:37.348 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.348 INFO kablam! | ^^^^^ Oct 13 13:13:37.348 INFO kablam! ... Oct 13 13:13:37.348 INFO kablam! 3368 | rt_alloc_layout_checked!(rt_primes_96bytes_16align_alloc_layout_checked, 96, 16); Oct 13 13:13:37.348 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.348 INFO kablam! | Oct 13 13:13:37.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.348 INFO kablam! | Oct 13 13:13:37.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.348 INFO kablam! | Oct 13 13:13:37.348 INFO kablam! Oct 13 13:13:37.350 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.350 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.350 INFO kablam! | Oct 13 13:13:37.350 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.350 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.350 INFO kablam! ... Oct 13 13:13:37.350 INFO kablam! 3368 | rt_alloc_layout_checked!(rt_primes_96bytes_16align_alloc_layout_checked, 96, 16); Oct 13 13:13:37.350 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.350 INFO kablam! | Oct 13 13:13:37.350 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.350 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.350 INFO kablam! | Oct 13 13:13:37.350 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.350 INFO kablam! | Oct 13 13:13:37.350 INFO kablam! Oct 13 13:13:37.350 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.350 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.350 INFO kablam! | Oct 13 13:13:37.350 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.350 INFO kablam! | ^^^^^ Oct 13 13:13:37.350 INFO kablam! ... Oct 13 13:13:37.350 INFO kablam! 3381 | rt_alloc_layout_checked!(rt_primes_127bytes_16align_alloc_layout_checked, 127, 16); Oct 13 13:13:37.350 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.350 INFO kablam! | Oct 13 13:13:37.350 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.350 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.350 INFO kablam! | Oct 13 13:13:37.350 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.350 INFO kablam! | Oct 13 13:13:37.350 INFO kablam! Oct 13 13:13:37.356 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.356 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.356 INFO kablam! | Oct 13 13:13:37.356 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.356 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.356 INFO kablam! ... Oct 13 13:13:37.356 INFO kablam! 3381 | rt_alloc_layout_checked!(rt_primes_127bytes_16align_alloc_layout_checked, 127, 16); Oct 13 13:13:37.356 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.356 INFO kablam! | Oct 13 13:13:37.356 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.356 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.356 INFO kablam! | Oct 13 13:13:37.356 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.356 INFO kablam! | Oct 13 13:13:37.356 INFO kablam! Oct 13 13:13:37.373 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.373 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.373 INFO kablam! | Oct 13 13:13:37.373 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.373 INFO kablam! | ^^^^^ Oct 13 13:13:37.373 INFO kablam! ... Oct 13 13:13:37.373 INFO kablam! 3394 | rt_alloc_layout_checked!(rt_primes_257bytes_16align_alloc_layout_checked, 257, 16); Oct 13 13:13:37.373 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.373 INFO kablam! | Oct 13 13:13:37.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.373 INFO kablam! | Oct 13 13:13:37.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.373 INFO kablam! | Oct 13 13:13:37.373 INFO kablam! Oct 13 13:13:37.373 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.373 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.373 INFO kablam! | Oct 13 13:13:37.373 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.373 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.373 INFO kablam! ... Oct 13 13:13:37.373 INFO kablam! 3394 | rt_alloc_layout_checked!(rt_primes_257bytes_16align_alloc_layout_checked, 257, 16); Oct 13 13:13:37.373 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.373 INFO kablam! | Oct 13 13:13:37.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.373 INFO kablam! | Oct 13 13:13:37.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.373 INFO kablam! | Oct 13 13:13:37.373 INFO kablam! Oct 13 13:13:37.373 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.373 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.373 INFO kablam! | Oct 13 13:13:37.373 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.373 INFO kablam! | ^^^^^ Oct 13 13:13:37.373 INFO kablam! ... Oct 13 13:13:37.373 INFO kablam! 3407 | rt_alloc_layout_checked!(rt_primes_509bytes_16align_alloc_layout_checked, 509, 16); Oct 13 13:13:37.373 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.373 INFO kablam! | Oct 13 13:13:37.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.373 INFO kablam! | Oct 13 13:13:37.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.374 INFO kablam! | Oct 13 13:13:37.374 INFO kablam! Oct 13 13:13:37.374 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.374 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.374 INFO kablam! | Oct 13 13:13:37.374 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.374 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.374 INFO kablam! ... Oct 13 13:13:37.374 INFO kablam! 3407 | rt_alloc_layout_checked!(rt_primes_509bytes_16align_alloc_layout_checked, 509, 16); Oct 13 13:13:37.374 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.374 INFO kablam! | Oct 13 13:13:37.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.374 INFO kablam! | Oct 13 13:13:37.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.374 INFO kablam! | Oct 13 13:13:37.374 INFO kablam! Oct 13 13:13:37.374 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.374 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.374 INFO kablam! | Oct 13 13:13:37.374 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.374 INFO kablam! | ^^^^^ Oct 13 13:13:37.374 INFO kablam! ... Oct 13 13:13:37.374 INFO kablam! 3420 | rt_alloc_layout_checked!(rt_primes_1021bytes_16align_alloc_layout_checked, 1021, 16); Oct 13 13:13:37.374 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.374 INFO kablam! | Oct 13 13:13:37.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.374 INFO kablam! | Oct 13 13:13:37.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.374 INFO kablam! | Oct 13 13:13:37.374 INFO kablam! Oct 13 13:13:37.374 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.374 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.374 INFO kablam! | Oct 13 13:13:37.374 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.374 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.374 INFO kablam! ... Oct 13 13:13:37.374 INFO kablam! 3420 | rt_alloc_layout_checked!(rt_primes_1021bytes_16align_alloc_layout_checked, 1021, 16); Oct 13 13:13:37.374 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.374 INFO kablam! | Oct 13 13:13:37.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.374 INFO kablam! | Oct 13 13:13:37.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.374 INFO kablam! | Oct 13 13:13:37.374 INFO kablam! Oct 13 13:13:37.374 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.374 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.374 INFO kablam! | Oct 13 13:13:37.374 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.374 INFO kablam! | ^^^^^ Oct 13 13:13:37.374 INFO kablam! ... Oct 13 13:13:37.374 INFO kablam! 3433 | rt_alloc_layout_checked!(rt_primes_2039bytes_16align_alloc_layout_checked, 2039, 16); Oct 13 13:13:37.374 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.374 INFO kablam! | Oct 13 13:13:37.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.374 INFO kablam! | Oct 13 13:13:37.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.374 INFO kablam! | Oct 13 13:13:37.374 INFO kablam! Oct 13 13:13:37.374 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.374 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.374 INFO kablam! | Oct 13 13:13:37.375 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.375 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.375 INFO kablam! ... Oct 13 13:13:37.375 INFO kablam! 3433 | rt_alloc_layout_checked!(rt_primes_2039bytes_16align_alloc_layout_checked, 2039, 16); Oct 13 13:13:37.375 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.375 INFO kablam! | Oct 13 13:13:37.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.375 INFO kablam! | Oct 13 13:13:37.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.375 INFO kablam! | Oct 13 13:13:37.375 INFO kablam! Oct 13 13:13:37.375 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.375 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.375 INFO kablam! | Oct 13 13:13:37.375 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.375 INFO kablam! | ^^^^^ Oct 13 13:13:37.375 INFO kablam! ... Oct 13 13:13:37.375 INFO kablam! 3446 | rt_alloc_layout_checked!(rt_primes_4093bytes_16align_alloc_layout_checked, 4093, 16); Oct 13 13:13:37.375 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.375 INFO kablam! | Oct 13 13:13:37.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.375 INFO kablam! | Oct 13 13:13:37.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.375 INFO kablam! | Oct 13 13:13:37.375 INFO kablam! Oct 13 13:13:37.375 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.375 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.375 INFO kablam! | Oct 13 13:13:37.375 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.375 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.375 INFO kablam! ... Oct 13 13:13:37.375 INFO kablam! 3446 | rt_alloc_layout_checked!(rt_primes_4093bytes_16align_alloc_layout_checked, 4093, 16); Oct 13 13:13:37.375 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.375 INFO kablam! | Oct 13 13:13:37.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.375 INFO kablam! | Oct 13 13:13:37.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.375 INFO kablam! | Oct 13 13:13:37.375 INFO kablam! Oct 13 13:13:37.381 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.381 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.381 INFO kablam! | Oct 13 13:13:37.381 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.381 INFO kablam! | ^^^^^ Oct 13 13:13:37.381 INFO kablam! ... Oct 13 13:13:37.381 INFO kablam! 3459 | rt_alloc_layout_checked!(rt_primes_8191bytes_16align_alloc_layout_checked, 8191, 16); Oct 13 13:13:37.381 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.381 INFO kablam! | Oct 13 13:13:37.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.381 INFO kablam! | Oct 13 13:13:37.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.381 INFO kablam! | Oct 13 13:13:37.381 INFO kablam! Oct 13 13:13:37.381 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.381 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.381 INFO kablam! | Oct 13 13:13:37.381 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.381 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.381 INFO kablam! ... Oct 13 13:13:37.381 INFO kablam! 3459 | rt_alloc_layout_checked!(rt_primes_8191bytes_16align_alloc_layout_checked, 8191, 16); Oct 13 13:13:37.381 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.381 INFO kablam! | Oct 13 13:13:37.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.381 INFO kablam! | Oct 13 13:13:37.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.381 INFO kablam! | Oct 13 13:13:37.381 INFO kablam! Oct 13 13:13:37.381 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.381 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.381 INFO kablam! | Oct 13 13:13:37.381 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.381 INFO kablam! | ^^^^^ Oct 13 13:13:37.381 INFO kablam! ... Oct 13 13:13:37.381 INFO kablam! 3472 | rt_alloc_layout_checked!(rt_primes_16381bytes_16align_alloc_layout_checked, 16381, 16); Oct 13 13:13:37.381 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.381 INFO kablam! | Oct 13 13:13:37.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.381 INFO kablam! | Oct 13 13:13:37.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.382 INFO kablam! | Oct 13 13:13:37.382 INFO kablam! Oct 13 13:13:37.382 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.382 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.382 INFO kablam! | Oct 13 13:13:37.382 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.382 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.382 INFO kablam! ... Oct 13 13:13:37.382 INFO kablam! 3472 | rt_alloc_layout_checked!(rt_primes_16381bytes_16align_alloc_layout_checked, 16381, 16); Oct 13 13:13:37.382 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.382 INFO kablam! | Oct 13 13:13:37.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.382 INFO kablam! | Oct 13 13:13:37.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.382 INFO kablam! | Oct 13 13:13:37.382 INFO kablam! Oct 13 13:13:37.382 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.382 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.382 INFO kablam! | Oct 13 13:13:37.382 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.382 INFO kablam! | ^^^^^ Oct 13 13:13:37.382 INFO kablam! ... Oct 13 13:13:37.382 INFO kablam! 3485 | rt_alloc_layout_checked!(rt_primes_32749bytes_16align_alloc_layout_checked, 32749, 16); Oct 13 13:13:37.382 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.382 INFO kablam! | Oct 13 13:13:37.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.382 INFO kablam! | Oct 13 13:13:37.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.382 INFO kablam! | Oct 13 13:13:37.382 INFO kablam! Oct 13 13:13:37.382 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.382 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.382 INFO kablam! | Oct 13 13:13:37.382 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.382 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.382 INFO kablam! ... Oct 13 13:13:37.382 INFO kablam! 3485 | rt_alloc_layout_checked!(rt_primes_32749bytes_16align_alloc_layout_checked, 32749, 16); Oct 13 13:13:37.382 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.382 INFO kablam! | Oct 13 13:13:37.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.382 INFO kablam! | Oct 13 13:13:37.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.382 INFO kablam! | Oct 13 13:13:37.383 INFO kablam! Oct 13 13:13:37.383 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.383 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.383 INFO kablam! | Oct 13 13:13:37.383 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.383 INFO kablam! | ^^^^^ Oct 13 13:13:37.383 INFO kablam! ... Oct 13 13:13:37.383 INFO kablam! 3498 | rt_alloc_layout_checked!(rt_primes_65537bytes_16align_alloc_layout_checked, 65537, 16); Oct 13 13:13:37.383 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.383 INFO kablam! | Oct 13 13:13:37.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.385 INFO kablam! | Oct 13 13:13:37.385 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.385 INFO kablam! | Oct 13 13:13:37.385 INFO kablam! Oct 13 13:13:37.385 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.385 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.385 INFO kablam! | Oct 13 13:13:37.385 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.385 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.385 INFO kablam! ... Oct 13 13:13:37.385 INFO kablam! 3498 | rt_alloc_layout_checked!(rt_primes_65537bytes_16align_alloc_layout_checked, 65537, 16); Oct 13 13:13:37.385 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.385 INFO kablam! | Oct 13 13:13:37.385 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.385 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.385 INFO kablam! | Oct 13 13:13:37.385 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.386 INFO kablam! | Oct 13 13:13:37.386 INFO kablam! Oct 13 13:13:37.391 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.391 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.391 INFO kablam! | Oct 13 13:13:37.391 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.391 INFO kablam! | ^^^^^ Oct 13 13:13:37.391 INFO kablam! ... Oct 13 13:13:37.391 INFO kablam! 3511 | rt_alloc_layout_checked!(rt_primes_131071bytes_16align_alloc_layout_checked, 131071, 16); Oct 13 13:13:37.391 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.391 INFO kablam! | Oct 13 13:13:37.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.391 INFO kablam! | Oct 13 13:13:37.391 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.391 INFO kablam! | Oct 13 13:13:37.391 INFO kablam! Oct 13 13:13:37.391 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.391 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.391 INFO kablam! | Oct 13 13:13:37.391 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.391 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.391 INFO kablam! ... Oct 13 13:13:37.391 INFO kablam! 3511 | rt_alloc_layout_checked!(rt_primes_131071bytes_16align_alloc_layout_checked, 131071, 16); Oct 13 13:13:37.391 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.391 INFO kablam! | Oct 13 13:13:37.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.391 INFO kablam! | Oct 13 13:13:37.391 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.391 INFO kablam! | Oct 13 13:13:37.391 INFO kablam! Oct 13 13:13:37.391 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.391 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.391 INFO kablam! | Oct 13 13:13:37.391 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.391 INFO kablam! | ^^^^^ Oct 13 13:13:37.391 INFO kablam! ... Oct 13 13:13:37.391 INFO kablam! 3524 | rt_alloc_layout_checked!(rt_primes_4194301bytes_16align_alloc_layout_checked, 4194301, 16); Oct 13 13:13:37.391 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.391 INFO kablam! | Oct 13 13:13:37.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.391 INFO kablam! | Oct 13 13:13:37.391 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.391 INFO kablam! | Oct 13 13:13:37.391 INFO kablam! Oct 13 13:13:37.393 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.393 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.393 INFO kablam! | Oct 13 13:13:37.394 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.394 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.394 INFO kablam! ... Oct 13 13:13:37.394 INFO kablam! 3524 | rt_alloc_layout_checked!(rt_primes_4194301bytes_16align_alloc_layout_checked, 4194301, 16); Oct 13 13:13:37.394 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.394 INFO kablam! | Oct 13 13:13:37.394 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.394 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.394 INFO kablam! | Oct 13 13:13:37.394 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.394 INFO kablam! | Oct 13 13:13:37.394 INFO kablam! Oct 13 13:13:37.395 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.395 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.395 INFO kablam! | Oct 13 13:13:37.395 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.396 INFO kablam! | ^^^^^ Oct 13 13:13:37.396 INFO kablam! ... Oct 13 13:13:37.396 INFO kablam! 3540 | rt_alloc_layout_checked!(rt_pow2_1bytes_32align_alloc_layout_checked, 1, 32); Oct 13 13:13:37.396 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.396 INFO kablam! | Oct 13 13:13:37.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.396 INFO kablam! | Oct 13 13:13:37.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.396 INFO kablam! | Oct 13 13:13:37.396 INFO kablam! Oct 13 13:13:37.396 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.396 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.396 INFO kablam! | Oct 13 13:13:37.396 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.396 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.396 INFO kablam! ... Oct 13 13:13:37.396 INFO kablam! 3540 | rt_alloc_layout_checked!(rt_pow2_1bytes_32align_alloc_layout_checked, 1, 32); Oct 13 13:13:37.396 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.396 INFO kablam! | Oct 13 13:13:37.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.396 INFO kablam! | Oct 13 13:13:37.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.396 INFO kablam! | Oct 13 13:13:37.396 INFO kablam! Oct 13 13:13:37.400 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.400 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.400 INFO kablam! | Oct 13 13:13:37.400 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.400 INFO kablam! | ^^^^^ Oct 13 13:13:37.400 INFO kablam! ... Oct 13 13:13:37.400 INFO kablam! 3553 | rt_alloc_layout_checked!(rt_pow2_2bytes_32align_alloc_layout_checked, 2, 32); Oct 13 13:13:37.400 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.401 INFO kablam! | Oct 13 13:13:37.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.401 INFO kablam! | Oct 13 13:13:37.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.401 INFO kablam! | Oct 13 13:13:37.401 INFO kablam! Oct 13 13:13:37.401 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.401 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.401 INFO kablam! | Oct 13 13:13:37.401 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.401 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.401 INFO kablam! ... Oct 13 13:13:37.401 INFO kablam! 3553 | rt_alloc_layout_checked!(rt_pow2_2bytes_32align_alloc_layout_checked, 2, 32); Oct 13 13:13:37.401 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.401 INFO kablam! | Oct 13 13:13:37.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.401 INFO kablam! | Oct 13 13:13:37.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.401 INFO kablam! | Oct 13 13:13:37.401 INFO kablam! Oct 13 13:13:37.401 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.401 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.401 INFO kablam! | Oct 13 13:13:37.401 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.401 INFO kablam! | ^^^^^ Oct 13 13:13:37.401 INFO kablam! ... Oct 13 13:13:37.401 INFO kablam! 3566 | rt_alloc_layout_checked!(rt_pow2_4bytes_32align_alloc_layout_checked, 4, 32); Oct 13 13:13:37.401 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.401 INFO kablam! | Oct 13 13:13:37.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.401 INFO kablam! | Oct 13 13:13:37.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.401 INFO kablam! | Oct 13 13:13:37.401 INFO kablam! Oct 13 13:13:37.401 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.401 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.401 INFO kablam! | Oct 13 13:13:37.401 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.401 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.401 INFO kablam! ... Oct 13 13:13:37.401 INFO kablam! 3566 | rt_alloc_layout_checked!(rt_pow2_4bytes_32align_alloc_layout_checked, 4, 32); Oct 13 13:13:37.401 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.401 INFO kablam! | Oct 13 13:13:37.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.401 INFO kablam! | Oct 13 13:13:37.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.401 INFO kablam! | Oct 13 13:13:37.401 INFO kablam! Oct 13 13:13:37.404 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.404 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.404 INFO kablam! | Oct 13 13:13:37.404 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.404 INFO kablam! | ^^^^^ Oct 13 13:13:37.404 INFO kablam! ... Oct 13 13:13:37.404 INFO kablam! 3579 | rt_alloc_layout_checked!(rt_pow2_8bytes_32align_alloc_layout_checked, 8, 32); Oct 13 13:13:37.404 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.405 INFO kablam! | Oct 13 13:13:37.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.405 INFO kablam! | Oct 13 13:13:37.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.405 INFO kablam! | Oct 13 13:13:37.405 INFO kablam! Oct 13 13:13:37.405 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.405 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.405 INFO kablam! | Oct 13 13:13:37.405 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.405 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.405 INFO kablam! ... Oct 13 13:13:37.405 INFO kablam! 3579 | rt_alloc_layout_checked!(rt_pow2_8bytes_32align_alloc_layout_checked, 8, 32); Oct 13 13:13:37.405 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.405 INFO kablam! | Oct 13 13:13:37.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.405 INFO kablam! | Oct 13 13:13:37.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.405 INFO kablam! | Oct 13 13:13:37.405 INFO kablam! Oct 13 13:13:37.405 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.405 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.405 INFO kablam! | Oct 13 13:13:37.405 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.405 INFO kablam! | ^^^^^ Oct 13 13:13:37.405 INFO kablam! ... Oct 13 13:13:37.405 INFO kablam! 3592 | rt_alloc_layout_checked!(rt_pow2_16bytes_32align_alloc_layout_checked, 16, 32); Oct 13 13:13:37.405 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.405 INFO kablam! | Oct 13 13:13:37.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.405 INFO kablam! | Oct 13 13:13:37.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.405 INFO kablam! | Oct 13 13:13:37.405 INFO kablam! Oct 13 13:13:37.405 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.405 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.405 INFO kablam! | Oct 13 13:13:37.405 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.405 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.405 INFO kablam! ... Oct 13 13:13:37.405 INFO kablam! 3592 | rt_alloc_layout_checked!(rt_pow2_16bytes_32align_alloc_layout_checked, 16, 32); Oct 13 13:13:37.405 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.405 INFO kablam! | Oct 13 13:13:37.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.405 INFO kablam! | Oct 13 13:13:37.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.405 INFO kablam! | Oct 13 13:13:37.405 INFO kablam! Oct 13 13:13:37.408 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.408 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.408 INFO kablam! | Oct 13 13:13:37.408 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.408 INFO kablam! | ^^^^^ Oct 13 13:13:37.408 INFO kablam! ... Oct 13 13:13:37.408 INFO kablam! 3605 | rt_alloc_layout_checked!(rt_pow2_32bytes_32align_alloc_layout_checked, 32, 32); Oct 13 13:13:37.408 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.408 INFO kablam! | Oct 13 13:13:37.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.408 INFO kablam! | Oct 13 13:13:37.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.408 INFO kablam! | Oct 13 13:13:37.408 INFO kablam! Oct 13 13:13:37.408 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.408 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.408 INFO kablam! | Oct 13 13:13:37.409 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.409 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.409 INFO kablam! ... Oct 13 13:13:37.409 INFO kablam! 3605 | rt_alloc_layout_checked!(rt_pow2_32bytes_32align_alloc_layout_checked, 32, 32); Oct 13 13:13:37.409 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.409 INFO kablam! | Oct 13 13:13:37.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.409 INFO kablam! | Oct 13 13:13:37.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.409 INFO kablam! | Oct 13 13:13:37.409 INFO kablam! Oct 13 13:13:37.409 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.409 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.409 INFO kablam! | Oct 13 13:13:37.409 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.409 INFO kablam! | ^^^^^ Oct 13 13:13:37.409 INFO kablam! ... Oct 13 13:13:37.409 INFO kablam! 3618 | rt_alloc_layout_checked!(rt_pow2_64bytes_32align_alloc_layout_checked, 64, 32); Oct 13 13:13:37.409 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.409 INFO kablam! | Oct 13 13:13:37.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.409 INFO kablam! | Oct 13 13:13:37.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.409 INFO kablam! | Oct 13 13:13:37.409 INFO kablam! Oct 13 13:13:37.409 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.409 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.409 INFO kablam! | Oct 13 13:13:37.409 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.409 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.409 INFO kablam! ... Oct 13 13:13:37.409 INFO kablam! 3618 | rt_alloc_layout_checked!(rt_pow2_64bytes_32align_alloc_layout_checked, 64, 32); Oct 13 13:13:37.409 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.409 INFO kablam! | Oct 13 13:13:37.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.409 INFO kablam! | Oct 13 13:13:37.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.409 INFO kablam! | Oct 13 13:13:37.409 INFO kablam! Oct 13 13:13:37.412 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.412 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.412 INFO kablam! | Oct 13 13:13:37.412 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.412 INFO kablam! | ^^^^^ Oct 13 13:13:37.412 INFO kablam! ... Oct 13 13:13:37.412 INFO kablam! 3631 | rt_alloc_layout_checked!(rt_pow2_128bytes_32align_alloc_layout_checked, 128, 32); Oct 13 13:13:37.412 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.412 INFO kablam! | Oct 13 13:13:37.412 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.412 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.412 INFO kablam! | Oct 13 13:13:37.412 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.412 INFO kablam! | Oct 13 13:13:37.412 INFO kablam! Oct 13 13:13:37.412 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.412 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.412 INFO kablam! | Oct 13 13:13:37.412 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.412 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.412 INFO kablam! ... Oct 13 13:13:37.412 INFO kablam! 3631 | rt_alloc_layout_checked!(rt_pow2_128bytes_32align_alloc_layout_checked, 128, 32); Oct 13 13:13:37.412 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.412 INFO kablam! | Oct 13 13:13:37.412 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.412 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.412 INFO kablam! | Oct 13 13:13:37.412 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.412 INFO kablam! | Oct 13 13:13:37.412 INFO kablam! Oct 13 13:13:37.420 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.420 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.420 INFO kablam! | Oct 13 13:13:37.420 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.420 INFO kablam! | ^^^^^ Oct 13 13:13:37.420 INFO kablam! ... Oct 13 13:13:37.420 INFO kablam! 3644 | rt_alloc_layout_checked!(rt_pow2_256bytes_32align_alloc_layout_checked, 256, 32); Oct 13 13:13:37.420 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.420 INFO kablam! | Oct 13 13:13:37.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.420 INFO kablam! | Oct 13 13:13:37.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.420 INFO kablam! | Oct 13 13:13:37.420 INFO kablam! Oct 13 13:13:37.421 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.421 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.421 INFO kablam! | Oct 13 13:13:37.421 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.421 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.421 INFO kablam! ... Oct 13 13:13:37.421 INFO kablam! 3644 | rt_alloc_layout_checked!(rt_pow2_256bytes_32align_alloc_layout_checked, 256, 32); Oct 13 13:13:37.421 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.421 INFO kablam! | Oct 13 13:13:37.421 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.421 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.421 INFO kablam! | Oct 13 13:13:37.421 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.421 INFO kablam! | Oct 13 13:13:37.421 INFO kablam! Oct 13 13:13:37.421 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.421 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.421 INFO kablam! | Oct 13 13:13:37.421 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.421 INFO kablam! | ^^^^^ Oct 13 13:13:37.421 INFO kablam! ... Oct 13 13:13:37.421 INFO kablam! 3657 | rt_alloc_layout_checked!(rt_pow2_512bytes_32align_alloc_layout_checked, 512, 32); Oct 13 13:13:37.421 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.421 INFO kablam! | Oct 13 13:13:37.421 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.421 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.421 INFO kablam! | Oct 13 13:13:37.421 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.421 INFO kablam! | Oct 13 13:13:37.421 INFO kablam! Oct 13 13:13:37.421 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.421 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.421 INFO kablam! | Oct 13 13:13:37.421 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.421 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.421 INFO kablam! ... Oct 13 13:13:37.421 INFO kablam! 3657 | rt_alloc_layout_checked!(rt_pow2_512bytes_32align_alloc_layout_checked, 512, 32); Oct 13 13:13:37.421 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.421 INFO kablam! | Oct 13 13:13:37.421 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.421 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.421 INFO kablam! | Oct 13 13:13:37.421 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.421 INFO kablam! | Oct 13 13:13:37.421 INFO kablam! Oct 13 13:13:37.421 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.421 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.421 INFO kablam! | Oct 13 13:13:37.421 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.422 INFO kablam! | ^^^^^ Oct 13 13:13:37.422 INFO kablam! ... Oct 13 13:13:37.422 INFO kablam! 3670 | rt_alloc_layout_checked!(rt_pow2_1024bytes_32align_alloc_layout_checked, 1024, 32); Oct 13 13:13:37.422 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.422 INFO kablam! | Oct 13 13:13:37.422 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.422 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.422 INFO kablam! | Oct 13 13:13:37.422 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.422 INFO kablam! | Oct 13 13:13:37.422 INFO kablam! Oct 13 13:13:37.422 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.422 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.422 INFO kablam! | Oct 13 13:13:37.422 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.422 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.422 INFO kablam! ... Oct 13 13:13:37.422 INFO kablam! 3670 | rt_alloc_layout_checked!(rt_pow2_1024bytes_32align_alloc_layout_checked, 1024, 32); Oct 13 13:13:37.422 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.422 INFO kablam! | Oct 13 13:13:37.422 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.422 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.422 INFO kablam! | Oct 13 13:13:37.422 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.422 INFO kablam! | Oct 13 13:13:37.422 INFO kablam! Oct 13 13:13:37.424 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.424 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.424 INFO kablam! | Oct 13 13:13:37.424 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.424 INFO kablam! | ^^^^^ Oct 13 13:13:37.424 INFO kablam! ... Oct 13 13:13:37.424 INFO kablam! 3683 | rt_alloc_layout_checked!(rt_pow2_2048bytes_32align_alloc_layout_checked, 2048, 32); Oct 13 13:13:37.424 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.424 INFO kablam! | Oct 13 13:13:37.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.424 INFO kablam! | Oct 13 13:13:37.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.424 INFO kablam! | Oct 13 13:13:37.424 INFO kablam! Oct 13 13:13:37.424 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.424 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.424 INFO kablam! | Oct 13 13:13:37.424 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.424 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.424 INFO kablam! ... Oct 13 13:13:37.424 INFO kablam! 3683 | rt_alloc_layout_checked!(rt_pow2_2048bytes_32align_alloc_layout_checked, 2048, 32); Oct 13 13:13:37.424 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.424 INFO kablam! | Oct 13 13:13:37.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.424 INFO kablam! | Oct 13 13:13:37.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.425 INFO kablam! | Oct 13 13:13:37.425 INFO kablam! Oct 13 13:13:37.428 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.428 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.428 INFO kablam! | Oct 13 13:13:37.428 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.428 INFO kablam! | ^^^^^ Oct 13 13:13:37.428 INFO kablam! ... Oct 13 13:13:37.428 INFO kablam! 3696 | rt_alloc_layout_checked!(rt_pow2_4096bytes_32align_alloc_layout_checked, 4096, 32); Oct 13 13:13:37.428 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.428 INFO kablam! | Oct 13 13:13:37.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.428 INFO kablam! | Oct 13 13:13:37.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.428 INFO kablam! | Oct 13 13:13:37.428 INFO kablam! Oct 13 13:13:37.428 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.429 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.429 INFO kablam! | Oct 13 13:13:37.429 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.429 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.429 INFO kablam! ... Oct 13 13:13:37.429 INFO kablam! 3696 | rt_alloc_layout_checked!(rt_pow2_4096bytes_32align_alloc_layout_checked, 4096, 32); Oct 13 13:13:37.429 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.429 INFO kablam! | Oct 13 13:13:37.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.429 INFO kablam! | Oct 13 13:13:37.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.429 INFO kablam! | Oct 13 13:13:37.429 INFO kablam! Oct 13 13:13:37.429 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.429 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.429 INFO kablam! | Oct 13 13:13:37.429 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.429 INFO kablam! | ^^^^^ Oct 13 13:13:37.429 INFO kablam! ... Oct 13 13:13:37.429 INFO kablam! 3709 | rt_alloc_layout_checked!(rt_pow2_8192bytes_32align_alloc_layout_checked, 8192, 32); Oct 13 13:13:37.429 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.429 INFO kablam! | Oct 13 13:13:37.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.429 INFO kablam! | Oct 13 13:13:37.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.429 INFO kablam! | Oct 13 13:13:37.429 INFO kablam! Oct 13 13:13:37.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.429 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.429 INFO kablam! | Oct 13 13:13:37.429 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.429 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.429 INFO kablam! ... Oct 13 13:13:37.429 INFO kablam! 3709 | rt_alloc_layout_checked!(rt_pow2_8192bytes_32align_alloc_layout_checked, 8192, 32); Oct 13 13:13:37.429 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.429 INFO kablam! | Oct 13 13:13:37.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.429 INFO kablam! | Oct 13 13:13:37.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.429 INFO kablam! | Oct 13 13:13:37.429 INFO kablam! Oct 13 13:13:37.432 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.432 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.432 INFO kablam! | Oct 13 13:13:37.432 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.432 INFO kablam! | ^^^^^ Oct 13 13:13:37.432 INFO kablam! ... Oct 13 13:13:37.432 INFO kablam! 3722 | rt_alloc_layout_checked!(rt_pow2_16384bytes_32align_alloc_layout_checked, 16384, 32); Oct 13 13:13:37.432 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.432 INFO kablam! | Oct 13 13:13:37.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.432 INFO kablam! | Oct 13 13:13:37.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.432 INFO kablam! | Oct 13 13:13:37.432 INFO kablam! Oct 13 13:13:37.432 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.432 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.432 INFO kablam! | Oct 13 13:13:37.432 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.432 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.432 INFO kablam! ... Oct 13 13:13:37.432 INFO kablam! 3722 | rt_alloc_layout_checked!(rt_pow2_16384bytes_32align_alloc_layout_checked, 16384, 32); Oct 13 13:13:37.432 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.432 INFO kablam! | Oct 13 13:13:37.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.433 INFO kablam! | Oct 13 13:13:37.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.433 INFO kablam! | Oct 13 13:13:37.433 INFO kablam! Oct 13 13:13:37.433 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.433 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.433 INFO kablam! | Oct 13 13:13:37.433 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.433 INFO kablam! | ^^^^^ Oct 13 13:13:37.433 INFO kablam! ... Oct 13 13:13:37.433 INFO kablam! 3735 | rt_alloc_layout_checked!(rt_pow2_32768bytes_32align_alloc_layout_checked, 32768, 32); Oct 13 13:13:37.433 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.433 INFO kablam! | Oct 13 13:13:37.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.433 INFO kablam! | Oct 13 13:13:37.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.433 INFO kablam! | Oct 13 13:13:37.433 INFO kablam! Oct 13 13:13:37.436 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.436 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.436 INFO kablam! | Oct 13 13:13:37.436 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.436 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.436 INFO kablam! ... Oct 13 13:13:37.436 INFO kablam! 3735 | rt_alloc_layout_checked!(rt_pow2_32768bytes_32align_alloc_layout_checked, 32768, 32); Oct 13 13:13:37.436 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.436 INFO kablam! | Oct 13 13:13:37.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.436 INFO kablam! | Oct 13 13:13:37.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.436 INFO kablam! | Oct 13 13:13:37.436 INFO kablam! Oct 13 13:13:37.436 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.436 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.436 INFO kablam! | Oct 13 13:13:37.437 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.437 INFO kablam! | ^^^^^ Oct 13 13:13:37.437 INFO kablam! ... Oct 13 13:13:37.437 INFO kablam! 3748 | rt_alloc_layout_checked!(rt_pow2_65536bytes_32align_alloc_layout_checked, 65536, 32); Oct 13 13:13:37.437 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.437 INFO kablam! | Oct 13 13:13:37.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.437 INFO kablam! | Oct 13 13:13:37.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.437 INFO kablam! | Oct 13 13:13:37.437 INFO kablam! Oct 13 13:13:37.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.437 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.437 INFO kablam! | Oct 13 13:13:37.437 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.437 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.437 INFO kablam! ... Oct 13 13:13:37.437 INFO kablam! 3748 | rt_alloc_layout_checked!(rt_pow2_65536bytes_32align_alloc_layout_checked, 65536, 32); Oct 13 13:13:37.437 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.437 INFO kablam! | Oct 13 13:13:37.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.437 INFO kablam! | Oct 13 13:13:37.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.437 INFO kablam! | Oct 13 13:13:37.437 INFO kablam! Oct 13 13:13:37.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.437 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.437 INFO kablam! | Oct 13 13:13:37.437 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.437 INFO kablam! | ^^^^^ Oct 13 13:13:37.437 INFO kablam! ... Oct 13 13:13:37.437 INFO kablam! 3761 | rt_alloc_layout_checked!(rt_pow2_131072bytes_32align_alloc_layout_checked, 131072, 32); Oct 13 13:13:37.437 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.437 INFO kablam! | Oct 13 13:13:37.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.437 INFO kablam! | Oct 13 13:13:37.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.437 INFO kablam! | Oct 13 13:13:37.437 INFO kablam! Oct 13 13:13:37.440 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.440 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.440 INFO kablam! | Oct 13 13:13:37.440 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.440 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.440 INFO kablam! ... Oct 13 13:13:37.440 INFO kablam! 3761 | rt_alloc_layout_checked!(rt_pow2_131072bytes_32align_alloc_layout_checked, 131072, 32); Oct 13 13:13:37.440 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.440 INFO kablam! | Oct 13 13:13:37.440 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.440 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.440 INFO kablam! | Oct 13 13:13:37.440 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.440 INFO kablam! | Oct 13 13:13:37.440 INFO kablam! Oct 13 13:13:37.440 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.440 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.440 INFO kablam! | Oct 13 13:13:37.440 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.440 INFO kablam! | ^^^^^ Oct 13 13:13:37.440 INFO kablam! ... Oct 13 13:13:37.440 INFO kablam! 3774 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_32align_alloc_layout_checked, 4194304, 32); Oct 13 13:13:37.440 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.440 INFO kablam! | Oct 13 13:13:37.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.441 INFO kablam! | Oct 13 13:13:37.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.441 INFO kablam! | Oct 13 13:13:37.441 INFO kablam! Oct 13 13:13:37.441 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.441 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.441 INFO kablam! | Oct 13 13:13:37.441 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.441 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.441 INFO kablam! ... Oct 13 13:13:37.441 INFO kablam! 3774 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_32align_alloc_layout_checked, 4194304, 32); Oct 13 13:13:37.441 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.441 INFO kablam! | Oct 13 13:13:37.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.441 INFO kablam! | Oct 13 13:13:37.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.441 INFO kablam! | Oct 13 13:13:37.441 INFO kablam! Oct 13 13:13:37.448 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.448 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.448 INFO kablam! | Oct 13 13:13:37.448 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.448 INFO kablam! | ^^^^^ Oct 13 13:13:37.448 INFO kablam! ... Oct 13 13:13:37.448 INFO kablam! 3788 | rt_alloc_layout_checked!(rt_even_10bytes_32align_alloc_layout_checked, 10, 32); Oct 13 13:13:37.448 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.448 INFO kablam! | Oct 13 13:13:37.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.448 INFO kablam! | Oct 13 13:13:37.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.448 INFO kablam! | Oct 13 13:13:37.449 INFO kablam! Oct 13 13:13:37.449 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.449 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.449 INFO kablam! | Oct 13 13:13:37.449 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.449 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.449 INFO kablam! ... Oct 13 13:13:37.449 INFO kablam! 3788 | rt_alloc_layout_checked!(rt_even_10bytes_32align_alloc_layout_checked, 10, 32); Oct 13 13:13:37.449 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.449 INFO kablam! | Oct 13 13:13:37.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.449 INFO kablam! | Oct 13 13:13:37.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.449 INFO kablam! | Oct 13 13:13:37.449 INFO kablam! Oct 13 13:13:37.449 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.449 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.449 INFO kablam! | Oct 13 13:13:37.449 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.449 INFO kablam! | ^^^^^ Oct 13 13:13:37.449 INFO kablam! ... Oct 13 13:13:37.449 INFO kablam! 3801 | rt_alloc_layout_checked!(rt_even_100bytes_32align_alloc_layout_checked, 100, 32); Oct 13 13:13:37.449 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.449 INFO kablam! | Oct 13 13:13:37.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.449 INFO kablam! | Oct 13 13:13:37.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.449 INFO kablam! | Oct 13 13:13:37.449 INFO kablam! Oct 13 13:13:37.449 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.449 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.449 INFO kablam! | Oct 13 13:13:37.449 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.449 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.449 INFO kablam! ... Oct 13 13:13:37.449 INFO kablam! 3801 | rt_alloc_layout_checked!(rt_even_100bytes_32align_alloc_layout_checked, 100, 32); Oct 13 13:13:37.449 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.449 INFO kablam! | Oct 13 13:13:37.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.449 INFO kablam! | Oct 13 13:13:37.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.449 INFO kablam! | Oct 13 13:13:37.449 INFO kablam! Oct 13 13:13:37.449 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.449 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.449 INFO kablam! | Oct 13 13:13:37.449 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.449 INFO kablam! | ^^^^^ Oct 13 13:13:37.449 INFO kablam! ... Oct 13 13:13:37.449 INFO kablam! 3814 | rt_alloc_layout_checked!(rt_even_1000bytes_32align_alloc_layout_checked, 1000, 32); Oct 13 13:13:37.449 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.449 INFO kablam! | Oct 13 13:13:37.450 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.450 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.450 INFO kablam! | Oct 13 13:13:37.450 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.450 INFO kablam! | Oct 13 13:13:37.450 INFO kablam! Oct 13 13:13:37.450 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.450 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.450 INFO kablam! | Oct 13 13:13:37.450 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.450 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.450 INFO kablam! ... Oct 13 13:13:37.450 INFO kablam! 3814 | rt_alloc_layout_checked!(rt_even_1000bytes_32align_alloc_layout_checked, 1000, 32); Oct 13 13:13:37.450 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.450 INFO kablam! | Oct 13 13:13:37.450 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.450 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.450 INFO kablam! | Oct 13 13:13:37.450 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.450 INFO kablam! | Oct 13 13:13:37.450 INFO kablam! Oct 13 13:13:37.452 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.452 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.452 INFO kablam! | Oct 13 13:13:37.452 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.452 INFO kablam! | ^^^^^ Oct 13 13:13:37.452 INFO kablam! ... Oct 13 13:13:37.452 INFO kablam! 3827 | rt_alloc_layout_checked!(rt_even_10000bytes_32align_alloc_layout_checked, 10000, 32); Oct 13 13:13:37.452 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.452 INFO kablam! | Oct 13 13:13:37.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.452 INFO kablam! | Oct 13 13:13:37.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.452 INFO kablam! | Oct 13 13:13:37.452 INFO kablam! Oct 13 13:13:37.452 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.452 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.452 INFO kablam! | Oct 13 13:13:37.452 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.452 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.452 INFO kablam! ... Oct 13 13:13:37.452 INFO kablam! 3827 | rt_alloc_layout_checked!(rt_even_10000bytes_32align_alloc_layout_checked, 10000, 32); Oct 13 13:13:37.452 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.452 INFO kablam! | Oct 13 13:13:37.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.452 INFO kablam! | Oct 13 13:13:37.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.452 INFO kablam! | Oct 13 13:13:37.452 INFO kablam! Oct 13 13:13:37.454 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.455 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.455 INFO kablam! | Oct 13 13:13:37.455 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.455 INFO kablam! | ^^^^^ Oct 13 13:13:37.455 INFO kablam! ... Oct 13 13:13:37.455 INFO kablam! 3840 | rt_alloc_layout_checked!(rt_even_100000bytes_32align_alloc_layout_checked, 100000, 32); Oct 13 13:13:37.455 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.455 INFO kablam! | Oct 13 13:13:37.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.455 INFO kablam! | Oct 13 13:13:37.455 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.455 INFO kablam! | Oct 13 13:13:37.455 INFO kablam! Oct 13 13:13:37.455 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.455 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.455 INFO kablam! | Oct 13 13:13:37.455 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.455 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.455 INFO kablam! ... Oct 13 13:13:37.455 INFO kablam! 3840 | rt_alloc_layout_checked!(rt_even_100000bytes_32align_alloc_layout_checked, 100000, 32); Oct 13 13:13:37.455 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.455 INFO kablam! | Oct 13 13:13:37.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.455 INFO kablam! | Oct 13 13:13:37.455 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.455 INFO kablam! | Oct 13 13:13:37.455 INFO kablam! Oct 13 13:13:37.459 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.459 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.459 INFO kablam! | Oct 13 13:13:37.459 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.459 INFO kablam! | ^^^^^ Oct 13 13:13:37.459 INFO kablam! ... Oct 13 13:13:37.459 INFO kablam! 3853 | rt_alloc_layout_checked!(rt_even_1000000bytes_32align_alloc_layout_checked, 1000000, 32); Oct 13 13:13:37.459 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.459 INFO kablam! | Oct 13 13:13:37.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.459 INFO kablam! | Oct 13 13:13:37.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.459 INFO kablam! | Oct 13 13:13:37.459 INFO kablam! Oct 13 13:13:37.459 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.459 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.459 INFO kablam! | Oct 13 13:13:37.459 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.459 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.459 INFO kablam! ... Oct 13 13:13:37.459 INFO kablam! 3853 | rt_alloc_layout_checked!(rt_even_1000000bytes_32align_alloc_layout_checked, 1000000, 32); Oct 13 13:13:37.459 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.459 INFO kablam! | Oct 13 13:13:37.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.459 INFO kablam! | Oct 13 13:13:37.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.459 INFO kablam! | Oct 13 13:13:37.459 INFO kablam! Oct 13 13:13:37.460 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.460 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.460 INFO kablam! | Oct 13 13:13:37.460 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.460 INFO kablam! | ^^^^^ Oct 13 13:13:37.460 INFO kablam! ... Oct 13 13:13:37.460 INFO kablam! 3867 | rt_alloc_layout_checked!(rt_odd_10bytes_32align_alloc_layout_checked, 10- 1, 32); Oct 13 13:13:37.460 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.460 INFO kablam! | Oct 13 13:13:37.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.460 INFO kablam! | Oct 13 13:13:37.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.460 INFO kablam! | Oct 13 13:13:37.460 INFO kablam! Oct 13 13:13:37.460 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.460 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.460 INFO kablam! | Oct 13 13:13:37.460 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.460 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.460 INFO kablam! ... Oct 13 13:13:37.460 INFO kablam! 3867 | rt_alloc_layout_checked!(rt_odd_10bytes_32align_alloc_layout_checked, 10- 1, 32); Oct 13 13:13:37.460 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.460 INFO kablam! | Oct 13 13:13:37.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.460 INFO kablam! | Oct 13 13:13:37.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.460 INFO kablam! | Oct 13 13:13:37.460 INFO kablam! Oct 13 13:13:37.460 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.460 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.460 INFO kablam! | Oct 13 13:13:37.460 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.460 INFO kablam! | ^^^^^ Oct 13 13:13:37.460 INFO kablam! ... Oct 13 13:13:37.460 INFO kablam! 3880 | rt_alloc_layout_checked!(rt_odd_100bytes_32align_alloc_layout_checked, 100- 1, 32); Oct 13 13:13:37.460 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.460 INFO kablam! | Oct 13 13:13:37.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.460 INFO kablam! | Oct 13 13:13:37.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.460 INFO kablam! | Oct 13 13:13:37.460 INFO kablam! Oct 13 13:13:37.463 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.463 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.463 INFO kablam! | Oct 13 13:13:37.463 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.463 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.463 INFO kablam! ... Oct 13 13:13:37.463 INFO kablam! 3880 | rt_alloc_layout_checked!(rt_odd_100bytes_32align_alloc_layout_checked, 100- 1, 32); Oct 13 13:13:37.463 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.463 INFO kablam! | Oct 13 13:13:37.463 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.463 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.463 INFO kablam! | Oct 13 13:13:37.463 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.463 INFO kablam! | Oct 13 13:13:37.463 INFO kablam! Oct 13 13:13:37.463 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.463 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.463 INFO kablam! | Oct 13 13:13:37.463 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.463 INFO kablam! | ^^^^^ Oct 13 13:13:37.463 INFO kablam! ... Oct 13 13:13:37.463 INFO kablam! 3893 | rt_alloc_layout_checked!(rt_odd_1000bytes_32align_alloc_layout_checked, 1000- 1, 32); Oct 13 13:13:37.463 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.463 INFO kablam! | Oct 13 13:13:37.463 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.463 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.463 INFO kablam! | Oct 13 13:13:37.463 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.463 INFO kablam! | Oct 13 13:13:37.464 INFO kablam! Oct 13 13:13:37.464 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.464 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.464 INFO kablam! | Oct 13 13:13:37.464 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.464 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.464 INFO kablam! ... Oct 13 13:13:37.464 INFO kablam! 3893 | rt_alloc_layout_checked!(rt_odd_1000bytes_32align_alloc_layout_checked, 1000- 1, 32); Oct 13 13:13:37.464 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.464 INFO kablam! | Oct 13 13:13:37.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.464 INFO kablam! | Oct 13 13:13:37.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.464 INFO kablam! | Oct 13 13:13:37.464 INFO kablam! Oct 13 13:13:37.466 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.466 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.466 INFO kablam! | Oct 13 13:13:37.466 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.466 INFO kablam! | ^^^^^ Oct 13 13:13:37.466 INFO kablam! ... Oct 13 13:13:37.466 INFO kablam! 3906 | rt_alloc_layout_checked!(rt_odd_10000bytes_32align_alloc_layout_checked, 10000- 1, 32); Oct 13 13:13:37.466 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.466 INFO kablam! | Oct 13 13:13:37.466 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.466 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.466 INFO kablam! | Oct 13 13:13:37.466 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.466 INFO kablam! | Oct 13 13:13:37.466 INFO kablam! Oct 13 13:13:37.466 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.466 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.466 INFO kablam! | Oct 13 13:13:37.466 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.466 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.466 INFO kablam! ... Oct 13 13:13:37.466 INFO kablam! 3906 | rt_alloc_layout_checked!(rt_odd_10000bytes_32align_alloc_layout_checked, 10000- 1, 32); Oct 13 13:13:37.466 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.466 INFO kablam! | Oct 13 13:13:37.466 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.466 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.466 INFO kablam! | Oct 13 13:13:37.466 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.466 INFO kablam! | Oct 13 13:13:37.466 INFO kablam! Oct 13 13:13:37.468 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.468 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.468 INFO kablam! | Oct 13 13:13:37.468 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.468 INFO kablam! | ^^^^^ Oct 13 13:13:37.468 INFO kablam! ... Oct 13 13:13:37.468 INFO kablam! 3919 | rt_alloc_layout_checked!(rt_odd_100000bytes_32align_alloc_layout_checked, 100000- 1, 32); Oct 13 13:13:37.468 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.468 INFO kablam! | Oct 13 13:13:37.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.469 INFO kablam! | Oct 13 13:13:37.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.469 INFO kablam! | Oct 13 13:13:37.469 INFO kablam! Oct 13 13:13:37.469 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.469 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.469 INFO kablam! | Oct 13 13:13:37.469 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.469 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.469 INFO kablam! ... Oct 13 13:13:37.469 INFO kablam! 3919 | rt_alloc_layout_checked!(rt_odd_100000bytes_32align_alloc_layout_checked, 100000- 1, 32); Oct 13 13:13:37.469 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.469 INFO kablam! | Oct 13 13:13:37.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.469 INFO kablam! | Oct 13 13:13:37.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.469 INFO kablam! | Oct 13 13:13:37.469 INFO kablam! Oct 13 13:13:37.469 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.469 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.469 INFO kablam! | Oct 13 13:13:37.469 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.469 INFO kablam! | ^^^^^ Oct 13 13:13:37.469 INFO kablam! ... Oct 13 13:13:37.469 INFO kablam! 3932 | rt_alloc_layout_checked!(rt_odd_1000000bytes_32align_alloc_layout_checked, 1000000- 1, 32); Oct 13 13:13:37.469 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.469 INFO kablam! | Oct 13 13:13:37.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.469 INFO kablam! | Oct 13 13:13:37.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.469 INFO kablam! | Oct 13 13:13:37.469 INFO kablam! Oct 13 13:13:37.471 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.471 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.471 INFO kablam! | Oct 13 13:13:37.471 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.471 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.471 INFO kablam! ... Oct 13 13:13:37.471 INFO kablam! 3932 | rt_alloc_layout_checked!(rt_odd_1000000bytes_32align_alloc_layout_checked, 1000000- 1, 32); Oct 13 13:13:37.471 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.471 INFO kablam! | Oct 13 13:13:37.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.471 INFO kablam! | Oct 13 13:13:37.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.472 INFO kablam! | Oct 13 13:13:37.472 INFO kablam! Oct 13 13:13:37.472 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.472 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.472 INFO kablam! | Oct 13 13:13:37.472 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.472 INFO kablam! | ^^^^^ Oct 13 13:13:37.472 INFO kablam! ... Oct 13 13:13:37.472 INFO kablam! 3946 | rt_alloc_layout_checked!(rt_primes_3bytes_32align_alloc_layout_checked, 3, 32); Oct 13 13:13:37.472 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.472 INFO kablam! | Oct 13 13:13:37.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.472 INFO kablam! | Oct 13 13:13:37.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.472 INFO kablam! | Oct 13 13:13:37.472 INFO kablam! Oct 13 13:13:37.472 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.472 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.472 INFO kablam! | Oct 13 13:13:37.472 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.472 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.472 INFO kablam! ... Oct 13 13:13:37.472 INFO kablam! 3946 | rt_alloc_layout_checked!(rt_primes_3bytes_32align_alloc_layout_checked, 3, 32); Oct 13 13:13:37.472 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.472 INFO kablam! | Oct 13 13:13:37.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.472 INFO kablam! | Oct 13 13:13:37.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.472 INFO kablam! | Oct 13 13:13:37.472 INFO kablam! Oct 13 13:13:37.478 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.478 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.478 INFO kablam! | Oct 13 13:13:37.478 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.478 INFO kablam! | ^^^^^ Oct 13 13:13:37.478 INFO kablam! ... Oct 13 13:13:37.478 INFO kablam! 3959 | rt_alloc_layout_checked!(rt_primes_7bytes_32align_alloc_layout_checked, 7, 32); Oct 13 13:13:37.478 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.478 INFO kablam! | Oct 13 13:13:37.478 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.478 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.478 INFO kablam! | Oct 13 13:13:37.478 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.478 INFO kablam! | Oct 13 13:13:37.478 INFO kablam! Oct 13 13:13:37.478 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.478 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.478 INFO kablam! | Oct 13 13:13:37.478 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.478 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.478 INFO kablam! ... Oct 13 13:13:37.478 INFO kablam! 3959 | rt_alloc_layout_checked!(rt_primes_7bytes_32align_alloc_layout_checked, 7, 32); Oct 13 13:13:37.478 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.478 INFO kablam! | Oct 13 13:13:37.478 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.478 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.478 INFO kablam! | Oct 13 13:13:37.478 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.478 INFO kablam! | Oct 13 13:13:37.478 INFO kablam! Oct 13 13:13:37.480 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.480 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.480 INFO kablam! | Oct 13 13:13:37.480 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.480 INFO kablam! | ^^^^^ Oct 13 13:13:37.480 INFO kablam! ... Oct 13 13:13:37.480 INFO kablam! 3972 | rt_alloc_layout_checked!(rt_primes_13bytes_32align_alloc_layout_checked, 13, 32); Oct 13 13:13:37.480 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.480 INFO kablam! | Oct 13 13:13:37.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.480 INFO kablam! | Oct 13 13:13:37.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.480 INFO kablam! | Oct 13 13:13:37.480 INFO kablam! Oct 13 13:13:37.480 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.480 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.480 INFO kablam! | Oct 13 13:13:37.480 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.480 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.480 INFO kablam! ... Oct 13 13:13:37.480 INFO kablam! 3972 | rt_alloc_layout_checked!(rt_primes_13bytes_32align_alloc_layout_checked, 13, 32); Oct 13 13:13:37.480 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.480 INFO kablam! | Oct 13 13:13:37.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.480 INFO kablam! | Oct 13 13:13:37.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.480 INFO kablam! | Oct 13 13:13:37.481 INFO kablam! Oct 13 13:13:37.482 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.482 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.482 INFO kablam! | Oct 13 13:13:37.482 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.482 INFO kablam! | ^^^^^ Oct 13 13:13:37.482 INFO kablam! ... Oct 13 13:13:37.482 INFO kablam! 3985 | rt_alloc_layout_checked!(rt_primes_17bytes_32align_alloc_layout_checked, 17, 32); Oct 13 13:13:37.482 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.482 INFO kablam! | Oct 13 13:13:37.482 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.482 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.482 INFO kablam! | Oct 13 13:13:37.482 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.482 INFO kablam! | Oct 13 13:13:37.482 INFO kablam! Oct 13 13:13:37.482 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.482 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.482 INFO kablam! | Oct 13 13:13:37.482 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.482 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.482 INFO kablam! ... Oct 13 13:13:37.482 INFO kablam! 3985 | rt_alloc_layout_checked!(rt_primes_17bytes_32align_alloc_layout_checked, 17, 32); Oct 13 13:13:37.482 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.482 INFO kablam! | Oct 13 13:13:37.482 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.482 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.482 INFO kablam! | Oct 13 13:13:37.482 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.482 INFO kablam! | Oct 13 13:13:37.482 INFO kablam! Oct 13 13:13:37.484 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.484 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.484 INFO kablam! | Oct 13 13:13:37.484 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.484 INFO kablam! | ^^^^^ Oct 13 13:13:37.484 INFO kablam! ... Oct 13 13:13:37.484 INFO kablam! 3998 | rt_alloc_layout_checked!(rt_primes_31bytes_32align_alloc_layout_checked, 31, 32); Oct 13 13:13:37.484 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.484 INFO kablam! | Oct 13 13:13:37.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.484 INFO kablam! | Oct 13 13:13:37.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.484 INFO kablam! | Oct 13 13:13:37.484 INFO kablam! Oct 13 13:13:37.484 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.484 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.484 INFO kablam! | Oct 13 13:13:37.485 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.485 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.485 INFO kablam! ... Oct 13 13:13:37.485 INFO kablam! 3998 | rt_alloc_layout_checked!(rt_primes_31bytes_32align_alloc_layout_checked, 31, 32); Oct 13 13:13:37.485 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.485 INFO kablam! | Oct 13 13:13:37.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.485 INFO kablam! | Oct 13 13:13:37.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.485 INFO kablam! | Oct 13 13:13:37.485 INFO kablam! Oct 13 13:13:37.487 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.487 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.487 INFO kablam! | Oct 13 13:13:37.487 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.487 INFO kablam! | ^^^^^ Oct 13 13:13:37.487 INFO kablam! ... Oct 13 13:13:37.487 INFO kablam! 4011 | rt_alloc_layout_checked!(rt_primes_61bytes_32align_alloc_layout_checked, 61, 32); Oct 13 13:13:37.487 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.487 INFO kablam! | Oct 13 13:13:37.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.487 INFO kablam! | Oct 13 13:13:37.487 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.487 INFO kablam! | Oct 13 13:13:37.487 INFO kablam! Oct 13 13:13:37.487 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.487 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.487 INFO kablam! | Oct 13 13:13:37.487 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.487 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.487 INFO kablam! ... Oct 13 13:13:37.487 INFO kablam! 4011 | rt_alloc_layout_checked!(rt_primes_61bytes_32align_alloc_layout_checked, 61, 32); Oct 13 13:13:37.487 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.487 INFO kablam! | Oct 13 13:13:37.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.487 INFO kablam! | Oct 13 13:13:37.487 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.487 INFO kablam! | Oct 13 13:13:37.487 INFO kablam! Oct 13 13:13:37.489 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.489 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.489 INFO kablam! | Oct 13 13:13:37.489 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.489 INFO kablam! | ^^^^^ Oct 13 13:13:37.489 INFO kablam! ... Oct 13 13:13:37.489 INFO kablam! 4024 | rt_alloc_layout_checked!(rt_primes_96bytes_32align_alloc_layout_checked, 96, 32); Oct 13 13:13:37.489 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.489 INFO kablam! | Oct 13 13:13:37.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.489 INFO kablam! | Oct 13 13:13:37.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.489 INFO kablam! | Oct 13 13:13:37.489 INFO kablam! Oct 13 13:13:37.489 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.489 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.489 INFO kablam! | Oct 13 13:13:37.489 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.489 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.489 INFO kablam! ... Oct 13 13:13:37.489 INFO kablam! 4024 | rt_alloc_layout_checked!(rt_primes_96bytes_32align_alloc_layout_checked, 96, 32); Oct 13 13:13:37.489 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.489 INFO kablam! | Oct 13 13:13:37.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.490 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.490 INFO kablam! | Oct 13 13:13:37.490 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.490 INFO kablam! | Oct 13 13:13:37.490 INFO kablam! Oct 13 13:13:37.492 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.492 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.492 INFO kablam! | Oct 13 13:13:37.492 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.492 INFO kablam! | ^^^^^ Oct 13 13:13:37.492 INFO kablam! ... Oct 13 13:13:37.492 INFO kablam! 4037 | rt_alloc_layout_checked!(rt_primes_127bytes_32align_alloc_layout_checked, 127, 32); Oct 13 13:13:37.492 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.492 INFO kablam! | Oct 13 13:13:37.492 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.492 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.492 INFO kablam! | Oct 13 13:13:37.492 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.492 INFO kablam! | Oct 13 13:13:37.492 INFO kablam! Oct 13 13:13:37.492 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.492 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.492 INFO kablam! | Oct 13 13:13:37.492 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.492 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.492 INFO kablam! ... Oct 13 13:13:37.492 INFO kablam! 4037 | rt_alloc_layout_checked!(rt_primes_127bytes_32align_alloc_layout_checked, 127, 32); Oct 13 13:13:37.492 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.492 INFO kablam! | Oct 13 13:13:37.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.493 INFO kablam! | Oct 13 13:13:37.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.493 INFO kablam! | Oct 13 13:13:37.493 INFO kablam! Oct 13 13:13:37.493 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.493 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.493 INFO kablam! | Oct 13 13:13:37.493 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.493 INFO kablam! | ^^^^^ Oct 13 13:13:37.493 INFO kablam! ... Oct 13 13:13:37.493 INFO kablam! 4050 | rt_alloc_layout_checked!(rt_primes_257bytes_32align_alloc_layout_checked, 257, 32); Oct 13 13:13:37.493 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.493 INFO kablam! | Oct 13 13:13:37.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.493 INFO kablam! | Oct 13 13:13:37.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.493 INFO kablam! | Oct 13 13:13:37.493 INFO kablam! Oct 13 13:13:37.493 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.493 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.493 INFO kablam! | Oct 13 13:13:37.493 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.493 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.493 INFO kablam! ... Oct 13 13:13:37.493 INFO kablam! 4050 | rt_alloc_layout_checked!(rt_primes_257bytes_32align_alloc_layout_checked, 257, 32); Oct 13 13:13:37.493 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.493 INFO kablam! | Oct 13 13:13:37.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.493 INFO kablam! | Oct 13 13:13:37.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.493 INFO kablam! | Oct 13 13:13:37.493 INFO kablam! Oct 13 13:13:37.496 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.496 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.496 INFO kablam! | Oct 13 13:13:37.496 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.496 INFO kablam! | ^^^^^ Oct 13 13:13:37.496 INFO kablam! ... Oct 13 13:13:37.496 INFO kablam! 4063 | rt_alloc_layout_checked!(rt_primes_509bytes_32align_alloc_layout_checked, 509, 32); Oct 13 13:13:37.496 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.496 INFO kablam! | Oct 13 13:13:37.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.496 INFO kablam! | Oct 13 13:13:37.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.496 INFO kablam! | Oct 13 13:13:37.496 INFO kablam! Oct 13 13:13:37.496 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.497 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.497 INFO kablam! | Oct 13 13:13:37.497 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.497 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.497 INFO kablam! ... Oct 13 13:13:37.497 INFO kablam! 4063 | rt_alloc_layout_checked!(rt_primes_509bytes_32align_alloc_layout_checked, 509, 32); Oct 13 13:13:37.497 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.497 INFO kablam! | Oct 13 13:13:37.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.497 INFO kablam! | Oct 13 13:13:37.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.497 INFO kablam! | Oct 13 13:13:37.497 INFO kablam! Oct 13 13:13:37.497 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.497 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.497 INFO kablam! | Oct 13 13:13:37.497 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.497 INFO kablam! | ^^^^^ Oct 13 13:13:37.497 INFO kablam! ... Oct 13 13:13:37.497 INFO kablam! 4076 | rt_alloc_layout_checked!(rt_primes_1021bytes_32align_alloc_layout_checked, 1021, 32); Oct 13 13:13:37.497 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.497 INFO kablam! | Oct 13 13:13:37.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.497 INFO kablam! | Oct 13 13:13:37.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.497 INFO kablam! | Oct 13 13:13:37.497 INFO kablam! Oct 13 13:13:37.498 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.498 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.499 INFO kablam! | Oct 13 13:13:37.499 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.499 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.499 INFO kablam! ... Oct 13 13:13:37.499 INFO kablam! 4076 | rt_alloc_layout_checked!(rt_primes_1021bytes_32align_alloc_layout_checked, 1021, 32); Oct 13 13:13:37.499 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.499 INFO kablam! | Oct 13 13:13:37.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.499 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.499 INFO kablam! | Oct 13 13:13:37.499 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.499 INFO kablam! | Oct 13 13:13:37.499 INFO kablam! Oct 13 13:13:37.499 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.499 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.499 INFO kablam! | Oct 13 13:13:37.499 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.499 INFO kablam! | ^^^^^ Oct 13 13:13:37.499 INFO kablam! ... Oct 13 13:13:37.499 INFO kablam! 4089 | rt_alloc_layout_checked!(rt_primes_2039bytes_32align_alloc_layout_checked, 2039, 32); Oct 13 13:13:37.499 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.499 INFO kablam! | Oct 13 13:13:37.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.499 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.499 INFO kablam! | Oct 13 13:13:37.499 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.499 INFO kablam! | Oct 13 13:13:37.499 INFO kablam! Oct 13 13:13:37.502 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.502 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.502 INFO kablam! | Oct 13 13:13:37.502 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.502 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.502 INFO kablam! ... Oct 13 13:13:37.502 INFO kablam! 4089 | rt_alloc_layout_checked!(rt_primes_2039bytes_32align_alloc_layout_checked, 2039, 32); Oct 13 13:13:37.502 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.502 INFO kablam! | Oct 13 13:13:37.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.502 INFO kablam! | Oct 13 13:13:37.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.502 INFO kablam! | Oct 13 13:13:37.502 INFO kablam! Oct 13 13:13:37.502 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.502 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.502 INFO kablam! | Oct 13 13:13:37.502 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.502 INFO kablam! | ^^^^^ Oct 13 13:13:37.502 INFO kablam! ... Oct 13 13:13:37.502 INFO kablam! 4102 | rt_alloc_layout_checked!(rt_primes_4093bytes_32align_alloc_layout_checked, 4093, 32); Oct 13 13:13:37.502 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.502 INFO kablam! | Oct 13 13:13:37.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.502 INFO kablam! | Oct 13 13:13:37.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.502 INFO kablam! | Oct 13 13:13:37.502 INFO kablam! Oct 13 13:13:37.502 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.502 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.502 INFO kablam! | Oct 13 13:13:37.502 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.502 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.502 INFO kablam! ... Oct 13 13:13:37.502 INFO kablam! 4102 | rt_alloc_layout_checked!(rt_primes_4093bytes_32align_alloc_layout_checked, 4093, 32); Oct 13 13:13:37.502 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.502 INFO kablam! | Oct 13 13:13:37.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.502 INFO kablam! | Oct 13 13:13:37.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.502 INFO kablam! | Oct 13 13:13:37.502 INFO kablam! Oct 13 13:13:37.504 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.504 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.504 INFO kablam! | Oct 13 13:13:37.504 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.504 INFO kablam! | ^^^^^ Oct 13 13:13:37.504 INFO kablam! ... Oct 13 13:13:37.504 INFO kablam! 4115 | rt_alloc_layout_checked!(rt_primes_8191bytes_32align_alloc_layout_checked, 8191, 32); Oct 13 13:13:37.504 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.504 INFO kablam! | Oct 13 13:13:37.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.504 INFO kablam! | Oct 13 13:13:37.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.504 INFO kablam! | Oct 13 13:13:37.504 INFO kablam! Oct 13 13:13:37.504 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.504 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.504 INFO kablam! | Oct 13 13:13:37.504 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.504 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.504 INFO kablam! ... Oct 13 13:13:37.504 INFO kablam! 4115 | rt_alloc_layout_checked!(rt_primes_8191bytes_32align_alloc_layout_checked, 8191, 32); Oct 13 13:13:37.504 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.504 INFO kablam! | Oct 13 13:13:37.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.504 INFO kablam! | Oct 13 13:13:37.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.504 INFO kablam! | Oct 13 13:13:37.504 INFO kablam! Oct 13 13:13:37.512 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.512 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.512 INFO kablam! | Oct 13 13:13:37.512 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.512 INFO kablam! | ^^^^^ Oct 13 13:13:37.512 INFO kablam! ... Oct 13 13:13:37.512 INFO kablam! 4128 | rt_alloc_layout_checked!(rt_primes_16381bytes_32align_alloc_layout_checked, 16381, 32); Oct 13 13:13:37.512 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.512 INFO kablam! | Oct 13 13:13:37.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.512 INFO kablam! | Oct 13 13:13:37.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.513 INFO kablam! | Oct 13 13:13:37.513 INFO kablam! Oct 13 13:13:37.513 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.513 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.513 INFO kablam! | Oct 13 13:13:37.513 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.513 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.513 INFO kablam! ... Oct 13 13:13:37.513 INFO kablam! 4128 | rt_alloc_layout_checked!(rt_primes_16381bytes_32align_alloc_layout_checked, 16381, 32); Oct 13 13:13:37.513 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.513 INFO kablam! | Oct 13 13:13:37.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.513 INFO kablam! | Oct 13 13:13:37.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.513 INFO kablam! | Oct 13 13:13:37.513 INFO kablam! Oct 13 13:13:37.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.513 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.513 INFO kablam! | Oct 13 13:13:37.513 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.513 INFO kablam! | ^^^^^ Oct 13 13:13:37.513 INFO kablam! ... Oct 13 13:13:37.513 INFO kablam! 4141 | rt_alloc_layout_checked!(rt_primes_32749bytes_32align_alloc_layout_checked, 32749, 32); Oct 13 13:13:37.513 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.513 INFO kablam! | Oct 13 13:13:37.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.513 INFO kablam! | Oct 13 13:13:37.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.513 INFO kablam! | Oct 13 13:13:37.513 INFO kablam! Oct 13 13:13:37.513 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.513 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.513 INFO kablam! | Oct 13 13:13:37.513 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.513 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.513 INFO kablam! ... Oct 13 13:13:37.513 INFO kablam! 4141 | rt_alloc_layout_checked!(rt_primes_32749bytes_32align_alloc_layout_checked, 32749, 32); Oct 13 13:13:37.513 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.513 INFO kablam! | Oct 13 13:13:37.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.513 INFO kablam! | Oct 13 13:13:37.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.513 INFO kablam! | Oct 13 13:13:37.513 INFO kablam! Oct 13 13:13:37.515 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.515 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.515 INFO kablam! | Oct 13 13:13:37.515 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.515 INFO kablam! | ^^^^^ Oct 13 13:13:37.515 INFO kablam! ... Oct 13 13:13:37.516 INFO kablam! 4154 | rt_alloc_layout_checked!(rt_primes_65537bytes_32align_alloc_layout_checked, 65537, 32); Oct 13 13:13:37.516 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.516 INFO kablam! | Oct 13 13:13:37.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.516 INFO kablam! | Oct 13 13:13:37.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.516 INFO kablam! | Oct 13 13:13:37.516 INFO kablam! Oct 13 13:13:37.516 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.516 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.516 INFO kablam! | Oct 13 13:13:37.516 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.516 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.516 INFO kablam! ... Oct 13 13:13:37.516 INFO kablam! 4154 | rt_alloc_layout_checked!(rt_primes_65537bytes_32align_alloc_layout_checked, 65537, 32); Oct 13 13:13:37.516 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.516 INFO kablam! | Oct 13 13:13:37.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.516 INFO kablam! | Oct 13 13:13:37.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.516 INFO kablam! | Oct 13 13:13:37.516 INFO kablam! Oct 13 13:13:37.516 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.516 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.516 INFO kablam! | Oct 13 13:13:37.516 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.516 INFO kablam! | ^^^^^ Oct 13 13:13:37.516 INFO kablam! ... Oct 13 13:13:37.516 INFO kablam! 4167 | rt_alloc_layout_checked!(rt_primes_131071bytes_32align_alloc_layout_checked, 131071, 32); Oct 13 13:13:37.516 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.516 INFO kablam! | Oct 13 13:13:37.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.516 INFO kablam! | Oct 13 13:13:37.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.516 INFO kablam! | Oct 13 13:13:37.516 INFO kablam! Oct 13 13:13:37.516 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.516 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.516 INFO kablam! | Oct 13 13:13:37.516 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.516 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.516 INFO kablam! ... Oct 13 13:13:37.516 INFO kablam! 4167 | rt_alloc_layout_checked!(rt_primes_131071bytes_32align_alloc_layout_checked, 131071, 32); Oct 13 13:13:37.516 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.516 INFO kablam! | Oct 13 13:13:37.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.516 INFO kablam! | Oct 13 13:13:37.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.516 INFO kablam! | Oct 13 13:13:37.516 INFO kablam! Oct 13 13:13:37.524 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.524 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:37.524 INFO kablam! | Oct 13 13:13:37.524 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.524 INFO kablam! | ^^^^^ Oct 13 13:13:37.524 INFO kablam! ... Oct 13 13:13:37.524 INFO kablam! 4180 | rt_alloc_layout_checked!(rt_primes_4194301bytes_32align_alloc_layout_checked, 4194301, 32); Oct 13 13:13:37.524 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.524 INFO kablam! | Oct 13 13:13:37.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.524 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.524 INFO kablam! | Oct 13 13:13:37.524 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.524 INFO kablam! | Oct 13 13:13:37.524 INFO kablam! Oct 13 13:13:37.532 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.532 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:37.532 INFO kablam! | Oct 13 13:13:37.532 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.532 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.532 INFO kablam! ... Oct 13 13:13:37.532 INFO kablam! 4180 | rt_alloc_layout_checked!(rt_primes_4194301bytes_32align_alloc_layout_checked, 4194301, 32); Oct 13 13:13:37.532 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.532 INFO kablam! | Oct 13 13:13:37.532 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.532 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.532 INFO kablam! | Oct 13 13:13:37.532 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.532 INFO kablam! | Oct 13 13:13:37.532 INFO kablam! Oct 13 13:13:37.532 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.532 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.532 INFO kablam! | Oct 13 13:13:37.532 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.532 INFO kablam! | ^^^^^ Oct 13 13:13:37.532 INFO kablam! ... Oct 13 13:13:37.532 INFO kablam! 261 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_1align_alloc_layout_unchecked, 1, 1); Oct 13 13:13:37.532 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.532 INFO kablam! | Oct 13 13:13:37.532 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.532 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.532 INFO kablam! | Oct 13 13:13:37.532 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.532 INFO kablam! | Oct 13 13:13:37.532 INFO kablam! Oct 13 13:13:37.532 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.532 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.532 INFO kablam! | Oct 13 13:13:37.532 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.532 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.532 INFO kablam! ... Oct 13 13:13:37.532 INFO kablam! 261 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_1align_alloc_layout_unchecked, 1, 1); Oct 13 13:13:37.532 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.532 INFO kablam! | Oct 13 13:13:37.532 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.532 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.532 INFO kablam! | Oct 13 13:13:37.532 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.532 INFO kablam! | Oct 13 13:13:37.532 INFO kablam! Oct 13 13:13:37.536 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.536 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.536 INFO kablam! | Oct 13 13:13:37.536 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.536 INFO kablam! | ^^^^^ Oct 13 13:13:37.536 INFO kablam! ... Oct 13 13:13:37.536 INFO kablam! 274 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_1align_alloc_layout_unchecked, 2, 1); Oct 13 13:13:37.536 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.536 INFO kablam! | Oct 13 13:13:37.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.536 INFO kablam! | Oct 13 13:13:37.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.537 INFO kablam! | Oct 13 13:13:37.537 INFO kablam! Oct 13 13:13:37.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.537 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.537 INFO kablam! | Oct 13 13:13:37.537 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.537 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.537 INFO kablam! ... Oct 13 13:13:37.537 INFO kablam! 274 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_1align_alloc_layout_unchecked, 2, 1); Oct 13 13:13:37.537 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.537 INFO kablam! | Oct 13 13:13:37.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.537 INFO kablam! | Oct 13 13:13:37.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.537 INFO kablam! | Oct 13 13:13:37.537 INFO kablam! Oct 13 13:13:37.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.537 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.537 INFO kablam! | Oct 13 13:13:37.537 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.537 INFO kablam! | ^^^^^ Oct 13 13:13:37.537 INFO kablam! ... Oct 13 13:13:37.537 INFO kablam! 287 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_1align_alloc_layout_unchecked, 4, 1); Oct 13 13:13:37.537 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.537 INFO kablam! | Oct 13 13:13:37.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.537 INFO kablam! | Oct 13 13:13:37.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.537 INFO kablam! | Oct 13 13:13:37.537 INFO kablam! Oct 13 13:13:37.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.537 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.537 INFO kablam! | Oct 13 13:13:37.537 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.537 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.537 INFO kablam! ... Oct 13 13:13:37.537 INFO kablam! 287 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_1align_alloc_layout_unchecked, 4, 1); Oct 13 13:13:37.537 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.537 INFO kablam! | Oct 13 13:13:37.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.537 INFO kablam! | Oct 13 13:13:37.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.537 INFO kablam! | Oct 13 13:13:37.537 INFO kablam! Oct 13 13:13:37.540 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.540 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.540 INFO kablam! | Oct 13 13:13:37.540 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.540 INFO kablam! | ^^^^^ Oct 13 13:13:37.540 INFO kablam! ... Oct 13 13:13:37.540 INFO kablam! 300 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_1align_alloc_layout_unchecked, 8, 1); Oct 13 13:13:37.540 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.541 INFO kablam! | Oct 13 13:13:37.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.541 INFO kablam! | Oct 13 13:13:37.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.541 INFO kablam! | Oct 13 13:13:37.541 INFO kablam! Oct 13 13:13:37.544 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.544 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.544 INFO kablam! | Oct 13 13:13:37.544 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.544 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.544 INFO kablam! ... Oct 13 13:13:37.544 INFO kablam! 300 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_1align_alloc_layout_unchecked, 8, 1); Oct 13 13:13:37.544 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.544 INFO kablam! | Oct 13 13:13:37.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.544 INFO kablam! | Oct 13 13:13:37.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.544 INFO kablam! | Oct 13 13:13:37.544 INFO kablam! Oct 13 13:13:37.544 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.544 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.545 INFO kablam! | Oct 13 13:13:37.545 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.545 INFO kablam! | ^^^^^ Oct 13 13:13:37.545 INFO kablam! ... Oct 13 13:13:37.545 INFO kablam! 313 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_1align_alloc_layout_unchecked, 16, 1); Oct 13 13:13:37.545 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.545 INFO kablam! | Oct 13 13:13:37.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.545 INFO kablam! | Oct 13 13:13:37.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.545 INFO kablam! | Oct 13 13:13:37.545 INFO kablam! Oct 13 13:13:37.545 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.545 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.545 INFO kablam! | Oct 13 13:13:37.545 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.545 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.545 INFO kablam! ... Oct 13 13:13:37.545 INFO kablam! 313 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_1align_alloc_layout_unchecked, 16, 1); Oct 13 13:13:37.545 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.545 INFO kablam! | Oct 13 13:13:37.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.545 INFO kablam! | Oct 13 13:13:37.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.545 INFO kablam! | Oct 13 13:13:37.545 INFO kablam! Oct 13 13:13:37.545 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.545 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.545 INFO kablam! | Oct 13 13:13:37.545 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.545 INFO kablam! | ^^^^^ Oct 13 13:13:37.545 INFO kablam! ... Oct 13 13:13:37.545 INFO kablam! 326 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_1align_alloc_layout_unchecked, 32, 1); Oct 13 13:13:37.545 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.545 INFO kablam! | Oct 13 13:13:37.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.545 INFO kablam! | Oct 13 13:13:37.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.545 INFO kablam! | Oct 13 13:13:37.545 INFO kablam! Oct 13 13:13:37.545 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.545 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.545 INFO kablam! | Oct 13 13:13:37.545 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.545 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.545 INFO kablam! ... Oct 13 13:13:37.545 INFO kablam! 326 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_1align_alloc_layout_unchecked, 32, 1); Oct 13 13:13:37.545 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.545 INFO kablam! | Oct 13 13:13:37.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.545 INFO kablam! | Oct 13 13:13:37.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.545 INFO kablam! | Oct 13 13:13:37.545 INFO kablam! Oct 13 13:13:37.552 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.552 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.552 INFO kablam! | Oct 13 13:13:37.552 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.552 INFO kablam! | ^^^^^ Oct 13 13:13:37.552 INFO kablam! ... Oct 13 13:13:37.552 INFO kablam! 339 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_1align_alloc_layout_unchecked, 64, 1); Oct 13 13:13:37.552 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.552 INFO kablam! | Oct 13 13:13:37.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.552 INFO kablam! | Oct 13 13:13:37.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.552 INFO kablam! | Oct 13 13:13:37.552 INFO kablam! Oct 13 13:13:37.553 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.553 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.553 INFO kablam! | Oct 13 13:13:37.553 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.553 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.553 INFO kablam! ... Oct 13 13:13:37.553 INFO kablam! 339 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_1align_alloc_layout_unchecked, 64, 1); Oct 13 13:13:37.553 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.553 INFO kablam! | Oct 13 13:13:37.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.553 INFO kablam! | Oct 13 13:13:37.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.553 INFO kablam! | Oct 13 13:13:37.553 INFO kablam! Oct 13 13:13:37.553 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.553 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.553 INFO kablam! | Oct 13 13:13:37.553 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.553 INFO kablam! | ^^^^^ Oct 13 13:13:37.553 INFO kablam! ... Oct 13 13:13:37.553 INFO kablam! 352 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_1align_alloc_layout_unchecked, 128, 1); Oct 13 13:13:37.553 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.553 INFO kablam! | Oct 13 13:13:37.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.553 INFO kablam! | Oct 13 13:13:37.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.553 INFO kablam! | Oct 13 13:13:37.553 INFO kablam! Oct 13 13:13:37.553 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.553 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.553 INFO kablam! | Oct 13 13:13:37.553 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.553 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.553 INFO kablam! ... Oct 13 13:13:37.553 INFO kablam! 352 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_1align_alloc_layout_unchecked, 128, 1); Oct 13 13:13:37.553 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.553 INFO kablam! | Oct 13 13:13:37.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.553 INFO kablam! | Oct 13 13:13:37.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.553 INFO kablam! | Oct 13 13:13:37.553 INFO kablam! Oct 13 13:13:37.564 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.564 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.564 INFO kablam! | Oct 13 13:13:37.564 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.564 INFO kablam! | ^^^^^ Oct 13 13:13:37.564 INFO kablam! ... Oct 13 13:13:37.564 INFO kablam! 365 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_1align_alloc_layout_unchecked, 256, 1); Oct 13 13:13:37.564 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.564 INFO kablam! | Oct 13 13:13:37.564 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.565 INFO kablam! | Oct 13 13:13:37.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.565 INFO kablam! | Oct 13 13:13:37.565 INFO kablam! Oct 13 13:13:37.565 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.565 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.565 INFO kablam! | Oct 13 13:13:37.565 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.565 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.565 INFO kablam! ... Oct 13 13:13:37.565 INFO kablam! 365 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_1align_alloc_layout_unchecked, 256, 1); Oct 13 13:13:37.565 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.565 INFO kablam! | Oct 13 13:13:37.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.565 INFO kablam! | Oct 13 13:13:37.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.565 INFO kablam! | Oct 13 13:13:37.565 INFO kablam! Oct 13 13:13:37.565 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.565 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.565 INFO kablam! | Oct 13 13:13:37.565 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.565 INFO kablam! | ^^^^^ Oct 13 13:13:37.565 INFO kablam! ... Oct 13 13:13:37.565 INFO kablam! 378 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_1align_alloc_layout_unchecked, 512, 1); Oct 13 13:13:37.565 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.565 INFO kablam! | Oct 13 13:13:37.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.565 INFO kablam! | Oct 13 13:13:37.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.565 INFO kablam! | Oct 13 13:13:37.565 INFO kablam! Oct 13 13:13:37.565 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.565 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.565 INFO kablam! | Oct 13 13:13:37.565 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.565 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.565 INFO kablam! ... Oct 13 13:13:37.565 INFO kablam! 378 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_1align_alloc_layout_unchecked, 512, 1); Oct 13 13:13:37.565 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.565 INFO kablam! | Oct 13 13:13:37.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.565 INFO kablam! | Oct 13 13:13:37.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.565 INFO kablam! | Oct 13 13:13:37.565 INFO kablam! Oct 13 13:13:37.565 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.565 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.565 INFO kablam! | Oct 13 13:13:37.565 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.565 INFO kablam! | ^^^^^ Oct 13 13:13:37.565 INFO kablam! ... Oct 13 13:13:37.565 INFO kablam! 391 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_1align_alloc_layout_unchecked, 1024, 1); Oct 13 13:13:37.565 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.565 INFO kablam! | Oct 13 13:13:37.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.565 INFO kablam! | Oct 13 13:13:37.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.565 INFO kablam! | Oct 13 13:13:37.566 INFO kablam! Oct 13 13:13:37.568 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.568 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.568 INFO kablam! | Oct 13 13:13:37.568 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.568 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.568 INFO kablam! ... Oct 13 13:13:37.568 INFO kablam! 391 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_1align_alloc_layout_unchecked, 1024, 1); Oct 13 13:13:37.568 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.568 INFO kablam! | Oct 13 13:13:37.568 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.568 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.568 INFO kablam! | Oct 13 13:13:37.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.568 INFO kablam! | Oct 13 13:13:37.568 INFO kablam! Oct 13 13:13:37.568 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.568 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.568 INFO kablam! | Oct 13 13:13:37.568 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.569 INFO kablam! | ^^^^^ Oct 13 13:13:37.569 INFO kablam! ... Oct 13 13:13:37.569 INFO kablam! 404 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_1align_alloc_layout_unchecked, 2048, 1); Oct 13 13:13:37.569 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.569 INFO kablam! | Oct 13 13:13:37.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.569 INFO kablam! | Oct 13 13:13:37.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.569 INFO kablam! | Oct 13 13:13:37.569 INFO kablam! Oct 13 13:13:37.569 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.569 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.569 INFO kablam! | Oct 13 13:13:37.569 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.569 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.569 INFO kablam! ... Oct 13 13:13:37.569 INFO kablam! 404 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_1align_alloc_layout_unchecked, 2048, 1); Oct 13 13:13:37.569 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.569 INFO kablam! | Oct 13 13:13:37.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.569 INFO kablam! | Oct 13 13:13:37.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.569 INFO kablam! | Oct 13 13:13:37.569 INFO kablam! Oct 13 13:13:37.572 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.572 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.572 INFO kablam! | Oct 13 13:13:37.572 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.572 INFO kablam! | ^^^^^ Oct 13 13:13:37.572 INFO kablam! ... Oct 13 13:13:37.572 INFO kablam! 417 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_1align_alloc_layout_unchecked, 4096, 1); Oct 13 13:13:37.572 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.572 INFO kablam! | Oct 13 13:13:37.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.572 INFO kablam! | Oct 13 13:13:37.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.572 INFO kablam! | Oct 13 13:13:37.573 INFO kablam! Oct 13 13:13:37.573 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.573 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.573 INFO kablam! | Oct 13 13:13:37.573 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.573 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.573 INFO kablam! ... Oct 13 13:13:37.573 INFO kablam! 417 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_1align_alloc_layout_unchecked, 4096, 1); Oct 13 13:13:37.573 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.573 INFO kablam! | Oct 13 13:13:37.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.573 INFO kablam! | Oct 13 13:13:37.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.573 INFO kablam! | Oct 13 13:13:37.573 INFO kablam! Oct 13 13:13:37.573 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.573 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.573 INFO kablam! | Oct 13 13:13:37.573 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.573 INFO kablam! | ^^^^^ Oct 13 13:13:37.573 INFO kablam! ... Oct 13 13:13:37.573 INFO kablam! 430 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_1align_alloc_layout_unchecked, 8192, 1); Oct 13 13:13:37.573 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.573 INFO kablam! | Oct 13 13:13:37.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.573 INFO kablam! | Oct 13 13:13:37.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.573 INFO kablam! | Oct 13 13:13:37.573 INFO kablam! Oct 13 13:13:37.573 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.573 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.573 INFO kablam! | Oct 13 13:13:37.573 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.573 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.573 INFO kablam! ... Oct 13 13:13:37.573 INFO kablam! 430 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_1align_alloc_layout_unchecked, 8192, 1); Oct 13 13:13:37.573 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.573 INFO kablam! | Oct 13 13:13:37.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.573 INFO kablam! | Oct 13 13:13:37.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.573 INFO kablam! | Oct 13 13:13:37.573 INFO kablam! Oct 13 13:13:37.573 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.573 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.573 INFO kablam! | Oct 13 13:13:37.573 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.573 INFO kablam! | ^^^^^ Oct 13 13:13:37.573 INFO kablam! ... Oct 13 13:13:37.573 INFO kablam! 443 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_1align_alloc_layout_unchecked, 16384, 1); Oct 13 13:13:37.573 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.573 INFO kablam! | Oct 13 13:13:37.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.573 INFO kablam! | Oct 13 13:13:37.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.574 INFO kablam! | Oct 13 13:13:37.574 INFO kablam! Oct 13 13:13:37.600 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.600 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.600 INFO kablam! | Oct 13 13:13:37.600 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.600 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.600 INFO kablam! ... Oct 13 13:13:37.600 INFO kablam! 443 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_1align_alloc_layout_unchecked, 16384, 1); Oct 13 13:13:37.600 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.600 INFO kablam! | Oct 13 13:13:37.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.600 INFO kablam! | Oct 13 13:13:37.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.600 INFO kablam! | Oct 13 13:13:37.600 INFO kablam! Oct 13 13:13:37.600 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.600 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.600 INFO kablam! | Oct 13 13:13:37.601 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.601 INFO kablam! | ^^^^^ Oct 13 13:13:37.601 INFO kablam! ... Oct 13 13:13:37.601 INFO kablam! 456 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_1align_alloc_layout_unchecked, 32768, 1); Oct 13 13:13:37.601 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.601 INFO kablam! | Oct 13 13:13:37.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.601 INFO kablam! | Oct 13 13:13:37.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.601 INFO kablam! | Oct 13 13:13:37.601 INFO kablam! Oct 13 13:13:37.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.601 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.601 INFO kablam! | Oct 13 13:13:37.601 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.601 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.601 INFO kablam! ... Oct 13 13:13:37.601 INFO kablam! 456 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_1align_alloc_layout_unchecked, 32768, 1); Oct 13 13:13:37.601 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.601 INFO kablam! | Oct 13 13:13:37.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.601 INFO kablam! | Oct 13 13:13:37.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.601 INFO kablam! | Oct 13 13:13:37.601 INFO kablam! Oct 13 13:13:37.601 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.601 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.601 INFO kablam! | Oct 13 13:13:37.601 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.601 INFO kablam! | ^^^^^ Oct 13 13:13:37.601 INFO kablam! ... Oct 13 13:13:37.601 INFO kablam! 469 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_1align_alloc_layout_unchecked, 65536, 1); Oct 13 13:13:37.601 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.601 INFO kablam! | Oct 13 13:13:37.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.601 INFO kablam! | Oct 13 13:13:37.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.601 INFO kablam! | Oct 13 13:13:37.601 INFO kablam! Oct 13 13:13:37.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.601 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.601 INFO kablam! | Oct 13 13:13:37.601 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.601 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.601 INFO kablam! ... Oct 13 13:13:37.601 INFO kablam! 469 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_1align_alloc_layout_unchecked, 65536, 1); Oct 13 13:13:37.601 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.601 INFO kablam! | Oct 13 13:13:37.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.601 INFO kablam! | Oct 13 13:13:37.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.601 INFO kablam! | Oct 13 13:13:37.601 INFO kablam! Oct 13 13:13:37.601 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.601 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.601 INFO kablam! | Oct 13 13:13:37.601 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.601 INFO kablam! | ^^^^^ Oct 13 13:13:37.601 INFO kablam! ... Oct 13 13:13:37.601 INFO kablam! 482 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_1align_alloc_layout_unchecked, 131072, 1); Oct 13 13:13:37.602 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.602 INFO kablam! | Oct 13 13:13:37.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.602 INFO kablam! | Oct 13 13:13:37.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.602 INFO kablam! | Oct 13 13:13:37.602 INFO kablam! Oct 13 13:13:37.602 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.602 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.602 INFO kablam! | Oct 13 13:13:37.602 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.602 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.602 INFO kablam! ... Oct 13 13:13:37.602 INFO kablam! 482 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_1align_alloc_layout_unchecked, 131072, 1); Oct 13 13:13:37.602 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.602 INFO kablam! | Oct 13 13:13:37.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.602 INFO kablam! | Oct 13 13:13:37.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.602 INFO kablam! | Oct 13 13:13:37.602 INFO kablam! Oct 13 13:13:37.602 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.602 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.602 INFO kablam! | Oct 13 13:13:37.602 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.602 INFO kablam! | ^^^^^ Oct 13 13:13:37.602 INFO kablam! ... Oct 13 13:13:37.602 INFO kablam! 495 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_1align_alloc_layout_unchecked, 4194304, 1); Oct 13 13:13:37.602 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.602 INFO kablam! | Oct 13 13:13:37.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.602 INFO kablam! | Oct 13 13:13:37.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.602 INFO kablam! | Oct 13 13:13:37.602 INFO kablam! Oct 13 13:13:37.602 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.602 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.602 INFO kablam! | Oct 13 13:13:37.602 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.602 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.602 INFO kablam! ... Oct 13 13:13:37.602 INFO kablam! 495 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_1align_alloc_layout_unchecked, 4194304, 1); Oct 13 13:13:37.602 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.602 INFO kablam! | Oct 13 13:13:37.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.602 INFO kablam! | Oct 13 13:13:37.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.602 INFO kablam! | Oct 13 13:13:37.602 INFO kablam! Oct 13 13:13:37.602 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.602 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.602 INFO kablam! | Oct 13 13:13:37.602 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.602 INFO kablam! | ^^^^^ Oct 13 13:13:37.602 INFO kablam! ... Oct 13 13:13:37.602 INFO kablam! 509 | rt_alloc_layout_unchecked!(rt_even_10bytes_1align_alloc_layout_unchecked, 10, 1); Oct 13 13:13:37.602 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.602 INFO kablam! | Oct 13 13:13:37.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.602 INFO kablam! | Oct 13 13:13:37.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.602 INFO kablam! | Oct 13 13:13:37.602 INFO kablam! Oct 13 13:13:37.602 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.602 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.603 INFO kablam! | Oct 13 13:13:37.603 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.603 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.603 INFO kablam! ... Oct 13 13:13:37.603 INFO kablam! 509 | rt_alloc_layout_unchecked!(rt_even_10bytes_1align_alloc_layout_unchecked, 10, 1); Oct 13 13:13:37.603 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.603 INFO kablam! | Oct 13 13:13:37.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.603 INFO kablam! | Oct 13 13:13:37.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.603 INFO kablam! | Oct 13 13:13:37.603 INFO kablam! Oct 13 13:13:37.603 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.603 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.603 INFO kablam! | Oct 13 13:13:37.603 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.603 INFO kablam! | ^^^^^ Oct 13 13:13:37.603 INFO kablam! ... Oct 13 13:13:37.603 INFO kablam! 522 | rt_alloc_layout_unchecked!(rt_even_100bytes_1align_alloc_layout_unchecked, 100, 1); Oct 13 13:13:37.603 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.603 INFO kablam! | Oct 13 13:13:37.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.603 INFO kablam! | Oct 13 13:13:37.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.603 INFO kablam! | Oct 13 13:13:37.603 INFO kablam! Oct 13 13:13:37.603 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.603 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.603 INFO kablam! | Oct 13 13:13:37.603 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.603 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.603 INFO kablam! ... Oct 13 13:13:37.603 INFO kablam! 522 | rt_alloc_layout_unchecked!(rt_even_100bytes_1align_alloc_layout_unchecked, 100, 1); Oct 13 13:13:37.603 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.603 INFO kablam! | Oct 13 13:13:37.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.603 INFO kablam! | Oct 13 13:13:37.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.603 INFO kablam! | Oct 13 13:13:37.603 INFO kablam! Oct 13 13:13:37.603 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.603 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.603 INFO kablam! | Oct 13 13:13:37.603 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.603 INFO kablam! | ^^^^^ Oct 13 13:13:37.603 INFO kablam! ... Oct 13 13:13:37.603 INFO kablam! 535 | rt_alloc_layout_unchecked!(rt_even_1000bytes_1align_alloc_layout_unchecked, 1000, 1); Oct 13 13:13:37.603 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.603 INFO kablam! | Oct 13 13:13:37.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.603 INFO kablam! | Oct 13 13:13:37.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.603 INFO kablam! | Oct 13 13:13:37.603 INFO kablam! Oct 13 13:13:37.603 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.603 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.604 INFO kablam! | Oct 13 13:13:37.604 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.604 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.604 INFO kablam! ... Oct 13 13:13:37.604 INFO kablam! 535 | rt_alloc_layout_unchecked!(rt_even_1000bytes_1align_alloc_layout_unchecked, 1000, 1); Oct 13 13:13:37.604 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.604 INFO kablam! | Oct 13 13:13:37.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.604 INFO kablam! | Oct 13 13:13:37.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.604 INFO kablam! | Oct 13 13:13:37.604 INFO kablam! Oct 13 13:13:37.604 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.604 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.604 INFO kablam! | Oct 13 13:13:37.604 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.604 INFO kablam! | ^^^^^ Oct 13 13:13:37.604 INFO kablam! ... Oct 13 13:13:37.604 INFO kablam! 548 | rt_alloc_layout_unchecked!(rt_even_10000bytes_1align_alloc_layout_unchecked, 10000, 1); Oct 13 13:13:37.604 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.604 INFO kablam! | Oct 13 13:13:37.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.604 INFO kablam! | Oct 13 13:13:37.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.604 INFO kablam! | Oct 13 13:13:37.604 INFO kablam! Oct 13 13:13:37.604 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.604 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.604 INFO kablam! | Oct 13 13:13:37.608 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.608 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.608 INFO kablam! ... Oct 13 13:13:37.608 INFO kablam! 548 | rt_alloc_layout_unchecked!(rt_even_10000bytes_1align_alloc_layout_unchecked, 10000, 1); Oct 13 13:13:37.608 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.608 INFO kablam! | Oct 13 13:13:37.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.608 INFO kablam! | Oct 13 13:13:37.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.608 INFO kablam! | Oct 13 13:13:37.608 INFO kablam! Oct 13 13:13:37.608 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.608 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.609 INFO kablam! | Oct 13 13:13:37.609 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.609 INFO kablam! | ^^^^^ Oct 13 13:13:37.609 INFO kablam! ... Oct 13 13:13:37.609 INFO kablam! 561 | rt_alloc_layout_unchecked!(rt_even_100000bytes_1align_alloc_layout_unchecked, 100000, 1); Oct 13 13:13:37.609 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.609 INFO kablam! | Oct 13 13:13:37.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.609 INFO kablam! | Oct 13 13:13:37.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.609 INFO kablam! | Oct 13 13:13:37.609 INFO kablam! Oct 13 13:13:37.609 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.609 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.609 INFO kablam! | Oct 13 13:13:37.609 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.609 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.609 INFO kablam! ... Oct 13 13:13:37.609 INFO kablam! 561 | rt_alloc_layout_unchecked!(rt_even_100000bytes_1align_alloc_layout_unchecked, 100000, 1); Oct 13 13:13:37.609 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.609 INFO kablam! | Oct 13 13:13:37.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.609 INFO kablam! | Oct 13 13:13:37.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.609 INFO kablam! | Oct 13 13:13:37.609 INFO kablam! Oct 13 13:13:37.609 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.609 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.609 INFO kablam! | Oct 13 13:13:37.609 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.609 INFO kablam! | ^^^^^ Oct 13 13:13:37.609 INFO kablam! ... Oct 13 13:13:37.609 INFO kablam! 574 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_1align_alloc_layout_unchecked, 1000000, 1); Oct 13 13:13:37.609 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.609 INFO kablam! | Oct 13 13:13:37.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.609 INFO kablam! | Oct 13 13:13:37.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.609 INFO kablam! | Oct 13 13:13:37.609 INFO kablam! Oct 13 13:13:37.609 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.609 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.609 INFO kablam! | Oct 13 13:13:37.609 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.609 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.609 INFO kablam! ... Oct 13 13:13:37.609 INFO kablam! 574 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_1align_alloc_layout_unchecked, 1000000, 1); Oct 13 13:13:37.609 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.609 INFO kablam! | Oct 13 13:13:37.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.610 INFO kablam! | Oct 13 13:13:37.610 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.610 INFO kablam! | Oct 13 13:13:37.610 INFO kablam! Oct 13 13:13:37.610 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.610 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.610 INFO kablam! | Oct 13 13:13:37.610 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.610 INFO kablam! | ^^^^^ Oct 13 13:13:37.610 INFO kablam! ... Oct 13 13:13:37.610 INFO kablam! 588 | rt_alloc_layout_unchecked!(rt_odd_10bytes_1align_alloc_layout_unchecked, 10- 1, 1); Oct 13 13:13:37.610 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.610 INFO kablam! | Oct 13 13:13:37.610 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.610 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.610 INFO kablam! | Oct 13 13:13:37.610 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.610 INFO kablam! | Oct 13 13:13:37.610 INFO kablam! Oct 13 13:13:37.610 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.610 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.610 INFO kablam! | Oct 13 13:13:37.610 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.610 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.610 INFO kablam! ... Oct 13 13:13:37.610 INFO kablam! 588 | rt_alloc_layout_unchecked!(rt_odd_10bytes_1align_alloc_layout_unchecked, 10- 1, 1); Oct 13 13:13:37.610 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.610 INFO kablam! | Oct 13 13:13:37.610 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.610 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.610 INFO kablam! | Oct 13 13:13:37.610 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.610 INFO kablam! | Oct 13 13:13:37.610 INFO kablam! Oct 13 13:13:37.616 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.616 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.616 INFO kablam! | Oct 13 13:13:37.616 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.616 INFO kablam! | ^^^^^ Oct 13 13:13:37.616 INFO kablam! ... Oct 13 13:13:37.616 INFO kablam! 601 | rt_alloc_layout_unchecked!(rt_odd_100bytes_1align_alloc_layout_unchecked, 100- 1, 1); Oct 13 13:13:37.616 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.616 INFO kablam! | Oct 13 13:13:37.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.616 INFO kablam! | Oct 13 13:13:37.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.616 INFO kablam! | Oct 13 13:13:37.616 INFO kablam! Oct 13 13:13:37.616 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.616 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.616 INFO kablam! | Oct 13 13:13:37.616 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.616 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.616 INFO kablam! ... Oct 13 13:13:37.616 INFO kablam! 601 | rt_alloc_layout_unchecked!(rt_odd_100bytes_1align_alloc_layout_unchecked, 100- 1, 1); Oct 13 13:13:37.616 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.616 INFO kablam! | Oct 13 13:13:37.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.616 INFO kablam! | Oct 13 13:13:37.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.616 INFO kablam! | Oct 13 13:13:37.616 INFO kablam! Oct 13 13:13:37.628 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.628 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.628 INFO kablam! | Oct 13 13:13:37.628 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.628 INFO kablam! | ^^^^^ Oct 13 13:13:37.628 INFO kablam! ... Oct 13 13:13:37.628 INFO kablam! 614 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_1align_alloc_layout_unchecked, 1000- 1, 1); Oct 13 13:13:37.628 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.628 INFO kablam! | Oct 13 13:13:37.628 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.629 INFO kablam! | Oct 13 13:13:37.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.629 INFO kablam! | Oct 13 13:13:37.629 INFO kablam! Oct 13 13:13:37.629 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.629 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.629 INFO kablam! | Oct 13 13:13:37.629 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.629 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.629 INFO kablam! ... Oct 13 13:13:37.629 INFO kablam! 614 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_1align_alloc_layout_unchecked, 1000- 1, 1); Oct 13 13:13:37.629 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.629 INFO kablam! | Oct 13 13:13:37.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.629 INFO kablam! | Oct 13 13:13:37.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.629 INFO kablam! | Oct 13 13:13:37.629 INFO kablam! Oct 13 13:13:37.629 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.629 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.629 INFO kablam! | Oct 13 13:13:37.629 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.629 INFO kablam! | ^^^^^ Oct 13 13:13:37.629 INFO kablam! ... Oct 13 13:13:37.629 INFO kablam! 627 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_1align_alloc_layout_unchecked, 10000- 1, 1); Oct 13 13:13:37.629 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.629 INFO kablam! | Oct 13 13:13:37.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.629 INFO kablam! | Oct 13 13:13:37.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.629 INFO kablam! | Oct 13 13:13:37.629 INFO kablam! Oct 13 13:13:37.629 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.629 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.629 INFO kablam! | Oct 13 13:13:37.629 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.629 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.629 INFO kablam! ... Oct 13 13:13:37.629 INFO kablam! 627 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_1align_alloc_layout_unchecked, 10000- 1, 1); Oct 13 13:13:37.629 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.629 INFO kablam! | Oct 13 13:13:37.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.629 INFO kablam! | Oct 13 13:13:37.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.629 INFO kablam! | Oct 13 13:13:37.629 INFO kablam! Oct 13 13:13:37.629 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.629 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.629 INFO kablam! | Oct 13 13:13:37.629 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.629 INFO kablam! | ^^^^^ Oct 13 13:13:37.629 INFO kablam! ... Oct 13 13:13:37.629 INFO kablam! 640 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_1align_alloc_layout_unchecked, 100000- 1, 1); Oct 13 13:13:37.629 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.629 INFO kablam! | Oct 13 13:13:37.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.629 INFO kablam! | Oct 13 13:13:37.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.629 INFO kablam! | Oct 13 13:13:37.629 INFO kablam! Oct 13 13:13:37.629 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.629 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.629 INFO kablam! | Oct 13 13:13:37.630 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.630 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.630 INFO kablam! ... Oct 13 13:13:37.630 INFO kablam! 640 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_1align_alloc_layout_unchecked, 100000- 1, 1); Oct 13 13:13:37.630 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.630 INFO kablam! | Oct 13 13:13:37.630 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.630 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.630 INFO kablam! | Oct 13 13:13:37.630 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.630 INFO kablam! | Oct 13 13:13:37.630 INFO kablam! Oct 13 13:13:37.630 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.630 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.630 INFO kablam! | Oct 13 13:13:37.630 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.630 INFO kablam! | ^^^^^ Oct 13 13:13:37.630 INFO kablam! ... Oct 13 13:13:37.630 INFO kablam! 653 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_1align_alloc_layout_unchecked, 1000000- 1, 1); Oct 13 13:13:37.630 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.630 INFO kablam! | Oct 13 13:13:37.630 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.630 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.630 INFO kablam! | Oct 13 13:13:37.630 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.630 INFO kablam! | Oct 13 13:13:37.630 INFO kablam! Oct 13 13:13:37.630 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.630 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.630 INFO kablam! | Oct 13 13:13:37.630 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.630 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.630 INFO kablam! ... Oct 13 13:13:37.630 INFO kablam! 653 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_1align_alloc_layout_unchecked, 1000000- 1, 1); Oct 13 13:13:37.630 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.630 INFO kablam! | Oct 13 13:13:37.630 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.630 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.630 INFO kablam! | Oct 13 13:13:37.630 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.630 INFO kablam! | Oct 13 13:13:37.630 INFO kablam! Oct 13 13:13:37.630 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.630 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.630 INFO kablam! | Oct 13 13:13:37.630 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.630 INFO kablam! | ^^^^^ Oct 13 13:13:37.630 INFO kablam! ... Oct 13 13:13:37.630 INFO kablam! 667 | rt_alloc_layout_unchecked!(rt_primes_3bytes_1align_alloc_layout_unchecked, 3, 1); Oct 13 13:13:37.630 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.630 INFO kablam! | Oct 13 13:13:37.630 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.630 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.630 INFO kablam! | Oct 13 13:13:37.630 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.630 INFO kablam! | Oct 13 13:13:37.630 INFO kablam! Oct 13 13:13:37.640 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.641 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.641 INFO kablam! | Oct 13 13:13:37.641 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.641 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.641 INFO kablam! ... Oct 13 13:13:37.641 INFO kablam! 667 | rt_alloc_layout_unchecked!(rt_primes_3bytes_1align_alloc_layout_unchecked, 3, 1); Oct 13 13:13:37.641 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.641 INFO kablam! | Oct 13 13:13:37.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.641 INFO kablam! | Oct 13 13:13:37.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.641 INFO kablam! | Oct 13 13:13:37.641 INFO kablam! Oct 13 13:13:37.641 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.641 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.641 INFO kablam! | Oct 13 13:13:37.641 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.641 INFO kablam! | ^^^^^ Oct 13 13:13:37.641 INFO kablam! ... Oct 13 13:13:37.641 INFO kablam! 680 | rt_alloc_layout_unchecked!(rt_primes_7bytes_1align_alloc_layout_unchecked, 7, 1); Oct 13 13:13:37.641 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.641 INFO kablam! | Oct 13 13:13:37.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.641 INFO kablam! | Oct 13 13:13:37.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.641 INFO kablam! | Oct 13 13:13:37.641 INFO kablam! Oct 13 13:13:37.641 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.641 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.641 INFO kablam! | Oct 13 13:13:37.641 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.641 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.641 INFO kablam! ... Oct 13 13:13:37.641 INFO kablam! 680 | rt_alloc_layout_unchecked!(rt_primes_7bytes_1align_alloc_layout_unchecked, 7, 1); Oct 13 13:13:37.641 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.641 INFO kablam! | Oct 13 13:13:37.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.641 INFO kablam! | Oct 13 13:13:37.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.641 INFO kablam! | Oct 13 13:13:37.641 INFO kablam! Oct 13 13:13:37.641 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.641 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.641 INFO kablam! | Oct 13 13:13:37.641 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.641 INFO kablam! | ^^^^^ Oct 13 13:13:37.641 INFO kablam! ... Oct 13 13:13:37.641 INFO kablam! 693 | rt_alloc_layout_unchecked!(rt_primes_13bytes_1align_alloc_layout_unchecked, 13, 1); Oct 13 13:13:37.641 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.641 INFO kablam! | Oct 13 13:13:37.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.641 INFO kablam! | Oct 13 13:13:37.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.641 INFO kablam! | Oct 13 13:13:37.641 INFO kablam! Oct 13 13:13:37.641 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.641 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.641 INFO kablam! | Oct 13 13:13:37.641 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.641 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.642 INFO kablam! ... Oct 13 13:13:37.642 INFO kablam! 693 | rt_alloc_layout_unchecked!(rt_primes_13bytes_1align_alloc_layout_unchecked, 13, 1); Oct 13 13:13:37.642 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.642 INFO kablam! | Oct 13 13:13:37.642 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.642 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.642 INFO kablam! | Oct 13 13:13:37.642 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.642 INFO kablam! | Oct 13 13:13:37.642 INFO kablam! Oct 13 13:13:37.642 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.642 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.642 INFO kablam! | Oct 13 13:13:37.642 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.642 INFO kablam! | ^^^^^ Oct 13 13:13:37.642 INFO kablam! ... Oct 13 13:13:37.642 INFO kablam! 706 | rt_alloc_layout_unchecked!(rt_primes_17bytes_1align_alloc_layout_unchecked, 17, 1); Oct 13 13:13:37.642 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.642 INFO kablam! | Oct 13 13:13:37.642 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.642 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.642 INFO kablam! | Oct 13 13:13:37.642 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.642 INFO kablam! | Oct 13 13:13:37.642 INFO kablam! Oct 13 13:13:37.642 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.642 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.642 INFO kablam! | Oct 13 13:13:37.642 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.642 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.642 INFO kablam! ... Oct 13 13:13:37.642 INFO kablam! 706 | rt_alloc_layout_unchecked!(rt_primes_17bytes_1align_alloc_layout_unchecked, 17, 1); Oct 13 13:13:37.642 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.642 INFO kablam! | Oct 13 13:13:37.642 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.642 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.642 INFO kablam! | Oct 13 13:13:37.642 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.642 INFO kablam! | Oct 13 13:13:37.642 INFO kablam! Oct 13 13:13:37.642 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.642 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.642 INFO kablam! | Oct 13 13:13:37.642 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.642 INFO kablam! | ^^^^^ Oct 13 13:13:37.642 INFO kablam! ... Oct 13 13:13:37.642 INFO kablam! 719 | rt_alloc_layout_unchecked!(rt_primes_31bytes_1align_alloc_layout_unchecked, 31, 1); Oct 13 13:13:37.642 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.642 INFO kablam! | Oct 13 13:13:37.642 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.642 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.642 INFO kablam! | Oct 13 13:13:37.642 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.642 INFO kablam! | Oct 13 13:13:37.642 INFO kablam! Oct 13 13:13:37.642 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.642 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.642 INFO kablam! | Oct 13 13:13:37.642 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.642 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.642 INFO kablam! ... Oct 13 13:13:37.642 INFO kablam! 719 | rt_alloc_layout_unchecked!(rt_primes_31bytes_1align_alloc_layout_unchecked, 31, 1); Oct 13 13:13:37.642 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.642 INFO kablam! | Oct 13 13:13:37.642 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.643 INFO kablam! | Oct 13 13:13:37.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.643 INFO kablam! | Oct 13 13:13:37.643 INFO kablam! Oct 13 13:13:37.643 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.643 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.643 INFO kablam! | Oct 13 13:13:37.643 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.643 INFO kablam! | ^^^^^ Oct 13 13:13:37.643 INFO kablam! ... Oct 13 13:13:37.643 INFO kablam! 732 | rt_alloc_layout_unchecked!(rt_primes_61bytes_1align_alloc_layout_unchecked, 61, 1); Oct 13 13:13:37.643 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.643 INFO kablam! | Oct 13 13:13:37.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.643 INFO kablam! | Oct 13 13:13:37.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.643 INFO kablam! | Oct 13 13:13:37.643 INFO kablam! Oct 13 13:13:37.643 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.643 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.643 INFO kablam! | Oct 13 13:13:37.643 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.643 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.643 INFO kablam! ... Oct 13 13:13:37.643 INFO kablam! 732 | rt_alloc_layout_unchecked!(rt_primes_61bytes_1align_alloc_layout_unchecked, 61, 1); Oct 13 13:13:37.643 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.643 INFO kablam! | Oct 13 13:13:37.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.643 INFO kablam! | Oct 13 13:13:37.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.643 INFO kablam! | Oct 13 13:13:37.643 INFO kablam! Oct 13 13:13:37.643 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.643 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.643 INFO kablam! | Oct 13 13:13:37.643 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.643 INFO kablam! | ^^^^^ Oct 13 13:13:37.643 INFO kablam! ... Oct 13 13:13:37.643 INFO kablam! 745 | rt_alloc_layout_unchecked!(rt_primes_96bytes_1align_alloc_layout_unchecked, 96, 1); Oct 13 13:13:37.643 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.643 INFO kablam! | Oct 13 13:13:37.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.643 INFO kablam! | Oct 13 13:13:37.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.643 INFO kablam! | Oct 13 13:13:37.643 INFO kablam! Oct 13 13:13:37.643 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.643 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.643 INFO kablam! | Oct 13 13:13:37.643 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.643 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.643 INFO kablam! ... Oct 13 13:13:37.643 INFO kablam! 745 | rt_alloc_layout_unchecked!(rt_primes_96bytes_1align_alloc_layout_unchecked, 96, 1); Oct 13 13:13:37.643 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.643 INFO kablam! | Oct 13 13:13:37.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.643 INFO kablam! | Oct 13 13:13:37.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.643 INFO kablam! | Oct 13 13:13:37.643 INFO kablam! Oct 13 13:13:37.648 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.649 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.649 INFO kablam! | Oct 13 13:13:37.649 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.649 INFO kablam! | ^^^^^ Oct 13 13:13:37.649 INFO kablam! ... Oct 13 13:13:37.649 INFO kablam! 758 | rt_alloc_layout_unchecked!(rt_primes_127bytes_1align_alloc_layout_unchecked, 127, 1); Oct 13 13:13:37.649 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.649 INFO kablam! | Oct 13 13:13:37.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.649 INFO kablam! | Oct 13 13:13:37.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.649 INFO kablam! | Oct 13 13:13:37.649 INFO kablam! Oct 13 13:13:37.649 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.649 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.649 INFO kablam! | Oct 13 13:13:37.649 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.649 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.649 INFO kablam! ... Oct 13 13:13:37.649 INFO kablam! 758 | rt_alloc_layout_unchecked!(rt_primes_127bytes_1align_alloc_layout_unchecked, 127, 1); Oct 13 13:13:37.649 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.649 INFO kablam! | Oct 13 13:13:37.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.649 INFO kablam! | Oct 13 13:13:37.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.649 INFO kablam! | Oct 13 13:13:37.649 INFO kablam! Oct 13 13:13:37.649 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.649 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.649 INFO kablam! | Oct 13 13:13:37.649 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.649 INFO kablam! | ^^^^^ Oct 13 13:13:37.649 INFO kablam! ... Oct 13 13:13:37.649 INFO kablam! 771 | rt_alloc_layout_unchecked!(rt_primes_257bytes_1align_alloc_layout_unchecked, 257, 1); Oct 13 13:13:37.649 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.649 INFO kablam! | Oct 13 13:13:37.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.649 INFO kablam! | Oct 13 13:13:37.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.649 INFO kablam! | Oct 13 13:13:37.649 INFO kablam! Oct 13 13:13:37.649 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.649 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.649 INFO kablam! | Oct 13 13:13:37.649 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.649 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.649 INFO kablam! ... Oct 13 13:13:37.649 INFO kablam! 771 | rt_alloc_layout_unchecked!(rt_primes_257bytes_1align_alloc_layout_unchecked, 257, 1); Oct 13 13:13:37.649 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.650 INFO kablam! | Oct 13 13:13:37.650 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.650 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.650 INFO kablam! | Oct 13 13:13:37.650 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.650 INFO kablam! | Oct 13 13:13:37.650 INFO kablam! Oct 13 13:13:37.650 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.650 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.650 INFO kablam! | Oct 13 13:13:37.650 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.650 INFO kablam! | ^^^^^ Oct 13 13:13:37.650 INFO kablam! ... Oct 13 13:13:37.650 INFO kablam! 784 | rt_alloc_layout_unchecked!(rt_primes_509bytes_1align_alloc_layout_unchecked, 509, 1); Oct 13 13:13:37.650 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.650 INFO kablam! | Oct 13 13:13:37.650 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.650 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.650 INFO kablam! | Oct 13 13:13:37.650 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.650 INFO kablam! | Oct 13 13:13:37.650 INFO kablam! Oct 13 13:13:37.650 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.650 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.650 INFO kablam! | Oct 13 13:13:37.650 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.650 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.650 INFO kablam! ... Oct 13 13:13:37.650 INFO kablam! 784 | rt_alloc_layout_unchecked!(rt_primes_509bytes_1align_alloc_layout_unchecked, 509, 1); Oct 13 13:13:37.650 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.650 INFO kablam! | Oct 13 13:13:37.650 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.650 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.650 INFO kablam! | Oct 13 13:13:37.650 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.650 INFO kablam! | Oct 13 13:13:37.650 INFO kablam! Oct 13 13:13:37.664 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.664 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.664 INFO kablam! | Oct 13 13:13:37.664 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.664 INFO kablam! | ^^^^^ Oct 13 13:13:37.664 INFO kablam! ... Oct 13 13:13:37.664 INFO kablam! 797 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_1align_alloc_layout_unchecked, 1021, 1); Oct 13 13:13:37.664 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.664 INFO kablam! | Oct 13 13:13:37.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.664 INFO kablam! | Oct 13 13:13:37.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.664 INFO kablam! | Oct 13 13:13:37.664 INFO kablam! Oct 13 13:13:37.664 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.664 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.664 INFO kablam! | Oct 13 13:13:37.664 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.664 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.664 INFO kablam! ... Oct 13 13:13:37.664 INFO kablam! 797 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_1align_alloc_layout_unchecked, 1021, 1); Oct 13 13:13:37.664 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.664 INFO kablam! | Oct 13 13:13:37.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.664 INFO kablam! | Oct 13 13:13:37.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.664 INFO kablam! | Oct 13 13:13:37.664 INFO kablam! Oct 13 13:13:37.664 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.664 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.664 INFO kablam! | Oct 13 13:13:37.664 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.664 INFO kablam! | ^^^^^ Oct 13 13:13:37.664 INFO kablam! ... Oct 13 13:13:37.664 INFO kablam! 810 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_1align_alloc_layout_unchecked, 2039, 1); Oct 13 13:13:37.664 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.664 INFO kablam! | Oct 13 13:13:37.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.664 INFO kablam! | Oct 13 13:13:37.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! Oct 13 13:13:37.665 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.665 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.665 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.665 INFO kablam! ... Oct 13 13:13:37.665 INFO kablam! 810 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_1align_alloc_layout_unchecked, 2039, 1); Oct 13 13:13:37.665 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! Oct 13 13:13:37.665 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.665 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.665 INFO kablam! | ^^^^^ Oct 13 13:13:37.665 INFO kablam! ... Oct 13 13:13:37.665 INFO kablam! 823 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_1align_alloc_layout_unchecked, 4093, 1); Oct 13 13:13:37.665 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! Oct 13 13:13:37.665 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.665 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.665 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.665 INFO kablam! ... Oct 13 13:13:37.665 INFO kablam! 823 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_1align_alloc_layout_unchecked, 4093, 1); Oct 13 13:13:37.665 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! Oct 13 13:13:37.665 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.665 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.665 INFO kablam! | ^^^^^ Oct 13 13:13:37.665 INFO kablam! ... Oct 13 13:13:37.665 INFO kablam! 836 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_1align_alloc_layout_unchecked, 8191, 1); Oct 13 13:13:37.665 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! Oct 13 13:13:37.665 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.665 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.665 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.665 INFO kablam! ... Oct 13 13:13:37.665 INFO kablam! 836 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_1align_alloc_layout_unchecked, 8191, 1); Oct 13 13:13:37.665 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! Oct 13 13:13:37.665 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.665 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.665 INFO kablam! | ^^^^^ Oct 13 13:13:37.665 INFO kablam! ... Oct 13 13:13:37.665 INFO kablam! 849 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_1align_alloc_layout_unchecked, 16381, 1); Oct 13 13:13:37.665 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.665 INFO kablam! | Oct 13 13:13:37.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.666 INFO kablam! | Oct 13 13:13:37.666 INFO kablam! Oct 13 13:13:37.666 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.666 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.666 INFO kablam! | Oct 13 13:13:37.666 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.666 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.666 INFO kablam! ... Oct 13 13:13:37.666 INFO kablam! 849 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_1align_alloc_layout_unchecked, 16381, 1); Oct 13 13:13:37.666 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.666 INFO kablam! | Oct 13 13:13:37.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.666 INFO kablam! | Oct 13 13:13:37.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.666 INFO kablam! | Oct 13 13:13:37.666 INFO kablam! Oct 13 13:13:37.672 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.672 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.672 INFO kablam! | Oct 13 13:13:37.672 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.672 INFO kablam! | ^^^^^ Oct 13 13:13:37.672 INFO kablam! ... Oct 13 13:13:37.672 INFO kablam! 862 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_1align_alloc_layout_unchecked, 32749, 1); Oct 13 13:13:37.672 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.672 INFO kablam! | Oct 13 13:13:37.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.672 INFO kablam! | Oct 13 13:13:37.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.672 INFO kablam! | Oct 13 13:13:37.672 INFO kablam! Oct 13 13:13:37.672 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.672 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.672 INFO kablam! | Oct 13 13:13:37.672 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.672 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.672 INFO kablam! ... Oct 13 13:13:37.672 INFO kablam! 862 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_1align_alloc_layout_unchecked, 32749, 1); Oct 13 13:13:37.672 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.672 INFO kablam! | Oct 13 13:13:37.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.672 INFO kablam! | Oct 13 13:13:37.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.672 INFO kablam! | Oct 13 13:13:37.672 INFO kablam! Oct 13 13:13:37.672 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.672 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.672 INFO kablam! | Oct 13 13:13:37.672 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.672 INFO kablam! | ^^^^^ Oct 13 13:13:37.672 INFO kablam! ... Oct 13 13:13:37.672 INFO kablam! 875 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_1align_alloc_layout_unchecked, 65537, 1); Oct 13 13:13:37.672 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.672 INFO kablam! | Oct 13 13:13:37.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.672 INFO kablam! | Oct 13 13:13:37.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.673 INFO kablam! | Oct 13 13:13:37.673 INFO kablam! Oct 13 13:13:37.673 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.673 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.673 INFO kablam! | Oct 13 13:13:37.673 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.673 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.673 INFO kablam! ... Oct 13 13:13:37.673 INFO kablam! 875 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_1align_alloc_layout_unchecked, 65537, 1); Oct 13 13:13:37.673 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.673 INFO kablam! | Oct 13 13:13:37.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.673 INFO kablam! | Oct 13 13:13:37.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.673 INFO kablam! | Oct 13 13:13:37.673 INFO kablam! Oct 13 13:13:37.673 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.673 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.673 INFO kablam! | Oct 13 13:13:37.673 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.673 INFO kablam! | ^^^^^ Oct 13 13:13:37.673 INFO kablam! ... Oct 13 13:13:37.673 INFO kablam! 888 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_1align_alloc_layout_unchecked, 131071, 1); Oct 13 13:13:37.673 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.673 INFO kablam! | Oct 13 13:13:37.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.673 INFO kablam! | Oct 13 13:13:37.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.673 INFO kablam! | Oct 13 13:13:37.673 INFO kablam! Oct 13 13:13:37.673 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.673 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.673 INFO kablam! | Oct 13 13:13:37.673 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.673 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.673 INFO kablam! ... Oct 13 13:13:37.673 INFO kablam! 888 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_1align_alloc_layout_unchecked, 131071, 1); Oct 13 13:13:37.673 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.673 INFO kablam! | Oct 13 13:13:37.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.673 INFO kablam! | Oct 13 13:13:37.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.673 INFO kablam! | Oct 13 13:13:37.673 INFO kablam! Oct 13 13:13:37.673 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.673 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.673 INFO kablam! | Oct 13 13:13:37.673 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.673 INFO kablam! | ^^^^^ Oct 13 13:13:37.673 INFO kablam! ... Oct 13 13:13:37.673 INFO kablam! 901 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_1align_alloc_layout_unchecked, 4194301, 1); Oct 13 13:13:37.673 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.673 INFO kablam! | Oct 13 13:13:37.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.673 INFO kablam! | Oct 13 13:13:37.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.673 INFO kablam! | Oct 13 13:13:37.673 INFO kablam! Oct 13 13:13:37.673 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.673 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.673 INFO kablam! | Oct 13 13:13:37.673 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.673 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.673 INFO kablam! ... Oct 13 13:13:37.673 INFO kablam! 901 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_1align_alloc_layout_unchecked, 4194301, 1); Oct 13 13:13:37.673 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.673 INFO kablam! | Oct 13 13:13:37.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.676 INFO kablam! | Oct 13 13:13:37.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.676 INFO kablam! | Oct 13 13:13:37.676 INFO kablam! Oct 13 13:13:37.676 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.676 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.676 INFO kablam! | Oct 13 13:13:37.676 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.676 INFO kablam! | ^^^^^ Oct 13 13:13:37.676 INFO kablam! ... Oct 13 13:13:37.676 INFO kablam! 917 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_2align_alloc_layout_unchecked, 1, 2); Oct 13 13:13:37.676 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.676 INFO kablam! | Oct 13 13:13:37.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.676 INFO kablam! | Oct 13 13:13:37.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.676 INFO kablam! | Oct 13 13:13:37.676 INFO kablam! Oct 13 13:13:37.676 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.676 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.676 INFO kablam! | Oct 13 13:13:37.676 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.676 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.676 INFO kablam! ... Oct 13 13:13:37.676 INFO kablam! 917 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_2align_alloc_layout_unchecked, 1, 2); Oct 13 13:13:37.676 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.676 INFO kablam! | Oct 13 13:13:37.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.676 INFO kablam! | Oct 13 13:13:37.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.676 INFO kablam! | Oct 13 13:13:37.676 INFO kablam! Oct 13 13:13:37.676 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.676 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.676 INFO kablam! | Oct 13 13:13:37.676 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.676 INFO kablam! | ^^^^^ Oct 13 13:13:37.676 INFO kablam! ... Oct 13 13:13:37.677 INFO kablam! 930 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_2align_alloc_layout_unchecked, 2, 2); Oct 13 13:13:37.677 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.677 INFO kablam! | Oct 13 13:13:37.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.677 INFO kablam! | Oct 13 13:13:37.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.677 INFO kablam! | Oct 13 13:13:37.677 INFO kablam! Oct 13 13:13:37.677 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.677 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.677 INFO kablam! | Oct 13 13:13:37.677 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.677 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.677 INFO kablam! ... Oct 13 13:13:37.677 INFO kablam! 930 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_2align_alloc_layout_unchecked, 2, 2); Oct 13 13:13:37.677 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.677 INFO kablam! | Oct 13 13:13:37.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.677 INFO kablam! | Oct 13 13:13:37.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.677 INFO kablam! | Oct 13 13:13:37.677 INFO kablam! Oct 13 13:13:37.677 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.677 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.677 INFO kablam! | Oct 13 13:13:37.677 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.677 INFO kablam! | ^^^^^ Oct 13 13:13:37.677 INFO kablam! ... Oct 13 13:13:37.677 INFO kablam! 943 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_2align_alloc_layout_unchecked, 4, 2); Oct 13 13:13:37.677 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.677 INFO kablam! | Oct 13 13:13:37.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.677 INFO kablam! | Oct 13 13:13:37.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.677 INFO kablam! | Oct 13 13:13:37.677 INFO kablam! Oct 13 13:13:37.677 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.677 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.677 INFO kablam! | Oct 13 13:13:37.677 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.677 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.677 INFO kablam! ... Oct 13 13:13:37.677 INFO kablam! 943 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_2align_alloc_layout_unchecked, 4, 2); Oct 13 13:13:37.677 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.677 INFO kablam! | Oct 13 13:13:37.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.677 INFO kablam! | Oct 13 13:13:37.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.677 INFO kablam! | Oct 13 13:13:37.677 INFO kablam! Oct 13 13:13:37.677 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.677 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.677 INFO kablam! | Oct 13 13:13:37.677 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.677 INFO kablam! | ^^^^^ Oct 13 13:13:37.677 INFO kablam! ... Oct 13 13:13:37.677 INFO kablam! 956 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_2align_alloc_layout_unchecked, 8, 2); Oct 13 13:13:37.677 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.677 INFO kablam! | Oct 13 13:13:37.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.677 INFO kablam! | Oct 13 13:13:37.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.677 INFO kablam! | Oct 13 13:13:37.677 INFO kablam! Oct 13 13:13:37.680 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.680 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.680 INFO kablam! | Oct 13 13:13:37.680 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.680 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.680 INFO kablam! ... Oct 13 13:13:37.680 INFO kablam! 956 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_2align_alloc_layout_unchecked, 8, 2); Oct 13 13:13:37.680 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.680 INFO kablam! | Oct 13 13:13:37.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.680 INFO kablam! | Oct 13 13:13:37.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.680 INFO kablam! | Oct 13 13:13:37.680 INFO kablam! Oct 13 13:13:37.685 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.685 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.685 INFO kablam! | Oct 13 13:13:37.686 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.686 INFO kablam! | ^^^^^ Oct 13 13:13:37.686 INFO kablam! ... Oct 13 13:13:37.686 INFO kablam! 969 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_2align_alloc_layout_unchecked, 16, 2); Oct 13 13:13:37.686 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.686 INFO kablam! | Oct 13 13:13:37.686 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.686 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.686 INFO kablam! | Oct 13 13:13:37.686 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.686 INFO kablam! | Oct 13 13:13:37.686 INFO kablam! Oct 13 13:13:37.686 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.686 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.686 INFO kablam! | Oct 13 13:13:37.686 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.686 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.686 INFO kablam! ... Oct 13 13:13:37.686 INFO kablam! 969 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_2align_alloc_layout_unchecked, 16, 2); Oct 13 13:13:37.686 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.686 INFO kablam! | Oct 13 13:13:37.686 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.686 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.686 INFO kablam! | Oct 13 13:13:37.686 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.686 INFO kablam! | Oct 13 13:13:37.686 INFO kablam! Oct 13 13:13:37.686 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.686 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.686 INFO kablam! | Oct 13 13:13:37.686 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.686 INFO kablam! | ^^^^^ Oct 13 13:13:37.686 INFO kablam! ... Oct 13 13:13:37.686 INFO kablam! 982 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_2align_alloc_layout_unchecked, 32, 2); Oct 13 13:13:37.686 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.686 INFO kablam! | Oct 13 13:13:37.686 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.686 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.686 INFO kablam! | Oct 13 13:13:37.686 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.686 INFO kablam! | Oct 13 13:13:37.686 INFO kablam! Oct 13 13:13:37.686 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.686 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.686 INFO kablam! | Oct 13 13:13:37.686 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.686 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.686 INFO kablam! ... Oct 13 13:13:37.686 INFO kablam! 982 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_2align_alloc_layout_unchecked, 32, 2); Oct 13 13:13:37.686 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.686 INFO kablam! | Oct 13 13:13:37.686 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.686 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.686 INFO kablam! | Oct 13 13:13:37.686 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.686 INFO kablam! | Oct 13 13:13:37.686 INFO kablam! Oct 13 13:13:37.696 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.696 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.696 INFO kablam! | Oct 13 13:13:37.696 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.696 INFO kablam! | ^^^^^ Oct 13 13:13:37.696 INFO kablam! ... Oct 13 13:13:37.696 INFO kablam! 995 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_2align_alloc_layout_unchecked, 64, 2); Oct 13 13:13:37.696 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.696 INFO kablam! | Oct 13 13:13:37.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.696 INFO kablam! | Oct 13 13:13:37.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.696 INFO kablam! | Oct 13 13:13:37.696 INFO kablam! Oct 13 13:13:37.696 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.696 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.696 INFO kablam! | Oct 13 13:13:37.696 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.696 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.697 INFO kablam! ... Oct 13 13:13:37.697 INFO kablam! 995 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_2align_alloc_layout_unchecked, 64, 2); Oct 13 13:13:37.697 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! Oct 13 13:13:37.697 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.697 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.697 INFO kablam! | ^^^^^ Oct 13 13:13:37.697 INFO kablam! ... Oct 13 13:13:37.697 INFO kablam! 1008 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_2align_alloc_layout_unchecked, 128, 2); Oct 13 13:13:37.697 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! Oct 13 13:13:37.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.697 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.697 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.697 INFO kablam! ... Oct 13 13:13:37.697 INFO kablam! 1008 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_2align_alloc_layout_unchecked, 128, 2); Oct 13 13:13:37.697 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! Oct 13 13:13:37.697 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.697 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.697 INFO kablam! | ^^^^^ Oct 13 13:13:37.697 INFO kablam! ... Oct 13 13:13:37.697 INFO kablam! 1021 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_2align_alloc_layout_unchecked, 256, 2); Oct 13 13:13:37.697 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! Oct 13 13:13:37.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.697 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.697 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.697 INFO kablam! ... Oct 13 13:13:37.697 INFO kablam! 1021 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_2align_alloc_layout_unchecked, 256, 2); Oct 13 13:13:37.697 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! Oct 13 13:13:37.697 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.697 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.697 INFO kablam! | ^^^^^ Oct 13 13:13:37.697 INFO kablam! ... Oct 13 13:13:37.697 INFO kablam! 1034 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_2align_alloc_layout_unchecked, 512, 2); Oct 13 13:13:37.697 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! Oct 13 13:13:37.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.697 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.697 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.697 INFO kablam! ... Oct 13 13:13:37.697 INFO kablam! 1034 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_2align_alloc_layout_unchecked, 512, 2); Oct 13 13:13:37.697 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.697 INFO kablam! | Oct 13 13:13:37.698 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.698 INFO kablam! | Oct 13 13:13:37.698 INFO kablam! Oct 13 13:13:37.698 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.698 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.698 INFO kablam! | Oct 13 13:13:37.698 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.698 INFO kablam! | ^^^^^ Oct 13 13:13:37.698 INFO kablam! ... Oct 13 13:13:37.698 INFO kablam! 1047 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_2align_alloc_layout_unchecked, 1024, 2); Oct 13 13:13:37.698 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.698 INFO kablam! | Oct 13 13:13:37.698 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.698 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.698 INFO kablam! | Oct 13 13:13:37.698 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.698 INFO kablam! | Oct 13 13:13:37.698 INFO kablam! Oct 13 13:13:37.698 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.698 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.698 INFO kablam! | Oct 13 13:13:37.698 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.698 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.698 INFO kablam! ... Oct 13 13:13:37.698 INFO kablam! 1047 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_2align_alloc_layout_unchecked, 1024, 2); Oct 13 13:13:37.698 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.698 INFO kablam! | Oct 13 13:13:37.698 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.698 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.698 INFO kablam! | Oct 13 13:13:37.698 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.698 INFO kablam! | Oct 13 13:13:37.698 INFO kablam! Oct 13 13:13:37.704 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.704 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.704 INFO kablam! | Oct 13 13:13:37.704 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.704 INFO kablam! | ^^^^^ Oct 13 13:13:37.704 INFO kablam! ... Oct 13 13:13:37.704 INFO kablam! 1060 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_2align_alloc_layout_unchecked, 2048, 2); Oct 13 13:13:37.704 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.704 INFO kablam! | Oct 13 13:13:37.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.704 INFO kablam! | Oct 13 13:13:37.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.704 INFO kablam! | Oct 13 13:13:37.704 INFO kablam! Oct 13 13:13:37.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.704 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.704 INFO kablam! | Oct 13 13:13:37.704 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.704 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.704 INFO kablam! ... Oct 13 13:13:37.704 INFO kablam! 1060 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_2align_alloc_layout_unchecked, 2048, 2); Oct 13 13:13:37.704 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.704 INFO kablam! | Oct 13 13:13:37.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.704 INFO kablam! | Oct 13 13:13:37.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.704 INFO kablam! | Oct 13 13:13:37.704 INFO kablam! Oct 13 13:13:37.704 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.704 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.704 INFO kablam! | Oct 13 13:13:37.704 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.704 INFO kablam! | ^^^^^ Oct 13 13:13:37.704 INFO kablam! ... Oct 13 13:13:37.704 INFO kablam! 1073 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_2align_alloc_layout_unchecked, 4096, 2); Oct 13 13:13:37.704 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.704 INFO kablam! | Oct 13 13:13:37.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.705 INFO kablam! | Oct 13 13:13:37.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.705 INFO kablam! | Oct 13 13:13:37.705 INFO kablam! Oct 13 13:13:37.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.705 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.705 INFO kablam! | Oct 13 13:13:37.705 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.705 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.705 INFO kablam! ... Oct 13 13:13:37.705 INFO kablam! 1073 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_2align_alloc_layout_unchecked, 4096, 2); Oct 13 13:13:37.705 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.705 INFO kablam! | Oct 13 13:13:37.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.705 INFO kablam! | Oct 13 13:13:37.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.705 INFO kablam! | Oct 13 13:13:37.705 INFO kablam! Oct 13 13:13:37.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.705 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.705 INFO kablam! | Oct 13 13:13:37.705 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.705 INFO kablam! | ^^^^^ Oct 13 13:13:37.705 INFO kablam! ... Oct 13 13:13:37.705 INFO kablam! 1086 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_2align_alloc_layout_unchecked, 8192, 2); Oct 13 13:13:37.705 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.705 INFO kablam! | Oct 13 13:13:37.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.705 INFO kablam! | Oct 13 13:13:37.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.705 INFO kablam! | Oct 13 13:13:37.705 INFO kablam! Oct 13 13:13:37.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.705 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.705 INFO kablam! | Oct 13 13:13:37.705 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.705 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.705 INFO kablam! ... Oct 13 13:13:37.705 INFO kablam! 1086 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_2align_alloc_layout_unchecked, 8192, 2); Oct 13 13:13:37.705 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.705 INFO kablam! | Oct 13 13:13:37.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.705 INFO kablam! | Oct 13 13:13:37.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.705 INFO kablam! | Oct 13 13:13:37.705 INFO kablam! Oct 13 13:13:37.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.705 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.705 INFO kablam! | Oct 13 13:13:37.705 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.705 INFO kablam! | ^^^^^ Oct 13 13:13:37.705 INFO kablam! ... Oct 13 13:13:37.705 INFO kablam! 1099 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_2align_alloc_layout_unchecked, 16384, 2); Oct 13 13:13:37.705 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.705 INFO kablam! | Oct 13 13:13:37.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.705 INFO kablam! | Oct 13 13:13:37.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.705 INFO kablam! | Oct 13 13:13:37.705 INFO kablam! Oct 13 13:13:37.712 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.712 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.712 INFO kablam! | Oct 13 13:13:37.712 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.712 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.712 INFO kablam! ... Oct 13 13:13:37.713 INFO kablam! 1099 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_2align_alloc_layout_unchecked, 16384, 2); Oct 13 13:13:37.713 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! Oct 13 13:13:37.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.713 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.713 INFO kablam! | ^^^^^ Oct 13 13:13:37.713 INFO kablam! ... Oct 13 13:13:37.713 INFO kablam! 1112 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_2align_alloc_layout_unchecked, 32768, 2); Oct 13 13:13:37.713 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! Oct 13 13:13:37.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.713 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.713 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.713 INFO kablam! ... Oct 13 13:13:37.713 INFO kablam! 1112 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_2align_alloc_layout_unchecked, 32768, 2); Oct 13 13:13:37.713 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! Oct 13 13:13:37.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.713 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.713 INFO kablam! | ^^^^^ Oct 13 13:13:37.713 INFO kablam! ... Oct 13 13:13:37.713 INFO kablam! 1125 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_2align_alloc_layout_unchecked, 65536, 2); Oct 13 13:13:37.713 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! Oct 13 13:13:37.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.713 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.713 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.713 INFO kablam! ... Oct 13 13:13:37.713 INFO kablam! 1125 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_2align_alloc_layout_unchecked, 65536, 2); Oct 13 13:13:37.713 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! Oct 13 13:13:37.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.713 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.713 INFO kablam! | ^^^^^ Oct 13 13:13:37.713 INFO kablam! ... Oct 13 13:13:37.713 INFO kablam! 1138 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_2align_alloc_layout_unchecked, 131072, 2); Oct 13 13:13:37.713 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! Oct 13 13:13:37.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.713 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.713 INFO kablam! | Oct 13 13:13:37.713 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.714 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.714 INFO kablam! ... Oct 13 13:13:37.714 INFO kablam! 1138 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_2align_alloc_layout_unchecked, 131072, 2); Oct 13 13:13:37.714 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.714 INFO kablam! | Oct 13 13:13:37.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.714 INFO kablam! | Oct 13 13:13:37.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.714 INFO kablam! | Oct 13 13:13:37.714 INFO kablam! Oct 13 13:13:37.714 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.714 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.714 INFO kablam! | Oct 13 13:13:37.714 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.714 INFO kablam! | ^^^^^ Oct 13 13:13:37.714 INFO kablam! ... Oct 13 13:13:37.714 INFO kablam! 1151 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_2align_alloc_layout_unchecked, 4194304, 2); Oct 13 13:13:37.714 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.714 INFO kablam! | Oct 13 13:13:37.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.714 INFO kablam! | Oct 13 13:13:37.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.714 INFO kablam! | Oct 13 13:13:37.714 INFO kablam! Oct 13 13:13:37.714 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.714 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.714 INFO kablam! | Oct 13 13:13:37.714 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.714 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.714 INFO kablam! ... Oct 13 13:13:37.714 INFO kablam! 1151 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_2align_alloc_layout_unchecked, 4194304, 2); Oct 13 13:13:37.714 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.720 INFO kablam! | Oct 13 13:13:37.720 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.720 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.720 INFO kablam! | Oct 13 13:13:37.720 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.720 INFO kablam! | Oct 13 13:13:37.720 INFO kablam! Oct 13 13:13:37.720 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.720 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.720 INFO kablam! | Oct 13 13:13:37.720 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.720 INFO kablam! | ^^^^^ Oct 13 13:13:37.720 INFO kablam! ... Oct 13 13:13:37.720 INFO kablam! 1165 | rt_alloc_layout_unchecked!(rt_even_10bytes_2align_alloc_layout_unchecked, 10, 2); Oct 13 13:13:37.720 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.720 INFO kablam! | Oct 13 13:13:37.720 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.720 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.720 INFO kablam! | Oct 13 13:13:37.720 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.720 INFO kablam! | Oct 13 13:13:37.720 INFO kablam! Oct 13 13:13:37.720 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.720 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.720 INFO kablam! | Oct 13 13:13:37.720 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.720 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.720 INFO kablam! ... Oct 13 13:13:37.720 INFO kablam! 1165 | rt_alloc_layout_unchecked!(rt_even_10bytes_2align_alloc_layout_unchecked, 10, 2); Oct 13 13:13:37.720 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.720 INFO kablam! | Oct 13 13:13:37.720 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.720 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.720 INFO kablam! | Oct 13 13:13:37.720 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.720 INFO kablam! | Oct 13 13:13:37.720 INFO kablam! Oct 13 13:13:37.720 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.720 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.720 INFO kablam! | Oct 13 13:13:37.720 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.720 INFO kablam! | ^^^^^ Oct 13 13:13:37.720 INFO kablam! ... Oct 13 13:13:37.720 INFO kablam! 1178 | rt_alloc_layout_unchecked!(rt_even_100bytes_2align_alloc_layout_unchecked, 100, 2); Oct 13 13:13:37.721 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.721 INFO kablam! | Oct 13 13:13:37.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.721 INFO kablam! | Oct 13 13:13:37.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.721 INFO kablam! | Oct 13 13:13:37.721 INFO kablam! Oct 13 13:13:37.728 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.728 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.728 INFO kablam! | Oct 13 13:13:37.728 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.728 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.728 INFO kablam! ... Oct 13 13:13:37.728 INFO kablam! 1178 | rt_alloc_layout_unchecked!(rt_even_100bytes_2align_alloc_layout_unchecked, 100, 2); Oct 13 13:13:37.728 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.728 INFO kablam! | Oct 13 13:13:37.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.728 INFO kablam! | Oct 13 13:13:37.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.728 INFO kablam! | Oct 13 13:13:37.728 INFO kablam! Oct 13 13:13:37.728 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.728 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.728 INFO kablam! | Oct 13 13:13:37.728 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.728 INFO kablam! | ^^^^^ Oct 13 13:13:37.728 INFO kablam! ... Oct 13 13:13:37.728 INFO kablam! 1191 | rt_alloc_layout_unchecked!(rt_even_1000bytes_2align_alloc_layout_unchecked, 1000, 2); Oct 13 13:13:37.728 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.728 INFO kablam! | Oct 13 13:13:37.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.728 INFO kablam! | Oct 13 13:13:37.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.728 INFO kablam! | Oct 13 13:13:37.728 INFO kablam! Oct 13 13:13:37.728 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.728 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.728 INFO kablam! | Oct 13 13:13:37.728 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.728 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.728 INFO kablam! ... Oct 13 13:13:37.728 INFO kablam! 1191 | rt_alloc_layout_unchecked!(rt_even_1000bytes_2align_alloc_layout_unchecked, 1000, 2); Oct 13 13:13:37.728 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.728 INFO kablam! | Oct 13 13:13:37.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.728 INFO kablam! | Oct 13 13:13:37.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! Oct 13 13:13:37.729 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.729 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.729 INFO kablam! | ^^^^^ Oct 13 13:13:37.729 INFO kablam! ... Oct 13 13:13:37.729 INFO kablam! 1204 | rt_alloc_layout_unchecked!(rt_even_10000bytes_2align_alloc_layout_unchecked, 10000, 2); Oct 13 13:13:37.729 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! Oct 13 13:13:37.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.729 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.729 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.729 INFO kablam! ... Oct 13 13:13:37.729 INFO kablam! 1204 | rt_alloc_layout_unchecked!(rt_even_10000bytes_2align_alloc_layout_unchecked, 10000, 2); Oct 13 13:13:37.729 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! Oct 13 13:13:37.729 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.729 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.729 INFO kablam! | ^^^^^ Oct 13 13:13:37.729 INFO kablam! ... Oct 13 13:13:37.729 INFO kablam! 1217 | rt_alloc_layout_unchecked!(rt_even_100000bytes_2align_alloc_layout_unchecked, 100000, 2); Oct 13 13:13:37.729 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! Oct 13 13:13:37.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.729 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.729 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.729 INFO kablam! ... Oct 13 13:13:37.729 INFO kablam! 1217 | rt_alloc_layout_unchecked!(rt_even_100000bytes_2align_alloc_layout_unchecked, 100000, 2); Oct 13 13:13:37.729 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! Oct 13 13:13:37.729 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.729 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.729 INFO kablam! | ^^^^^ Oct 13 13:13:37.729 INFO kablam! ... Oct 13 13:13:37.729 INFO kablam! 1230 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_2align_alloc_layout_unchecked, 1000000, 2); Oct 13 13:13:37.729 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! Oct 13 13:13:37.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.729 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.729 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.729 INFO kablam! ... Oct 13 13:13:37.729 INFO kablam! 1230 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_2align_alloc_layout_unchecked, 1000000, 2); Oct 13 13:13:37.729 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.729 INFO kablam! | Oct 13 13:13:37.729 INFO kablam! Oct 13 13:13:37.729 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.729 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.730 INFO kablam! | Oct 13 13:13:37.730 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.730 INFO kablam! | ^^^^^ Oct 13 13:13:37.730 INFO kablam! ... Oct 13 13:13:37.730 INFO kablam! 1244 | rt_alloc_layout_unchecked!(rt_odd_10bytes_2align_alloc_layout_unchecked, 10- 1, 2); Oct 13 13:13:37.730 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.730 INFO kablam! | Oct 13 13:13:37.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.730 INFO kablam! | Oct 13 13:13:37.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.730 INFO kablam! | Oct 13 13:13:37.730 INFO kablam! Oct 13 13:13:37.730 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.730 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.730 INFO kablam! | Oct 13 13:13:37.730 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.730 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.730 INFO kablam! ... Oct 13 13:13:37.730 INFO kablam! 1244 | rt_alloc_layout_unchecked!(rt_odd_10bytes_2align_alloc_layout_unchecked, 10- 1, 2); Oct 13 13:13:37.730 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.730 INFO kablam! | Oct 13 13:13:37.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.730 INFO kablam! | Oct 13 13:13:37.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.730 INFO kablam! | Oct 13 13:13:37.730 INFO kablam! Oct 13 13:13:37.736 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.736 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.736 INFO kablam! | Oct 13 13:13:37.736 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.736 INFO kablam! | ^^^^^ Oct 13 13:13:37.736 INFO kablam! ... Oct 13 13:13:37.736 INFO kablam! 1257 | rt_alloc_layout_unchecked!(rt_odd_100bytes_2align_alloc_layout_unchecked, 100- 1, 2); Oct 13 13:13:37.736 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.736 INFO kablam! | Oct 13 13:13:37.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.736 INFO kablam! | Oct 13 13:13:37.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.736 INFO kablam! | Oct 13 13:13:37.736 INFO kablam! Oct 13 13:13:37.736 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.736 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.736 INFO kablam! | Oct 13 13:13:37.736 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.736 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.736 INFO kablam! ... Oct 13 13:13:37.736 INFO kablam! 1257 | rt_alloc_layout_unchecked!(rt_odd_100bytes_2align_alloc_layout_unchecked, 100- 1, 2); Oct 13 13:13:37.736 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.736 INFO kablam! | Oct 13 13:13:37.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.736 INFO kablam! | Oct 13 13:13:37.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.736 INFO kablam! | Oct 13 13:13:37.736 INFO kablam! Oct 13 13:13:37.736 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.736 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.736 INFO kablam! | Oct 13 13:13:37.736 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.736 INFO kablam! | ^^^^^ Oct 13 13:13:37.736 INFO kablam! ... Oct 13 13:13:37.736 INFO kablam! 1270 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_2align_alloc_layout_unchecked, 1000- 1, 2); Oct 13 13:13:37.736 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.736 INFO kablam! | Oct 13 13:13:37.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! Oct 13 13:13:37.737 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.737 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.737 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.737 INFO kablam! ... Oct 13 13:13:37.737 INFO kablam! 1270 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_2align_alloc_layout_unchecked, 1000- 1, 2); Oct 13 13:13:37.737 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! Oct 13 13:13:37.737 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.737 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.737 INFO kablam! | ^^^^^ Oct 13 13:13:37.737 INFO kablam! ... Oct 13 13:13:37.737 INFO kablam! 1283 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_2align_alloc_layout_unchecked, 10000- 1, 2); Oct 13 13:13:37.737 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! Oct 13 13:13:37.737 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.737 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.737 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.737 INFO kablam! ... Oct 13 13:13:37.737 INFO kablam! 1283 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_2align_alloc_layout_unchecked, 10000- 1, 2); Oct 13 13:13:37.737 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! Oct 13 13:13:37.737 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.737 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.737 INFO kablam! | ^^^^^ Oct 13 13:13:37.737 INFO kablam! ... Oct 13 13:13:37.737 INFO kablam! 1296 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_2align_alloc_layout_unchecked, 100000- 1, 2); Oct 13 13:13:37.737 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! Oct 13 13:13:37.737 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.737 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.737 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.737 INFO kablam! ... Oct 13 13:13:37.737 INFO kablam! 1296 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_2align_alloc_layout_unchecked, 100000- 1, 2); Oct 13 13:13:37.737 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.737 INFO kablam! | Oct 13 13:13:37.737 INFO kablam! Oct 13 13:13:37.744 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.744 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.744 INFO kablam! | Oct 13 13:13:37.744 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.744 INFO kablam! | ^^^^^ Oct 13 13:13:37.744 INFO kablam! ... Oct 13 13:13:37.744 INFO kablam! 1309 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_2align_alloc_layout_unchecked, 1000000- 1, 2); Oct 13 13:13:37.744 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.744 INFO kablam! | Oct 13 13:13:37.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.744 INFO kablam! | Oct 13 13:13:37.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.744 INFO kablam! | Oct 13 13:13:37.744 INFO kablam! Oct 13 13:13:37.744 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.744 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.744 INFO kablam! | Oct 13 13:13:37.744 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.744 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.744 INFO kablam! ... Oct 13 13:13:37.744 INFO kablam! 1309 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_2align_alloc_layout_unchecked, 1000000- 1, 2); Oct 13 13:13:37.744 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.744 INFO kablam! | Oct 13 13:13:37.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.744 INFO kablam! | Oct 13 13:13:37.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.744 INFO kablam! | Oct 13 13:13:37.744 INFO kablam! Oct 13 13:13:37.744 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.744 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.744 INFO kablam! | Oct 13 13:13:37.744 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.744 INFO kablam! | ^^^^^ Oct 13 13:13:37.744 INFO kablam! ... Oct 13 13:13:37.744 INFO kablam! 1323 | rt_alloc_layout_unchecked!(rt_primes_3bytes_2align_alloc_layout_unchecked, 3, 2); Oct 13 13:13:37.744 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.744 INFO kablam! | Oct 13 13:13:37.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.744 INFO kablam! | Oct 13 13:13:37.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.744 INFO kablam! | Oct 13 13:13:37.744 INFO kablam! Oct 13 13:13:37.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.745 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.745 INFO kablam! | Oct 13 13:13:37.745 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.745 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.745 INFO kablam! ... Oct 13 13:13:37.745 INFO kablam! 1323 | rt_alloc_layout_unchecked!(rt_primes_3bytes_2align_alloc_layout_unchecked, 3, 2); Oct 13 13:13:37.745 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.745 INFO kablam! | Oct 13 13:13:37.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.745 INFO kablam! | Oct 13 13:13:37.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.745 INFO kablam! | Oct 13 13:13:37.745 INFO kablam! Oct 13 13:13:37.745 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.745 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.745 INFO kablam! | Oct 13 13:13:37.745 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.745 INFO kablam! | ^^^^^ Oct 13 13:13:37.745 INFO kablam! ... Oct 13 13:13:37.745 INFO kablam! 1336 | rt_alloc_layout_unchecked!(rt_primes_7bytes_2align_alloc_layout_unchecked, 7, 2); Oct 13 13:13:37.745 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.745 INFO kablam! | Oct 13 13:13:37.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.745 INFO kablam! | Oct 13 13:13:37.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.745 INFO kablam! | Oct 13 13:13:37.745 INFO kablam! Oct 13 13:13:37.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.745 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.745 INFO kablam! | Oct 13 13:13:37.745 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.745 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.745 INFO kablam! ... Oct 13 13:13:37.745 INFO kablam! 1336 | rt_alloc_layout_unchecked!(rt_primes_7bytes_2align_alloc_layout_unchecked, 7, 2); Oct 13 13:13:37.745 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.745 INFO kablam! | Oct 13 13:13:37.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.745 INFO kablam! | Oct 13 13:13:37.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.745 INFO kablam! | Oct 13 13:13:37.745 INFO kablam! Oct 13 13:13:37.745 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.745 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.745 INFO kablam! | Oct 13 13:13:37.745 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.745 INFO kablam! | ^^^^^ Oct 13 13:13:37.745 INFO kablam! ... Oct 13 13:13:37.745 INFO kablam! 1349 | rt_alloc_layout_unchecked!(rt_primes_13bytes_2align_alloc_layout_unchecked, 13, 2); Oct 13 13:13:37.745 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.745 INFO kablam! | Oct 13 13:13:37.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.745 INFO kablam! | Oct 13 13:13:37.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.745 INFO kablam! | Oct 13 13:13:37.745 INFO kablam! Oct 13 13:13:37.752 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.752 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.752 INFO kablam! | Oct 13 13:13:37.752 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.752 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.752 INFO kablam! ... Oct 13 13:13:37.752 INFO kablam! 1349 | rt_alloc_layout_unchecked!(rt_primes_13bytes_2align_alloc_layout_unchecked, 13, 2); Oct 13 13:13:37.752 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.752 INFO kablam! | Oct 13 13:13:37.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.752 INFO kablam! | Oct 13 13:13:37.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.752 INFO kablam! | Oct 13 13:13:37.752 INFO kablam! Oct 13 13:13:37.752 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.753 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.753 INFO kablam! | ^^^^^ Oct 13 13:13:37.753 INFO kablam! ... Oct 13 13:13:37.753 INFO kablam! 1362 | rt_alloc_layout_unchecked!(rt_primes_17bytes_2align_alloc_layout_unchecked, 17, 2); Oct 13 13:13:37.753 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! Oct 13 13:13:37.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.753 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.753 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.753 INFO kablam! ... Oct 13 13:13:37.753 INFO kablam! 1362 | rt_alloc_layout_unchecked!(rt_primes_17bytes_2align_alloc_layout_unchecked, 17, 2); Oct 13 13:13:37.753 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! Oct 13 13:13:37.753 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.753 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.753 INFO kablam! | ^^^^^ Oct 13 13:13:37.753 INFO kablam! ... Oct 13 13:13:37.753 INFO kablam! 1375 | rt_alloc_layout_unchecked!(rt_primes_31bytes_2align_alloc_layout_unchecked, 31, 2); Oct 13 13:13:37.753 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! Oct 13 13:13:37.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.753 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.753 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.753 INFO kablam! ... Oct 13 13:13:37.753 INFO kablam! 1375 | rt_alloc_layout_unchecked!(rt_primes_31bytes_2align_alloc_layout_unchecked, 31, 2); Oct 13 13:13:37.753 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! Oct 13 13:13:37.753 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.753 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.753 INFO kablam! | ^^^^^ Oct 13 13:13:37.753 INFO kablam! ... Oct 13 13:13:37.753 INFO kablam! 1388 | rt_alloc_layout_unchecked!(rt_primes_61bytes_2align_alloc_layout_unchecked, 61, 2); Oct 13 13:13:37.753 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! Oct 13 13:13:37.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.753 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.753 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.753 INFO kablam! ... Oct 13 13:13:37.753 INFO kablam! 1388 | rt_alloc_layout_unchecked!(rt_primes_61bytes_2align_alloc_layout_unchecked, 61, 2); Oct 13 13:13:37.753 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.753 INFO kablam! | Oct 13 13:13:37.753 INFO kablam! Oct 13 13:13:37.754 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.754 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.754 INFO kablam! | Oct 13 13:13:37.754 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.754 INFO kablam! | ^^^^^ Oct 13 13:13:37.754 INFO kablam! ... Oct 13 13:13:37.754 INFO kablam! 1401 | rt_alloc_layout_unchecked!(rt_primes_96bytes_2align_alloc_layout_unchecked, 96, 2); Oct 13 13:13:37.754 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.754 INFO kablam! | Oct 13 13:13:37.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.754 INFO kablam! | Oct 13 13:13:37.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.754 INFO kablam! | Oct 13 13:13:37.754 INFO kablam! Oct 13 13:13:37.760 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.760 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.760 INFO kablam! | Oct 13 13:13:37.760 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.760 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.760 INFO kablam! ... Oct 13 13:13:37.760 INFO kablam! 1401 | rt_alloc_layout_unchecked!(rt_primes_96bytes_2align_alloc_layout_unchecked, 96, 2); Oct 13 13:13:37.760 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.760 INFO kablam! | Oct 13 13:13:37.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.760 INFO kablam! | Oct 13 13:13:37.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.760 INFO kablam! | Oct 13 13:13:37.760 INFO kablam! Oct 13 13:13:37.760 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.760 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.760 INFO kablam! | Oct 13 13:13:37.760 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.760 INFO kablam! | ^^^^^ Oct 13 13:13:37.760 INFO kablam! ... Oct 13 13:13:37.760 INFO kablam! 1414 | rt_alloc_layout_unchecked!(rt_primes_127bytes_2align_alloc_layout_unchecked, 127, 2); Oct 13 13:13:37.760 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.760 INFO kablam! | Oct 13 13:13:37.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.760 INFO kablam! | Oct 13 13:13:37.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.760 INFO kablam! | Oct 13 13:13:37.760 INFO kablam! Oct 13 13:13:37.760 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.760 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.760 INFO kablam! | Oct 13 13:13:37.760 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.760 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.760 INFO kablam! ... Oct 13 13:13:37.760 INFO kablam! 1414 | rt_alloc_layout_unchecked!(rt_primes_127bytes_2align_alloc_layout_unchecked, 127, 2); Oct 13 13:13:37.760 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.760 INFO kablam! | Oct 13 13:13:37.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.760 INFO kablam! | Oct 13 13:13:37.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.761 INFO kablam! | Oct 13 13:13:37.761 INFO kablam! Oct 13 13:13:37.761 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.761 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.761 INFO kablam! | Oct 13 13:13:37.761 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.761 INFO kablam! | ^^^^^ Oct 13 13:13:37.761 INFO kablam! ... Oct 13 13:13:37.761 INFO kablam! 1427 | rt_alloc_layout_unchecked!(rt_primes_257bytes_2align_alloc_layout_unchecked, 257, 2); Oct 13 13:13:37.761 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.761 INFO kablam! | Oct 13 13:13:37.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.761 INFO kablam! | Oct 13 13:13:37.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.761 INFO kablam! | Oct 13 13:13:37.761 INFO kablam! Oct 13 13:13:37.761 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.761 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.761 INFO kablam! | Oct 13 13:13:37.761 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.761 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.761 INFO kablam! ... Oct 13 13:13:37.761 INFO kablam! 1427 | rt_alloc_layout_unchecked!(rt_primes_257bytes_2align_alloc_layout_unchecked, 257, 2); Oct 13 13:13:37.761 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.761 INFO kablam! | Oct 13 13:13:37.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.761 INFO kablam! | Oct 13 13:13:37.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.761 INFO kablam! | Oct 13 13:13:37.761 INFO kablam! Oct 13 13:13:37.761 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.761 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.761 INFO kablam! | Oct 13 13:13:37.761 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.761 INFO kablam! | ^^^^^ Oct 13 13:13:37.761 INFO kablam! ... Oct 13 13:13:37.761 INFO kablam! 1440 | rt_alloc_layout_unchecked!(rt_primes_509bytes_2align_alloc_layout_unchecked, 509, 2); Oct 13 13:13:37.761 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.761 INFO kablam! | Oct 13 13:13:37.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.761 INFO kablam! | Oct 13 13:13:37.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.761 INFO kablam! | Oct 13 13:13:37.761 INFO kablam! Oct 13 13:13:37.761 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.762 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.762 INFO kablam! | Oct 13 13:13:37.762 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.762 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.762 INFO kablam! ... Oct 13 13:13:37.762 INFO kablam! 1440 | rt_alloc_layout_unchecked!(rt_primes_509bytes_2align_alloc_layout_unchecked, 509, 2); Oct 13 13:13:37.762 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.762 INFO kablam! | Oct 13 13:13:37.762 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.762 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.762 INFO kablam! | Oct 13 13:13:37.762 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.762 INFO kablam! | Oct 13 13:13:37.762 INFO kablam! Oct 13 13:13:37.775 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.775 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.775 INFO kablam! | Oct 13 13:13:37.775 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.775 INFO kablam! | ^^^^^ Oct 13 13:13:37.775 INFO kablam! ... Oct 13 13:13:37.775 INFO kablam! 1453 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_2align_alloc_layout_unchecked, 1021, 2); Oct 13 13:13:37.775 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.775 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.776 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! Oct 13 13:13:37.776 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.776 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.776 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.776 INFO kablam! ... Oct 13 13:13:37.776 INFO kablam! 1453 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_2align_alloc_layout_unchecked, 1021, 2); Oct 13 13:13:37.776 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.776 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! Oct 13 13:13:37.776 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.776 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.776 INFO kablam! | ^^^^^ Oct 13 13:13:37.776 INFO kablam! ... Oct 13 13:13:37.776 INFO kablam! 1466 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_2align_alloc_layout_unchecked, 2039, 2); Oct 13 13:13:37.776 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.776 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! Oct 13 13:13:37.776 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.776 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.776 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.776 INFO kablam! ... Oct 13 13:13:37.776 INFO kablam! 1466 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_2align_alloc_layout_unchecked, 2039, 2); Oct 13 13:13:37.776 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.776 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! Oct 13 13:13:37.776 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.776 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.776 INFO kablam! | ^^^^^ Oct 13 13:13:37.776 INFO kablam! ... Oct 13 13:13:37.776 INFO kablam! 1479 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_2align_alloc_layout_unchecked, 4093, 2); Oct 13 13:13:37.776 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.776 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! Oct 13 13:13:37.776 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.776 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.776 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.776 INFO kablam! ... Oct 13 13:13:37.776 INFO kablam! 1479 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_2align_alloc_layout_unchecked, 4093, 2); Oct 13 13:13:37.776 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.776 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! Oct 13 13:13:37.776 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.776 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.776 INFO kablam! | Oct 13 13:13:37.776 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.777 INFO kablam! | ^^^^^ Oct 13 13:13:37.777 INFO kablam! ... Oct 13 13:13:37.777 INFO kablam! 1492 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_2align_alloc_layout_unchecked, 8191, 2); Oct 13 13:13:37.777 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! Oct 13 13:13:37.777 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.777 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.777 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.777 INFO kablam! ... Oct 13 13:13:37.777 INFO kablam! 1492 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_2align_alloc_layout_unchecked, 8191, 2); Oct 13 13:13:37.777 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! Oct 13 13:13:37.777 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.777 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.777 INFO kablam! | ^^^^^ Oct 13 13:13:37.777 INFO kablam! ... Oct 13 13:13:37.777 INFO kablam! 1505 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_2align_alloc_layout_unchecked, 16381, 2); Oct 13 13:13:37.777 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! Oct 13 13:13:37.777 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.777 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.777 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.777 INFO kablam! ... Oct 13 13:13:37.777 INFO kablam! 1505 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_2align_alloc_layout_unchecked, 16381, 2); Oct 13 13:13:37.777 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! Oct 13 13:13:37.777 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.777 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.777 INFO kablam! | ^^^^^ Oct 13 13:13:37.777 INFO kablam! ... Oct 13 13:13:37.777 INFO kablam! 1518 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_2align_alloc_layout_unchecked, 32749, 2); Oct 13 13:13:37.777 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! Oct 13 13:13:37.777 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.777 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.777 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.777 INFO kablam! ... Oct 13 13:13:37.777 INFO kablam! 1518 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_2align_alloc_layout_unchecked, 32749, 2); Oct 13 13:13:37.777 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.777 INFO kablam! | Oct 13 13:13:37.777 INFO kablam! Oct 13 13:13:37.777 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.778 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.778 INFO kablam! | Oct 13 13:13:37.778 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.778 INFO kablam! | ^^^^^ Oct 13 13:13:37.778 INFO kablam! ... Oct 13 13:13:37.778 INFO kablam! 1531 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_2align_alloc_layout_unchecked, 65537, 2); Oct 13 13:13:37.778 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.778 INFO kablam! | Oct 13 13:13:37.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.778 INFO kablam! | Oct 13 13:13:37.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.778 INFO kablam! | Oct 13 13:13:37.778 INFO kablam! Oct 13 13:13:37.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.778 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.778 INFO kablam! | Oct 13 13:13:37.778 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.778 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.778 INFO kablam! ... Oct 13 13:13:37.778 INFO kablam! 1531 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_2align_alloc_layout_unchecked, 65537, 2); Oct 13 13:13:37.778 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.778 INFO kablam! | Oct 13 13:13:37.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.778 INFO kablam! | Oct 13 13:13:37.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.778 INFO kablam! | Oct 13 13:13:37.778 INFO kablam! Oct 13 13:13:37.778 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.778 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.778 INFO kablam! | Oct 13 13:13:37.778 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.778 INFO kablam! | ^^^^^ Oct 13 13:13:37.778 INFO kablam! ... Oct 13 13:13:37.778 INFO kablam! 1544 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_2align_alloc_layout_unchecked, 131071, 2); Oct 13 13:13:37.778 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.778 INFO kablam! | Oct 13 13:13:37.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.778 INFO kablam! | Oct 13 13:13:37.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.778 INFO kablam! | Oct 13 13:13:37.778 INFO kablam! Oct 13 13:13:37.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.778 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.778 INFO kablam! | Oct 13 13:13:37.778 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.778 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.778 INFO kablam! ... Oct 13 13:13:37.778 INFO kablam! 1544 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_2align_alloc_layout_unchecked, 131071, 2); Oct 13 13:13:37.778 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.778 INFO kablam! | Oct 13 13:13:37.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.778 INFO kablam! | Oct 13 13:13:37.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.778 INFO kablam! | Oct 13 13:13:37.778 INFO kablam! Oct 13 13:13:37.788 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.788 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.788 INFO kablam! | Oct 13 13:13:37.788 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.788 INFO kablam! | ^^^^^ Oct 13 13:13:37.788 INFO kablam! ... Oct 13 13:13:37.788 INFO kablam! 1557 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_2align_alloc_layout_unchecked, 4194301, 2); Oct 13 13:13:37.788 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.788 INFO kablam! | Oct 13 13:13:37.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.788 INFO kablam! | Oct 13 13:13:37.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.788 INFO kablam! | Oct 13 13:13:37.788 INFO kablam! Oct 13 13:13:37.788 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.788 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.788 INFO kablam! | Oct 13 13:13:37.788 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.788 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.788 INFO kablam! ... Oct 13 13:13:37.788 INFO kablam! 1557 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_2align_alloc_layout_unchecked, 4194301, 2); Oct 13 13:13:37.788 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.788 INFO kablam! | Oct 13 13:13:37.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.788 INFO kablam! | Oct 13 13:13:37.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.788 INFO kablam! | Oct 13 13:13:37.788 INFO kablam! Oct 13 13:13:37.788 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.788 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.788 INFO kablam! | Oct 13 13:13:37.788 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.788 INFO kablam! | ^^^^^ Oct 13 13:13:37.788 INFO kablam! ... Oct 13 13:13:37.788 INFO kablam! 1573 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_4align_alloc_layout_unchecked, 1, 4); Oct 13 13:13:37.788 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.788 INFO kablam! | Oct 13 13:13:37.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.788 INFO kablam! | Oct 13 13:13:37.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.788 INFO kablam! | Oct 13 13:13:37.788 INFO kablam! Oct 13 13:13:37.789 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.789 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.789 INFO kablam! | Oct 13 13:13:37.789 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.789 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.789 INFO kablam! ... Oct 13 13:13:37.789 INFO kablam! 1573 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_4align_alloc_layout_unchecked, 1, 4); Oct 13 13:13:37.789 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.789 INFO kablam! | Oct 13 13:13:37.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.789 INFO kablam! | Oct 13 13:13:37.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.789 INFO kablam! | Oct 13 13:13:37.789 INFO kablam! Oct 13 13:13:37.789 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.789 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.789 INFO kablam! | Oct 13 13:13:37.789 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.789 INFO kablam! | ^^^^^ Oct 13 13:13:37.789 INFO kablam! ... Oct 13 13:13:37.789 INFO kablam! 1586 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_4align_alloc_layout_unchecked, 2, 4); Oct 13 13:13:37.789 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.789 INFO kablam! | Oct 13 13:13:37.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.789 INFO kablam! | Oct 13 13:13:37.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.789 INFO kablam! | Oct 13 13:13:37.789 INFO kablam! Oct 13 13:13:37.789 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.789 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.789 INFO kablam! | Oct 13 13:13:37.789 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.789 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.789 INFO kablam! ... Oct 13 13:13:37.789 INFO kablam! 1586 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_4align_alloc_layout_unchecked, 2, 4); Oct 13 13:13:37.789 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.789 INFO kablam! | Oct 13 13:13:37.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.789 INFO kablam! | Oct 13 13:13:37.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.789 INFO kablam! | Oct 13 13:13:37.789 INFO kablam! Oct 13 13:13:37.789 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.789 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.789 INFO kablam! | Oct 13 13:13:37.789 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.789 INFO kablam! | ^^^^^ Oct 13 13:13:37.789 INFO kablam! ... Oct 13 13:13:37.789 INFO kablam! 1599 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_4align_alloc_layout_unchecked, 4, 4); Oct 13 13:13:37.789 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.789 INFO kablam! | Oct 13 13:13:37.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.789 INFO kablam! | Oct 13 13:13:37.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.789 INFO kablam! | Oct 13 13:13:37.789 INFO kablam! Oct 13 13:13:37.789 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.789 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.789 INFO kablam! | Oct 13 13:13:37.789 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.789 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.789 INFO kablam! ... Oct 13 13:13:37.789 INFO kablam! 1599 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_4align_alloc_layout_unchecked, 4, 4); Oct 13 13:13:37.789 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.789 INFO kablam! | Oct 13 13:13:37.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.789 INFO kablam! | Oct 13 13:13:37.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.789 INFO kablam! | Oct 13 13:13:37.789 INFO kablam! Oct 13 13:13:37.796 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.796 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.796 INFO kablam! | Oct 13 13:13:37.796 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.796 INFO kablam! | ^^^^^ Oct 13 13:13:37.796 INFO kablam! ... Oct 13 13:13:37.796 INFO kablam! 1612 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_4align_alloc_layout_unchecked, 8, 4); Oct 13 13:13:37.796 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.796 INFO kablam! | Oct 13 13:13:37.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.796 INFO kablam! | Oct 13 13:13:37.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.796 INFO kablam! | Oct 13 13:13:37.796 INFO kablam! Oct 13 13:13:37.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.796 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.796 INFO kablam! | Oct 13 13:13:37.796 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.796 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.796 INFO kablam! ... Oct 13 13:13:37.796 INFO kablam! 1612 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_4align_alloc_layout_unchecked, 8, 4); Oct 13 13:13:37.796 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.796 INFO kablam! | Oct 13 13:13:37.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.796 INFO kablam! | Oct 13 13:13:37.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.796 INFO kablam! | Oct 13 13:13:37.796 INFO kablam! Oct 13 13:13:37.796 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.796 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.796 INFO kablam! | Oct 13 13:13:37.796 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.796 INFO kablam! | ^^^^^ Oct 13 13:13:37.796 INFO kablam! ... Oct 13 13:13:37.796 INFO kablam! 1625 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_4align_alloc_layout_unchecked, 16, 4); Oct 13 13:13:37.796 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.796 INFO kablam! | Oct 13 13:13:37.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! Oct 13 13:13:37.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.797 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.797 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.797 INFO kablam! ... Oct 13 13:13:37.797 INFO kablam! 1625 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_4align_alloc_layout_unchecked, 16, 4); Oct 13 13:13:37.797 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! Oct 13 13:13:37.797 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.797 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.797 INFO kablam! | ^^^^^ Oct 13 13:13:37.797 INFO kablam! ... Oct 13 13:13:37.797 INFO kablam! 1638 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_4align_alloc_layout_unchecked, 32, 4); Oct 13 13:13:37.797 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! Oct 13 13:13:37.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.797 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.797 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.797 INFO kablam! ... Oct 13 13:13:37.797 INFO kablam! 1638 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_4align_alloc_layout_unchecked, 32, 4); Oct 13 13:13:37.797 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! Oct 13 13:13:37.797 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.797 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.797 INFO kablam! | ^^^^^ Oct 13 13:13:37.797 INFO kablam! ... Oct 13 13:13:37.797 INFO kablam! 1651 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_4align_alloc_layout_unchecked, 64, 4); Oct 13 13:13:37.797 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! Oct 13 13:13:37.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.797 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.797 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.797 INFO kablam! ... Oct 13 13:13:37.797 INFO kablam! 1651 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_4align_alloc_layout_unchecked, 64, 4); Oct 13 13:13:37.797 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! Oct 13 13:13:37.797 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.797 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.797 INFO kablam! | ^^^^^ Oct 13 13:13:37.797 INFO kablam! ... Oct 13 13:13:37.797 INFO kablam! 1664 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_4align_alloc_layout_unchecked, 128, 4); Oct 13 13:13:37.797 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.797 INFO kablam! | Oct 13 13:13:37.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.798 INFO kablam! | Oct 13 13:13:37.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.798 INFO kablam! | Oct 13 13:13:37.798 INFO kablam! Oct 13 13:13:37.798 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.798 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.798 INFO kablam! | Oct 13 13:13:37.798 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.798 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.798 INFO kablam! ... Oct 13 13:13:37.798 INFO kablam! 1664 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_4align_alloc_layout_unchecked, 128, 4); Oct 13 13:13:37.798 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.798 INFO kablam! | Oct 13 13:13:37.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.798 INFO kablam! | Oct 13 13:13:37.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.798 INFO kablam! | Oct 13 13:13:37.798 INFO kablam! Oct 13 13:13:37.798 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.798 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.798 INFO kablam! | Oct 13 13:13:37.798 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.798 INFO kablam! | ^^^^^ Oct 13 13:13:37.798 INFO kablam! ... Oct 13 13:13:37.798 INFO kablam! 1677 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_4align_alloc_layout_unchecked, 256, 4); Oct 13 13:13:37.798 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.798 INFO kablam! | Oct 13 13:13:37.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.798 INFO kablam! | Oct 13 13:13:37.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.798 INFO kablam! | Oct 13 13:13:37.798 INFO kablam! Oct 13 13:13:37.798 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.798 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.798 INFO kablam! | Oct 13 13:13:37.798 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.798 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.798 INFO kablam! ... Oct 13 13:13:37.798 INFO kablam! 1677 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_4align_alloc_layout_unchecked, 256, 4); Oct 13 13:13:37.798 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.798 INFO kablam! | Oct 13 13:13:37.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.798 INFO kablam! | Oct 13 13:13:37.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.798 INFO kablam! | Oct 13 13:13:37.798 INFO kablam! Oct 13 13:13:37.808 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.808 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.808 INFO kablam! | Oct 13 13:13:37.808 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.808 INFO kablam! | ^^^^^ Oct 13 13:13:37.808 INFO kablam! ... Oct 13 13:13:37.808 INFO kablam! 1690 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_4align_alloc_layout_unchecked, 512, 4); Oct 13 13:13:37.808 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.808 INFO kablam! | Oct 13 13:13:37.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.808 INFO kablam! | Oct 13 13:13:37.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.808 INFO kablam! | Oct 13 13:13:37.808 INFO kablam! Oct 13 13:13:37.808 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.808 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.808 INFO kablam! | Oct 13 13:13:37.808 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.808 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.808 INFO kablam! ... Oct 13 13:13:37.808 INFO kablam! 1690 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_4align_alloc_layout_unchecked, 512, 4); Oct 13 13:13:37.808 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.808 INFO kablam! | Oct 13 13:13:37.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.808 INFO kablam! | Oct 13 13:13:37.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.808 INFO kablam! | Oct 13 13:13:37.808 INFO kablam! Oct 13 13:13:37.808 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.808 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.808 INFO kablam! | Oct 13 13:13:37.808 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.808 INFO kablam! | ^^^^^ Oct 13 13:13:37.808 INFO kablam! ... Oct 13 13:13:37.808 INFO kablam! 1703 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_4align_alloc_layout_unchecked, 1024, 4); Oct 13 13:13:37.808 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.808 INFO kablam! | Oct 13 13:13:37.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.808 INFO kablam! | Oct 13 13:13:37.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.808 INFO kablam! | Oct 13 13:13:37.809 INFO kablam! Oct 13 13:13:37.809 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.809 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.809 INFO kablam! | Oct 13 13:13:37.809 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.809 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.809 INFO kablam! ... Oct 13 13:13:37.809 INFO kablam! 1703 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_4align_alloc_layout_unchecked, 1024, 4); Oct 13 13:13:37.809 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.809 INFO kablam! | Oct 13 13:13:37.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.809 INFO kablam! | Oct 13 13:13:37.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.809 INFO kablam! | Oct 13 13:13:37.809 INFO kablam! Oct 13 13:13:37.809 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.809 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.809 INFO kablam! | Oct 13 13:13:37.809 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.809 INFO kablam! | ^^^^^ Oct 13 13:13:37.809 INFO kablam! ... Oct 13 13:13:37.809 INFO kablam! 1716 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_4align_alloc_layout_unchecked, 2048, 4); Oct 13 13:13:37.809 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.809 INFO kablam! | Oct 13 13:13:37.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.809 INFO kablam! | Oct 13 13:13:37.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.809 INFO kablam! | Oct 13 13:13:37.809 INFO kablam! Oct 13 13:13:37.809 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.809 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.809 INFO kablam! | Oct 13 13:13:37.809 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.809 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.809 INFO kablam! ... Oct 13 13:13:37.809 INFO kablam! 1716 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_4align_alloc_layout_unchecked, 2048, 4); Oct 13 13:13:37.809 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.809 INFO kablam! | Oct 13 13:13:37.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.809 INFO kablam! | Oct 13 13:13:37.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.809 INFO kablam! | Oct 13 13:13:37.809 INFO kablam! Oct 13 13:13:37.809 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.809 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.809 INFO kablam! | Oct 13 13:13:37.809 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.809 INFO kablam! | ^^^^^ Oct 13 13:13:37.809 INFO kablam! ... Oct 13 13:13:37.809 INFO kablam! 1729 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_4align_alloc_layout_unchecked, 4096, 4); Oct 13 13:13:37.809 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.809 INFO kablam! | Oct 13 13:13:37.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.809 INFO kablam! | Oct 13 13:13:37.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.809 INFO kablam! | Oct 13 13:13:37.809 INFO kablam! Oct 13 13:13:37.809 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.809 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.809 INFO kablam! | Oct 13 13:13:37.809 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.809 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.809 INFO kablam! ... Oct 13 13:13:37.809 INFO kablam! 1729 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_4align_alloc_layout_unchecked, 4096, 4); Oct 13 13:13:37.809 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.809 INFO kablam! | Oct 13 13:13:37.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.816 INFO kablam! | Oct 13 13:13:37.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.816 INFO kablam! | Oct 13 13:13:37.816 INFO kablam! Oct 13 13:13:37.816 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.816 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.816 INFO kablam! | Oct 13 13:13:37.816 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.816 INFO kablam! | ^^^^^ Oct 13 13:13:37.816 INFO kablam! ... Oct 13 13:13:37.816 INFO kablam! 1742 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_4align_alloc_layout_unchecked, 8192, 4); Oct 13 13:13:37.816 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.816 INFO kablam! | Oct 13 13:13:37.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! Oct 13 13:13:37.817 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.817 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.817 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.817 INFO kablam! ... Oct 13 13:13:37.817 INFO kablam! 1742 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_4align_alloc_layout_unchecked, 8192, 4); Oct 13 13:13:37.817 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! Oct 13 13:13:37.817 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.817 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.817 INFO kablam! | ^^^^^ Oct 13 13:13:37.817 INFO kablam! ... Oct 13 13:13:37.817 INFO kablam! 1755 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_4align_alloc_layout_unchecked, 16384, 4); Oct 13 13:13:37.817 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! Oct 13 13:13:37.817 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.817 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.817 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.817 INFO kablam! ... Oct 13 13:13:37.817 INFO kablam! 1755 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_4align_alloc_layout_unchecked, 16384, 4); Oct 13 13:13:37.817 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! Oct 13 13:13:37.817 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.817 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.817 INFO kablam! | ^^^^^ Oct 13 13:13:37.817 INFO kablam! ... Oct 13 13:13:37.817 INFO kablam! 1768 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_4align_alloc_layout_unchecked, 32768, 4); Oct 13 13:13:37.817 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! Oct 13 13:13:37.817 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.817 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.817 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.817 INFO kablam! ... Oct 13 13:13:37.817 INFO kablam! 1768 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_4align_alloc_layout_unchecked, 32768, 4); Oct 13 13:13:37.817 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! Oct 13 13:13:37.817 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.817 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.817 INFO kablam! | Oct 13 13:13:37.817 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.817 INFO kablam! | ^^^^^ Oct 13 13:13:37.817 INFO kablam! ... Oct 13 13:13:37.817 INFO kablam! 1781 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_4align_alloc_layout_unchecked, 65536, 4); Oct 13 13:13:37.818 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.818 INFO kablam! | Oct 13 13:13:37.818 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.818 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.818 INFO kablam! | Oct 13 13:13:37.818 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.818 INFO kablam! | Oct 13 13:13:37.818 INFO kablam! Oct 13 13:13:37.840 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.840 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.840 INFO kablam! | Oct 13 13:13:37.840 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.840 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.840 INFO kablam! ... Oct 13 13:13:37.841 INFO kablam! 1781 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_4align_alloc_layout_unchecked, 65536, 4); Oct 13 13:13:37.841 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.841 INFO kablam! | Oct 13 13:13:37.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.841 INFO kablam! | Oct 13 13:13:37.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.841 INFO kablam! | Oct 13 13:13:37.841 INFO kablam! Oct 13 13:13:37.841 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.841 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.841 INFO kablam! | Oct 13 13:13:37.841 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.841 INFO kablam! | ^^^^^ Oct 13 13:13:37.841 INFO kablam! ... Oct 13 13:13:37.841 INFO kablam! 1794 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_4align_alloc_layout_unchecked, 131072, 4); Oct 13 13:13:37.841 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.841 INFO kablam! | Oct 13 13:13:37.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.841 INFO kablam! | Oct 13 13:13:37.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.841 INFO kablam! | Oct 13 13:13:37.841 INFO kablam! Oct 13 13:13:37.842 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.842 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.842 INFO kablam! | Oct 13 13:13:37.842 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.842 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.842 INFO kablam! ... Oct 13 13:13:37.842 INFO kablam! 1794 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_4align_alloc_layout_unchecked, 131072, 4); Oct 13 13:13:37.842 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.842 INFO kablam! | Oct 13 13:13:37.842 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.842 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.842 INFO kablam! | Oct 13 13:13:37.842 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.842 INFO kablam! | Oct 13 13:13:37.842 INFO kablam! Oct 13 13:13:37.842 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.842 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.842 INFO kablam! | Oct 13 13:13:37.842 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.842 INFO kablam! | ^^^^^ Oct 13 13:13:37.842 INFO kablam! ... Oct 13 13:13:37.842 INFO kablam! 1807 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_4align_alloc_layout_unchecked, 4194304, 4); Oct 13 13:13:37.842 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.842 INFO kablam! | Oct 13 13:13:37.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.843 INFO kablam! | Oct 13 13:13:37.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.843 INFO kablam! | Oct 13 13:13:37.843 INFO kablam! Oct 13 13:13:37.843 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.843 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.843 INFO kablam! | Oct 13 13:13:37.843 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.843 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.843 INFO kablam! ... Oct 13 13:13:37.843 INFO kablam! 1807 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_4align_alloc_layout_unchecked, 4194304, 4); Oct 13 13:13:37.843 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.843 INFO kablam! | Oct 13 13:13:37.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.844 INFO kablam! | Oct 13 13:13:37.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.844 INFO kablam! | Oct 13 13:13:37.844 INFO kablam! Oct 13 13:13:37.844 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.844 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.844 INFO kablam! | Oct 13 13:13:37.844 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.844 INFO kablam! | ^^^^^ Oct 13 13:13:37.844 INFO kablam! ... Oct 13 13:13:37.844 INFO kablam! 1821 | rt_alloc_layout_unchecked!(rt_even_10bytes_4align_alloc_layout_unchecked, 10, 4); Oct 13 13:13:37.844 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.844 INFO kablam! | Oct 13 13:13:37.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.844 INFO kablam! | Oct 13 13:13:37.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.844 INFO kablam! | Oct 13 13:13:37.844 INFO kablam! Oct 13 13:13:37.844 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.844 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.844 INFO kablam! | Oct 13 13:13:37.844 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.844 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.845 INFO kablam! ... Oct 13 13:13:37.845 INFO kablam! 1821 | rt_alloc_layout_unchecked!(rt_even_10bytes_4align_alloc_layout_unchecked, 10, 4); Oct 13 13:13:37.845 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.845 INFO kablam! | Oct 13 13:13:37.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.845 INFO kablam! | Oct 13 13:13:37.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.845 INFO kablam! | Oct 13 13:13:37.845 INFO kablam! Oct 13 13:13:37.845 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.845 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.845 INFO kablam! | Oct 13 13:13:37.845 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.845 INFO kablam! | ^^^^^ Oct 13 13:13:37.845 INFO kablam! ... Oct 13 13:13:37.845 INFO kablam! 1834 | rt_alloc_layout_unchecked!(rt_even_100bytes_4align_alloc_layout_unchecked, 100, 4); Oct 13 13:13:37.845 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.845 INFO kablam! | Oct 13 13:13:37.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.845 INFO kablam! | Oct 13 13:13:37.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.845 INFO kablam! | Oct 13 13:13:37.845 INFO kablam! Oct 13 13:13:37.846 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.846 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.846 INFO kablam! | Oct 13 13:13:37.846 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.846 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.846 INFO kablam! ... Oct 13 13:13:37.846 INFO kablam! 1834 | rt_alloc_layout_unchecked!(rt_even_100bytes_4align_alloc_layout_unchecked, 100, 4); Oct 13 13:13:37.846 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.846 INFO kablam! | Oct 13 13:13:37.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.846 INFO kablam! | Oct 13 13:13:37.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.846 INFO kablam! | Oct 13 13:13:37.846 INFO kablam! Oct 13 13:13:37.846 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.846 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.846 INFO kablam! | Oct 13 13:13:37.846 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.846 INFO kablam! | ^^^^^ Oct 13 13:13:37.846 INFO kablam! ... Oct 13 13:13:37.846 INFO kablam! 1847 | rt_alloc_layout_unchecked!(rt_even_1000bytes_4align_alloc_layout_unchecked, 1000, 4); Oct 13 13:13:37.846 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.846 INFO kablam! | Oct 13 13:13:37.847 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.847 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.848 INFO kablam! | Oct 13 13:13:37.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.849 INFO kablam! | Oct 13 13:13:37.849 INFO kablam! Oct 13 13:13:37.849 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.849 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.849 INFO kablam! | Oct 13 13:13:37.849 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.849 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.849 INFO kablam! ... Oct 13 13:13:37.849 INFO kablam! 1847 | rt_alloc_layout_unchecked!(rt_even_1000bytes_4align_alloc_layout_unchecked, 1000, 4); Oct 13 13:13:37.849 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.849 INFO kablam! | Oct 13 13:13:37.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.849 INFO kablam! | Oct 13 13:13:37.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.849 INFO kablam! | Oct 13 13:13:37.849 INFO kablam! Oct 13 13:13:37.860 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.861 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.861 INFO kablam! | Oct 13 13:13:37.861 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.861 INFO kablam! | ^^^^^ Oct 13 13:13:37.861 INFO kablam! ... Oct 13 13:13:37.861 INFO kablam! 1860 | rt_alloc_layout_unchecked!(rt_even_10000bytes_4align_alloc_layout_unchecked, 10000, 4); Oct 13 13:13:37.861 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.861 INFO kablam! | Oct 13 13:13:37.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.861 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.861 INFO kablam! | Oct 13 13:13:37.861 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.861 INFO kablam! | Oct 13 13:13:37.861 INFO kablam! Oct 13 13:13:37.861 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.861 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.861 INFO kablam! | Oct 13 13:13:37.861 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.861 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.861 INFO kablam! ... Oct 13 13:13:37.861 INFO kablam! 1860 | rt_alloc_layout_unchecked!(rt_even_10000bytes_4align_alloc_layout_unchecked, 10000, 4); Oct 13 13:13:37.861 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.861 INFO kablam! | Oct 13 13:13:37.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.862 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.862 INFO kablam! | Oct 13 13:13:37.862 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.862 INFO kablam! | Oct 13 13:13:37.862 INFO kablam! Oct 13 13:13:37.862 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.862 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.862 INFO kablam! | Oct 13 13:13:37.862 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.862 INFO kablam! | ^^^^^ Oct 13 13:13:37.862 INFO kablam! ... Oct 13 13:13:37.862 INFO kablam! 1873 | rt_alloc_layout_unchecked!(rt_even_100000bytes_4align_alloc_layout_unchecked, 100000, 4); Oct 13 13:13:37.862 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.862 INFO kablam! | Oct 13 13:13:37.862 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.862 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.862 INFO kablam! | Oct 13 13:13:37.862 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.862 INFO kablam! | Oct 13 13:13:37.862 INFO kablam! Oct 13 13:13:37.862 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.862 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.862 INFO kablam! | Oct 13 13:13:37.862 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.862 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.863 INFO kablam! ... Oct 13 13:13:37.863 INFO kablam! 1873 | rt_alloc_layout_unchecked!(rt_even_100000bytes_4align_alloc_layout_unchecked, 100000, 4); Oct 13 13:13:37.863 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.863 INFO kablam! | Oct 13 13:13:37.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.863 INFO kablam! | Oct 13 13:13:37.863 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.863 INFO kablam! | Oct 13 13:13:37.863 INFO kablam! Oct 13 13:13:37.863 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.863 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.863 INFO kablam! | Oct 13 13:13:37.863 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.863 INFO kablam! | ^^^^^ Oct 13 13:13:37.863 INFO kablam! ... Oct 13 13:13:37.863 INFO kablam! 1886 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_4align_alloc_layout_unchecked, 1000000, 4); Oct 13 13:13:37.863 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.863 INFO kablam! | Oct 13 13:13:37.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.863 INFO kablam! | Oct 13 13:13:37.863 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.863 INFO kablam! | Oct 13 13:13:37.863 INFO kablam! Oct 13 13:13:37.864 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.864 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.864 INFO kablam! | Oct 13 13:13:37.864 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.864 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.864 INFO kablam! ... Oct 13 13:13:37.864 INFO kablam! 1886 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_4align_alloc_layout_unchecked, 1000000, 4); Oct 13 13:13:37.864 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.864 INFO kablam! | Oct 13 13:13:37.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.864 INFO kablam! | Oct 13 13:13:37.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.864 INFO kablam! | Oct 13 13:13:37.865 INFO kablam! Oct 13 13:13:37.865 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.865 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.865 INFO kablam! | Oct 13 13:13:37.865 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.865 INFO kablam! | ^^^^^ Oct 13 13:13:37.865 INFO kablam! ... Oct 13 13:13:37.865 INFO kablam! 1900 | rt_alloc_layout_unchecked!(rt_odd_10bytes_4align_alloc_layout_unchecked, 10- 1, 4); Oct 13 13:13:37.865 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.865 INFO kablam! | Oct 13 13:13:37.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.865 INFO kablam! | Oct 13 13:13:37.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.865 INFO kablam! | Oct 13 13:13:37.865 INFO kablam! Oct 13 13:13:37.865 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.865 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.865 INFO kablam! | Oct 13 13:13:37.865 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.865 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.865 INFO kablam! ... Oct 13 13:13:37.865 INFO kablam! 1900 | rt_alloc_layout_unchecked!(rt_odd_10bytes_4align_alloc_layout_unchecked, 10- 1, 4); Oct 13 13:13:37.865 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.865 INFO kablam! | Oct 13 13:13:37.866 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.866 INFO kablam! | Oct 13 13:13:37.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.866 INFO kablam! | Oct 13 13:13:37.866 INFO kablam! Oct 13 13:13:37.866 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.866 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.866 INFO kablam! | Oct 13 13:13:37.866 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.866 INFO kablam! | ^^^^^ Oct 13 13:13:37.866 INFO kablam! ... Oct 13 13:13:37.866 INFO kablam! 1913 | rt_alloc_layout_unchecked!(rt_odd_100bytes_4align_alloc_layout_unchecked, 100- 1, 4); Oct 13 13:13:37.866 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.866 INFO kablam! | Oct 13 13:13:37.866 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.866 INFO kablam! | Oct 13 13:13:37.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.866 INFO kablam! | Oct 13 13:13:37.866 INFO kablam! Oct 13 13:13:37.866 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.866 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.866 INFO kablam! | Oct 13 13:13:37.867 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.867 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.867 INFO kablam! ... Oct 13 13:13:37.867 INFO kablam! 1913 | rt_alloc_layout_unchecked!(rt_odd_100bytes_4align_alloc_layout_unchecked, 100- 1, 4); Oct 13 13:13:37.867 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.867 INFO kablam! | Oct 13 13:13:37.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.867 INFO kablam! | Oct 13 13:13:37.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.867 INFO kablam! | Oct 13 13:13:37.867 INFO kablam! Oct 13 13:13:37.867 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.867 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.867 INFO kablam! | Oct 13 13:13:37.867 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.867 INFO kablam! | ^^^^^ Oct 13 13:13:37.867 INFO kablam! ... Oct 13 13:13:37.867 INFO kablam! 1926 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_4align_alloc_layout_unchecked, 1000- 1, 4); Oct 13 13:13:37.867 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.867 INFO kablam! | Oct 13 13:13:37.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.868 INFO kablam! | Oct 13 13:13:37.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.868 INFO kablam! | Oct 13 13:13:37.868 INFO kablam! Oct 13 13:13:37.868 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.868 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.868 INFO kablam! | Oct 13 13:13:37.868 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.868 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.868 INFO kablam! ... Oct 13 13:13:37.868 INFO kablam! 1926 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_4align_alloc_layout_unchecked, 1000- 1, 4); Oct 13 13:13:37.868 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.868 INFO kablam! | Oct 13 13:13:37.868 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.869 INFO kablam! | Oct 13 13:13:37.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.869 INFO kablam! | Oct 13 13:13:37.869 INFO kablam! Oct 13 13:13:37.869 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.869 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.869 INFO kablam! | Oct 13 13:13:37.869 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.869 INFO kablam! | ^^^^^ Oct 13 13:13:37.869 INFO kablam! ... Oct 13 13:13:37.869 INFO kablam! 1939 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_4align_alloc_layout_unchecked, 10000- 1, 4); Oct 13 13:13:37.869 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.869 INFO kablam! | Oct 13 13:13:37.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.869 INFO kablam! | Oct 13 13:13:37.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.869 INFO kablam! | Oct 13 13:13:37.869 INFO kablam! Oct 13 13:13:37.869 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.869 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.869 INFO kablam! | Oct 13 13:13:37.869 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.869 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.869 INFO kablam! ... Oct 13 13:13:37.870 INFO kablam! 1939 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_4align_alloc_layout_unchecked, 10000- 1, 4); Oct 13 13:13:37.870 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.870 INFO kablam! | Oct 13 13:13:37.870 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.870 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.870 INFO kablam! | Oct 13 13:13:37.870 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.870 INFO kablam! | Oct 13 13:13:37.870 INFO kablam! Oct 13 13:13:37.870 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.870 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.870 INFO kablam! | Oct 13 13:13:37.870 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.870 INFO kablam! | ^^^^^ Oct 13 13:13:37.870 INFO kablam! ... Oct 13 13:13:37.870 INFO kablam! 1952 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_4align_alloc_layout_unchecked, 100000- 1, 4); Oct 13 13:13:37.870 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.870 INFO kablam! | Oct 13 13:13:37.870 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.870 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.870 INFO kablam! | Oct 13 13:13:37.870 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.870 INFO kablam! | Oct 13 13:13:37.870 INFO kablam! Oct 13 13:13:37.870 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.870 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.870 INFO kablam! | Oct 13 13:13:37.871 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.871 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.871 INFO kablam! ... Oct 13 13:13:37.871 INFO kablam! 1952 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_4align_alloc_layout_unchecked, 100000- 1, 4); Oct 13 13:13:37.871 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.871 INFO kablam! | Oct 13 13:13:37.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.871 INFO kablam! | Oct 13 13:13:37.871 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.871 INFO kablam! | Oct 13 13:13:37.871 INFO kablam! Oct 13 13:13:37.871 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.871 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.871 INFO kablam! | Oct 13 13:13:37.871 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.871 INFO kablam! | ^^^^^ Oct 13 13:13:37.871 INFO kablam! ... Oct 13 13:13:37.871 INFO kablam! 1965 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_4align_alloc_layout_unchecked, 1000000- 1, 4); Oct 13 13:13:37.871 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.871 INFO kablam! | Oct 13 13:13:37.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.871 INFO kablam! | Oct 13 13:13:37.872 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.872 INFO kablam! | Oct 13 13:13:37.872 INFO kablam! Oct 13 13:13:37.872 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.872 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.872 INFO kablam! | Oct 13 13:13:37.872 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.872 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.877 INFO kablam! ... Oct 13 13:13:37.877 INFO kablam! 1965 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_4align_alloc_layout_unchecked, 1000000- 1, 4); Oct 13 13:13:37.877 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.877 INFO kablam! | Oct 13 13:13:37.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.877 INFO kablam! | Oct 13 13:13:37.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.877 INFO kablam! | Oct 13 13:13:37.877 INFO kablam! Oct 13 13:13:37.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.877 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.877 INFO kablam! | Oct 13 13:13:37.877 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.877 INFO kablam! | ^^^^^ Oct 13 13:13:37.877 INFO kablam! ... Oct 13 13:13:37.877 INFO kablam! 1979 | rt_alloc_layout_unchecked!(rt_primes_3bytes_4align_alloc_layout_unchecked, 3, 4); Oct 13 13:13:37.877 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.877 INFO kablam! | Oct 13 13:13:37.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.878 INFO kablam! | Oct 13 13:13:37.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.878 INFO kablam! | Oct 13 13:13:37.878 INFO kablam! Oct 13 13:13:37.878 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.878 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.878 INFO kablam! | Oct 13 13:13:37.878 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.878 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.878 INFO kablam! ... Oct 13 13:13:37.878 INFO kablam! 1979 | rt_alloc_layout_unchecked!(rt_primes_3bytes_4align_alloc_layout_unchecked, 3, 4); Oct 13 13:13:37.878 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.878 INFO kablam! | Oct 13 13:13:37.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.878 INFO kablam! | Oct 13 13:13:37.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.878 INFO kablam! | Oct 13 13:13:37.878 INFO kablam! Oct 13 13:13:37.878 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.878 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.878 INFO kablam! | Oct 13 13:13:37.878 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.878 INFO kablam! | ^^^^^ Oct 13 13:13:37.878 INFO kablam! ... Oct 13 13:13:37.879 INFO kablam! 1992 | rt_alloc_layout_unchecked!(rt_primes_7bytes_4align_alloc_layout_unchecked, 7, 4); Oct 13 13:13:37.879 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.879 INFO kablam! | Oct 13 13:13:37.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.879 INFO kablam! | Oct 13 13:13:37.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.879 INFO kablam! | Oct 13 13:13:37.879 INFO kablam! Oct 13 13:13:37.879 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.879 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.879 INFO kablam! | Oct 13 13:13:37.879 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.879 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.879 INFO kablam! ... Oct 13 13:13:37.879 INFO kablam! 1992 | rt_alloc_layout_unchecked!(rt_primes_7bytes_4align_alloc_layout_unchecked, 7, 4); Oct 13 13:13:37.879 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.879 INFO kablam! | Oct 13 13:13:37.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.879 INFO kablam! | Oct 13 13:13:37.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.879 INFO kablam! | Oct 13 13:13:37.879 INFO kablam! Oct 13 13:13:37.879 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.880 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.880 INFO kablam! | Oct 13 13:13:37.880 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.880 INFO kablam! | ^^^^^ Oct 13 13:13:37.880 INFO kablam! ... Oct 13 13:13:37.880 INFO kablam! 2005 | rt_alloc_layout_unchecked!(rt_primes_13bytes_4align_alloc_layout_unchecked, 13, 4); Oct 13 13:13:37.880 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.880 INFO kablam! | Oct 13 13:13:37.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.889 INFO kablam! | Oct 13 13:13:37.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.889 INFO kablam! | Oct 13 13:13:37.889 INFO kablam! Oct 13 13:13:37.889 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.889 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.889 INFO kablam! | Oct 13 13:13:37.889 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.889 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.889 INFO kablam! ... Oct 13 13:13:37.889 INFO kablam! 2005 | rt_alloc_layout_unchecked!(rt_primes_13bytes_4align_alloc_layout_unchecked, 13, 4); Oct 13 13:13:37.889 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.889 INFO kablam! | Oct 13 13:13:37.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.890 INFO kablam! | Oct 13 13:13:37.890 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.890 INFO kablam! | Oct 13 13:13:37.890 INFO kablam! Oct 13 13:13:37.890 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.890 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.890 INFO kablam! | Oct 13 13:13:37.890 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.890 INFO kablam! | ^^^^^ Oct 13 13:13:37.890 INFO kablam! ... Oct 13 13:13:37.890 INFO kablam! 2018 | rt_alloc_layout_unchecked!(rt_primes_17bytes_4align_alloc_layout_unchecked, 17, 4); Oct 13 13:13:37.890 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.890 INFO kablam! | Oct 13 13:13:37.890 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.890 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.890 INFO kablam! | Oct 13 13:13:37.890 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.890 INFO kablam! | Oct 13 13:13:37.890 INFO kablam! Oct 13 13:13:37.890 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.890 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.890 INFO kablam! | Oct 13 13:13:37.890 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.890 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.890 INFO kablam! ... Oct 13 13:13:37.891 INFO kablam! 2018 | rt_alloc_layout_unchecked!(rt_primes_17bytes_4align_alloc_layout_unchecked, 17, 4); Oct 13 13:13:37.891 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.891 INFO kablam! | Oct 13 13:13:37.891 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.891 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.891 INFO kablam! | Oct 13 13:13:37.891 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.891 INFO kablam! | Oct 13 13:13:37.891 INFO kablam! Oct 13 13:13:37.891 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.891 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.891 INFO kablam! | Oct 13 13:13:37.891 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.891 INFO kablam! | ^^^^^ Oct 13 13:13:37.891 INFO kablam! ... Oct 13 13:13:37.891 INFO kablam! 2031 | rt_alloc_layout_unchecked!(rt_primes_31bytes_4align_alloc_layout_unchecked, 31, 4); Oct 13 13:13:37.891 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.891 INFO kablam! | Oct 13 13:13:37.891 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.891 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.891 INFO kablam! | Oct 13 13:13:37.891 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.891 INFO kablam! | Oct 13 13:13:37.891 INFO kablam! Oct 13 13:13:37.891 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.892 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.892 INFO kablam! | Oct 13 13:13:37.892 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.892 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.892 INFO kablam! ... Oct 13 13:13:37.892 INFO kablam! 2031 | rt_alloc_layout_unchecked!(rt_primes_31bytes_4align_alloc_layout_unchecked, 31, 4); Oct 13 13:13:37.892 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.892 INFO kablam! | Oct 13 13:13:37.892 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.892 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.892 INFO kablam! | Oct 13 13:13:37.892 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.892 INFO kablam! | Oct 13 13:13:37.893 INFO kablam! Oct 13 13:13:37.893 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.893 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.893 INFO kablam! | Oct 13 13:13:37.893 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.893 INFO kablam! | ^^^^^ Oct 13 13:13:37.893 INFO kablam! ... Oct 13 13:13:37.893 INFO kablam! 2044 | rt_alloc_layout_unchecked!(rt_primes_61bytes_4align_alloc_layout_unchecked, 61, 4); Oct 13 13:13:37.893 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.893 INFO kablam! | Oct 13 13:13:37.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.893 INFO kablam! | Oct 13 13:13:37.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.893 INFO kablam! | Oct 13 13:13:37.893 INFO kablam! Oct 13 13:13:37.893 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.893 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.893 INFO kablam! | Oct 13 13:13:37.893 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.893 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.893 INFO kablam! ... Oct 13 13:13:37.893 INFO kablam! 2044 | rt_alloc_layout_unchecked!(rt_primes_61bytes_4align_alloc_layout_unchecked, 61, 4); Oct 13 13:13:37.893 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.893 INFO kablam! | Oct 13 13:13:37.894 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.894 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.894 INFO kablam! | Oct 13 13:13:37.894 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.894 INFO kablam! | Oct 13 13:13:37.894 INFO kablam! Oct 13 13:13:37.894 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.894 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.894 INFO kablam! | Oct 13 13:13:37.894 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.894 INFO kablam! | ^^^^^ Oct 13 13:13:37.894 INFO kablam! ... Oct 13 13:13:37.894 INFO kablam! 2057 | rt_alloc_layout_unchecked!(rt_primes_96bytes_4align_alloc_layout_unchecked, 96, 4); Oct 13 13:13:37.894 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.894 INFO kablam! | Oct 13 13:13:37.894 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.894 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.894 INFO kablam! | Oct 13 13:13:37.894 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.894 INFO kablam! | Oct 13 13:13:37.894 INFO kablam! Oct 13 13:13:37.894 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.894 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.894 INFO kablam! | Oct 13 13:13:37.894 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.895 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.895 INFO kablam! ... Oct 13 13:13:37.895 INFO kablam! 2057 | rt_alloc_layout_unchecked!(rt_primes_96bytes_4align_alloc_layout_unchecked, 96, 4); Oct 13 13:13:37.895 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.895 INFO kablam! | Oct 13 13:13:37.895 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.895 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.895 INFO kablam! | Oct 13 13:13:37.895 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.895 INFO kablam! | Oct 13 13:13:37.895 INFO kablam! Oct 13 13:13:37.895 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.895 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.895 INFO kablam! | Oct 13 13:13:37.895 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.895 INFO kablam! | ^^^^^ Oct 13 13:13:37.895 INFO kablam! ... Oct 13 13:13:37.895 INFO kablam! 2070 | rt_alloc_layout_unchecked!(rt_primes_127bytes_4align_alloc_layout_unchecked, 127, 4); Oct 13 13:13:37.895 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.895 INFO kablam! | Oct 13 13:13:37.895 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.895 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.895 INFO kablam! | Oct 13 13:13:37.895 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.895 INFO kablam! | Oct 13 13:13:37.896 INFO kablam! Oct 13 13:13:37.896 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.896 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.896 INFO kablam! | Oct 13 13:13:37.896 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.896 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.896 INFO kablam! ... Oct 13 13:13:37.896 INFO kablam! 2070 | rt_alloc_layout_unchecked!(rt_primes_127bytes_4align_alloc_layout_unchecked, 127, 4); Oct 13 13:13:37.900 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.901 INFO kablam! | Oct 13 13:13:37.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.901 INFO kablam! | Oct 13 13:13:37.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.901 INFO kablam! | Oct 13 13:13:37.901 INFO kablam! Oct 13 13:13:37.901 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.901 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.901 INFO kablam! | Oct 13 13:13:37.901 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.901 INFO kablam! | ^^^^^ Oct 13 13:13:37.901 INFO kablam! ... Oct 13 13:13:37.901 INFO kablam! 2083 | rt_alloc_layout_unchecked!(rt_primes_257bytes_4align_alloc_layout_unchecked, 257, 4); Oct 13 13:13:37.901 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.901 INFO kablam! | Oct 13 13:13:37.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.901 INFO kablam! | Oct 13 13:13:37.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.901 INFO kablam! | Oct 13 13:13:37.901 INFO kablam! Oct 13 13:13:37.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.902 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.902 INFO kablam! | Oct 13 13:13:37.902 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.902 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.902 INFO kablam! ... Oct 13 13:13:37.902 INFO kablam! 2083 | rt_alloc_layout_unchecked!(rt_primes_257bytes_4align_alloc_layout_unchecked, 257, 4); Oct 13 13:13:37.902 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.902 INFO kablam! | Oct 13 13:13:37.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.902 INFO kablam! | Oct 13 13:13:37.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.902 INFO kablam! | Oct 13 13:13:37.902 INFO kablam! Oct 13 13:13:37.902 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.902 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.902 INFO kablam! | Oct 13 13:13:37.902 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.902 INFO kablam! | ^^^^^ Oct 13 13:13:37.902 INFO kablam! ... Oct 13 13:13:37.902 INFO kablam! 2096 | rt_alloc_layout_unchecked!(rt_primes_509bytes_4align_alloc_layout_unchecked, 509, 4); Oct 13 13:13:37.902 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.902 INFO kablam! | Oct 13 13:13:37.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.903 INFO kablam! | Oct 13 13:13:37.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.903 INFO kablam! | Oct 13 13:13:37.903 INFO kablam! Oct 13 13:13:37.903 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.903 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.903 INFO kablam! | Oct 13 13:13:37.903 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.903 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.903 INFO kablam! ... Oct 13 13:13:37.903 INFO kablam! 2096 | rt_alloc_layout_unchecked!(rt_primes_509bytes_4align_alloc_layout_unchecked, 509, 4); Oct 13 13:13:37.903 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.903 INFO kablam! | Oct 13 13:13:37.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.903 INFO kablam! | Oct 13 13:13:37.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.903 INFO kablam! | Oct 13 13:13:37.903 INFO kablam! Oct 13 13:13:37.903 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.903 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.903 INFO kablam! | Oct 13 13:13:37.903 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.904 INFO kablam! | ^^^^^ Oct 13 13:13:37.904 INFO kablam! ... Oct 13 13:13:37.904 INFO kablam! 2109 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_4align_alloc_layout_unchecked, 1021, 4); Oct 13 13:13:37.904 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.904 INFO kablam! | Oct 13 13:13:37.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.904 INFO kablam! | Oct 13 13:13:37.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.909 INFO kablam! | Oct 13 13:13:37.909 INFO kablam! Oct 13 13:13:37.909 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.909 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.909 INFO kablam! | Oct 13 13:13:37.909 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.909 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.909 INFO kablam! ... Oct 13 13:13:37.909 INFO kablam! 2109 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_4align_alloc_layout_unchecked, 1021, 4); Oct 13 13:13:37.909 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.909 INFO kablam! | Oct 13 13:13:37.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.909 INFO kablam! | Oct 13 13:13:37.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.909 INFO kablam! | Oct 13 13:13:37.909 INFO kablam! Oct 13 13:13:37.909 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.909 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.909 INFO kablam! | Oct 13 13:13:37.909 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.909 INFO kablam! | ^^^^^ Oct 13 13:13:37.909 INFO kablam! ... Oct 13 13:13:37.910 INFO kablam! 2122 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_4align_alloc_layout_unchecked, 2039, 4); Oct 13 13:13:37.910 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.910 INFO kablam! | Oct 13 13:13:37.910 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.910 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.910 INFO kablam! | Oct 13 13:13:37.910 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.910 INFO kablam! | Oct 13 13:13:37.910 INFO kablam! Oct 13 13:13:37.910 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.910 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.910 INFO kablam! | Oct 13 13:13:37.910 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.910 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.910 INFO kablam! ... Oct 13 13:13:37.910 INFO kablam! 2122 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_4align_alloc_layout_unchecked, 2039, 4); Oct 13 13:13:37.910 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.910 INFO kablam! | Oct 13 13:13:37.910 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.910 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.910 INFO kablam! | Oct 13 13:13:37.910 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.910 INFO kablam! | Oct 13 13:13:37.910 INFO kablam! Oct 13 13:13:37.910 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.910 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.910 INFO kablam! | Oct 13 13:13:37.911 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.911 INFO kablam! | ^^^^^ Oct 13 13:13:37.911 INFO kablam! ... Oct 13 13:13:37.911 INFO kablam! 2135 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_4align_alloc_layout_unchecked, 4093, 4); Oct 13 13:13:37.911 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.911 INFO kablam! | Oct 13 13:13:37.911 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.911 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.911 INFO kablam! | Oct 13 13:13:37.911 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.911 INFO kablam! | Oct 13 13:13:37.911 INFO kablam! Oct 13 13:13:37.911 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.911 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.911 INFO kablam! | Oct 13 13:13:37.911 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.911 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.911 INFO kablam! ... Oct 13 13:13:37.911 INFO kablam! 2135 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_4align_alloc_layout_unchecked, 4093, 4); Oct 13 13:13:37.911 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.911 INFO kablam! | Oct 13 13:13:37.911 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.911 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.911 INFO kablam! | Oct 13 13:13:37.911 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.912 INFO kablam! | Oct 13 13:13:37.912 INFO kablam! Oct 13 13:13:37.912 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.912 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.912 INFO kablam! | Oct 13 13:13:37.912 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.912 INFO kablam! | ^^^^^ Oct 13 13:13:37.912 INFO kablam! ... Oct 13 13:13:37.912 INFO kablam! 2148 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_4align_alloc_layout_unchecked, 8191, 4); Oct 13 13:13:37.916 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.916 INFO kablam! | Oct 13 13:13:37.916 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.916 INFO kablam! | Oct 13 13:13:37.916 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.916 INFO kablam! | Oct 13 13:13:37.916 INFO kablam! Oct 13 13:13:37.916 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.916 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.916 INFO kablam! | Oct 13 13:13:37.917 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.917 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.917 INFO kablam! ... Oct 13 13:13:37.917 INFO kablam! 2148 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_4align_alloc_layout_unchecked, 8191, 4); Oct 13 13:13:37.917 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.917 INFO kablam! | Oct 13 13:13:37.917 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.917 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.917 INFO kablam! | Oct 13 13:13:37.917 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.917 INFO kablam! | Oct 13 13:13:37.917 INFO kablam! Oct 13 13:13:37.917 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.917 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.917 INFO kablam! | Oct 13 13:13:37.917 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.917 INFO kablam! | ^^^^^ Oct 13 13:13:37.917 INFO kablam! ... Oct 13 13:13:37.917 INFO kablam! 2161 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_4align_alloc_layout_unchecked, 16381, 4); Oct 13 13:13:37.917 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.917 INFO kablam! | Oct 13 13:13:37.917 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.917 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.917 INFO kablam! | Oct 13 13:13:37.918 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.918 INFO kablam! | Oct 13 13:13:37.918 INFO kablam! Oct 13 13:13:37.918 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.918 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.918 INFO kablam! | Oct 13 13:13:37.918 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.918 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.918 INFO kablam! ... Oct 13 13:13:37.918 INFO kablam! 2161 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_4align_alloc_layout_unchecked, 16381, 4); Oct 13 13:13:37.918 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.918 INFO kablam! | Oct 13 13:13:37.918 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.918 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.918 INFO kablam! | Oct 13 13:13:37.918 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.918 INFO kablam! | Oct 13 13:13:37.918 INFO kablam! Oct 13 13:13:37.918 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.918 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.918 INFO kablam! | Oct 13 13:13:37.918 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.918 INFO kablam! | ^^^^^ Oct 13 13:13:37.918 INFO kablam! ... Oct 13 13:13:37.918 INFO kablam! 2174 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_4align_alloc_layout_unchecked, 32749, 4); Oct 13 13:13:37.919 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.919 INFO kablam! | Oct 13 13:13:37.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.919 INFO kablam! | Oct 13 13:13:37.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.919 INFO kablam! | Oct 13 13:13:37.919 INFO kablam! Oct 13 13:13:37.919 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.919 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.919 INFO kablam! | Oct 13 13:13:37.919 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.919 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.919 INFO kablam! ... Oct 13 13:13:37.919 INFO kablam! 2174 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_4align_alloc_layout_unchecked, 32749, 4); Oct 13 13:13:37.919 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.919 INFO kablam! | Oct 13 13:13:37.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.919 INFO kablam! | Oct 13 13:13:37.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.919 INFO kablam! | Oct 13 13:13:37.919 INFO kablam! Oct 13 13:13:37.919 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.919 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.920 INFO kablam! | Oct 13 13:13:37.920 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.920 INFO kablam! | ^^^^^ Oct 13 13:13:37.920 INFO kablam! ... Oct 13 13:13:37.920 INFO kablam! 2187 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_4align_alloc_layout_unchecked, 65537, 4); Oct 13 13:13:37.920 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.920 INFO kablam! | Oct 13 13:13:37.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.928 INFO kablam! | Oct 13 13:13:37.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.928 INFO kablam! | Oct 13 13:13:37.928 INFO kablam! Oct 13 13:13:37.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.928 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.928 INFO kablam! | Oct 13 13:13:37.928 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.928 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.929 INFO kablam! ... Oct 13 13:13:37.929 INFO kablam! 2187 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_4align_alloc_layout_unchecked, 65537, 4); Oct 13 13:13:37.929 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.929 INFO kablam! | Oct 13 13:13:37.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.929 INFO kablam! | Oct 13 13:13:37.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.929 INFO kablam! | Oct 13 13:13:37.929 INFO kablam! Oct 13 13:13:37.929 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.929 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.929 INFO kablam! | Oct 13 13:13:37.929 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.929 INFO kablam! | ^^^^^ Oct 13 13:13:37.929 INFO kablam! ... Oct 13 13:13:37.929 INFO kablam! 2200 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_4align_alloc_layout_unchecked, 131071, 4); Oct 13 13:13:37.929 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.929 INFO kablam! | Oct 13 13:13:37.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.929 INFO kablam! | Oct 13 13:13:37.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.929 INFO kablam! | Oct 13 13:13:37.930 INFO kablam! Oct 13 13:13:37.930 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.930 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.930 INFO kablam! | Oct 13 13:13:37.930 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.930 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.930 INFO kablam! ... Oct 13 13:13:37.930 INFO kablam! 2200 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_4align_alloc_layout_unchecked, 131071, 4); Oct 13 13:13:37.930 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.930 INFO kablam! | Oct 13 13:13:37.930 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.930 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.930 INFO kablam! | Oct 13 13:13:37.930 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.930 INFO kablam! | Oct 13 13:13:37.930 INFO kablam! Oct 13 13:13:37.930 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.930 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.930 INFO kablam! | Oct 13 13:13:37.930 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.930 INFO kablam! | ^^^^^ Oct 13 13:13:37.930 INFO kablam! ... Oct 13 13:13:37.930 INFO kablam! 2213 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_4align_alloc_layout_unchecked, 4194301, 4); Oct 13 13:13:37.930 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.930 INFO kablam! | Oct 13 13:13:37.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.931 INFO kablam! | Oct 13 13:13:37.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.931 INFO kablam! | Oct 13 13:13:37.931 INFO kablam! Oct 13 13:13:37.931 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.931 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.931 INFO kablam! | Oct 13 13:13:37.931 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.931 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.931 INFO kablam! ... Oct 13 13:13:37.931 INFO kablam! 2213 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_4align_alloc_layout_unchecked, 4194301, 4); Oct 13 13:13:37.931 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.931 INFO kablam! | Oct 13 13:13:37.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.931 INFO kablam! | Oct 13 13:13:37.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.931 INFO kablam! | Oct 13 13:13:37.931 INFO kablam! Oct 13 13:13:37.931 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.931 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.931 INFO kablam! | Oct 13 13:13:37.931 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.932 INFO kablam! | ^^^^^ Oct 13 13:13:37.932 INFO kablam! ... Oct 13 13:13:37.932 INFO kablam! 2229 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_8align_alloc_layout_unchecked, 1, 8); Oct 13 13:13:37.932 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.932 INFO kablam! | Oct 13 13:13:37.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.932 INFO kablam! | Oct 13 13:13:37.932 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.932 INFO kablam! | Oct 13 13:13:37.932 INFO kablam! Oct 13 13:13:37.932 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.932 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.932 INFO kablam! | Oct 13 13:13:37.932 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.932 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.932 INFO kablam! ... Oct 13 13:13:37.932 INFO kablam! 2229 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_8align_alloc_layout_unchecked, 1, 8); Oct 13 13:13:37.932 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.932 INFO kablam! | Oct 13 13:13:37.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.932 INFO kablam! | Oct 13 13:13:37.932 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.932 INFO kablam! | Oct 13 13:13:37.933 INFO kablam! Oct 13 13:13:37.933 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.933 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.933 INFO kablam! | Oct 13 13:13:37.933 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.933 INFO kablam! | ^^^^^ Oct 13 13:13:37.933 INFO kablam! ... Oct 13 13:13:37.933 INFO kablam! 2242 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_8align_alloc_layout_unchecked, 2, 8); Oct 13 13:13:37.933 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.933 INFO kablam! | Oct 13 13:13:37.933 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.933 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.933 INFO kablam! | Oct 13 13:13:37.933 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.933 INFO kablam! | Oct 13 13:13:37.933 INFO kablam! Oct 13 13:13:37.933 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.933 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.933 INFO kablam! | Oct 13 13:13:37.933 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.933 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.933 INFO kablam! ... Oct 13 13:13:37.933 INFO kablam! 2242 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_8align_alloc_layout_unchecked, 2, 8); Oct 13 13:13:37.933 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.933 INFO kablam! | Oct 13 13:13:37.934 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.934 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.934 INFO kablam! | Oct 13 13:13:37.934 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.934 INFO kablam! | Oct 13 13:13:37.934 INFO kablam! Oct 13 13:13:37.934 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.934 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.934 INFO kablam! | Oct 13 13:13:37.934 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.934 INFO kablam! | ^^^^^ Oct 13 13:13:37.934 INFO kablam! ... Oct 13 13:13:37.934 INFO kablam! 2255 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_8align_alloc_layout_unchecked, 4, 8); Oct 13 13:13:37.934 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.934 INFO kablam! | Oct 13 13:13:37.934 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.934 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.934 INFO kablam! | Oct 13 13:13:37.934 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.934 INFO kablam! | Oct 13 13:13:37.934 INFO kablam! Oct 13 13:13:37.934 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.934 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.935 INFO kablam! | Oct 13 13:13:37.935 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.935 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.935 INFO kablam! ... Oct 13 13:13:37.935 INFO kablam! 2255 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_8align_alloc_layout_unchecked, 4, 8); Oct 13 13:13:37.935 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.935 INFO kablam! | Oct 13 13:13:37.935 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.935 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.935 INFO kablam! | Oct 13 13:13:37.935 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.935 INFO kablam! | Oct 13 13:13:37.935 INFO kablam! Oct 13 13:13:37.935 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.935 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.935 INFO kablam! | Oct 13 13:13:37.935 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.935 INFO kablam! | ^^^^^ Oct 13 13:13:37.935 INFO kablam! ... Oct 13 13:13:37.935 INFO kablam! 2268 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_8align_alloc_layout_unchecked, 8, 8); Oct 13 13:13:37.935 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.935 INFO kablam! | Oct 13 13:13:37.935 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.935 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.935 INFO kablam! | Oct 13 13:13:37.936 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.936 INFO kablam! | Oct 13 13:13:37.936 INFO kablam! Oct 13 13:13:37.936 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.936 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.936 INFO kablam! | Oct 13 13:13:37.936 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.936 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.940 INFO kablam! ... Oct 13 13:13:37.940 INFO kablam! 2268 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_8align_alloc_layout_unchecked, 8, 8); Oct 13 13:13:37.940 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.940 INFO kablam! | Oct 13 13:13:37.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.940 INFO kablam! | Oct 13 13:13:37.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.940 INFO kablam! | Oct 13 13:13:37.940 INFO kablam! Oct 13 13:13:37.940 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.940 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.940 INFO kablam! | Oct 13 13:13:37.941 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.941 INFO kablam! | ^^^^^ Oct 13 13:13:37.941 INFO kablam! ... Oct 13 13:13:37.941 INFO kablam! 2281 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_8align_alloc_layout_unchecked, 16, 8); Oct 13 13:13:37.941 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.941 INFO kablam! | Oct 13 13:13:37.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.941 INFO kablam! | Oct 13 13:13:37.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.941 INFO kablam! | Oct 13 13:13:37.941 INFO kablam! Oct 13 13:13:37.941 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.941 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.941 INFO kablam! | Oct 13 13:13:37.941 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.941 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.941 INFO kablam! ... Oct 13 13:13:37.941 INFO kablam! 2281 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_8align_alloc_layout_unchecked, 16, 8); Oct 13 13:13:37.941 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.941 INFO kablam! | Oct 13 13:13:37.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.941 INFO kablam! | Oct 13 13:13:37.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.941 INFO kablam! | Oct 13 13:13:37.942 INFO kablam! Oct 13 13:13:37.942 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.942 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.942 INFO kablam! | Oct 13 13:13:37.942 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.942 INFO kablam! | ^^^^^ Oct 13 13:13:37.942 INFO kablam! ... Oct 13 13:13:37.942 INFO kablam! 2294 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_8align_alloc_layout_unchecked, 32, 8); Oct 13 13:13:37.942 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.942 INFO kablam! | Oct 13 13:13:37.942 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.942 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.942 INFO kablam! | Oct 13 13:13:37.942 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.942 INFO kablam! | Oct 13 13:13:37.942 INFO kablam! Oct 13 13:13:37.942 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.942 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.942 INFO kablam! | Oct 13 13:13:37.942 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.942 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.942 INFO kablam! ... Oct 13 13:13:37.942 INFO kablam! 2294 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_8align_alloc_layout_unchecked, 32, 8); Oct 13 13:13:37.942 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.942 INFO kablam! | Oct 13 13:13:37.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.943 INFO kablam! | Oct 13 13:13:37.943 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.943 INFO kablam! | Oct 13 13:13:37.943 INFO kablam! Oct 13 13:13:37.943 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.943 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.943 INFO kablam! | Oct 13 13:13:37.943 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.943 INFO kablam! | ^^^^^ Oct 13 13:13:37.943 INFO kablam! ... Oct 13 13:13:37.943 INFO kablam! 2307 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_8align_alloc_layout_unchecked, 64, 8); Oct 13 13:13:37.943 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.943 INFO kablam! | Oct 13 13:13:37.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.943 INFO kablam! | Oct 13 13:13:37.943 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.943 INFO kablam! | Oct 13 13:13:37.943 INFO kablam! Oct 13 13:13:37.943 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.943 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.943 INFO kablam! | Oct 13 13:13:37.943 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.943 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.943 INFO kablam! ... Oct 13 13:13:37.944 INFO kablam! 2307 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_8align_alloc_layout_unchecked, 64, 8); Oct 13 13:13:37.944 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.944 INFO kablam! | Oct 13 13:13:37.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.944 INFO kablam! | Oct 13 13:13:37.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.944 INFO kablam! | Oct 13 13:13:37.944 INFO kablam! Oct 13 13:13:37.948 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.948 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.948 INFO kablam! | Oct 13 13:13:37.948 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.948 INFO kablam! | ^^^^^ Oct 13 13:13:37.948 INFO kablam! ... Oct 13 13:13:37.948 INFO kablam! 2320 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_8align_alloc_layout_unchecked, 128, 8); Oct 13 13:13:37.948 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.948 INFO kablam! | Oct 13 13:13:37.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.949 INFO kablam! | Oct 13 13:13:37.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.949 INFO kablam! | Oct 13 13:13:37.949 INFO kablam! Oct 13 13:13:37.949 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.949 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.949 INFO kablam! | Oct 13 13:13:37.949 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.949 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.949 INFO kablam! ... Oct 13 13:13:37.949 INFO kablam! 2320 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_8align_alloc_layout_unchecked, 128, 8); Oct 13 13:13:37.949 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.949 INFO kablam! | Oct 13 13:13:37.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.949 INFO kablam! | Oct 13 13:13:37.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.949 INFO kablam! | Oct 13 13:13:37.949 INFO kablam! Oct 13 13:13:37.949 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.949 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.949 INFO kablam! | Oct 13 13:13:37.949 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.949 INFO kablam! | ^^^^^ Oct 13 13:13:37.950 INFO kablam! ... Oct 13 13:13:37.950 INFO kablam! 2333 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_8align_alloc_layout_unchecked, 256, 8); Oct 13 13:13:37.950 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.950 INFO kablam! | Oct 13 13:13:37.950 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.950 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.950 INFO kablam! | Oct 13 13:13:37.950 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.950 INFO kablam! | Oct 13 13:13:37.950 INFO kablam! Oct 13 13:13:37.950 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.950 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.950 INFO kablam! | Oct 13 13:13:37.950 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.950 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.950 INFO kablam! ... Oct 13 13:13:37.950 INFO kablam! 2333 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_8align_alloc_layout_unchecked, 256, 8); Oct 13 13:13:37.950 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.950 INFO kablam! | Oct 13 13:13:37.950 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.950 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.950 INFO kablam! | Oct 13 13:13:37.950 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.950 INFO kablam! | Oct 13 13:13:37.950 INFO kablam! Oct 13 13:13:37.951 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.951 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.951 INFO kablam! | Oct 13 13:13:37.951 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.951 INFO kablam! | ^^^^^ Oct 13 13:13:37.951 INFO kablam! ... Oct 13 13:13:37.951 INFO kablam! 2346 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_8align_alloc_layout_unchecked, 512, 8); Oct 13 13:13:37.951 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.951 INFO kablam! | Oct 13 13:13:37.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.951 INFO kablam! | Oct 13 13:13:37.951 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.951 INFO kablam! | Oct 13 13:13:37.951 INFO kablam! Oct 13 13:13:37.951 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.951 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.951 INFO kablam! | Oct 13 13:13:37.951 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.951 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.951 INFO kablam! ... Oct 13 13:13:37.951 INFO kablam! 2346 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_8align_alloc_layout_unchecked, 512, 8); Oct 13 13:13:37.951 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.951 INFO kablam! | Oct 13 13:13:37.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.952 INFO kablam! | Oct 13 13:13:37.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.952 INFO kablam! | Oct 13 13:13:37.952 INFO kablam! Oct 13 13:13:37.952 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.952 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.952 INFO kablam! | Oct 13 13:13:37.952 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.956 INFO kablam! | ^^^^^ Oct 13 13:13:37.956 INFO kablam! ... Oct 13 13:13:37.956 INFO kablam! 2359 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_8align_alloc_layout_unchecked, 1024, 8); Oct 13 13:13:37.956 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.956 INFO kablam! | Oct 13 13:13:37.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.956 INFO kablam! | Oct 13 13:13:37.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.956 INFO kablam! | Oct 13 13:13:37.956 INFO kablam! Oct 13 13:13:37.957 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.957 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.957 INFO kablam! | Oct 13 13:13:37.957 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.957 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.957 INFO kablam! ... Oct 13 13:13:37.957 INFO kablam! 2359 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_8align_alloc_layout_unchecked, 1024, 8); Oct 13 13:13:37.957 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.957 INFO kablam! | Oct 13 13:13:37.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.957 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.957 INFO kablam! | Oct 13 13:13:37.957 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.957 INFO kablam! | Oct 13 13:13:37.957 INFO kablam! Oct 13 13:13:37.957 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.957 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.957 INFO kablam! | Oct 13 13:13:37.957 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.957 INFO kablam! | ^^^^^ Oct 13 13:13:37.957 INFO kablam! ... Oct 13 13:13:37.957 INFO kablam! 2372 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_8align_alloc_layout_unchecked, 2048, 8); Oct 13 13:13:37.957 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.957 INFO kablam! | Oct 13 13:13:37.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.958 INFO kablam! | Oct 13 13:13:37.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.958 INFO kablam! | Oct 13 13:13:37.958 INFO kablam! Oct 13 13:13:37.958 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.958 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.958 INFO kablam! | Oct 13 13:13:37.958 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.958 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.958 INFO kablam! ... Oct 13 13:13:37.958 INFO kablam! 2372 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_8align_alloc_layout_unchecked, 2048, 8); Oct 13 13:13:37.958 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.958 INFO kablam! | Oct 13 13:13:37.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.958 INFO kablam! | Oct 13 13:13:37.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.958 INFO kablam! | Oct 13 13:13:37.958 INFO kablam! Oct 13 13:13:37.958 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.958 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.958 INFO kablam! | Oct 13 13:13:37.958 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.958 INFO kablam! | ^^^^^ Oct 13 13:13:37.959 INFO kablam! ... Oct 13 13:13:37.959 INFO kablam! 2385 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_8align_alloc_layout_unchecked, 4096, 8); Oct 13 13:13:37.959 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.959 INFO kablam! | Oct 13 13:13:37.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.959 INFO kablam! | Oct 13 13:13:37.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.959 INFO kablam! | Oct 13 13:13:37.959 INFO kablam! Oct 13 13:13:37.959 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.959 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.959 INFO kablam! | Oct 13 13:13:37.959 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.959 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.959 INFO kablam! ... Oct 13 13:13:37.959 INFO kablam! 2385 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_8align_alloc_layout_unchecked, 4096, 8); Oct 13 13:13:37.959 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.959 INFO kablam! | Oct 13 13:13:37.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.959 INFO kablam! | Oct 13 13:13:37.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.959 INFO kablam! | Oct 13 13:13:37.959 INFO kablam! Oct 13 13:13:37.960 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.960 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.960 INFO kablam! | Oct 13 13:13:37.960 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.960 INFO kablam! | ^^^^^ Oct 13 13:13:37.960 INFO kablam! ... Oct 13 13:13:37.960 INFO kablam! 2398 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_8align_alloc_layout_unchecked, 8192, 8); Oct 13 13:13:37.960 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.960 INFO kablam! | Oct 13 13:13:37.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.960 INFO kablam! | Oct 13 13:13:37.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.960 INFO kablam! | Oct 13 13:13:37.960 INFO kablam! Oct 13 13:13:37.960 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.960 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.960 INFO kablam! | Oct 13 13:13:37.960 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.960 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.960 INFO kablam! ... Oct 13 13:13:37.960 INFO kablam! 2398 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_8align_alloc_layout_unchecked, 8192, 8); Oct 13 13:13:37.960 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.960 INFO kablam! | Oct 13 13:13:37.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.961 INFO kablam! | Oct 13 13:13:37.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.961 INFO kablam! | Oct 13 13:13:37.961 INFO kablam! Oct 13 13:13:37.961 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.961 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.961 INFO kablam! | Oct 13 13:13:37.961 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.961 INFO kablam! | ^^^^^ Oct 13 13:13:37.961 INFO kablam! ... Oct 13 13:13:37.961 INFO kablam! 2411 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_8align_alloc_layout_unchecked, 16384, 8); Oct 13 13:13:37.961 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.961 INFO kablam! | Oct 13 13:13:37.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.961 INFO kablam! | Oct 13 13:13:37.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.961 INFO kablam! | Oct 13 13:13:37.961 INFO kablam! Oct 13 13:13:37.961 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.961 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.961 INFO kablam! | Oct 13 13:13:37.961 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.961 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.962 INFO kablam! ... Oct 13 13:13:37.962 INFO kablam! 2411 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_8align_alloc_layout_unchecked, 16384, 8); Oct 13 13:13:37.962 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.962 INFO kablam! | Oct 13 13:13:37.962 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.962 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.962 INFO kablam! | Oct 13 13:13:37.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.962 INFO kablam! | Oct 13 13:13:37.962 INFO kablam! Oct 13 13:13:37.962 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.962 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.962 INFO kablam! | Oct 13 13:13:37.962 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.962 INFO kablam! | ^^^^^ Oct 13 13:13:37.962 INFO kablam! ... Oct 13 13:13:37.962 INFO kablam! 2424 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_8align_alloc_layout_unchecked, 32768, 8); Oct 13 13:13:37.962 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.962 INFO kablam! | Oct 13 13:13:37.962 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.962 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.962 INFO kablam! | Oct 13 13:13:37.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.962 INFO kablam! | Oct 13 13:13:37.962 INFO kablam! Oct 13 13:13:37.962 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.962 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.963 INFO kablam! | Oct 13 13:13:37.963 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.963 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.963 INFO kablam! ... Oct 13 13:13:37.963 INFO kablam! 2424 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_8align_alloc_layout_unchecked, 32768, 8); Oct 13 13:13:37.963 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.963 INFO kablam! | Oct 13 13:13:37.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.963 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.963 INFO kablam! | Oct 13 13:13:37.963 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.963 INFO kablam! | Oct 13 13:13:37.963 INFO kablam! Oct 13 13:13:37.963 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.963 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.963 INFO kablam! | Oct 13 13:13:37.963 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.963 INFO kablam! | ^^^^^ Oct 13 13:13:37.963 INFO kablam! ... Oct 13 13:13:37.963 INFO kablam! 2437 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_8align_alloc_layout_unchecked, 65536, 8); Oct 13 13:13:37.963 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.963 INFO kablam! | Oct 13 13:13:37.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.963 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.963 INFO kablam! | Oct 13 13:13:37.963 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.963 INFO kablam! | Oct 13 13:13:37.964 INFO kablam! Oct 13 13:13:37.964 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.964 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.964 INFO kablam! | Oct 13 13:13:37.964 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.964 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.964 INFO kablam! ... Oct 13 13:13:37.964 INFO kablam! 2437 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_8align_alloc_layout_unchecked, 65536, 8); Oct 13 13:13:37.964 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.968 INFO kablam! | Oct 13 13:13:37.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.968 INFO kablam! | Oct 13 13:13:37.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.968 INFO kablam! | Oct 13 13:13:37.968 INFO kablam! Oct 13 13:13:37.968 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.968 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.968 INFO kablam! | Oct 13 13:13:37.968 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.969 INFO kablam! | ^^^^^ Oct 13 13:13:37.969 INFO kablam! ... Oct 13 13:13:37.969 INFO kablam! 2450 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_8align_alloc_layout_unchecked, 131072, 8); Oct 13 13:13:37.969 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.969 INFO kablam! | Oct 13 13:13:37.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.969 INFO kablam! | Oct 13 13:13:37.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.969 INFO kablam! | Oct 13 13:13:37.969 INFO kablam! Oct 13 13:13:37.969 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.969 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.969 INFO kablam! | Oct 13 13:13:37.969 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.969 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.969 INFO kablam! ... Oct 13 13:13:37.969 INFO kablam! 2450 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_8align_alloc_layout_unchecked, 131072, 8); Oct 13 13:13:37.969 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.969 INFO kablam! | Oct 13 13:13:37.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.969 INFO kablam! | Oct 13 13:13:37.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.969 INFO kablam! | Oct 13 13:13:37.970 INFO kablam! Oct 13 13:13:37.970 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.970 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.970 INFO kablam! | Oct 13 13:13:37.970 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.970 INFO kablam! | ^^^^^ Oct 13 13:13:37.970 INFO kablam! ... Oct 13 13:13:37.970 INFO kablam! 2463 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_8align_alloc_layout_unchecked, 4194304, 8); Oct 13 13:13:37.970 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.970 INFO kablam! | Oct 13 13:13:37.970 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.970 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.970 INFO kablam! | Oct 13 13:13:37.970 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.970 INFO kablam! | Oct 13 13:13:37.970 INFO kablam! Oct 13 13:13:37.970 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.970 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.970 INFO kablam! | Oct 13 13:13:37.970 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.970 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.970 INFO kablam! ... Oct 13 13:13:37.970 INFO kablam! 2463 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_8align_alloc_layout_unchecked, 4194304, 8); Oct 13 13:13:37.970 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.970 INFO kablam! | Oct 13 13:13:37.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.971 INFO kablam! | Oct 13 13:13:37.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.971 INFO kablam! | Oct 13 13:13:37.971 INFO kablam! Oct 13 13:13:37.971 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.971 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.971 INFO kablam! | Oct 13 13:13:37.971 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.971 INFO kablam! | ^^^^^ Oct 13 13:13:37.971 INFO kablam! ... Oct 13 13:13:37.971 INFO kablam! 2477 | rt_alloc_layout_unchecked!(rt_even_10bytes_8align_alloc_layout_unchecked, 10, 8); Oct 13 13:13:37.971 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.971 INFO kablam! | Oct 13 13:13:37.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.971 INFO kablam! | Oct 13 13:13:37.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.971 INFO kablam! | Oct 13 13:13:37.971 INFO kablam! Oct 13 13:13:37.971 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.971 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.971 INFO kablam! | Oct 13 13:13:37.971 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.972 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.972 INFO kablam! ... Oct 13 13:13:37.972 INFO kablam! 2477 | rt_alloc_layout_unchecked!(rt_even_10bytes_8align_alloc_layout_unchecked, 10, 8); Oct 13 13:13:37.972 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.972 INFO kablam! | Oct 13 13:13:37.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.972 INFO kablam! | Oct 13 13:13:37.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.976 INFO kablam! | Oct 13 13:13:37.976 INFO kablam! Oct 13 13:13:37.976 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.976 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.976 INFO kablam! | Oct 13 13:13:37.976 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.976 INFO kablam! | ^^^^^ Oct 13 13:13:37.976 INFO kablam! ... Oct 13 13:13:37.976 INFO kablam! 2490 | rt_alloc_layout_unchecked!(rt_even_100bytes_8align_alloc_layout_unchecked, 100, 8); Oct 13 13:13:37.976 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.976 INFO kablam! | Oct 13 13:13:37.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.977 INFO kablam! | Oct 13 13:13:37.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.977 INFO kablam! | Oct 13 13:13:37.977 INFO kablam! Oct 13 13:13:37.977 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.977 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.977 INFO kablam! | Oct 13 13:13:37.977 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.977 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.977 INFO kablam! ... Oct 13 13:13:37.977 INFO kablam! 2490 | rt_alloc_layout_unchecked!(rt_even_100bytes_8align_alloc_layout_unchecked, 100, 8); Oct 13 13:13:37.977 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.977 INFO kablam! | Oct 13 13:13:37.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.977 INFO kablam! | Oct 13 13:13:37.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.977 INFO kablam! | Oct 13 13:13:37.977 INFO kablam! Oct 13 13:13:37.977 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.977 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.977 INFO kablam! | Oct 13 13:13:37.977 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.978 INFO kablam! | ^^^^^ Oct 13 13:13:37.978 INFO kablam! ... Oct 13 13:13:37.978 INFO kablam! 2503 | rt_alloc_layout_unchecked!(rt_even_1000bytes_8align_alloc_layout_unchecked, 1000, 8); Oct 13 13:13:37.978 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.978 INFO kablam! | Oct 13 13:13:37.978 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.978 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.978 INFO kablam! | Oct 13 13:13:37.978 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.978 INFO kablam! | Oct 13 13:13:37.978 INFO kablam! Oct 13 13:13:37.978 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.978 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.978 INFO kablam! | Oct 13 13:13:37.978 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.978 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.978 INFO kablam! ... Oct 13 13:13:37.978 INFO kablam! 2503 | rt_alloc_layout_unchecked!(rt_even_1000bytes_8align_alloc_layout_unchecked, 1000, 8); Oct 13 13:13:37.978 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.978 INFO kablam! | Oct 13 13:13:37.978 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.978 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.978 INFO kablam! | Oct 13 13:13:37.978 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.978 INFO kablam! | Oct 13 13:13:37.979 INFO kablam! Oct 13 13:13:37.979 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.979 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.979 INFO kablam! | Oct 13 13:13:37.979 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.979 INFO kablam! | ^^^^^ Oct 13 13:13:37.979 INFO kablam! ... Oct 13 13:13:37.979 INFO kablam! 2516 | rt_alloc_layout_unchecked!(rt_even_10000bytes_8align_alloc_layout_unchecked, 10000, 8); Oct 13 13:13:37.979 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.979 INFO kablam! | Oct 13 13:13:37.979 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.979 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.979 INFO kablam! | Oct 13 13:13:37.979 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.979 INFO kablam! | Oct 13 13:13:37.979 INFO kablam! Oct 13 13:13:37.979 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.979 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.979 INFO kablam! | Oct 13 13:13:37.979 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.979 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.979 INFO kablam! ... Oct 13 13:13:37.979 INFO kablam! 2516 | rt_alloc_layout_unchecked!(rt_even_10000bytes_8align_alloc_layout_unchecked, 10000, 8); Oct 13 13:13:37.979 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.979 INFO kablam! | Oct 13 13:13:37.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.980 INFO kablam! | Oct 13 13:13:37.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.980 INFO kablam! | Oct 13 13:13:37.980 INFO kablam! Oct 13 13:13:37.980 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.980 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.984 INFO kablam! | Oct 13 13:13:37.984 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.984 INFO kablam! | ^^^^^ Oct 13 13:13:37.984 INFO kablam! ... Oct 13 13:13:37.984 INFO kablam! 2529 | rt_alloc_layout_unchecked!(rt_even_100000bytes_8align_alloc_layout_unchecked, 100000, 8); Oct 13 13:13:37.984 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.984 INFO kablam! | Oct 13 13:13:37.984 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.984 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.985 INFO kablam! | Oct 13 13:13:37.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.985 INFO kablam! | Oct 13 13:13:37.985 INFO kablam! Oct 13 13:13:37.985 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.985 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.985 INFO kablam! | Oct 13 13:13:37.985 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.985 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.985 INFO kablam! ... Oct 13 13:13:37.985 INFO kablam! 2529 | rt_alloc_layout_unchecked!(rt_even_100000bytes_8align_alloc_layout_unchecked, 100000, 8); Oct 13 13:13:37.985 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.985 INFO kablam! | Oct 13 13:13:37.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.985 INFO kablam! | Oct 13 13:13:37.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.985 INFO kablam! | Oct 13 13:13:37.985 INFO kablam! Oct 13 13:13:37.985 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.985 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.985 INFO kablam! | Oct 13 13:13:37.986 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.986 INFO kablam! | ^^^^^ Oct 13 13:13:37.986 INFO kablam! ... Oct 13 13:13:37.986 INFO kablam! 2542 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_8align_alloc_layout_unchecked, 1000000, 8); Oct 13 13:13:37.986 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.986 INFO kablam! | Oct 13 13:13:37.986 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.986 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.986 INFO kablam! | Oct 13 13:13:37.986 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.986 INFO kablam! | Oct 13 13:13:37.986 INFO kablam! Oct 13 13:13:37.986 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.986 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.986 INFO kablam! | Oct 13 13:13:37.986 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.986 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.986 INFO kablam! ... Oct 13 13:13:37.986 INFO kablam! 2542 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_8align_alloc_layout_unchecked, 1000000, 8); Oct 13 13:13:37.986 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.986 INFO kablam! | Oct 13 13:13:37.986 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.987 INFO kablam! | Oct 13 13:13:37.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.987 INFO kablam! | Oct 13 13:13:37.987 INFO kablam! Oct 13 13:13:37.987 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.987 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.987 INFO kablam! | Oct 13 13:13:37.987 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.987 INFO kablam! | ^^^^^ Oct 13 13:13:37.987 INFO kablam! ... Oct 13 13:13:37.987 INFO kablam! 2556 | rt_alloc_layout_unchecked!(rt_odd_10bytes_8align_alloc_layout_unchecked, 10- 1, 8); Oct 13 13:13:37.987 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.987 INFO kablam! | Oct 13 13:13:37.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.987 INFO kablam! | Oct 13 13:13:37.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.987 INFO kablam! | Oct 13 13:13:37.987 INFO kablam! Oct 13 13:13:37.987 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.987 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.987 INFO kablam! | Oct 13 13:13:37.988 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.988 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.988 INFO kablam! ... Oct 13 13:13:37.988 INFO kablam! 2556 | rt_alloc_layout_unchecked!(rt_odd_10bytes_8align_alloc_layout_unchecked, 10- 1, 8); Oct 13 13:13:37.988 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.988 INFO kablam! | Oct 13 13:13:37.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.988 INFO kablam! | Oct 13 13:13:37.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.988 INFO kablam! | Oct 13 13:13:37.988 INFO kablam! Oct 13 13:13:37.988 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.988 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.988 INFO kablam! | Oct 13 13:13:37.988 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.988 INFO kablam! | ^^^^^ Oct 13 13:13:37.988 INFO kablam! ... Oct 13 13:13:37.988 INFO kablam! 2569 | rt_alloc_layout_unchecked!(rt_odd_100bytes_8align_alloc_layout_unchecked, 100- 1, 8); Oct 13 13:13:37.988 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.988 INFO kablam! | Oct 13 13:13:37.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.988 INFO kablam! | Oct 13 13:13:37.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.989 INFO kablam! | Oct 13 13:13:37.989 INFO kablam! Oct 13 13:13:37.989 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.989 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.989 INFO kablam! | Oct 13 13:13:37.989 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.989 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.989 INFO kablam! ... Oct 13 13:13:37.989 INFO kablam! 2569 | rt_alloc_layout_unchecked!(rt_odd_100bytes_8align_alloc_layout_unchecked, 100- 1, 8); Oct 13 13:13:37.989 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.989 INFO kablam! | Oct 13 13:13:37.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.989 INFO kablam! | Oct 13 13:13:37.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.989 INFO kablam! | Oct 13 13:13:37.989 INFO kablam! Oct 13 13:13:37.989 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.989 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.989 INFO kablam! | Oct 13 13:13:37.989 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.989 INFO kablam! | ^^^^^ Oct 13 13:13:37.989 INFO kablam! ... Oct 13 13:13:37.989 INFO kablam! 2582 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_8align_alloc_layout_unchecked, 1000- 1, 8); Oct 13 13:13:37.989 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.989 INFO kablam! | Oct 13 13:13:37.990 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.990 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.990 INFO kablam! | Oct 13 13:13:37.990 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.990 INFO kablam! | Oct 13 13:13:37.990 INFO kablam! Oct 13 13:13:37.990 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.990 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.990 INFO kablam! | Oct 13 13:13:37.990 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.990 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.990 INFO kablam! ... Oct 13 13:13:37.990 INFO kablam! 2582 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_8align_alloc_layout_unchecked, 1000- 1, 8); Oct 13 13:13:37.990 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.990 INFO kablam! | Oct 13 13:13:37.990 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.990 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.990 INFO kablam! | Oct 13 13:13:37.990 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.990 INFO kablam! | Oct 13 13:13:37.990 INFO kablam! Oct 13 13:13:37.990 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.990 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.990 INFO kablam! | Oct 13 13:13:37.990 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.990 INFO kablam! | ^^^^^ Oct 13 13:13:37.990 INFO kablam! ... Oct 13 13:13:37.990 INFO kablam! 2595 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_8align_alloc_layout_unchecked, 10000- 1, 8); Oct 13 13:13:37.991 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.991 INFO kablam! | Oct 13 13:13:37.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.991 INFO kablam! | Oct 13 13:13:37.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.991 INFO kablam! | Oct 13 13:13:37.991 INFO kablam! Oct 13 13:13:37.991 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.991 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.991 INFO kablam! | Oct 13 13:13:37.991 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.991 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.991 INFO kablam! ... Oct 13 13:13:37.991 INFO kablam! 2595 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_8align_alloc_layout_unchecked, 10000- 1, 8); Oct 13 13:13:37.991 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.991 INFO kablam! | Oct 13 13:13:37.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.991 INFO kablam! | Oct 13 13:13:37.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.991 INFO kablam! | Oct 13 13:13:37.991 INFO kablam! Oct 13 13:13:37.991 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.991 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.991 INFO kablam! | Oct 13 13:13:37.991 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.991 INFO kablam! | ^^^^^ Oct 13 13:13:37.991 INFO kablam! ... Oct 13 13:13:37.992 INFO kablam! 2608 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_8align_alloc_layout_unchecked, 100000- 1, 8); Oct 13 13:13:37.992 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.992 INFO kablam! | Oct 13 13:13:37.992 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.992 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.992 INFO kablam! | Oct 13 13:13:37.992 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.992 INFO kablam! | Oct 13 13:13:37.992 INFO kablam! Oct 13 13:13:37.992 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.996 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.996 INFO kablam! | Oct 13 13:13:37.996 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.996 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.996 INFO kablam! ... Oct 13 13:13:37.996 INFO kablam! 2608 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_8align_alloc_layout_unchecked, 100000- 1, 8); Oct 13 13:13:37.996 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.996 INFO kablam! | Oct 13 13:13:37.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.997 INFO kablam! | Oct 13 13:13:37.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.997 INFO kablam! | Oct 13 13:13:37.997 INFO kablam! Oct 13 13:13:37.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.997 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.997 INFO kablam! | Oct 13 13:13:37.997 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.997 INFO kablam! | ^^^^^ Oct 13 13:13:37.997 INFO kablam! ... Oct 13 13:13:37.997 INFO kablam! 2621 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_8align_alloc_layout_unchecked, 1000000- 1, 8); Oct 13 13:13:37.997 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.997 INFO kablam! | Oct 13 13:13:37.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.997 INFO kablam! | Oct 13 13:13:37.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.997 INFO kablam! | Oct 13 13:13:37.997 INFO kablam! Oct 13 13:13:37.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.997 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.997 INFO kablam! | Oct 13 13:13:37.997 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.998 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.998 INFO kablam! ... Oct 13 13:13:37.998 INFO kablam! 2621 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_8align_alloc_layout_unchecked, 1000000- 1, 8); Oct 13 13:13:37.998 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.998 INFO kablam! | Oct 13 13:13:37.998 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.998 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.998 INFO kablam! | Oct 13 13:13:37.998 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.998 INFO kablam! | Oct 13 13:13:37.998 INFO kablam! Oct 13 13:13:37.998 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.998 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.998 INFO kablam! | Oct 13 13:13:37.998 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.998 INFO kablam! | ^^^^^ Oct 13 13:13:37.998 INFO kablam! ... Oct 13 13:13:37.998 INFO kablam! 2635 | rt_alloc_layout_unchecked!(rt_primes_3bytes_8align_alloc_layout_unchecked, 3, 8); Oct 13 13:13:37.998 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.998 INFO kablam! | Oct 13 13:13:37.998 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.998 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.998 INFO kablam! | Oct 13 13:13:37.998 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.998 INFO kablam! | Oct 13 13:13:37.999 INFO kablam! Oct 13 13:13:37.999 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.999 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:37.999 INFO kablam! | Oct 13 13:13:37.999 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:37.999 INFO kablam! | ^^^^^^^ Oct 13 13:13:37.999 INFO kablam! ... Oct 13 13:13:37.999 INFO kablam! 2635 | rt_alloc_layout_unchecked!(rt_primes_3bytes_8align_alloc_layout_unchecked, 3, 8); Oct 13 13:13:37.999 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.999 INFO kablam! | Oct 13 13:13:37.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.999 INFO kablam! | Oct 13 13:13:37.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:37.999 INFO kablam! | Oct 13 13:13:37.999 INFO kablam! Oct 13 13:13:37.999 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:37.999 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:37.999 INFO kablam! | Oct 13 13:13:37.999 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:37.999 INFO kablam! | ^^^^^ Oct 13 13:13:37.999 INFO kablam! ... Oct 13 13:13:37.999 INFO kablam! 2648 | rt_alloc_layout_unchecked!(rt_primes_7bytes_8align_alloc_layout_unchecked, 7, 8); Oct 13 13:13:37.999 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:37.999 INFO kablam! | Oct 13 13:13:37.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:37.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:37.999 INFO kablam! | Oct 13 13:13:38.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.000 INFO kablam! | Oct 13 13:13:38.000 INFO kablam! Oct 13 13:13:38.000 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.000 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.000 INFO kablam! | Oct 13 13:13:38.000 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.000 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.000 INFO kablam! ... Oct 13 13:13:38.000 INFO kablam! 2648 | rt_alloc_layout_unchecked!(rt_primes_7bytes_8align_alloc_layout_unchecked, 7, 8); Oct 13 13:13:38.004 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.004 INFO kablam! | Oct 13 13:13:38.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.004 INFO kablam! | Oct 13 13:13:38.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.004 INFO kablam! | Oct 13 13:13:38.004 INFO kablam! Oct 13 13:13:38.004 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.005 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.005 INFO kablam! | Oct 13 13:13:38.005 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.005 INFO kablam! | ^^^^^ Oct 13 13:13:38.005 INFO kablam! ... Oct 13 13:13:38.005 INFO kablam! 2661 | rt_alloc_layout_unchecked!(rt_primes_13bytes_8align_alloc_layout_unchecked, 13, 8); Oct 13 13:13:38.005 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.005 INFO kablam! | Oct 13 13:13:38.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.005 INFO kablam! | Oct 13 13:13:38.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.005 INFO kablam! | Oct 13 13:13:38.005 INFO kablam! Oct 13 13:13:38.005 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.005 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.005 INFO kablam! | Oct 13 13:13:38.005 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.005 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.005 INFO kablam! ... Oct 13 13:13:38.005 INFO kablam! 2661 | rt_alloc_layout_unchecked!(rt_primes_13bytes_8align_alloc_layout_unchecked, 13, 8); Oct 13 13:13:38.005 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.005 INFO kablam! | Oct 13 13:13:38.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.005 INFO kablam! | Oct 13 13:13:38.006 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.006 INFO kablam! | Oct 13 13:13:38.006 INFO kablam! Oct 13 13:13:38.006 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.006 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.006 INFO kablam! | Oct 13 13:13:38.006 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.006 INFO kablam! | ^^^^^ Oct 13 13:13:38.006 INFO kablam! ... Oct 13 13:13:38.006 INFO kablam! 2674 | rt_alloc_layout_unchecked!(rt_primes_17bytes_8align_alloc_layout_unchecked, 17, 8); Oct 13 13:13:38.006 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.006 INFO kablam! | Oct 13 13:13:38.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.006 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.006 INFO kablam! | Oct 13 13:13:38.006 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.006 INFO kablam! | Oct 13 13:13:38.006 INFO kablam! Oct 13 13:13:38.006 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.006 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.006 INFO kablam! | Oct 13 13:13:38.006 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.006 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.006 INFO kablam! ... Oct 13 13:13:38.006 INFO kablam! 2674 | rt_alloc_layout_unchecked!(rt_primes_17bytes_8align_alloc_layout_unchecked, 17, 8); Oct 13 13:13:38.007 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.007 INFO kablam! | Oct 13 13:13:38.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.007 INFO kablam! | Oct 13 13:13:38.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.007 INFO kablam! | Oct 13 13:13:38.007 INFO kablam! Oct 13 13:13:38.007 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.007 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.007 INFO kablam! | Oct 13 13:13:38.007 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.007 INFO kablam! | ^^^^^ Oct 13 13:13:38.007 INFO kablam! ... Oct 13 13:13:38.007 INFO kablam! 2687 | rt_alloc_layout_unchecked!(rt_primes_31bytes_8align_alloc_layout_unchecked, 31, 8); Oct 13 13:13:38.007 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.007 INFO kablam! | Oct 13 13:13:38.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.007 INFO kablam! | Oct 13 13:13:38.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.007 INFO kablam! | Oct 13 13:13:38.007 INFO kablam! Oct 13 13:13:38.007 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.007 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.008 INFO kablam! | Oct 13 13:13:38.008 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.008 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.008 INFO kablam! ... Oct 13 13:13:38.008 INFO kablam! 2687 | rt_alloc_layout_unchecked!(rt_primes_31bytes_8align_alloc_layout_unchecked, 31, 8); Oct 13 13:13:38.008 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.008 INFO kablam! | Oct 13 13:13:38.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.012 INFO kablam! | Oct 13 13:13:38.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.012 INFO kablam! | Oct 13 13:13:38.012 INFO kablam! Oct 13 13:13:38.012 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.012 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.012 INFO kablam! | Oct 13 13:13:38.012 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.012 INFO kablam! | ^^^^^ Oct 13 13:13:38.012 INFO kablam! ... Oct 13 13:13:38.012 INFO kablam! 2700 | rt_alloc_layout_unchecked!(rt_primes_61bytes_8align_alloc_layout_unchecked, 61, 8); Oct 13 13:13:38.012 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.012 INFO kablam! | Oct 13 13:13:38.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.013 INFO kablam! | Oct 13 13:13:38.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.013 INFO kablam! | Oct 13 13:13:38.013 INFO kablam! Oct 13 13:13:38.013 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.013 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.013 INFO kablam! | Oct 13 13:13:38.013 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.013 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.013 INFO kablam! ... Oct 13 13:13:38.013 INFO kablam! 2700 | rt_alloc_layout_unchecked!(rt_primes_61bytes_8align_alloc_layout_unchecked, 61, 8); Oct 13 13:13:38.013 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.013 INFO kablam! | Oct 13 13:13:38.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.013 INFO kablam! | Oct 13 13:13:38.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.013 INFO kablam! | Oct 13 13:13:38.013 INFO kablam! Oct 13 13:13:38.013 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.013 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.013 INFO kablam! | Oct 13 13:13:38.013 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.013 INFO kablam! | ^^^^^ Oct 13 13:13:38.013 INFO kablam! ... Oct 13 13:13:38.013 INFO kablam! 2713 | rt_alloc_layout_unchecked!(rt_primes_96bytes_8align_alloc_layout_unchecked, 96, 8); Oct 13 13:13:38.013 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.014 INFO kablam! | Oct 13 13:13:38.014 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.014 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.014 INFO kablam! | Oct 13 13:13:38.014 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.014 INFO kablam! | Oct 13 13:13:38.014 INFO kablam! Oct 13 13:13:38.014 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.014 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.014 INFO kablam! | Oct 13 13:13:38.014 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.014 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.014 INFO kablam! ... Oct 13 13:13:38.014 INFO kablam! 2713 | rt_alloc_layout_unchecked!(rt_primes_96bytes_8align_alloc_layout_unchecked, 96, 8); Oct 13 13:13:38.014 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.014 INFO kablam! | Oct 13 13:13:38.014 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.014 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.014 INFO kablam! | Oct 13 13:13:38.014 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.014 INFO kablam! | Oct 13 13:13:38.014 INFO kablam! Oct 13 13:13:38.014 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.014 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.014 INFO kablam! | Oct 13 13:13:38.014 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.014 INFO kablam! | ^^^^^ Oct 13 13:13:38.014 INFO kablam! ... Oct 13 13:13:38.015 INFO kablam! 2726 | rt_alloc_layout_unchecked!(rt_primes_127bytes_8align_alloc_layout_unchecked, 127, 8); Oct 13 13:13:38.015 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.015 INFO kablam! | Oct 13 13:13:38.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.015 INFO kablam! | Oct 13 13:13:38.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.015 INFO kablam! | Oct 13 13:13:38.015 INFO kablam! Oct 13 13:13:38.015 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.015 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.015 INFO kablam! | Oct 13 13:13:38.015 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.015 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.015 INFO kablam! ... Oct 13 13:13:38.015 INFO kablam! 2726 | rt_alloc_layout_unchecked!(rt_primes_127bytes_8align_alloc_layout_unchecked, 127, 8); Oct 13 13:13:38.015 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.015 INFO kablam! | Oct 13 13:13:38.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.015 INFO kablam! | Oct 13 13:13:38.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.015 INFO kablam! | Oct 13 13:13:38.015 INFO kablam! Oct 13 13:13:38.015 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.015 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.015 INFO kablam! | Oct 13 13:13:38.015 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.015 INFO kablam! | ^^^^^ Oct 13 13:13:38.016 INFO kablam! ... Oct 13 13:13:38.016 INFO kablam! 2739 | rt_alloc_layout_unchecked!(rt_primes_257bytes_8align_alloc_layout_unchecked, 257, 8); Oct 13 13:13:38.016 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.016 INFO kablam! | Oct 13 13:13:38.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.016 INFO kablam! | Oct 13 13:13:38.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.016 INFO kablam! | Oct 13 13:13:38.016 INFO kablam! Oct 13 13:13:38.016 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.016 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.016 INFO kablam! | Oct 13 13:13:38.016 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.016 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.016 INFO kablam! ... Oct 13 13:13:38.016 INFO kablam! 2739 | rt_alloc_layout_unchecked!(rt_primes_257bytes_8align_alloc_layout_unchecked, 257, 8); Oct 13 13:13:38.016 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.016 INFO kablam! | Oct 13 13:13:38.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.016 INFO kablam! | Oct 13 13:13:38.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.017 INFO kablam! | Oct 13 13:13:38.017 INFO kablam! Oct 13 13:13:38.017 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.017 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.017 INFO kablam! | Oct 13 13:13:38.017 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.017 INFO kablam! | ^^^^^ Oct 13 13:13:38.017 INFO kablam! ... Oct 13 13:13:38.017 INFO kablam! 2752 | rt_alloc_layout_unchecked!(rt_primes_509bytes_8align_alloc_layout_unchecked, 509, 8); Oct 13 13:13:38.017 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.017 INFO kablam! | Oct 13 13:13:38.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.017 INFO kablam! | Oct 13 13:13:38.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.017 INFO kablam! | Oct 13 13:13:38.017 INFO kablam! Oct 13 13:13:38.017 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.017 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.017 INFO kablam! | Oct 13 13:13:38.017 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.017 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.017 INFO kablam! ... Oct 13 13:13:38.017 INFO kablam! 2752 | rt_alloc_layout_unchecked!(rt_primes_509bytes_8align_alloc_layout_unchecked, 509, 8); Oct 13 13:13:38.018 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.018 INFO kablam! | Oct 13 13:13:38.018 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.018 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.018 INFO kablam! | Oct 13 13:13:38.018 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.018 INFO kablam! | Oct 13 13:13:38.018 INFO kablam! Oct 13 13:13:38.018 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.018 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.018 INFO kablam! | Oct 13 13:13:38.018 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.018 INFO kablam! | ^^^^^ Oct 13 13:13:38.018 INFO kablam! ... Oct 13 13:13:38.018 INFO kablam! 2765 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_8align_alloc_layout_unchecked, 1021, 8); Oct 13 13:13:38.018 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.018 INFO kablam! | Oct 13 13:13:38.018 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.018 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.018 INFO kablam! | Oct 13 13:13:38.018 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.018 INFO kablam! | Oct 13 13:13:38.018 INFO kablam! Oct 13 13:13:38.018 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.018 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.019 INFO kablam! | Oct 13 13:13:38.019 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.019 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.019 INFO kablam! ... Oct 13 13:13:38.019 INFO kablam! 2765 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_8align_alloc_layout_unchecked, 1021, 8); Oct 13 13:13:38.019 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.019 INFO kablam! | Oct 13 13:13:38.019 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.019 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.019 INFO kablam! | Oct 13 13:13:38.019 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.019 INFO kablam! | Oct 13 13:13:38.019 INFO kablam! Oct 13 13:13:38.019 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.019 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.019 INFO kablam! | Oct 13 13:13:38.019 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.019 INFO kablam! | ^^^^^ Oct 13 13:13:38.019 INFO kablam! ... Oct 13 13:13:38.019 INFO kablam! 2778 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_8align_alloc_layout_unchecked, 2039, 8); Oct 13 13:13:38.019 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.019 INFO kablam! | Oct 13 13:13:38.019 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.019 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.019 INFO kablam! | Oct 13 13:13:38.020 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.020 INFO kablam! | Oct 13 13:13:38.020 INFO kablam! Oct 13 13:13:38.020 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.020 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.020 INFO kablam! | Oct 13 13:13:38.020 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.020 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.020 INFO kablam! ... Oct 13 13:13:38.020 INFO kablam! 2778 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_8align_alloc_layout_unchecked, 2039, 8); Oct 13 13:13:38.020 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.020 INFO kablam! | Oct 13 13:13:38.020 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.020 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.020 INFO kablam! | Oct 13 13:13:38.020 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.020 INFO kablam! | Oct 13 13:13:38.020 INFO kablam! Oct 13 13:13:38.020 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.020 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.020 INFO kablam! | Oct 13 13:13:38.020 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.020 INFO kablam! | ^^^^^ Oct 13 13:13:38.020 INFO kablam! ... Oct 13 13:13:38.021 INFO kablam! 2791 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_8align_alloc_layout_unchecked, 4093, 8); Oct 13 13:13:38.021 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.021 INFO kablam! | Oct 13 13:13:38.021 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.021 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.021 INFO kablam! | Oct 13 13:13:38.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.021 INFO kablam! | Oct 13 13:13:38.021 INFO kablam! Oct 13 13:13:38.021 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.021 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.021 INFO kablam! | Oct 13 13:13:38.021 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.021 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.021 INFO kablam! ... Oct 13 13:13:38.021 INFO kablam! 2791 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_8align_alloc_layout_unchecked, 4093, 8); Oct 13 13:13:38.021 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.021 INFO kablam! | Oct 13 13:13:38.021 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.021 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.021 INFO kablam! | Oct 13 13:13:38.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.021 INFO kablam! | Oct 13 13:13:38.021 INFO kablam! Oct 13 13:13:38.022 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.022 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.022 INFO kablam! | Oct 13 13:13:38.022 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.022 INFO kablam! | ^^^^^ Oct 13 13:13:38.022 INFO kablam! ... Oct 13 13:13:38.022 INFO kablam! 2804 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_8align_alloc_layout_unchecked, 8191, 8); Oct 13 13:13:38.022 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.022 INFO kablam! | Oct 13 13:13:38.022 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.022 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.022 INFO kablam! | Oct 13 13:13:38.022 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.022 INFO kablam! | Oct 13 13:13:38.022 INFO kablam! Oct 13 13:13:38.022 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.022 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.022 INFO kablam! | Oct 13 13:13:38.022 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.022 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.022 INFO kablam! ... Oct 13 13:13:38.022 INFO kablam! 2804 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_8align_alloc_layout_unchecked, 8191, 8); Oct 13 13:13:38.022 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.022 INFO kablam! | Oct 13 13:13:38.022 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.023 INFO kablam! | Oct 13 13:13:38.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.023 INFO kablam! | Oct 13 13:13:38.023 INFO kablam! Oct 13 13:13:38.023 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.023 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.023 INFO kablam! | Oct 13 13:13:38.023 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.023 INFO kablam! | ^^^^^ Oct 13 13:13:38.023 INFO kablam! ... Oct 13 13:13:38.023 INFO kablam! 2817 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_8align_alloc_layout_unchecked, 16381, 8); Oct 13 13:13:38.023 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.023 INFO kablam! | Oct 13 13:13:38.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.023 INFO kablam! | Oct 13 13:13:38.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.023 INFO kablam! | Oct 13 13:13:38.023 INFO kablam! Oct 13 13:13:38.023 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.023 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.023 INFO kablam! | Oct 13 13:13:38.023 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.024 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.024 INFO kablam! ... Oct 13 13:13:38.024 INFO kablam! 2817 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_8align_alloc_layout_unchecked, 16381, 8); Oct 13 13:13:38.024 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.024 INFO kablam! | Oct 13 13:13:38.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.024 INFO kablam! | Oct 13 13:13:38.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.024 INFO kablam! | Oct 13 13:13:38.024 INFO kablam! Oct 13 13:13:38.024 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.024 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.024 INFO kablam! | Oct 13 13:13:38.024 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.024 INFO kablam! | ^^^^^ Oct 13 13:13:38.024 INFO kablam! ... Oct 13 13:13:38.024 INFO kablam! 2830 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_8align_alloc_layout_unchecked, 32749, 8); Oct 13 13:13:38.024 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.024 INFO kablam! | Oct 13 13:13:38.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.025 INFO kablam! | Oct 13 13:13:38.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.025 INFO kablam! | Oct 13 13:13:38.025 INFO kablam! Oct 13 13:13:38.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.025 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.025 INFO kablam! | Oct 13 13:13:38.025 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.025 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.025 INFO kablam! ... Oct 13 13:13:38.025 INFO kablam! 2830 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_8align_alloc_layout_unchecked, 32749, 8); Oct 13 13:13:38.025 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.025 INFO kablam! | Oct 13 13:13:38.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.025 INFO kablam! | Oct 13 13:13:38.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.025 INFO kablam! | Oct 13 13:13:38.025 INFO kablam! Oct 13 13:13:38.025 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.025 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.025 INFO kablam! | Oct 13 13:13:38.025 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.026 INFO kablam! | ^^^^^ Oct 13 13:13:38.026 INFO kablam! ... Oct 13 13:13:38.026 INFO kablam! 2843 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_8align_alloc_layout_unchecked, 65537, 8); Oct 13 13:13:38.026 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.026 INFO kablam! | Oct 13 13:13:38.026 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.026 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.026 INFO kablam! | Oct 13 13:13:38.026 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.026 INFO kablam! | Oct 13 13:13:38.026 INFO kablam! Oct 13 13:13:38.026 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.026 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.026 INFO kablam! | Oct 13 13:13:38.026 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.026 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.026 INFO kablam! ... Oct 13 13:13:38.026 INFO kablam! 2843 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_8align_alloc_layout_unchecked, 65537, 8); Oct 13 13:13:38.026 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.026 INFO kablam! | Oct 13 13:13:38.026 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.026 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.026 INFO kablam! | Oct 13 13:13:38.026 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.027 INFO kablam! | Oct 13 13:13:38.027 INFO kablam! Oct 13 13:13:38.027 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.027 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.027 INFO kablam! | Oct 13 13:13:38.027 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.027 INFO kablam! | ^^^^^ Oct 13 13:13:38.027 INFO kablam! ... Oct 13 13:13:38.027 INFO kablam! 2856 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_8align_alloc_layout_unchecked, 131071, 8); Oct 13 13:13:38.027 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.027 INFO kablam! | Oct 13 13:13:38.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.027 INFO kablam! | Oct 13 13:13:38.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.027 INFO kablam! | Oct 13 13:13:38.027 INFO kablam! Oct 13 13:13:38.027 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.027 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.027 INFO kablam! | Oct 13 13:13:38.027 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.027 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.027 INFO kablam! ... Oct 13 13:13:38.028 INFO kablam! 2856 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_8align_alloc_layout_unchecked, 131071, 8); Oct 13 13:13:38.028 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.028 INFO kablam! | Oct 13 13:13:38.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.028 INFO kablam! | Oct 13 13:13:38.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.028 INFO kablam! | Oct 13 13:13:38.028 INFO kablam! Oct 13 13:13:38.028 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.028 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.028 INFO kablam! | Oct 13 13:13:38.028 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.028 INFO kablam! | ^^^^^ Oct 13 13:13:38.028 INFO kablam! ... Oct 13 13:13:38.028 INFO kablam! 2869 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_8align_alloc_layout_unchecked, 4194301, 8); Oct 13 13:13:38.028 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.028 INFO kablam! | Oct 13 13:13:38.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.028 INFO kablam! | Oct 13 13:13:38.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.028 INFO kablam! | Oct 13 13:13:38.028 INFO kablam! Oct 13 13:13:38.029 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.029 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.029 INFO kablam! | Oct 13 13:13:38.029 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.029 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.029 INFO kablam! ... Oct 13 13:13:38.029 INFO kablam! 2869 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_8align_alloc_layout_unchecked, 4194301, 8); Oct 13 13:13:38.029 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.029 INFO kablam! | Oct 13 13:13:38.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.029 INFO kablam! | Oct 13 13:13:38.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.029 INFO kablam! | Oct 13 13:13:38.029 INFO kablam! Oct 13 13:13:38.029 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.029 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.029 INFO kablam! | Oct 13 13:13:38.029 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.029 INFO kablam! | ^^^^^ Oct 13 13:13:38.029 INFO kablam! ... Oct 13 13:13:38.030 INFO kablam! 2885 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_16align_alloc_layout_unchecked, 1, 16); Oct 13 13:13:38.030 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.030 INFO kablam! | Oct 13 13:13:38.030 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.030 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.030 INFO kablam! | Oct 13 13:13:38.030 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.030 INFO kablam! | Oct 13 13:13:38.030 INFO kablam! Oct 13 13:13:38.030 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.030 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.030 INFO kablam! | Oct 13 13:13:38.030 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.030 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.030 INFO kablam! ... Oct 13 13:13:38.030 INFO kablam! 2885 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_16align_alloc_layout_unchecked, 1, 16); Oct 13 13:13:38.030 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.030 INFO kablam! | Oct 13 13:13:38.030 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.030 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.030 INFO kablam! | Oct 13 13:13:38.030 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.031 INFO kablam! | Oct 13 13:13:38.031 INFO kablam! Oct 13 13:13:38.031 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.031 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.031 INFO kablam! | Oct 13 13:13:38.031 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.031 INFO kablam! | ^^^^^ Oct 13 13:13:38.031 INFO kablam! ... Oct 13 13:13:38.031 INFO kablam! 2898 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_16align_alloc_layout_unchecked, 2, 16); Oct 13 13:13:38.031 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.031 INFO kablam! | Oct 13 13:13:38.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.031 INFO kablam! | Oct 13 13:13:38.031 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.031 INFO kablam! | Oct 13 13:13:38.031 INFO kablam! Oct 13 13:13:38.031 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.031 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.031 INFO kablam! | Oct 13 13:13:38.031 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.031 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.032 INFO kablam! ... Oct 13 13:13:38.032 INFO kablam! 2898 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_16align_alloc_layout_unchecked, 2, 16); Oct 13 13:13:38.032 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.032 INFO kablam! | Oct 13 13:13:38.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.032 INFO kablam! | Oct 13 13:13:38.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.032 INFO kablam! | Oct 13 13:13:38.032 INFO kablam! Oct 13 13:13:38.032 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.032 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.032 INFO kablam! | Oct 13 13:13:38.032 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.032 INFO kablam! | ^^^^^ Oct 13 13:13:38.032 INFO kablam! ... Oct 13 13:13:38.032 INFO kablam! 2911 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_16align_alloc_layout_unchecked, 4, 16); Oct 13 13:13:38.032 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.032 INFO kablam! | Oct 13 13:13:38.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.033 INFO kablam! | Oct 13 13:13:38.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.033 INFO kablam! | Oct 13 13:13:38.033 INFO kablam! Oct 13 13:13:38.033 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.033 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.033 INFO kablam! | Oct 13 13:13:38.033 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.033 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.033 INFO kablam! ... Oct 13 13:13:38.033 INFO kablam! 2911 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_16align_alloc_layout_unchecked, 4, 16); Oct 13 13:13:38.033 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.033 INFO kablam! | Oct 13 13:13:38.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.033 INFO kablam! | Oct 13 13:13:38.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.033 INFO kablam! | Oct 13 13:13:38.033 INFO kablam! Oct 13 13:13:38.033 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.033 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.033 INFO kablam! | Oct 13 13:13:38.033 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.033 INFO kablam! | ^^^^^ Oct 13 13:13:38.033 INFO kablam! ... Oct 13 13:13:38.033 INFO kablam! 2924 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_16align_alloc_layout_unchecked, 8, 16); Oct 13 13:13:38.033 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.034 INFO kablam! | Oct 13 13:13:38.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.034 INFO kablam! | Oct 13 13:13:38.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.034 INFO kablam! | Oct 13 13:13:38.034 INFO kablam! Oct 13 13:13:38.034 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.034 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.034 INFO kablam! | Oct 13 13:13:38.034 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.034 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.034 INFO kablam! ... Oct 13 13:13:38.034 INFO kablam! 2924 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_16align_alloc_layout_unchecked, 8, 16); Oct 13 13:13:38.034 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.034 INFO kablam! | Oct 13 13:13:38.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.034 INFO kablam! | Oct 13 13:13:38.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.034 INFO kablam! | Oct 13 13:13:38.034 INFO kablam! Oct 13 13:13:38.034 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.034 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.034 INFO kablam! | Oct 13 13:13:38.034 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.034 INFO kablam! | ^^^^^ Oct 13 13:13:38.034 INFO kablam! ... Oct 13 13:13:38.035 INFO kablam! 2937 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_16align_alloc_layout_unchecked, 16, 16); Oct 13 13:13:38.035 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.035 INFO kablam! | Oct 13 13:13:38.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.035 INFO kablam! | Oct 13 13:13:38.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.035 INFO kablam! | Oct 13 13:13:38.035 INFO kablam! Oct 13 13:13:38.035 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.035 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.035 INFO kablam! | Oct 13 13:13:38.035 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.035 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.035 INFO kablam! ... Oct 13 13:13:38.035 INFO kablam! 2937 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_16align_alloc_layout_unchecked, 16, 16); Oct 13 13:13:38.035 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.035 INFO kablam! | Oct 13 13:13:38.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.035 INFO kablam! | Oct 13 13:13:38.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.035 INFO kablam! | Oct 13 13:13:38.035 INFO kablam! Oct 13 13:13:38.035 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.035 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.035 INFO kablam! | Oct 13 13:13:38.035 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.035 INFO kablam! | ^^^^^ Oct 13 13:13:38.036 INFO kablam! ... Oct 13 13:13:38.036 INFO kablam! 2950 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_16align_alloc_layout_unchecked, 32, 16); Oct 13 13:13:38.036 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.036 INFO kablam! | Oct 13 13:13:38.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.036 INFO kablam! | Oct 13 13:13:38.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.036 INFO kablam! | Oct 13 13:13:38.036 INFO kablam! Oct 13 13:13:38.036 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.036 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.036 INFO kablam! | Oct 13 13:13:38.036 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.036 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.036 INFO kablam! ... Oct 13 13:13:38.036 INFO kablam! 2950 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_16align_alloc_layout_unchecked, 32, 16); Oct 13 13:13:38.036 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.036 INFO kablam! | Oct 13 13:13:38.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.036 INFO kablam! | Oct 13 13:13:38.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.036 INFO kablam! | Oct 13 13:13:38.037 INFO kablam! Oct 13 13:13:38.037 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.037 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.037 INFO kablam! | Oct 13 13:13:38.037 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.037 INFO kablam! | ^^^^^ Oct 13 13:13:38.037 INFO kablam! ... Oct 13 13:13:38.037 INFO kablam! 2963 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_16align_alloc_layout_unchecked, 64, 16); Oct 13 13:13:38.037 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.037 INFO kablam! | Oct 13 13:13:38.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.037 INFO kablam! | Oct 13 13:13:38.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.037 INFO kablam! | Oct 13 13:13:38.037 INFO kablam! Oct 13 13:13:38.037 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.037 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.037 INFO kablam! | Oct 13 13:13:38.037 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.037 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.037 INFO kablam! ... Oct 13 13:13:38.037 INFO kablam! 2963 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_16align_alloc_layout_unchecked, 64, 16); Oct 13 13:13:38.037 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.037 INFO kablam! | Oct 13 13:13:38.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.038 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.038 INFO kablam! | Oct 13 13:13:38.038 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.038 INFO kablam! | Oct 13 13:13:38.038 INFO kablam! Oct 13 13:13:38.038 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.038 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.038 INFO kablam! | Oct 13 13:13:38.038 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.038 INFO kablam! | ^^^^^ Oct 13 13:13:38.038 INFO kablam! ... Oct 13 13:13:38.038 INFO kablam! 2976 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_16align_alloc_layout_unchecked, 128, 16); Oct 13 13:13:38.038 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.038 INFO kablam! | Oct 13 13:13:38.038 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.038 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.038 INFO kablam! | Oct 13 13:13:38.038 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.038 INFO kablam! | Oct 13 13:13:38.038 INFO kablam! Oct 13 13:13:38.038 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.038 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.038 INFO kablam! | Oct 13 13:13:38.038 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.038 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.039 INFO kablam! ... Oct 13 13:13:38.039 INFO kablam! 2976 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_16align_alloc_layout_unchecked, 128, 16); Oct 13 13:13:38.039 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.039 INFO kablam! | Oct 13 13:13:38.039 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.039 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.039 INFO kablam! | Oct 13 13:13:38.039 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.039 INFO kablam! | Oct 13 13:13:38.039 INFO kablam! Oct 13 13:13:38.039 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.039 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.039 INFO kablam! | Oct 13 13:13:38.039 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.039 INFO kablam! | ^^^^^ Oct 13 13:13:38.039 INFO kablam! ... Oct 13 13:13:38.039 INFO kablam! 2989 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_16align_alloc_layout_unchecked, 256, 16); Oct 13 13:13:38.039 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.039 INFO kablam! | Oct 13 13:13:38.039 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.039 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.039 INFO kablam! | Oct 13 13:13:38.039 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.039 INFO kablam! | Oct 13 13:13:38.039 INFO kablam! Oct 13 13:13:38.040 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.040 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.040 INFO kablam! | Oct 13 13:13:38.040 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.040 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.040 INFO kablam! ... Oct 13 13:13:38.040 INFO kablam! 2989 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_16align_alloc_layout_unchecked, 256, 16); Oct 13 13:13:38.040 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.040 INFO kablam! | Oct 13 13:13:38.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.040 INFO kablam! | Oct 13 13:13:38.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.040 INFO kablam! | Oct 13 13:13:38.040 INFO kablam! Oct 13 13:13:38.040 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.040 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.040 INFO kablam! | Oct 13 13:13:38.040 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.040 INFO kablam! | ^^^^^ Oct 13 13:13:38.040 INFO kablam! ... Oct 13 13:13:38.040 INFO kablam! 3002 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_16align_alloc_layout_unchecked, 512, 16); Oct 13 13:13:38.040 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.041 INFO kablam! | Oct 13 13:13:38.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.041 INFO kablam! | Oct 13 13:13:38.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.041 INFO kablam! | Oct 13 13:13:38.041 INFO kablam! Oct 13 13:13:38.041 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.041 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.041 INFO kablam! | Oct 13 13:13:38.041 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.041 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.041 INFO kablam! ... Oct 13 13:13:38.041 INFO kablam! 3002 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_16align_alloc_layout_unchecked, 512, 16); Oct 13 13:13:38.041 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.041 INFO kablam! | Oct 13 13:13:38.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.041 INFO kablam! | Oct 13 13:13:38.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.041 INFO kablam! | Oct 13 13:13:38.041 INFO kablam! Oct 13 13:13:38.041 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.042 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.042 INFO kablam! | Oct 13 13:13:38.042 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.042 INFO kablam! | ^^^^^ Oct 13 13:13:38.042 INFO kablam! ... Oct 13 13:13:38.042 INFO kablam! 3015 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_16align_alloc_layout_unchecked, 1024, 16); Oct 13 13:13:38.042 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.042 INFO kablam! | Oct 13 13:13:38.042 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.042 INFO kablam! | Oct 13 13:13:38.042 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.042 INFO kablam! | Oct 13 13:13:38.042 INFO kablam! Oct 13 13:13:38.042 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.042 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.042 INFO kablam! | Oct 13 13:13:38.042 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.042 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.042 INFO kablam! ... Oct 13 13:13:38.042 INFO kablam! 3015 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_16align_alloc_layout_unchecked, 1024, 16); Oct 13 13:13:38.042 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.042 INFO kablam! | Oct 13 13:13:38.042 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.043 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.043 INFO kablam! | Oct 13 13:13:38.043 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.043 INFO kablam! | Oct 13 13:13:38.043 INFO kablam! Oct 13 13:13:38.043 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.043 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.043 INFO kablam! | Oct 13 13:13:38.043 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.043 INFO kablam! | ^^^^^ Oct 13 13:13:38.043 INFO kablam! ... Oct 13 13:13:38.043 INFO kablam! 3028 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_16align_alloc_layout_unchecked, 2048, 16); Oct 13 13:13:38.043 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.043 INFO kablam! | Oct 13 13:13:38.043 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.043 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.043 INFO kablam! | Oct 13 13:13:38.043 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.043 INFO kablam! | Oct 13 13:13:38.043 INFO kablam! Oct 13 13:13:38.043 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.043 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.043 INFO kablam! | Oct 13 13:13:38.044 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.044 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.044 INFO kablam! ... Oct 13 13:13:38.044 INFO kablam! 3028 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_16align_alloc_layout_unchecked, 2048, 16); Oct 13 13:13:38.044 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.044 INFO kablam! | Oct 13 13:13:38.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.048 INFO kablam! | Oct 13 13:13:38.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.048 INFO kablam! | Oct 13 13:13:38.048 INFO kablam! Oct 13 13:13:38.048 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.048 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.048 INFO kablam! | Oct 13 13:13:38.049 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.049 INFO kablam! | ^^^^^ Oct 13 13:13:38.049 INFO kablam! ... Oct 13 13:13:38.049 INFO kablam! 3041 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_16align_alloc_layout_unchecked, 4096, 16); Oct 13 13:13:38.049 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.049 INFO kablam! | Oct 13 13:13:38.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.049 INFO kablam! | Oct 13 13:13:38.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.049 INFO kablam! | Oct 13 13:13:38.049 INFO kablam! Oct 13 13:13:38.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.049 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.049 INFO kablam! | Oct 13 13:13:38.049 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.049 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.049 INFO kablam! ... Oct 13 13:13:38.049 INFO kablam! 3041 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_16align_alloc_layout_unchecked, 4096, 16); Oct 13 13:13:38.049 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.049 INFO kablam! | Oct 13 13:13:38.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.049 INFO kablam! | Oct 13 13:13:38.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.049 INFO kablam! | Oct 13 13:13:38.049 INFO kablam! Oct 13 13:13:38.049 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.050 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.050 INFO kablam! | Oct 13 13:13:38.050 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.050 INFO kablam! | ^^^^^ Oct 13 13:13:38.050 INFO kablam! ... Oct 13 13:13:38.050 INFO kablam! 3054 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_16align_alloc_layout_unchecked, 8192, 16); Oct 13 13:13:38.050 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.050 INFO kablam! | Oct 13 13:13:38.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.050 INFO kablam! | Oct 13 13:13:38.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.050 INFO kablam! | Oct 13 13:13:38.050 INFO kablam! Oct 13 13:13:38.050 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.050 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.050 INFO kablam! | Oct 13 13:13:38.050 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.050 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.050 INFO kablam! ... Oct 13 13:13:38.050 INFO kablam! 3054 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_16align_alloc_layout_unchecked, 8192, 16); Oct 13 13:13:38.050 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.050 INFO kablam! | Oct 13 13:13:38.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.050 INFO kablam! | Oct 13 13:13:38.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.050 INFO kablam! | Oct 13 13:13:38.051 INFO kablam! Oct 13 13:13:38.051 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.051 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.051 INFO kablam! | Oct 13 13:13:38.051 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.051 INFO kablam! | ^^^^^ Oct 13 13:13:38.051 INFO kablam! ... Oct 13 13:13:38.051 INFO kablam! 3067 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_16align_alloc_layout_unchecked, 16384, 16); Oct 13 13:13:38.051 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.051 INFO kablam! | Oct 13 13:13:38.051 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.051 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.051 INFO kablam! | Oct 13 13:13:38.051 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.051 INFO kablam! | Oct 13 13:13:38.051 INFO kablam! Oct 13 13:13:38.051 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.051 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.051 INFO kablam! | Oct 13 13:13:38.051 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.051 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.051 INFO kablam! ... Oct 13 13:13:38.051 INFO kablam! 3067 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_16align_alloc_layout_unchecked, 16384, 16); Oct 13 13:13:38.051 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.051 INFO kablam! | Oct 13 13:13:38.051 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.051 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.051 INFO kablam! | Oct 13 13:13:38.051 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.052 INFO kablam! | Oct 13 13:13:38.052 INFO kablam! Oct 13 13:13:38.052 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.052 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.052 INFO kablam! | Oct 13 13:13:38.052 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.052 INFO kablam! | ^^^^^ Oct 13 13:13:38.052 INFO kablam! ... Oct 13 13:13:38.052 INFO kablam! 3080 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_16align_alloc_layout_unchecked, 32768, 16); Oct 13 13:13:38.052 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.056 INFO kablam! | Oct 13 13:13:38.056 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.056 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.056 INFO kablam! | Oct 13 13:13:38.056 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.056 INFO kablam! | Oct 13 13:13:38.056 INFO kablam! Oct 13 13:13:38.056 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.056 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.056 INFO kablam! | Oct 13 13:13:38.056 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.057 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.057 INFO kablam! ... Oct 13 13:13:38.057 INFO kablam! 3080 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_16align_alloc_layout_unchecked, 32768, 16); Oct 13 13:13:38.057 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.057 INFO kablam! | Oct 13 13:13:38.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.057 INFO kablam! | Oct 13 13:13:38.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.057 INFO kablam! | Oct 13 13:13:38.057 INFO kablam! Oct 13 13:13:38.057 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.057 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.057 INFO kablam! | Oct 13 13:13:38.057 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.057 INFO kablam! | ^^^^^ Oct 13 13:13:38.057 INFO kablam! ... Oct 13 13:13:38.057 INFO kablam! 3093 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_16align_alloc_layout_unchecked, 65536, 16); Oct 13 13:13:38.057 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.057 INFO kablam! | Oct 13 13:13:38.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.057 INFO kablam! | Oct 13 13:13:38.057 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.057 INFO kablam! | Oct 13 13:13:38.058 INFO kablam! Oct 13 13:13:38.058 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.058 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.058 INFO kablam! | Oct 13 13:13:38.058 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.058 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.058 INFO kablam! ... Oct 13 13:13:38.058 INFO kablam! 3093 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_16align_alloc_layout_unchecked, 65536, 16); Oct 13 13:13:38.058 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.058 INFO kablam! | Oct 13 13:13:38.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.058 INFO kablam! | Oct 13 13:13:38.058 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.058 INFO kablam! | Oct 13 13:13:38.058 INFO kablam! Oct 13 13:13:38.058 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.058 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.058 INFO kablam! | Oct 13 13:13:38.058 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.058 INFO kablam! | ^^^^^ Oct 13 13:13:38.058 INFO kablam! ... Oct 13 13:13:38.058 INFO kablam! 3106 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_16align_alloc_layout_unchecked, 131072, 16); Oct 13 13:13:38.058 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.058 INFO kablam! | Oct 13 13:13:38.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.059 INFO kablam! | Oct 13 13:13:38.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.059 INFO kablam! | Oct 13 13:13:38.059 INFO kablam! Oct 13 13:13:38.059 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.059 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.059 INFO kablam! | Oct 13 13:13:38.059 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.059 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.059 INFO kablam! ... Oct 13 13:13:38.059 INFO kablam! 3106 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_16align_alloc_layout_unchecked, 131072, 16); Oct 13 13:13:38.059 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.059 INFO kablam! | Oct 13 13:13:38.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.059 INFO kablam! | Oct 13 13:13:38.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.059 INFO kablam! | Oct 13 13:13:38.059 INFO kablam! Oct 13 13:13:38.059 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.059 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.059 INFO kablam! | Oct 13 13:13:38.059 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.060 INFO kablam! | ^^^^^ Oct 13 13:13:38.060 INFO kablam! ... Oct 13 13:13:38.060 INFO kablam! 3119 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_16align_alloc_layout_unchecked, 4194304, 16); Oct 13 13:13:38.060 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.060 INFO kablam! | Oct 13 13:13:38.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.060 INFO kablam! | Oct 13 13:13:38.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.064 INFO kablam! | Oct 13 13:13:38.064 INFO kablam! Oct 13 13:13:38.064 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.064 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.064 INFO kablam! | Oct 13 13:13:38.064 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.064 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.064 INFO kablam! ... Oct 13 13:13:38.064 INFO kablam! 3119 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_16align_alloc_layout_unchecked, 4194304, 16); Oct 13 13:13:38.064 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.064 INFO kablam! | Oct 13 13:13:38.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.065 INFO kablam! | Oct 13 13:13:38.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.065 INFO kablam! | Oct 13 13:13:38.065 INFO kablam! Oct 13 13:13:38.065 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.065 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.065 INFO kablam! | Oct 13 13:13:38.065 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.065 INFO kablam! | ^^^^^ Oct 13 13:13:38.065 INFO kablam! ... Oct 13 13:13:38.065 INFO kablam! 3133 | rt_alloc_layout_unchecked!(rt_even_10bytes_16align_alloc_layout_unchecked, 10, 16); Oct 13 13:13:38.065 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.065 INFO kablam! | Oct 13 13:13:38.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.065 INFO kablam! | Oct 13 13:13:38.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.065 INFO kablam! | Oct 13 13:13:38.065 INFO kablam! Oct 13 13:13:38.065 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.065 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.065 INFO kablam! | Oct 13 13:13:38.065 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.065 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.065 INFO kablam! ... Oct 13 13:13:38.065 INFO kablam! 3133 | rt_alloc_layout_unchecked!(rt_even_10bytes_16align_alloc_layout_unchecked, 10, 16); Oct 13 13:13:38.065 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.066 INFO kablam! | Oct 13 13:13:38.066 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.066 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.066 INFO kablam! | Oct 13 13:13:38.066 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.066 INFO kablam! | Oct 13 13:13:38.066 INFO kablam! Oct 13 13:13:38.066 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.066 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.066 INFO kablam! | Oct 13 13:13:38.066 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.066 INFO kablam! | ^^^^^ Oct 13 13:13:38.066 INFO kablam! ... Oct 13 13:13:38.066 INFO kablam! 3146 | rt_alloc_layout_unchecked!(rt_even_100bytes_16align_alloc_layout_unchecked, 100, 16); Oct 13 13:13:38.066 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.066 INFO kablam! | Oct 13 13:13:38.066 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.066 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.066 INFO kablam! | Oct 13 13:13:38.066 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.066 INFO kablam! | Oct 13 13:13:38.066 INFO kablam! Oct 13 13:13:38.066 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.066 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.066 INFO kablam! | Oct 13 13:13:38.066 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.067 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.067 INFO kablam! ... Oct 13 13:13:38.067 INFO kablam! 3146 | rt_alloc_layout_unchecked!(rt_even_100bytes_16align_alloc_layout_unchecked, 100, 16); Oct 13 13:13:38.067 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.067 INFO kablam! | Oct 13 13:13:38.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.067 INFO kablam! | Oct 13 13:13:38.067 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.067 INFO kablam! | Oct 13 13:13:38.067 INFO kablam! Oct 13 13:13:38.067 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.067 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.067 INFO kablam! | Oct 13 13:13:38.067 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.067 INFO kablam! | ^^^^^ Oct 13 13:13:38.067 INFO kablam! ... Oct 13 13:13:38.067 INFO kablam! 3159 | rt_alloc_layout_unchecked!(rt_even_1000bytes_16align_alloc_layout_unchecked, 1000, 16); Oct 13 13:13:38.067 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.067 INFO kablam! | Oct 13 13:13:38.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.067 INFO kablam! | Oct 13 13:13:38.067 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.068 INFO kablam! | Oct 13 13:13:38.068 INFO kablam! Oct 13 13:13:38.068 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.068 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.068 INFO kablam! | Oct 13 13:13:38.068 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.068 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.068 INFO kablam! ... Oct 13 13:13:38.068 INFO kablam! 3159 | rt_alloc_layout_unchecked!(rt_even_1000bytes_16align_alloc_layout_unchecked, 1000, 16); Oct 13 13:13:38.068 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.068 INFO kablam! | Oct 13 13:13:38.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.068 INFO kablam! | Oct 13 13:13:38.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.068 INFO kablam! | Oct 13 13:13:38.068 INFO kablam! Oct 13 13:13:38.068 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.068 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.068 INFO kablam! | Oct 13 13:13:38.068 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.068 INFO kablam! | ^^^^^ Oct 13 13:13:38.069 INFO kablam! ... Oct 13 13:13:38.069 INFO kablam! 3172 | rt_alloc_layout_unchecked!(rt_even_10000bytes_16align_alloc_layout_unchecked, 10000, 16); Oct 13 13:13:38.069 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.069 INFO kablam! | Oct 13 13:13:38.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.069 INFO kablam! | Oct 13 13:13:38.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.069 INFO kablam! | Oct 13 13:13:38.069 INFO kablam! Oct 13 13:13:38.069 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.069 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.069 INFO kablam! | Oct 13 13:13:38.069 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.069 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.069 INFO kablam! ... Oct 13 13:13:38.069 INFO kablam! 3172 | rt_alloc_layout_unchecked!(rt_even_10000bytes_16align_alloc_layout_unchecked, 10000, 16); Oct 13 13:13:38.069 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.069 INFO kablam! | Oct 13 13:13:38.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.069 INFO kablam! | Oct 13 13:13:38.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.070 INFO kablam! | Oct 13 13:13:38.070 INFO kablam! Oct 13 13:13:38.070 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.070 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.070 INFO kablam! | Oct 13 13:13:38.070 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.070 INFO kablam! | ^^^^^ Oct 13 13:13:38.070 INFO kablam! ... Oct 13 13:13:38.070 INFO kablam! 3185 | rt_alloc_layout_unchecked!(rt_even_100000bytes_16align_alloc_layout_unchecked, 100000, 16); Oct 13 13:13:38.070 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.070 INFO kablam! | Oct 13 13:13:38.070 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.070 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.070 INFO kablam! | Oct 13 13:13:38.070 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.070 INFO kablam! | Oct 13 13:13:38.070 INFO kablam! Oct 13 13:13:38.070 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.070 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.070 INFO kablam! | Oct 13 13:13:38.070 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.070 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.070 INFO kablam! ... Oct 13 13:13:38.071 INFO kablam! 3185 | rt_alloc_layout_unchecked!(rt_even_100000bytes_16align_alloc_layout_unchecked, 100000, 16); Oct 13 13:13:38.071 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.071 INFO kablam! | Oct 13 13:13:38.071 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.071 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.071 INFO kablam! | Oct 13 13:13:38.071 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.071 INFO kablam! | Oct 13 13:13:38.071 INFO kablam! Oct 13 13:13:38.071 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.071 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.071 INFO kablam! | Oct 13 13:13:38.071 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.071 INFO kablam! | ^^^^^ Oct 13 13:13:38.071 INFO kablam! ... Oct 13 13:13:38.071 INFO kablam! 3198 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_16align_alloc_layout_unchecked, 1000000, 16); Oct 13 13:13:38.071 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.071 INFO kablam! | Oct 13 13:13:38.071 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.071 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.071 INFO kablam! | Oct 13 13:13:38.071 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.071 INFO kablam! | Oct 13 13:13:38.071 INFO kablam! Oct 13 13:13:38.071 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.072 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.072 INFO kablam! | Oct 13 13:13:38.072 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.072 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.072 INFO kablam! ... Oct 13 13:13:38.072 INFO kablam! 3198 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_16align_alloc_layout_unchecked, 1000000, 16); Oct 13 13:13:38.072 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.076 INFO kablam! | Oct 13 13:13:38.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.076 INFO kablam! | Oct 13 13:13:38.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.076 INFO kablam! | Oct 13 13:13:38.076 INFO kablam! Oct 13 13:13:38.076 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.076 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.076 INFO kablam! | Oct 13 13:13:38.076 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.076 INFO kablam! | ^^^^^ Oct 13 13:13:38.077 INFO kablam! ... Oct 13 13:13:38.077 INFO kablam! 3212 | rt_alloc_layout_unchecked!(rt_odd_10bytes_16align_alloc_layout_unchecked, 10- 1, 16); Oct 13 13:13:38.077 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.077 INFO kablam! | Oct 13 13:13:38.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.077 INFO kablam! | Oct 13 13:13:38.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.077 INFO kablam! | Oct 13 13:13:38.077 INFO kablam! Oct 13 13:13:38.077 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.077 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.077 INFO kablam! | Oct 13 13:13:38.077 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.077 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.077 INFO kablam! ... Oct 13 13:13:38.077 INFO kablam! 3212 | rt_alloc_layout_unchecked!(rt_odd_10bytes_16align_alloc_layout_unchecked, 10- 1, 16); Oct 13 13:13:38.077 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.077 INFO kablam! | Oct 13 13:13:38.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.077 INFO kablam! | Oct 13 13:13:38.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.077 INFO kablam! | Oct 13 13:13:38.077 INFO kablam! Oct 13 13:13:38.078 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.078 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.078 INFO kablam! | Oct 13 13:13:38.078 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.078 INFO kablam! | ^^^^^ Oct 13 13:13:38.078 INFO kablam! ... Oct 13 13:13:38.078 INFO kablam! 3225 | rt_alloc_layout_unchecked!(rt_odd_100bytes_16align_alloc_layout_unchecked, 100- 1, 16); Oct 13 13:13:38.078 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.078 INFO kablam! | Oct 13 13:13:38.078 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.078 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.078 INFO kablam! | Oct 13 13:13:38.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.078 INFO kablam! | Oct 13 13:13:38.078 INFO kablam! Oct 13 13:13:38.078 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.078 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.078 INFO kablam! | Oct 13 13:13:38.078 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.078 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.078 INFO kablam! ... Oct 13 13:13:38.078 INFO kablam! 3225 | rt_alloc_layout_unchecked!(rt_odd_100bytes_16align_alloc_layout_unchecked, 100- 1, 16); Oct 13 13:13:38.078 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.078 INFO kablam! | Oct 13 13:13:38.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.079 INFO kablam! | Oct 13 13:13:38.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.079 INFO kablam! | Oct 13 13:13:38.079 INFO kablam! Oct 13 13:13:38.079 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.079 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.079 INFO kablam! | Oct 13 13:13:38.079 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.079 INFO kablam! | ^^^^^ Oct 13 13:13:38.079 INFO kablam! ... Oct 13 13:13:38.079 INFO kablam! 3238 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_16align_alloc_layout_unchecked, 1000- 1, 16); Oct 13 13:13:38.079 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.079 INFO kablam! | Oct 13 13:13:38.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.079 INFO kablam! | Oct 13 13:13:38.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.079 INFO kablam! | Oct 13 13:13:38.079 INFO kablam! Oct 13 13:13:38.079 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.079 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.079 INFO kablam! | Oct 13 13:13:38.080 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.080 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.080 INFO kablam! ... Oct 13 13:13:38.080 INFO kablam! 3238 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_16align_alloc_layout_unchecked, 1000- 1, 16); Oct 13 13:13:38.080 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.080 INFO kablam! | Oct 13 13:13:38.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.080 INFO kablam! | Oct 13 13:13:38.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.080 INFO kablam! | Oct 13 13:13:38.080 INFO kablam! Oct 13 13:13:38.080 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.080 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.080 INFO kablam! | Oct 13 13:13:38.080 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.080 INFO kablam! | ^^^^^ Oct 13 13:13:38.080 INFO kablam! ... Oct 13 13:13:38.081 INFO kablam! 3251 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_16align_alloc_layout_unchecked, 10000- 1, 16); Oct 13 13:13:38.081 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.081 INFO kablam! | Oct 13 13:13:38.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.081 INFO kablam! | Oct 13 13:13:38.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.081 INFO kablam! | Oct 13 13:13:38.081 INFO kablam! Oct 13 13:13:38.081 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.081 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.081 INFO kablam! | Oct 13 13:13:38.081 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.081 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.081 INFO kablam! ... Oct 13 13:13:38.081 INFO kablam! 3251 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_16align_alloc_layout_unchecked, 10000- 1, 16); Oct 13 13:13:38.081 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.081 INFO kablam! | Oct 13 13:13:38.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.081 INFO kablam! | Oct 13 13:13:38.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.081 INFO kablam! | Oct 13 13:13:38.081 INFO kablam! Oct 13 13:13:38.081 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.082 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.082 INFO kablam! | Oct 13 13:13:38.082 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.082 INFO kablam! | ^^^^^ Oct 13 13:13:38.082 INFO kablam! ... Oct 13 13:13:38.082 INFO kablam! 3264 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_16align_alloc_layout_unchecked, 100000- 1, 16); Oct 13 13:13:38.082 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.082 INFO kablam! | Oct 13 13:13:38.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.082 INFO kablam! | Oct 13 13:13:38.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.082 INFO kablam! | Oct 13 13:13:38.082 INFO kablam! Oct 13 13:13:38.082 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.082 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.082 INFO kablam! | Oct 13 13:13:38.082 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.082 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.082 INFO kablam! ... Oct 13 13:13:38.082 INFO kablam! 3264 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_16align_alloc_layout_unchecked, 100000- 1, 16); Oct 13 13:13:38.082 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.082 INFO kablam! | Oct 13 13:13:38.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.083 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.083 INFO kablam! | Oct 13 13:13:38.083 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.083 INFO kablam! | Oct 13 13:13:38.083 INFO kablam! Oct 13 13:13:38.083 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.083 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.083 INFO kablam! | Oct 13 13:13:38.083 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.083 INFO kablam! | ^^^^^ Oct 13 13:13:38.083 INFO kablam! ... Oct 13 13:13:38.083 INFO kablam! 3277 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_16align_alloc_layout_unchecked, 1000000- 1, 16); Oct 13 13:13:38.083 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.083 INFO kablam! | Oct 13 13:13:38.083 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.083 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.083 INFO kablam! | Oct 13 13:13:38.083 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.083 INFO kablam! | Oct 13 13:13:38.083 INFO kablam! Oct 13 13:13:38.083 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.083 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.083 INFO kablam! | Oct 13 13:13:38.083 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.083 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.084 INFO kablam! ... Oct 13 13:13:38.084 INFO kablam! 3277 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_16align_alloc_layout_unchecked, 1000000- 1, 16); Oct 13 13:13:38.084 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.084 INFO kablam! | Oct 13 13:13:38.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.084 INFO kablam! | Oct 13 13:13:38.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.084 INFO kablam! | Oct 13 13:13:38.084 INFO kablam! Oct 13 13:13:38.084 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.084 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.084 INFO kablam! | Oct 13 13:13:38.084 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.084 INFO kablam! | ^^^^^ Oct 13 13:13:38.084 INFO kablam! ... Oct 13 13:13:38.084 INFO kablam! 3291 | rt_alloc_layout_unchecked!(rt_primes_3bytes_16align_alloc_layout_unchecked, 3, 16); Oct 13 13:13:38.084 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.084 INFO kablam! | Oct 13 13:13:38.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.084 INFO kablam! | Oct 13 13:13:38.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.085 INFO kablam! | Oct 13 13:13:38.085 INFO kablam! Oct 13 13:13:38.085 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.085 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.085 INFO kablam! | Oct 13 13:13:38.085 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.085 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.085 INFO kablam! ... Oct 13 13:13:38.085 INFO kablam! 3291 | rt_alloc_layout_unchecked!(rt_primes_3bytes_16align_alloc_layout_unchecked, 3, 16); Oct 13 13:13:38.085 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.085 INFO kablam! | Oct 13 13:13:38.085 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.085 INFO kablam! | Oct 13 13:13:38.085 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.085 INFO kablam! | Oct 13 13:13:38.085 INFO kablam! Oct 13 13:13:38.085 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.085 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.085 INFO kablam! | Oct 13 13:13:38.085 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.085 INFO kablam! | ^^^^^ Oct 13 13:13:38.085 INFO kablam! ... Oct 13 13:13:38.085 INFO kablam! 3304 | rt_alloc_layout_unchecked!(rt_primes_7bytes_16align_alloc_layout_unchecked, 7, 16); Oct 13 13:13:38.085 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.086 INFO kablam! | Oct 13 13:13:38.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.086 INFO kablam! | Oct 13 13:13:38.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.086 INFO kablam! | Oct 13 13:13:38.086 INFO kablam! Oct 13 13:13:38.086 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.086 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.086 INFO kablam! | Oct 13 13:13:38.086 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.086 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.086 INFO kablam! ... Oct 13 13:13:38.086 INFO kablam! 3304 | rt_alloc_layout_unchecked!(rt_primes_7bytes_16align_alloc_layout_unchecked, 7, 16); Oct 13 13:13:38.086 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.086 INFO kablam! | Oct 13 13:13:38.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.086 INFO kablam! | Oct 13 13:13:38.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.086 INFO kablam! | Oct 13 13:13:38.086 INFO kablam! Oct 13 13:13:38.086 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.086 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.086 INFO kablam! | Oct 13 13:13:38.087 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.087 INFO kablam! | ^^^^^ Oct 13 13:13:38.087 INFO kablam! ... Oct 13 13:13:38.087 INFO kablam! 3317 | rt_alloc_layout_unchecked!(rt_primes_13bytes_16align_alloc_layout_unchecked, 13, 16); Oct 13 13:13:38.087 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.087 INFO kablam! | Oct 13 13:13:38.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.087 INFO kablam! | Oct 13 13:13:38.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.087 INFO kablam! | Oct 13 13:13:38.087 INFO kablam! Oct 13 13:13:38.087 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.087 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.087 INFO kablam! | Oct 13 13:13:38.087 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.087 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.087 INFO kablam! ... Oct 13 13:13:38.087 INFO kablam! 3317 | rt_alloc_layout_unchecked!(rt_primes_13bytes_16align_alloc_layout_unchecked, 13, 16); Oct 13 13:13:38.087 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.087 INFO kablam! | Oct 13 13:13:38.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.087 INFO kablam! | Oct 13 13:13:38.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.088 INFO kablam! | Oct 13 13:13:38.088 INFO kablam! Oct 13 13:13:38.088 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.088 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.088 INFO kablam! | Oct 13 13:13:38.088 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.088 INFO kablam! | ^^^^^ Oct 13 13:13:38.088 INFO kablam! ... Oct 13 13:13:38.088 INFO kablam! 3330 | rt_alloc_layout_unchecked!(rt_primes_17bytes_16align_alloc_layout_unchecked, 17, 16); Oct 13 13:13:38.088 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.088 INFO kablam! | Oct 13 13:13:38.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.088 INFO kablam! | Oct 13 13:13:38.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.088 INFO kablam! | Oct 13 13:13:38.088 INFO kablam! Oct 13 13:13:38.088 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.088 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.088 INFO kablam! | Oct 13 13:13:38.088 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.088 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.089 INFO kablam! ... Oct 13 13:13:38.089 INFO kablam! 3330 | rt_alloc_layout_unchecked!(rt_primes_17bytes_16align_alloc_layout_unchecked, 17, 16); Oct 13 13:13:38.089 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.089 INFO kablam! | Oct 13 13:13:38.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.089 INFO kablam! | Oct 13 13:13:38.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.089 INFO kablam! | Oct 13 13:13:38.089 INFO kablam! Oct 13 13:13:38.089 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.089 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.089 INFO kablam! | Oct 13 13:13:38.089 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.089 INFO kablam! | ^^^^^ Oct 13 13:13:38.089 INFO kablam! ... Oct 13 13:13:38.089 INFO kablam! 3343 | rt_alloc_layout_unchecked!(rt_primes_31bytes_16align_alloc_layout_unchecked, 31, 16); Oct 13 13:13:38.089 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.089 INFO kablam! | Oct 13 13:13:38.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.089 INFO kablam! | Oct 13 13:13:38.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.089 INFO kablam! | Oct 13 13:13:38.090 INFO kablam! Oct 13 13:13:38.090 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.090 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.090 INFO kablam! | Oct 13 13:13:38.090 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.090 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.090 INFO kablam! ... Oct 13 13:13:38.090 INFO kablam! 3343 | rt_alloc_layout_unchecked!(rt_primes_31bytes_16align_alloc_layout_unchecked, 31, 16); Oct 13 13:13:38.090 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.090 INFO kablam! | Oct 13 13:13:38.090 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.090 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.090 INFO kablam! | Oct 13 13:13:38.090 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.090 INFO kablam! | Oct 13 13:13:38.090 INFO kablam! Oct 13 13:13:38.090 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.090 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.090 INFO kablam! | Oct 13 13:13:38.090 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.090 INFO kablam! | ^^^^^ Oct 13 13:13:38.090 INFO kablam! ... Oct 13 13:13:38.090 INFO kablam! 3356 | rt_alloc_layout_unchecked!(rt_primes_61bytes_16align_alloc_layout_unchecked, 61, 16); Oct 13 13:13:38.090 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.090 INFO kablam! | Oct 13 13:13:38.091 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.091 INFO kablam! | Oct 13 13:13:38.091 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.091 INFO kablam! | Oct 13 13:13:38.091 INFO kablam! Oct 13 13:13:38.091 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.091 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.091 INFO kablam! | Oct 13 13:13:38.091 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.091 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.091 INFO kablam! ... Oct 13 13:13:38.091 INFO kablam! 3356 | rt_alloc_layout_unchecked!(rt_primes_61bytes_16align_alloc_layout_unchecked, 61, 16); Oct 13 13:13:38.091 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.091 INFO kablam! | Oct 13 13:13:38.091 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.091 INFO kablam! | Oct 13 13:13:38.091 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.091 INFO kablam! | Oct 13 13:13:38.091 INFO kablam! Oct 13 13:13:38.091 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.091 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.091 INFO kablam! | Oct 13 13:13:38.091 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.092 INFO kablam! | ^^^^^ Oct 13 13:13:38.092 INFO kablam! ... Oct 13 13:13:38.092 INFO kablam! 3369 | rt_alloc_layout_unchecked!(rt_primes_96bytes_16align_alloc_layout_unchecked, 96, 16); Oct 13 13:13:38.092 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.092 INFO kablam! | Oct 13 13:13:38.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.092 INFO kablam! | Oct 13 13:13:38.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.092 INFO kablam! | Oct 13 13:13:38.092 INFO kablam! Oct 13 13:13:38.092 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.092 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.092 INFO kablam! | Oct 13 13:13:38.092 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.092 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.092 INFO kablam! ... Oct 13 13:13:38.092 INFO kablam! 3369 | rt_alloc_layout_unchecked!(rt_primes_96bytes_16align_alloc_layout_unchecked, 96, 16); Oct 13 13:13:38.092 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.092 INFO kablam! | Oct 13 13:13:38.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.092 INFO kablam! | Oct 13 13:13:38.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.093 INFO kablam! | Oct 13 13:13:38.093 INFO kablam! Oct 13 13:13:38.093 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.093 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.093 INFO kablam! | Oct 13 13:13:38.093 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.093 INFO kablam! | ^^^^^ Oct 13 13:13:38.093 INFO kablam! ... Oct 13 13:13:38.093 INFO kablam! 3382 | rt_alloc_layout_unchecked!(rt_primes_127bytes_16align_alloc_layout_unchecked, 127, 16); Oct 13 13:13:38.093 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.093 INFO kablam! | Oct 13 13:13:38.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.093 INFO kablam! | Oct 13 13:13:38.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.093 INFO kablam! | Oct 13 13:13:38.093 INFO kablam! Oct 13 13:13:38.093 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.093 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.093 INFO kablam! | Oct 13 13:13:38.093 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.094 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.094 INFO kablam! ... Oct 13 13:13:38.094 INFO kablam! 3382 | rt_alloc_layout_unchecked!(rt_primes_127bytes_16align_alloc_layout_unchecked, 127, 16); Oct 13 13:13:38.094 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.094 INFO kablam! | Oct 13 13:13:38.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.094 INFO kablam! | Oct 13 13:13:38.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.094 INFO kablam! | Oct 13 13:13:38.094 INFO kablam! Oct 13 13:13:38.094 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.094 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.094 INFO kablam! | Oct 13 13:13:38.094 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.094 INFO kablam! | ^^^^^ Oct 13 13:13:38.094 INFO kablam! ... Oct 13 13:13:38.094 INFO kablam! 3395 | rt_alloc_layout_unchecked!(rt_primes_257bytes_16align_alloc_layout_unchecked, 257, 16); Oct 13 13:13:38.094 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.094 INFO kablam! | Oct 13 13:13:38.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.095 INFO kablam! | Oct 13 13:13:38.095 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.095 INFO kablam! | Oct 13 13:13:38.095 INFO kablam! Oct 13 13:13:38.095 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.095 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.095 INFO kablam! | Oct 13 13:13:38.095 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.095 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.095 INFO kablam! ... Oct 13 13:13:38.095 INFO kablam! 3395 | rt_alloc_layout_unchecked!(rt_primes_257bytes_16align_alloc_layout_unchecked, 257, 16); Oct 13 13:13:38.095 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.095 INFO kablam! | Oct 13 13:13:38.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.095 INFO kablam! | Oct 13 13:13:38.095 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.095 INFO kablam! | Oct 13 13:13:38.095 INFO kablam! Oct 13 13:13:38.095 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.096 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.096 INFO kablam! | Oct 13 13:13:38.096 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.096 INFO kablam! | ^^^^^ Oct 13 13:13:38.096 INFO kablam! ... Oct 13 13:13:38.096 INFO kablam! 3408 | rt_alloc_layout_unchecked!(rt_primes_509bytes_16align_alloc_layout_unchecked, 509, 16); Oct 13 13:13:38.096 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.096 INFO kablam! | Oct 13 13:13:38.096 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.096 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.096 INFO kablam! | Oct 13 13:13:38.096 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.096 INFO kablam! | Oct 13 13:13:38.096 INFO kablam! Oct 13 13:13:38.096 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.096 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.096 INFO kablam! | Oct 13 13:13:38.096 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.096 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.096 INFO kablam! ... Oct 13 13:13:38.096 INFO kablam! 3408 | rt_alloc_layout_unchecked!(rt_primes_509bytes_16align_alloc_layout_unchecked, 509, 16); Oct 13 13:13:38.097 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.097 INFO kablam! | Oct 13 13:13:38.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.097 INFO kablam! | Oct 13 13:13:38.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.097 INFO kablam! | Oct 13 13:13:38.097 INFO kablam! Oct 13 13:13:38.097 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.097 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.097 INFO kablam! | Oct 13 13:13:38.097 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.097 INFO kablam! | ^^^^^ Oct 13 13:13:38.097 INFO kablam! ... Oct 13 13:13:38.097 INFO kablam! 3421 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_16align_alloc_layout_unchecked, 1021, 16); Oct 13 13:13:38.097 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.097 INFO kablam! | Oct 13 13:13:38.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.097 INFO kablam! | Oct 13 13:13:38.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.097 INFO kablam! | Oct 13 13:13:38.097 INFO kablam! Oct 13 13:13:38.097 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.097 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.098 INFO kablam! | Oct 13 13:13:38.098 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.098 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.098 INFO kablam! ... Oct 13 13:13:38.098 INFO kablam! 3421 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_16align_alloc_layout_unchecked, 1021, 16); Oct 13 13:13:38.098 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.098 INFO kablam! | Oct 13 13:13:38.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.098 INFO kablam! | Oct 13 13:13:38.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.098 INFO kablam! | Oct 13 13:13:38.098 INFO kablam! Oct 13 13:13:38.098 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.098 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.098 INFO kablam! | Oct 13 13:13:38.098 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.098 INFO kablam! | ^^^^^ Oct 13 13:13:38.098 INFO kablam! ... Oct 13 13:13:38.098 INFO kablam! 3434 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_16align_alloc_layout_unchecked, 2039, 16); Oct 13 13:13:38.098 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.098 INFO kablam! | Oct 13 13:13:38.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.099 INFO kablam! | Oct 13 13:13:38.099 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.099 INFO kablam! | Oct 13 13:13:38.099 INFO kablam! Oct 13 13:13:38.099 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.099 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.099 INFO kablam! | Oct 13 13:13:38.099 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.099 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.099 INFO kablam! ... Oct 13 13:13:38.099 INFO kablam! 3434 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_16align_alloc_layout_unchecked, 2039, 16); Oct 13 13:13:38.099 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.099 INFO kablam! | Oct 13 13:13:38.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.099 INFO kablam! | Oct 13 13:13:38.099 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.099 INFO kablam! | Oct 13 13:13:38.099 INFO kablam! Oct 13 13:13:38.099 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.099 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.099 INFO kablam! | Oct 13 13:13:38.099 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.099 INFO kablam! | ^^^^^ Oct 13 13:13:38.099 INFO kablam! ... Oct 13 13:13:38.100 INFO kablam! 3447 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_16align_alloc_layout_unchecked, 4093, 16); Oct 13 13:13:38.100 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.100 INFO kablam! | Oct 13 13:13:38.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.100 INFO kablam! | Oct 13 13:13:38.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.100 INFO kablam! | Oct 13 13:13:38.100 INFO kablam! Oct 13 13:13:38.100 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.100 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.100 INFO kablam! | Oct 13 13:13:38.100 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.100 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.100 INFO kablam! ... Oct 13 13:13:38.100 INFO kablam! 3447 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_16align_alloc_layout_unchecked, 4093, 16); Oct 13 13:13:38.100 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.100 INFO kablam! | Oct 13 13:13:38.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.100 INFO kablam! | Oct 13 13:13:38.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.101 INFO kablam! | Oct 13 13:13:38.101 INFO kablam! Oct 13 13:13:38.101 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.101 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.101 INFO kablam! | Oct 13 13:13:38.101 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.101 INFO kablam! | ^^^^^ Oct 13 13:13:38.101 INFO kablam! ... Oct 13 13:13:38.101 INFO kablam! 3460 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_16align_alloc_layout_unchecked, 8191, 16); Oct 13 13:13:38.101 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.101 INFO kablam! | Oct 13 13:13:38.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.101 INFO kablam! | Oct 13 13:13:38.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.101 INFO kablam! | Oct 13 13:13:38.101 INFO kablam! Oct 13 13:13:38.101 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.101 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.101 INFO kablam! | Oct 13 13:13:38.101 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.101 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.101 INFO kablam! ... Oct 13 13:13:38.102 INFO kablam! 3460 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_16align_alloc_layout_unchecked, 8191, 16); Oct 13 13:13:38.102 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.102 INFO kablam! | Oct 13 13:13:38.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.102 INFO kablam! | Oct 13 13:13:38.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.102 INFO kablam! | Oct 13 13:13:38.102 INFO kablam! Oct 13 13:13:38.102 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.102 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.102 INFO kablam! | Oct 13 13:13:38.102 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.102 INFO kablam! | ^^^^^ Oct 13 13:13:38.102 INFO kablam! ... Oct 13 13:13:38.102 INFO kablam! 3473 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_16align_alloc_layout_unchecked, 16381, 16); Oct 13 13:13:38.102 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.102 INFO kablam! | Oct 13 13:13:38.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.102 INFO kablam! | Oct 13 13:13:38.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.102 INFO kablam! | Oct 13 13:13:38.102 INFO kablam! Oct 13 13:13:38.103 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.103 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.103 INFO kablam! | Oct 13 13:13:38.103 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.103 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.103 INFO kablam! ... Oct 13 13:13:38.103 INFO kablam! 3473 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_16align_alloc_layout_unchecked, 16381, 16); Oct 13 13:13:38.103 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.103 INFO kablam! | Oct 13 13:13:38.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.103 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.103 INFO kablam! | Oct 13 13:13:38.103 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.103 INFO kablam! | Oct 13 13:13:38.103 INFO kablam! Oct 13 13:13:38.103 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.103 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.103 INFO kablam! | Oct 13 13:13:38.103 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.103 INFO kablam! | ^^^^^ Oct 13 13:13:38.103 INFO kablam! ... Oct 13 13:13:38.103 INFO kablam! 3486 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_16align_alloc_layout_unchecked, 32749, 16); Oct 13 13:13:38.103 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.103 INFO kablam! | Oct 13 13:13:38.103 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.104 INFO kablam! | Oct 13 13:13:38.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.104 INFO kablam! | Oct 13 13:13:38.104 INFO kablam! Oct 13 13:13:38.104 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.104 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.104 INFO kablam! | Oct 13 13:13:38.104 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.104 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.104 INFO kablam! ... Oct 13 13:13:38.104 INFO kablam! 3486 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_16align_alloc_layout_unchecked, 32749, 16); Oct 13 13:13:38.104 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.104 INFO kablam! | Oct 13 13:13:38.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.104 INFO kablam! | Oct 13 13:13:38.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.104 INFO kablam! | Oct 13 13:13:38.104 INFO kablam! Oct 13 13:13:38.104 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.104 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.104 INFO kablam! | Oct 13 13:13:38.104 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.104 INFO kablam! | ^^^^^ Oct 13 13:13:38.105 INFO kablam! ... Oct 13 13:13:38.105 INFO kablam! 3499 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_16align_alloc_layout_unchecked, 65537, 16); Oct 13 13:13:38.105 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.105 INFO kablam! | Oct 13 13:13:38.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.105 INFO kablam! | Oct 13 13:13:38.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.105 INFO kablam! | Oct 13 13:13:38.105 INFO kablam! Oct 13 13:13:38.105 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.105 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.105 INFO kablam! | Oct 13 13:13:38.105 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.105 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.105 INFO kablam! ... Oct 13 13:13:38.105 INFO kablam! 3499 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_16align_alloc_layout_unchecked, 65537, 16); Oct 13 13:13:38.105 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.105 INFO kablam! | Oct 13 13:13:38.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.108 INFO kablam! | Oct 13 13:13:38.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.108 INFO kablam! | Oct 13 13:13:38.108 INFO kablam! Oct 13 13:13:38.108 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.108 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.108 INFO kablam! | Oct 13 13:13:38.108 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.108 INFO kablam! | ^^^^^ Oct 13 13:13:38.108 INFO kablam! ... Oct 13 13:13:38.109 INFO kablam! 3512 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_16align_alloc_layout_unchecked, 131071, 16); Oct 13 13:13:38.109 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.109 INFO kablam! | Oct 13 13:13:38.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.109 INFO kablam! | Oct 13 13:13:38.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.109 INFO kablam! | Oct 13 13:13:38.109 INFO kablam! Oct 13 13:13:38.109 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.109 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.109 INFO kablam! | Oct 13 13:13:38.109 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.109 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.109 INFO kablam! ... Oct 13 13:13:38.109 INFO kablam! 3512 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_16align_alloc_layout_unchecked, 131071, 16); Oct 13 13:13:38.109 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.109 INFO kablam! | Oct 13 13:13:38.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.109 INFO kablam! | Oct 13 13:13:38.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.109 INFO kablam! | Oct 13 13:13:38.109 INFO kablam! Oct 13 13:13:38.110 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.110 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.110 INFO kablam! | Oct 13 13:13:38.110 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.110 INFO kablam! | ^^^^^ Oct 13 13:13:38.110 INFO kablam! ... Oct 13 13:13:38.110 INFO kablam! 3525 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_16align_alloc_layout_unchecked, 4194301, 16); Oct 13 13:13:38.110 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.110 INFO kablam! | Oct 13 13:13:38.110 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.110 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.110 INFO kablam! | Oct 13 13:13:38.110 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.110 INFO kablam! | Oct 13 13:13:38.110 INFO kablam! Oct 13 13:13:38.110 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.110 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.110 INFO kablam! | Oct 13 13:13:38.110 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.110 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.110 INFO kablam! ... Oct 13 13:13:38.110 INFO kablam! 3525 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_16align_alloc_layout_unchecked, 4194301, 16); Oct 13 13:13:38.110 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.110 INFO kablam! | Oct 13 13:13:38.110 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.111 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.111 INFO kablam! | Oct 13 13:13:38.111 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.111 INFO kablam! | Oct 13 13:13:38.111 INFO kablam! Oct 13 13:13:38.111 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.111 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.111 INFO kablam! | Oct 13 13:13:38.111 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.111 INFO kablam! | ^^^^^ Oct 13 13:13:38.111 INFO kablam! ... Oct 13 13:13:38.111 INFO kablam! 3541 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_32align_alloc_layout_unchecked, 1, 32); Oct 13 13:13:38.111 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.111 INFO kablam! | Oct 13 13:13:38.111 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.111 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.111 INFO kablam! | Oct 13 13:13:38.111 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.111 INFO kablam! | Oct 13 13:13:38.111 INFO kablam! Oct 13 13:13:38.111 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.111 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.111 INFO kablam! | Oct 13 13:13:38.111 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.111 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.112 INFO kablam! ... Oct 13 13:13:38.112 INFO kablam! 3541 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_32align_alloc_layout_unchecked, 1, 32); Oct 13 13:13:38.112 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.112 INFO kablam! | Oct 13 13:13:38.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.112 INFO kablam! | Oct 13 13:13:38.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.112 INFO kablam! | Oct 13 13:13:38.112 INFO kablam! Oct 13 13:13:38.112 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.112 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.112 INFO kablam! | Oct 13 13:13:38.112 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.112 INFO kablam! | ^^^^^ Oct 13 13:13:38.112 INFO kablam! ... Oct 13 13:13:38.112 INFO kablam! 3554 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_32align_alloc_layout_unchecked, 2, 32); Oct 13 13:13:38.112 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.112 INFO kablam! | Oct 13 13:13:38.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.113 INFO kablam! | Oct 13 13:13:38.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.113 INFO kablam! | Oct 13 13:13:38.113 INFO kablam! Oct 13 13:13:38.113 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.113 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.113 INFO kablam! | Oct 13 13:13:38.113 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.113 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.113 INFO kablam! ... Oct 13 13:13:38.113 INFO kablam! 3554 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_32align_alloc_layout_unchecked, 2, 32); Oct 13 13:13:38.113 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.113 INFO kablam! | Oct 13 13:13:38.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.113 INFO kablam! | Oct 13 13:13:38.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.113 INFO kablam! | Oct 13 13:13:38.113 INFO kablam! Oct 13 13:13:38.113 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.113 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.113 INFO kablam! | Oct 13 13:13:38.113 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.113 INFO kablam! | ^^^^^ Oct 13 13:13:38.114 INFO kablam! ... Oct 13 13:13:38.114 INFO kablam! 3567 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_32align_alloc_layout_unchecked, 4, 32); Oct 13 13:13:38.114 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.114 INFO kablam! | Oct 13 13:13:38.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.114 INFO kablam! | Oct 13 13:13:38.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.114 INFO kablam! | Oct 13 13:13:38.114 INFO kablam! Oct 13 13:13:38.114 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.114 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.114 INFO kablam! | Oct 13 13:13:38.114 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.114 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.114 INFO kablam! ... Oct 13 13:13:38.114 INFO kablam! 3567 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_32align_alloc_layout_unchecked, 4, 32); Oct 13 13:13:38.114 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.114 INFO kablam! | Oct 13 13:13:38.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.114 INFO kablam! | Oct 13 13:13:38.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.114 INFO kablam! | Oct 13 13:13:38.114 INFO kablam! Oct 13 13:13:38.115 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.115 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.115 INFO kablam! | Oct 13 13:13:38.115 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.115 INFO kablam! | ^^^^^ Oct 13 13:13:38.115 INFO kablam! ... Oct 13 13:13:38.115 INFO kablam! 3580 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_32align_alloc_layout_unchecked, 8, 32); Oct 13 13:13:38.115 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.115 INFO kablam! | Oct 13 13:13:38.115 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.115 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.115 INFO kablam! | Oct 13 13:13:38.115 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.115 INFO kablam! | Oct 13 13:13:38.115 INFO kablam! Oct 13 13:13:38.115 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.115 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.115 INFO kablam! | Oct 13 13:13:38.115 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.115 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.115 INFO kablam! ... Oct 13 13:13:38.115 INFO kablam! 3580 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_32align_alloc_layout_unchecked, 8, 32); Oct 13 13:13:38.115 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.115 INFO kablam! | Oct 13 13:13:38.115 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.116 INFO kablam! | Oct 13 13:13:38.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.116 INFO kablam! | Oct 13 13:13:38.116 INFO kablam! Oct 13 13:13:38.116 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.116 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.116 INFO kablam! | Oct 13 13:13:38.116 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.116 INFO kablam! | ^^^^^ Oct 13 13:13:38.116 INFO kablam! ... Oct 13 13:13:38.116 INFO kablam! 3593 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_32align_alloc_layout_unchecked, 16, 32); Oct 13 13:13:38.116 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.116 INFO kablam! | Oct 13 13:13:38.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.116 INFO kablam! | Oct 13 13:13:38.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.116 INFO kablam! | Oct 13 13:13:38.116 INFO kablam! Oct 13 13:13:38.116 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.116 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.116 INFO kablam! | Oct 13 13:13:38.116 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.117 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.117 INFO kablam! ... Oct 13 13:13:38.117 INFO kablam! 3593 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_32align_alloc_layout_unchecked, 16, 32); Oct 13 13:13:38.117 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.117 INFO kablam! | Oct 13 13:13:38.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.117 INFO kablam! | Oct 13 13:13:38.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.117 INFO kablam! | Oct 13 13:13:38.117 INFO kablam! Oct 13 13:13:38.117 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.117 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.117 INFO kablam! | Oct 13 13:13:38.117 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.117 INFO kablam! | ^^^^^ Oct 13 13:13:38.117 INFO kablam! ... Oct 13 13:13:38.117 INFO kablam! 3606 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_32align_alloc_layout_unchecked, 32, 32); Oct 13 13:13:38.117 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.117 INFO kablam! | Oct 13 13:13:38.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.117 INFO kablam! | Oct 13 13:13:38.118 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.118 INFO kablam! | Oct 13 13:13:38.118 INFO kablam! Oct 13 13:13:38.118 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.118 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.118 INFO kablam! | Oct 13 13:13:38.118 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.118 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.118 INFO kablam! ... Oct 13 13:13:38.118 INFO kablam! 3606 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_32align_alloc_layout_unchecked, 32, 32); Oct 13 13:13:38.118 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.118 INFO kablam! | Oct 13 13:13:38.118 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.118 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.118 INFO kablam! | Oct 13 13:13:38.118 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.118 INFO kablam! | Oct 13 13:13:38.118 INFO kablam! Oct 13 13:13:38.118 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.118 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.118 INFO kablam! | Oct 13 13:13:38.118 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.118 INFO kablam! | ^^^^^ Oct 13 13:13:38.119 INFO kablam! ... Oct 13 13:13:38.119 INFO kablam! 3619 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_32align_alloc_layout_unchecked, 64, 32); Oct 13 13:13:38.119 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.119 INFO kablam! | Oct 13 13:13:38.119 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.119 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.119 INFO kablam! | Oct 13 13:13:38.119 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.119 INFO kablam! | Oct 13 13:13:38.119 INFO kablam! Oct 13 13:13:38.119 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.119 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.119 INFO kablam! | Oct 13 13:13:38.119 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.119 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.119 INFO kablam! ... Oct 13 13:13:38.119 INFO kablam! 3619 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_32align_alloc_layout_unchecked, 64, 32); Oct 13 13:13:38.119 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.119 INFO kablam! | Oct 13 13:13:38.119 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.119 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.119 INFO kablam! | Oct 13 13:13:38.119 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.119 INFO kablam! | Oct 13 13:13:38.120 INFO kablam! Oct 13 13:13:38.120 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.120 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.120 INFO kablam! | Oct 13 13:13:38.120 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.120 INFO kablam! | ^^^^^ Oct 13 13:13:38.120 INFO kablam! ... Oct 13 13:13:38.120 INFO kablam! 3632 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_32align_alloc_layout_unchecked, 128, 32); Oct 13 13:13:38.120 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.120 INFO kablam! | Oct 13 13:13:38.120 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.120 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.120 INFO kablam! | Oct 13 13:13:38.120 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.120 INFO kablam! | Oct 13 13:13:38.120 INFO kablam! Oct 13 13:13:38.120 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.120 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.120 INFO kablam! | Oct 13 13:13:38.120 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.120 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.120 INFO kablam! ... Oct 13 13:13:38.121 INFO kablam! 3632 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_32align_alloc_layout_unchecked, 128, 32); Oct 13 13:13:38.121 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.121 INFO kablam! | Oct 13 13:13:38.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.121 INFO kablam! | Oct 13 13:13:38.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.121 INFO kablam! | Oct 13 13:13:38.121 INFO kablam! Oct 13 13:13:38.121 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.121 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.121 INFO kablam! | Oct 13 13:13:38.121 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.121 INFO kablam! | ^^^^^ Oct 13 13:13:38.121 INFO kablam! ... Oct 13 13:13:38.121 INFO kablam! 3645 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_32align_alloc_layout_unchecked, 256, 32); Oct 13 13:13:38.121 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.121 INFO kablam! | Oct 13 13:13:38.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.121 INFO kablam! | Oct 13 13:13:38.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.121 INFO kablam! | Oct 13 13:13:38.121 INFO kablam! Oct 13 13:13:38.122 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.122 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.122 INFO kablam! | Oct 13 13:13:38.122 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.122 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.122 INFO kablam! ... Oct 13 13:13:38.122 INFO kablam! 3645 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_32align_alloc_layout_unchecked, 256, 32); Oct 13 13:13:38.122 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.122 INFO kablam! | Oct 13 13:13:38.122 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.122 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.122 INFO kablam! | Oct 13 13:13:38.122 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.122 INFO kablam! | Oct 13 13:13:38.122 INFO kablam! Oct 13 13:13:38.122 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.122 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.122 INFO kablam! | Oct 13 13:13:38.122 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.122 INFO kablam! | ^^^^^ Oct 13 13:13:38.122 INFO kablam! ... Oct 13 13:13:38.122 INFO kablam! 3658 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_32align_alloc_layout_unchecked, 512, 32); Oct 13 13:13:38.122 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.123 INFO kablam! | Oct 13 13:13:38.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.123 INFO kablam! | Oct 13 13:13:38.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.123 INFO kablam! | Oct 13 13:13:38.123 INFO kablam! Oct 13 13:13:38.123 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.123 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.123 INFO kablam! | Oct 13 13:13:38.123 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.123 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.123 INFO kablam! ... Oct 13 13:13:38.123 INFO kablam! 3658 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_32align_alloc_layout_unchecked, 512, 32); Oct 13 13:13:38.123 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.123 INFO kablam! | Oct 13 13:13:38.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.123 INFO kablam! | Oct 13 13:13:38.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.123 INFO kablam! | Oct 13 13:13:38.123 INFO kablam! Oct 13 13:13:38.123 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.123 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.124 INFO kablam! | Oct 13 13:13:38.124 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.124 INFO kablam! | ^^^^^ Oct 13 13:13:38.124 INFO kablam! ... Oct 13 13:13:38.124 INFO kablam! 3671 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_32align_alloc_layout_unchecked, 1024, 32); Oct 13 13:13:38.124 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.124 INFO kablam! | Oct 13 13:13:38.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.124 INFO kablam! | Oct 13 13:13:38.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.124 INFO kablam! | Oct 13 13:13:38.124 INFO kablam! Oct 13 13:13:38.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.124 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.124 INFO kablam! | Oct 13 13:13:38.124 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.125 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.125 INFO kablam! ... Oct 13 13:13:38.125 INFO kablam! 3671 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_32align_alloc_layout_unchecked, 1024, 32); Oct 13 13:13:38.125 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.125 INFO kablam! | Oct 13 13:13:38.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.125 INFO kablam! | Oct 13 13:13:38.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.125 INFO kablam! | Oct 13 13:13:38.125 INFO kablam! Oct 13 13:13:38.125 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.125 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.125 INFO kablam! | Oct 13 13:13:38.125 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.125 INFO kablam! | ^^^^^ Oct 13 13:13:38.125 INFO kablam! ... Oct 13 13:13:38.125 INFO kablam! 3684 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_32align_alloc_layout_unchecked, 2048, 32); Oct 13 13:13:38.125 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.125 INFO kablam! | Oct 13 13:13:38.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.125 INFO kablam! | Oct 13 13:13:38.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.126 INFO kablam! | Oct 13 13:13:38.126 INFO kablam! Oct 13 13:13:38.126 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.126 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.126 INFO kablam! | Oct 13 13:13:38.126 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.126 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.126 INFO kablam! ... Oct 13 13:13:38.126 INFO kablam! 3684 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_32align_alloc_layout_unchecked, 2048, 32); Oct 13 13:13:38.126 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.126 INFO kablam! | Oct 13 13:13:38.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.126 INFO kablam! | Oct 13 13:13:38.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.126 INFO kablam! | Oct 13 13:13:38.126 INFO kablam! Oct 13 13:13:38.126 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.126 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.126 INFO kablam! | Oct 13 13:13:38.126 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.126 INFO kablam! | ^^^^^ Oct 13 13:13:38.126 INFO kablam! ... Oct 13 13:13:38.127 INFO kablam! 3697 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_32align_alloc_layout_unchecked, 4096, 32); Oct 13 13:13:38.127 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.127 INFO kablam! | Oct 13 13:13:38.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.127 INFO kablam! | Oct 13 13:13:38.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.127 INFO kablam! | Oct 13 13:13:38.127 INFO kablam! Oct 13 13:13:38.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.127 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.127 INFO kablam! | Oct 13 13:13:38.127 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.127 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.127 INFO kablam! ... Oct 13 13:13:38.127 INFO kablam! 3697 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_32align_alloc_layout_unchecked, 4096, 32); Oct 13 13:13:38.127 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.127 INFO kablam! | Oct 13 13:13:38.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.127 INFO kablam! | Oct 13 13:13:38.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.127 INFO kablam! | Oct 13 13:13:38.127 INFO kablam! Oct 13 13:13:38.128 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.128 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.128 INFO kablam! | Oct 13 13:13:38.128 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.128 INFO kablam! | ^^^^^ Oct 13 13:13:38.128 INFO kablam! ... Oct 13 13:13:38.128 INFO kablam! 3710 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_32align_alloc_layout_unchecked, 8192, 32); Oct 13 13:13:38.128 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.128 INFO kablam! | Oct 13 13:13:38.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.128 INFO kablam! | Oct 13 13:13:38.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.128 INFO kablam! | Oct 13 13:13:38.128 INFO kablam! Oct 13 13:13:38.128 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.128 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.128 INFO kablam! | Oct 13 13:13:38.128 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.128 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.128 INFO kablam! ... Oct 13 13:13:38.128 INFO kablam! 3710 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_32align_alloc_layout_unchecked, 8192, 32); Oct 13 13:13:38.128 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.129 INFO kablam! | Oct 13 13:13:38.129 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.129 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.129 INFO kablam! | Oct 13 13:13:38.129 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.129 INFO kablam! | Oct 13 13:13:38.129 INFO kablam! Oct 13 13:13:38.129 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.129 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.129 INFO kablam! | Oct 13 13:13:38.129 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.129 INFO kablam! | ^^^^^ Oct 13 13:13:38.129 INFO kablam! ... Oct 13 13:13:38.129 INFO kablam! 3723 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_32align_alloc_layout_unchecked, 16384, 32); Oct 13 13:13:38.129 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.129 INFO kablam! | Oct 13 13:13:38.129 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.129 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.129 INFO kablam! | Oct 13 13:13:38.129 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.129 INFO kablam! | Oct 13 13:13:38.129 INFO kablam! Oct 13 13:13:38.129 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.130 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.130 INFO kablam! | Oct 13 13:13:38.130 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.130 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.130 INFO kablam! ... Oct 13 13:13:38.130 INFO kablam! 3723 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_32align_alloc_layout_unchecked, 16384, 32); Oct 13 13:13:38.130 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.130 INFO kablam! | Oct 13 13:13:38.130 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.130 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.130 INFO kablam! | Oct 13 13:13:38.130 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.130 INFO kablam! | Oct 13 13:13:38.130 INFO kablam! Oct 13 13:13:38.130 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.130 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.130 INFO kablam! | Oct 13 13:13:38.130 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.130 INFO kablam! | ^^^^^ Oct 13 13:13:38.130 INFO kablam! ... Oct 13 13:13:38.130 INFO kablam! 3736 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_32align_alloc_layout_unchecked, 32768, 32); Oct 13 13:13:38.130 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.130 INFO kablam! | Oct 13 13:13:38.130 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.130 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.131 INFO kablam! | Oct 13 13:13:38.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.131 INFO kablam! | Oct 13 13:13:38.131 INFO kablam! Oct 13 13:13:38.131 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.131 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.131 INFO kablam! | Oct 13 13:13:38.131 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.131 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.131 INFO kablam! ... Oct 13 13:13:38.131 INFO kablam! 3736 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_32align_alloc_layout_unchecked, 32768, 32); Oct 13 13:13:38.131 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.131 INFO kablam! | Oct 13 13:13:38.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.131 INFO kablam! | Oct 13 13:13:38.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.131 INFO kablam! | Oct 13 13:13:38.131 INFO kablam! Oct 13 13:13:38.131 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.131 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.131 INFO kablam! | Oct 13 13:13:38.131 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.131 INFO kablam! | ^^^^^ Oct 13 13:13:38.131 INFO kablam! ... Oct 13 13:13:38.132 INFO kablam! 3749 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_32align_alloc_layout_unchecked, 65536, 32); Oct 13 13:13:38.132 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.132 INFO kablam! | Oct 13 13:13:38.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.132 INFO kablam! | Oct 13 13:13:38.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.132 INFO kablam! | Oct 13 13:13:38.132 INFO kablam! Oct 13 13:13:38.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.132 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.132 INFO kablam! | Oct 13 13:13:38.132 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.132 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.132 INFO kablam! ... Oct 13 13:13:38.132 INFO kablam! 3749 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_32align_alloc_layout_unchecked, 65536, 32); Oct 13 13:13:38.132 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.132 INFO kablam! | Oct 13 13:13:38.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.132 INFO kablam! | Oct 13 13:13:38.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.132 INFO kablam! | Oct 13 13:13:38.132 INFO kablam! Oct 13 13:13:38.133 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.133 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.133 INFO kablam! | Oct 13 13:13:38.133 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.133 INFO kablam! | ^^^^^ Oct 13 13:13:38.133 INFO kablam! ... Oct 13 13:13:38.133 INFO kablam! 3762 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_32align_alloc_layout_unchecked, 131072, 32); Oct 13 13:13:38.133 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.133 INFO kablam! | Oct 13 13:13:38.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.133 INFO kablam! | Oct 13 13:13:38.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.133 INFO kablam! | Oct 13 13:13:38.133 INFO kablam! Oct 13 13:13:38.133 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.133 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.133 INFO kablam! | Oct 13 13:13:38.133 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.133 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.133 INFO kablam! ... Oct 13 13:13:38.133 INFO kablam! 3762 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_32align_alloc_layout_unchecked, 131072, 32); Oct 13 13:13:38.133 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.133 INFO kablam! | Oct 13 13:13:38.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.134 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.134 INFO kablam! | Oct 13 13:13:38.134 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.134 INFO kablam! | Oct 13 13:13:38.134 INFO kablam! Oct 13 13:13:38.134 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.134 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.134 INFO kablam! | Oct 13 13:13:38.134 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.134 INFO kablam! | ^^^^^ Oct 13 13:13:38.134 INFO kablam! ... Oct 13 13:13:38.134 INFO kablam! 3775 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_32align_alloc_layout_unchecked, 4194304, 32); Oct 13 13:13:38.134 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.134 INFO kablam! | Oct 13 13:13:38.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.134 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.134 INFO kablam! | Oct 13 13:13:38.134 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.134 INFO kablam! | Oct 13 13:13:38.134 INFO kablam! Oct 13 13:13:38.134 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.134 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.134 INFO kablam! | Oct 13 13:13:38.134 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.134 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.135 INFO kablam! ... Oct 13 13:13:38.135 INFO kablam! 3775 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_32align_alloc_layout_unchecked, 4194304, 32); Oct 13 13:13:38.135 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.135 INFO kablam! | Oct 13 13:13:38.135 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.135 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.135 INFO kablam! | Oct 13 13:13:38.135 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.135 INFO kablam! | Oct 13 13:13:38.135 INFO kablam! Oct 13 13:13:38.135 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.135 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.135 INFO kablam! | Oct 13 13:13:38.135 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.135 INFO kablam! | ^^^^^ Oct 13 13:13:38.135 INFO kablam! ... Oct 13 13:13:38.135 INFO kablam! 3789 | rt_alloc_layout_unchecked!(rt_even_10bytes_32align_alloc_layout_unchecked, 10, 32); Oct 13 13:13:38.135 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.135 INFO kablam! | Oct 13 13:13:38.135 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.135 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.135 INFO kablam! | Oct 13 13:13:38.135 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.135 INFO kablam! | Oct 13 13:13:38.135 INFO kablam! Oct 13 13:13:38.140 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.140 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.140 INFO kablam! | Oct 13 13:13:38.140 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.140 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.140 INFO kablam! ... Oct 13 13:13:38.140 INFO kablam! 3789 | rt_alloc_layout_unchecked!(rt_even_10bytes_32align_alloc_layout_unchecked, 10, 32); Oct 13 13:13:38.140 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.140 INFO kablam! | Oct 13 13:13:38.140 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.141 INFO kablam! | Oct 13 13:13:38.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.141 INFO kablam! | Oct 13 13:13:38.141 INFO kablam! Oct 13 13:13:38.141 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.141 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.141 INFO kablam! | Oct 13 13:13:38.141 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.141 INFO kablam! | ^^^^^ Oct 13 13:13:38.141 INFO kablam! ... Oct 13 13:13:38.141 INFO kablam! 3802 | rt_alloc_layout_unchecked!(rt_even_100bytes_32align_alloc_layout_unchecked, 100, 32); Oct 13 13:13:38.141 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.141 INFO kablam! | Oct 13 13:13:38.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.141 INFO kablam! | Oct 13 13:13:38.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.141 INFO kablam! | Oct 13 13:13:38.141 INFO kablam! Oct 13 13:13:38.141 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.141 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.141 INFO kablam! | Oct 13 13:13:38.141 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.142 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.142 INFO kablam! ... Oct 13 13:13:38.142 INFO kablam! 3802 | rt_alloc_layout_unchecked!(rt_even_100bytes_32align_alloc_layout_unchecked, 100, 32); Oct 13 13:13:38.142 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.142 INFO kablam! | Oct 13 13:13:38.142 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.142 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.142 INFO kablam! | Oct 13 13:13:38.142 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.142 INFO kablam! | Oct 13 13:13:38.142 INFO kablam! Oct 13 13:13:38.142 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.142 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.142 INFO kablam! | Oct 13 13:13:38.142 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.142 INFO kablam! | ^^^^^ Oct 13 13:13:38.142 INFO kablam! ... Oct 13 13:13:38.142 INFO kablam! 3815 | rt_alloc_layout_unchecked!(rt_even_1000bytes_32align_alloc_layout_unchecked, 1000, 32); Oct 13 13:13:38.142 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.142 INFO kablam! | Oct 13 13:13:38.142 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.142 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.142 INFO kablam! | Oct 13 13:13:38.142 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.143 INFO kablam! | Oct 13 13:13:38.143 INFO kablam! Oct 13 13:13:38.143 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.143 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.143 INFO kablam! | Oct 13 13:13:38.143 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.143 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.143 INFO kablam! ... Oct 13 13:13:38.143 INFO kablam! 3815 | rt_alloc_layout_unchecked!(rt_even_1000bytes_32align_alloc_layout_unchecked, 1000, 32); Oct 13 13:13:38.143 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.143 INFO kablam! | Oct 13 13:13:38.143 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.143 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.143 INFO kablam! | Oct 13 13:13:38.143 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.143 INFO kablam! | Oct 13 13:13:38.143 INFO kablam! Oct 13 13:13:38.144 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.144 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.144 INFO kablam! | Oct 13 13:13:38.144 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.144 INFO kablam! | ^^^^^ Oct 13 13:13:38.144 INFO kablam! ... Oct 13 13:13:38.144 INFO kablam! 3828 | rt_alloc_layout_unchecked!(rt_even_10000bytes_32align_alloc_layout_unchecked, 10000, 32); Oct 13 13:13:38.144 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.144 INFO kablam! | Oct 13 13:13:38.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.144 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.144 INFO kablam! | Oct 13 13:13:38.144 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.144 INFO kablam! | Oct 13 13:13:38.144 INFO kablam! Oct 13 13:13:38.144 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.144 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.144 INFO kablam! | Oct 13 13:13:38.144 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.145 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.145 INFO kablam! ... Oct 13 13:13:38.145 INFO kablam! 3828 | rt_alloc_layout_unchecked!(rt_even_10000bytes_32align_alloc_layout_unchecked, 10000, 32); Oct 13 13:13:38.145 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.145 INFO kablam! | Oct 13 13:13:38.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.145 INFO kablam! | Oct 13 13:13:38.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.145 INFO kablam! | Oct 13 13:13:38.145 INFO kablam! Oct 13 13:13:38.145 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.145 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.145 INFO kablam! | Oct 13 13:13:38.145 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.145 INFO kablam! | ^^^^^ Oct 13 13:13:38.145 INFO kablam! ... Oct 13 13:13:38.145 INFO kablam! 3841 | rt_alloc_layout_unchecked!(rt_even_100000bytes_32align_alloc_layout_unchecked, 100000, 32); Oct 13 13:13:38.145 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.145 INFO kablam! | Oct 13 13:13:38.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.145 INFO kablam! | Oct 13 13:13:38.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.146 INFO kablam! | Oct 13 13:13:38.146 INFO kablam! Oct 13 13:13:38.146 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.146 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.146 INFO kablam! | Oct 13 13:13:38.146 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.146 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.146 INFO kablam! ... Oct 13 13:13:38.146 INFO kablam! 3841 | rt_alloc_layout_unchecked!(rt_even_100000bytes_32align_alloc_layout_unchecked, 100000, 32); Oct 13 13:13:38.146 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.146 INFO kablam! | Oct 13 13:13:38.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.146 INFO kablam! | Oct 13 13:13:38.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.146 INFO kablam! | Oct 13 13:13:38.146 INFO kablam! Oct 13 13:13:38.146 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.146 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.146 INFO kablam! | Oct 13 13:13:38.147 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.147 INFO kablam! | ^^^^^ Oct 13 13:13:38.147 INFO kablam! ... Oct 13 13:13:38.147 INFO kablam! 3854 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_32align_alloc_layout_unchecked, 1000000, 32); Oct 13 13:13:38.147 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.147 INFO kablam! | Oct 13 13:13:38.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.147 INFO kablam! | Oct 13 13:13:38.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.147 INFO kablam! | Oct 13 13:13:38.147 INFO kablam! Oct 13 13:13:38.147 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.147 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.147 INFO kablam! | Oct 13 13:13:38.147 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.147 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.147 INFO kablam! ... Oct 13 13:13:38.147 INFO kablam! 3854 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_32align_alloc_layout_unchecked, 1000000, 32); Oct 13 13:13:38.147 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.148 INFO kablam! | Oct 13 13:13:38.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.148 INFO kablam! | Oct 13 13:13:38.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.148 INFO kablam! | Oct 13 13:13:38.148 INFO kablam! Oct 13 13:13:38.148 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.148 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.148 INFO kablam! | Oct 13 13:13:38.148 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.148 INFO kablam! | ^^^^^ Oct 13 13:13:38.148 INFO kablam! ... Oct 13 13:13:38.148 INFO kablam! 3868 | rt_alloc_layout_unchecked!(rt_odd_10bytes_32align_alloc_layout_unchecked, 10- 1, 32); Oct 13 13:13:38.148 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.148 INFO kablam! | Oct 13 13:13:38.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.148 INFO kablam! | Oct 13 13:13:38.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.149 INFO kablam! | Oct 13 13:13:38.149 INFO kablam! Oct 13 13:13:38.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.149 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.149 INFO kablam! | Oct 13 13:13:38.149 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.149 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.149 INFO kablam! ... Oct 13 13:13:38.149 INFO kablam! 3868 | rt_alloc_layout_unchecked!(rt_odd_10bytes_32align_alloc_layout_unchecked, 10- 1, 32); Oct 13 13:13:38.149 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.149 INFO kablam! | Oct 13 13:13:38.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.149 INFO kablam! | Oct 13 13:13:38.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.149 INFO kablam! | Oct 13 13:13:38.149 INFO kablam! Oct 13 13:13:38.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.150 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.150 INFO kablam! | Oct 13 13:13:38.150 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.150 INFO kablam! | ^^^^^ Oct 13 13:13:38.150 INFO kablam! ... Oct 13 13:13:38.150 INFO kablam! 3881 | rt_alloc_layout_unchecked!(rt_odd_100bytes_32align_alloc_layout_unchecked, 100- 1, 32); Oct 13 13:13:38.150 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.150 INFO kablam! | Oct 13 13:13:38.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.150 INFO kablam! | Oct 13 13:13:38.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.150 INFO kablam! | Oct 13 13:13:38.150 INFO kablam! Oct 13 13:13:38.150 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.150 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.150 INFO kablam! | Oct 13 13:13:38.150 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.150 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.150 INFO kablam! ... Oct 13 13:13:38.150 INFO kablam! 3881 | rt_alloc_layout_unchecked!(rt_odd_100bytes_32align_alloc_layout_unchecked, 100- 1, 32); Oct 13 13:13:38.150 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.151 INFO kablam! | Oct 13 13:13:38.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.151 INFO kablam! | Oct 13 13:13:38.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.151 INFO kablam! | Oct 13 13:13:38.151 INFO kablam! Oct 13 13:13:38.151 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.151 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.151 INFO kablam! | Oct 13 13:13:38.151 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.151 INFO kablam! | ^^^^^ Oct 13 13:13:38.151 INFO kablam! ... Oct 13 13:13:38.151 INFO kablam! 3894 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_32align_alloc_layout_unchecked, 1000- 1, 32); Oct 13 13:13:38.151 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.151 INFO kablam! | Oct 13 13:13:38.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.151 INFO kablam! | Oct 13 13:13:38.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.152 INFO kablam! | Oct 13 13:13:38.152 INFO kablam! Oct 13 13:13:38.152 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.152 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.152 INFO kablam! | Oct 13 13:13:38.152 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.152 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.152 INFO kablam! ... Oct 13 13:13:38.152 INFO kablam! 3894 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_32align_alloc_layout_unchecked, 1000- 1, 32); Oct 13 13:13:38.152 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.152 INFO kablam! | Oct 13 13:13:38.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.152 INFO kablam! | Oct 13 13:13:38.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.152 INFO kablam! | Oct 13 13:13:38.152 INFO kablam! Oct 13 13:13:38.152 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.152 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.152 INFO kablam! | Oct 13 13:13:38.152 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.153 INFO kablam! | ^^^^^ Oct 13 13:13:38.153 INFO kablam! ... Oct 13 13:13:38.153 INFO kablam! 3907 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_32align_alloc_layout_unchecked, 10000- 1, 32); Oct 13 13:13:38.153 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.153 INFO kablam! | Oct 13 13:13:38.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.153 INFO kablam! | Oct 13 13:13:38.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.153 INFO kablam! | Oct 13 13:13:38.153 INFO kablam! Oct 13 13:13:38.153 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.153 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.153 INFO kablam! | Oct 13 13:13:38.153 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.153 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.153 INFO kablam! ... Oct 13 13:13:38.153 INFO kablam! 3907 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_32align_alloc_layout_unchecked, 10000- 1, 32); Oct 13 13:13:38.153 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.153 INFO kablam! | Oct 13 13:13:38.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.154 INFO kablam! | Oct 13 13:13:38.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.154 INFO kablam! | Oct 13 13:13:38.154 INFO kablam! Oct 13 13:13:38.154 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.154 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.154 INFO kablam! | Oct 13 13:13:38.154 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.154 INFO kablam! | ^^^^^ Oct 13 13:13:38.154 INFO kablam! ... Oct 13 13:13:38.154 INFO kablam! 3920 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_32align_alloc_layout_unchecked, 100000- 1, 32); Oct 13 13:13:38.154 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.154 INFO kablam! | Oct 13 13:13:38.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.154 INFO kablam! | Oct 13 13:13:38.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.154 INFO kablam! | Oct 13 13:13:38.154 INFO kablam! Oct 13 13:13:38.154 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.154 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.154 INFO kablam! | Oct 13 13:13:38.154 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.154 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.154 INFO kablam! ... Oct 13 13:13:38.155 INFO kablam! 3920 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_32align_alloc_layout_unchecked, 100000- 1, 32); Oct 13 13:13:38.155 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.155 INFO kablam! | Oct 13 13:13:38.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.155 INFO kablam! | Oct 13 13:13:38.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.155 INFO kablam! | Oct 13 13:13:38.155 INFO kablam! Oct 13 13:13:38.155 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.155 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.155 INFO kablam! | Oct 13 13:13:38.155 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.155 INFO kablam! | ^^^^^ Oct 13 13:13:38.155 INFO kablam! ... Oct 13 13:13:38.155 INFO kablam! 3933 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_32align_alloc_layout_unchecked, 1000000- 1, 32); Oct 13 13:13:38.155 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.155 INFO kablam! | Oct 13 13:13:38.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.155 INFO kablam! | Oct 13 13:13:38.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.155 INFO kablam! | Oct 13 13:13:38.156 INFO kablam! Oct 13 13:13:38.156 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.156 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.156 INFO kablam! | Oct 13 13:13:38.156 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.156 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.156 INFO kablam! ... Oct 13 13:13:38.156 INFO kablam! 3933 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_32align_alloc_layout_unchecked, 1000000- 1, 32); Oct 13 13:13:38.156 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.156 INFO kablam! | Oct 13 13:13:38.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.156 INFO kablam! | Oct 13 13:13:38.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.156 INFO kablam! | Oct 13 13:13:38.156 INFO kablam! Oct 13 13:13:38.156 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.156 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.156 INFO kablam! | Oct 13 13:13:38.156 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.157 INFO kablam! | ^^^^^ Oct 13 13:13:38.157 INFO kablam! ... Oct 13 13:13:38.157 INFO kablam! 3947 | rt_alloc_layout_unchecked!(rt_primes_3bytes_32align_alloc_layout_unchecked, 3, 32); Oct 13 13:13:38.157 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.157 INFO kablam! | Oct 13 13:13:38.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.157 INFO kablam! | Oct 13 13:13:38.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.157 INFO kablam! | Oct 13 13:13:38.157 INFO kablam! Oct 13 13:13:38.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.157 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.157 INFO kablam! | Oct 13 13:13:38.157 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.157 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.157 INFO kablam! ... Oct 13 13:13:38.157 INFO kablam! 3947 | rt_alloc_layout_unchecked!(rt_primes_3bytes_32align_alloc_layout_unchecked, 3, 32); Oct 13 13:13:38.157 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.157 INFO kablam! | Oct 13 13:13:38.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.157 INFO kablam! | Oct 13 13:13:38.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.158 INFO kablam! | Oct 13 13:13:38.158 INFO kablam! Oct 13 13:13:38.158 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.158 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.158 INFO kablam! | Oct 13 13:13:38.158 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.158 INFO kablam! | ^^^^^ Oct 13 13:13:38.158 INFO kablam! ... Oct 13 13:13:38.158 INFO kablam! 3960 | rt_alloc_layout_unchecked!(rt_primes_7bytes_32align_alloc_layout_unchecked, 7, 32); Oct 13 13:13:38.158 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.158 INFO kablam! | Oct 13 13:13:38.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.158 INFO kablam! | Oct 13 13:13:38.158 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.158 INFO kablam! | Oct 13 13:13:38.158 INFO kablam! Oct 13 13:13:38.158 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.158 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.158 INFO kablam! | Oct 13 13:13:38.158 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.158 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.158 INFO kablam! ... Oct 13 13:13:38.158 INFO kablam! 3960 | rt_alloc_layout_unchecked!(rt_primes_7bytes_32align_alloc_layout_unchecked, 7, 32); Oct 13 13:13:38.158 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.159 INFO kablam! | Oct 13 13:13:38.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.159 INFO kablam! | Oct 13 13:13:38.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.159 INFO kablam! | Oct 13 13:13:38.159 INFO kablam! Oct 13 13:13:38.164 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.164 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.164 INFO kablam! | Oct 13 13:13:38.165 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.165 INFO kablam! | ^^^^^ Oct 13 13:13:38.165 INFO kablam! ... Oct 13 13:13:38.165 INFO kablam! 3973 | rt_alloc_layout_unchecked!(rt_primes_13bytes_32align_alloc_layout_unchecked, 13, 32); Oct 13 13:13:38.165 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.165 INFO kablam! | Oct 13 13:13:38.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.165 INFO kablam! | Oct 13 13:13:38.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.166 INFO kablam! | Oct 13 13:13:38.166 INFO kablam! Oct 13 13:13:38.166 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.166 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.166 INFO kablam! | Oct 13 13:13:38.166 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.166 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.166 INFO kablam! ... Oct 13 13:13:38.166 INFO kablam! 3973 | rt_alloc_layout_unchecked!(rt_primes_13bytes_32align_alloc_layout_unchecked, 13, 32); Oct 13 13:13:38.166 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.166 INFO kablam! | Oct 13 13:13:38.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.166 INFO kablam! | Oct 13 13:13:38.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.166 INFO kablam! | Oct 13 13:13:38.166 INFO kablam! Oct 13 13:13:38.166 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.166 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.166 INFO kablam! | Oct 13 13:13:38.166 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.167 INFO kablam! | ^^^^^ Oct 13 13:13:38.167 INFO kablam! ... Oct 13 13:13:38.167 INFO kablam! 3986 | rt_alloc_layout_unchecked!(rt_primes_17bytes_32align_alloc_layout_unchecked, 17, 32); Oct 13 13:13:38.167 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.167 INFO kablam! | Oct 13 13:13:38.167 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.167 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.167 INFO kablam! | Oct 13 13:13:38.167 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.167 INFO kablam! | Oct 13 13:13:38.167 INFO kablam! Oct 13 13:13:38.167 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.167 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.167 INFO kablam! | Oct 13 13:13:38.167 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.167 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.167 INFO kablam! ... Oct 13 13:13:38.168 INFO kablam! 3986 | rt_alloc_layout_unchecked!(rt_primes_17bytes_32align_alloc_layout_unchecked, 17, 32); Oct 13 13:13:38.168 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.168 INFO kablam! | Oct 13 13:13:38.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.168 INFO kablam! | Oct 13 13:13:38.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.168 INFO kablam! | Oct 13 13:13:38.168 INFO kablam! Oct 13 13:13:38.168 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.168 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.168 INFO kablam! | Oct 13 13:13:38.168 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.168 INFO kablam! | ^^^^^ Oct 13 13:13:38.169 INFO kablam! ... Oct 13 13:13:38.169 INFO kablam! 3999 | rt_alloc_layout_unchecked!(rt_primes_31bytes_32align_alloc_layout_unchecked, 31, 32); Oct 13 13:13:38.169 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.169 INFO kablam! | Oct 13 13:13:38.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.169 INFO kablam! | Oct 13 13:13:38.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.169 INFO kablam! | Oct 13 13:13:38.169 INFO kablam! Oct 13 13:13:38.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.169 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.169 INFO kablam! | Oct 13 13:13:38.169 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.169 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.169 INFO kablam! ... Oct 13 13:13:38.169 INFO kablam! 3999 | rt_alloc_layout_unchecked!(rt_primes_31bytes_32align_alloc_layout_unchecked, 31, 32); Oct 13 13:13:38.169 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.169 INFO kablam! | Oct 13 13:13:38.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.169 INFO kablam! | Oct 13 13:13:38.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.170 INFO kablam! | Oct 13 13:13:38.170 INFO kablam! Oct 13 13:13:38.170 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.170 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.170 INFO kablam! | Oct 13 13:13:38.170 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.170 INFO kablam! | ^^^^^ Oct 13 13:13:38.170 INFO kablam! ... Oct 13 13:13:38.170 INFO kablam! 4012 | rt_alloc_layout_unchecked!(rt_primes_61bytes_32align_alloc_layout_unchecked, 61, 32); Oct 13 13:13:38.170 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.170 INFO kablam! | Oct 13 13:13:38.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.170 INFO kablam! | Oct 13 13:13:38.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.170 INFO kablam! | Oct 13 13:13:38.170 INFO kablam! Oct 13 13:13:38.170 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.170 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.171 INFO kablam! | Oct 13 13:13:38.171 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.171 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.171 INFO kablam! ... Oct 13 13:13:38.171 INFO kablam! 4012 | rt_alloc_layout_unchecked!(rt_primes_61bytes_32align_alloc_layout_unchecked, 61, 32); Oct 13 13:13:38.171 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.171 INFO kablam! | Oct 13 13:13:38.172 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.172 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.172 INFO kablam! | Oct 13 13:13:38.172 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.172 INFO kablam! | Oct 13 13:13:38.172 INFO kablam! Oct 13 13:13:38.172 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.172 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.172 INFO kablam! | Oct 13 13:13:38.172 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.172 INFO kablam! | ^^^^^ Oct 13 13:13:38.172 INFO kablam! ... Oct 13 13:13:38.172 INFO kablam! 4025 | rt_alloc_layout_unchecked!(rt_primes_96bytes_32align_alloc_layout_unchecked, 96, 32); Oct 13 13:13:38.172 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.172 INFO kablam! | Oct 13 13:13:38.172 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.172 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.172 INFO kablam! | Oct 13 13:13:38.172 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.172 INFO kablam! | Oct 13 13:13:38.172 INFO kablam! Oct 13 13:13:38.172 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.172 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.173 INFO kablam! | Oct 13 13:13:38.173 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.173 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.173 INFO kablam! ... Oct 13 13:13:38.173 INFO kablam! 4025 | rt_alloc_layout_unchecked!(rt_primes_96bytes_32align_alloc_layout_unchecked, 96, 32); Oct 13 13:13:38.173 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.173 INFO kablam! | Oct 13 13:13:38.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.173 INFO kablam! | Oct 13 13:13:38.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.173 INFO kablam! | Oct 13 13:13:38.173 INFO kablam! Oct 13 13:13:38.173 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.173 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.173 INFO kablam! | Oct 13 13:13:38.173 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.173 INFO kablam! | ^^^^^ Oct 13 13:13:38.173 INFO kablam! ... Oct 13 13:13:38.173 INFO kablam! 4038 | rt_alloc_layout_unchecked!(rt_primes_127bytes_32align_alloc_layout_unchecked, 127, 32); Oct 13 13:13:38.173 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.173 INFO kablam! | Oct 13 13:13:38.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.174 INFO kablam! | Oct 13 13:13:38.174 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.174 INFO kablam! | Oct 13 13:13:38.174 INFO kablam! Oct 13 13:13:38.174 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.174 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.174 INFO kablam! | Oct 13 13:13:38.175 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.175 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.180 INFO kablam! ... Oct 13 13:13:38.180 INFO kablam! 4038 | rt_alloc_layout_unchecked!(rt_primes_127bytes_32align_alloc_layout_unchecked, 127, 32); Oct 13 13:13:38.180 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.180 INFO kablam! | Oct 13 13:13:38.180 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.180 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.180 INFO kablam! | Oct 13 13:13:38.180 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.180 INFO kablam! | Oct 13 13:13:38.180 INFO kablam! Oct 13 13:13:38.180 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.180 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.181 INFO kablam! | Oct 13 13:13:38.181 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.181 INFO kablam! | ^^^^^ Oct 13 13:13:38.181 INFO kablam! ... Oct 13 13:13:38.181 INFO kablam! 4051 | rt_alloc_layout_unchecked!(rt_primes_257bytes_32align_alloc_layout_unchecked, 257, 32); Oct 13 13:13:38.181 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.181 INFO kablam! | Oct 13 13:13:38.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.181 INFO kablam! | Oct 13 13:13:38.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.181 INFO kablam! | Oct 13 13:13:38.181 INFO kablam! Oct 13 13:13:38.181 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.181 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.181 INFO kablam! | Oct 13 13:13:38.181 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.181 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.181 INFO kablam! ... Oct 13 13:13:38.181 INFO kablam! 4051 | rt_alloc_layout_unchecked!(rt_primes_257bytes_32align_alloc_layout_unchecked, 257, 32); Oct 13 13:13:38.181 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.181 INFO kablam! | Oct 13 13:13:38.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.181 INFO kablam! | Oct 13 13:13:38.182 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.182 INFO kablam! | Oct 13 13:13:38.182 INFO kablam! Oct 13 13:13:38.182 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.182 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.182 INFO kablam! | Oct 13 13:13:38.182 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.182 INFO kablam! | ^^^^^ Oct 13 13:13:38.182 INFO kablam! ... Oct 13 13:13:38.182 INFO kablam! 4064 | rt_alloc_layout_unchecked!(rt_primes_509bytes_32align_alloc_layout_unchecked, 509, 32); Oct 13 13:13:38.182 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.182 INFO kablam! | Oct 13 13:13:38.182 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.182 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.182 INFO kablam! | Oct 13 13:13:38.182 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.182 INFO kablam! | Oct 13 13:13:38.182 INFO kablam! Oct 13 13:13:38.182 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.183 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.183 INFO kablam! | Oct 13 13:13:38.183 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.183 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.183 INFO kablam! ... Oct 13 13:13:38.183 INFO kablam! 4064 | rt_alloc_layout_unchecked!(rt_primes_509bytes_32align_alloc_layout_unchecked, 509, 32); Oct 13 13:13:38.183 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.183 INFO kablam! | Oct 13 13:13:38.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.183 INFO kablam! | Oct 13 13:13:38.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.183 INFO kablam! | Oct 13 13:13:38.183 INFO kablam! Oct 13 13:13:38.183 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.183 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.183 INFO kablam! | Oct 13 13:13:38.183 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.183 INFO kablam! | ^^^^^ Oct 13 13:13:38.183 INFO kablam! ... Oct 13 13:13:38.183 INFO kablam! 4077 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_32align_alloc_layout_unchecked, 1021, 32); Oct 13 13:13:38.183 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.183 INFO kablam! | Oct 13 13:13:38.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.191 INFO kablam! | Oct 13 13:13:38.191 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.191 INFO kablam! | Oct 13 13:13:38.191 INFO kablam! Oct 13 13:13:38.191 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.191 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.191 INFO kablam! | Oct 13 13:13:38.191 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.191 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.191 INFO kablam! ... Oct 13 13:13:38.191 INFO kablam! 4077 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_32align_alloc_layout_unchecked, 1021, 32); Oct 13 13:13:38.191 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.191 INFO kablam! | Oct 13 13:13:38.191 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.191 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.192 INFO kablam! | Oct 13 13:13:38.192 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.192 INFO kablam! | Oct 13 13:13:38.192 INFO kablam! Oct 13 13:13:38.192 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.192 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.192 INFO kablam! | Oct 13 13:13:38.192 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.192 INFO kablam! | ^^^^^ Oct 13 13:13:38.192 INFO kablam! ... Oct 13 13:13:38.192 INFO kablam! 4090 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_32align_alloc_layout_unchecked, 2039, 32); Oct 13 13:13:38.192 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.192 INFO kablam! | Oct 13 13:13:38.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.192 INFO kablam! | Oct 13 13:13:38.192 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.192 INFO kablam! | Oct 13 13:13:38.192 INFO kablam! Oct 13 13:13:38.192 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.192 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.192 INFO kablam! | Oct 13 13:13:38.193 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.193 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.193 INFO kablam! ... Oct 13 13:13:38.193 INFO kablam! 4090 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_32align_alloc_layout_unchecked, 2039, 32); Oct 13 13:13:38.193 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.193 INFO kablam! | Oct 13 13:13:38.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.193 INFO kablam! | Oct 13 13:13:38.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.193 INFO kablam! | Oct 13 13:13:38.193 INFO kablam! Oct 13 13:13:38.193 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.193 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.193 INFO kablam! | Oct 13 13:13:38.193 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.193 INFO kablam! | ^^^^^ Oct 13 13:13:38.193 INFO kablam! ... Oct 13 13:13:38.193 INFO kablam! 4103 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_32align_alloc_layout_unchecked, 4093, 32); Oct 13 13:13:38.193 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.193 INFO kablam! | Oct 13 13:13:38.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.193 INFO kablam! | Oct 13 13:13:38.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.194 INFO kablam! | Oct 13 13:13:38.194 INFO kablam! Oct 13 13:13:38.194 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.194 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.194 INFO kablam! | Oct 13 13:13:38.194 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.194 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.194 INFO kablam! ... Oct 13 13:13:38.194 INFO kablam! 4103 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_32align_alloc_layout_unchecked, 4093, 32); Oct 13 13:13:38.194 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.194 INFO kablam! | Oct 13 13:13:38.194 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.194 INFO kablam! | Oct 13 13:13:38.194 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.194 INFO kablam! | Oct 13 13:13:38.194 INFO kablam! Oct 13 13:13:38.194 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.194 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.194 INFO kablam! | Oct 13 13:13:38.194 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.194 INFO kablam! | ^^^^^ Oct 13 13:13:38.194 INFO kablam! ... Oct 13 13:13:38.194 INFO kablam! 4116 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_32align_alloc_layout_unchecked, 8191, 32); Oct 13 13:13:38.195 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.195 INFO kablam! | Oct 13 13:13:38.195 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.195 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.195 INFO kablam! | Oct 13 13:13:38.195 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.195 INFO kablam! | Oct 13 13:13:38.195 INFO kablam! Oct 13 13:13:38.195 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.195 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.195 INFO kablam! | Oct 13 13:13:38.195 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.195 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.195 INFO kablam! ... Oct 13 13:13:38.195 INFO kablam! 4116 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_32align_alloc_layout_unchecked, 8191, 32); Oct 13 13:13:38.195 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.195 INFO kablam! | Oct 13 13:13:38.195 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.195 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.195 INFO kablam! | Oct 13 13:13:38.195 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.195 INFO kablam! | Oct 13 13:13:38.195 INFO kablam! Oct 13 13:13:38.195 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.195 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.195 INFO kablam! | Oct 13 13:13:38.196 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.196 INFO kablam! | ^^^^^ Oct 13 13:13:38.196 INFO kablam! ... Oct 13 13:13:38.196 INFO kablam! 4129 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_32align_alloc_layout_unchecked, 16381, 32); Oct 13 13:13:38.196 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.196 INFO kablam! | Oct 13 13:13:38.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.200 INFO kablam! | Oct 13 13:13:38.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.200 INFO kablam! | Oct 13 13:13:38.200 INFO kablam! Oct 13 13:13:38.200 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.200 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.200 INFO kablam! | Oct 13 13:13:38.200 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.200 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.200 INFO kablam! ... Oct 13 13:13:38.201 INFO kablam! 4129 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_32align_alloc_layout_unchecked, 16381, 32); Oct 13 13:13:38.201 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.201 INFO kablam! | Oct 13 13:13:38.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.201 INFO kablam! | Oct 13 13:13:38.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.201 INFO kablam! | Oct 13 13:13:38.201 INFO kablam! Oct 13 13:13:38.201 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.201 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.201 INFO kablam! | Oct 13 13:13:38.201 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.201 INFO kablam! | ^^^^^ Oct 13 13:13:38.201 INFO kablam! ... Oct 13 13:13:38.201 INFO kablam! 4142 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_32align_alloc_layout_unchecked, 32749, 32); Oct 13 13:13:38.201 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.201 INFO kablam! | Oct 13 13:13:38.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.201 INFO kablam! | Oct 13 13:13:38.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.201 INFO kablam! | Oct 13 13:13:38.201 INFO kablam! Oct 13 13:13:38.201 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.202 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.202 INFO kablam! | Oct 13 13:13:38.202 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.202 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.202 INFO kablam! ... Oct 13 13:13:38.202 INFO kablam! 4142 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_32align_alloc_layout_unchecked, 32749, 32); Oct 13 13:13:38.202 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.202 INFO kablam! | Oct 13 13:13:38.202 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.202 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.202 INFO kablam! | Oct 13 13:13:38.202 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.202 INFO kablam! | Oct 13 13:13:38.202 INFO kablam! Oct 13 13:13:38.202 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.202 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.202 INFO kablam! | Oct 13 13:13:38.202 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.202 INFO kablam! | ^^^^^ Oct 13 13:13:38.202 INFO kablam! ... Oct 13 13:13:38.202 INFO kablam! 4155 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_32align_alloc_layout_unchecked, 65537, 32); Oct 13 13:13:38.202 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.202 INFO kablam! | Oct 13 13:13:38.202 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.202 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.203 INFO kablam! | Oct 13 13:13:38.203 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.203 INFO kablam! | Oct 13 13:13:38.203 INFO kablam! Oct 13 13:13:38.203 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.203 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.203 INFO kablam! | Oct 13 13:13:38.203 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.203 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.203 INFO kablam! ... Oct 13 13:13:38.203 INFO kablam! 4155 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_32align_alloc_layout_unchecked, 65537, 32); Oct 13 13:13:38.203 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.203 INFO kablam! | Oct 13 13:13:38.203 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.203 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.203 INFO kablam! | Oct 13 13:13:38.203 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.203 INFO kablam! | Oct 13 13:13:38.203 INFO kablam! Oct 13 13:13:38.203 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.203 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.203 INFO kablam! | Oct 13 13:13:38.203 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.203 INFO kablam! | ^^^^^ Oct 13 13:13:38.203 INFO kablam! ... Oct 13 13:13:38.204 INFO kablam! 4168 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_32align_alloc_layout_unchecked, 131071, 32); Oct 13 13:13:38.204 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.204 INFO kablam! | Oct 13 13:13:38.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.204 INFO kablam! | Oct 13 13:13:38.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.204 INFO kablam! | Oct 13 13:13:38.204 INFO kablam! Oct 13 13:13:38.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.212 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.212 INFO kablam! | Oct 13 13:13:38.212 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.212 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.212 INFO kablam! ... Oct 13 13:13:38.212 INFO kablam! 4168 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_32align_alloc_layout_unchecked, 131071, 32); Oct 13 13:13:38.212 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.212 INFO kablam! | Oct 13 13:13:38.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.212 INFO kablam! | Oct 13 13:13:38.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.212 INFO kablam! | Oct 13 13:13:38.212 INFO kablam! Oct 13 13:13:38.212 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.212 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:38.212 INFO kablam! | Oct 13 13:13:38.212 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.212 INFO kablam! | ^^^^^ Oct 13 13:13:38.212 INFO kablam! ... Oct 13 13:13:38.212 INFO kablam! 4181 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_32align_alloc_layout_unchecked, 4194301, 32); Oct 13 13:13:38.212 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.212 INFO kablam! | Oct 13 13:13:38.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.212 INFO kablam! | Oct 13 13:13:38.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.212 INFO kablam! | Oct 13 13:13:38.212 INFO kablam! Oct 13 13:13:38.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.212 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:38.212 INFO kablam! | Oct 13 13:13:38.212 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.212 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.212 INFO kablam! ... Oct 13 13:13:38.212 INFO kablam! 4181 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_32align_alloc_layout_unchecked, 4194301, 32); Oct 13 13:13:38.212 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.212 INFO kablam! | Oct 13 13:13:38.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.213 INFO kablam! | Oct 13 13:13:38.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.213 INFO kablam! | Oct 13 13:13:38.213 INFO kablam! Oct 13 13:13:38.213 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.213 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.213 INFO kablam! | Oct 13 13:13:38.213 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.213 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.213 INFO kablam! ... Oct 13 13:13:38.213 INFO kablam! 262 | rt_alloc_excess_unused!(rt_pow2_1bytes_1align_alloc_excess_unused, 1, 1); Oct 13 13:13:38.213 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.213 INFO kablam! Oct 13 13:13:38.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.213 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.213 INFO kablam! | Oct 13 13:13:38.213 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.213 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.213 INFO kablam! ... Oct 13 13:13:38.213 INFO kablam! 262 | rt_alloc_excess_unused!(rt_pow2_1bytes_1align_alloc_excess_unused, 1, 1); Oct 13 13:13:38.213 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.213 INFO kablam! | Oct 13 13:13:38.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.213 INFO kablam! | Oct 13 13:13:38.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.213 INFO kablam! | Oct 13 13:13:38.213 INFO kablam! Oct 13 13:13:38.213 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.213 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.213 INFO kablam! | Oct 13 13:13:38.213 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.213 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.213 INFO kablam! ... Oct 13 13:13:38.213 INFO kablam! 275 | rt_alloc_excess_unused!(rt_pow2_2bytes_1align_alloc_excess_unused, 2, 1); Oct 13 13:13:38.213 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.213 INFO kablam! Oct 13 13:13:38.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.213 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.213 INFO kablam! | Oct 13 13:13:38.213 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.213 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.213 INFO kablam! ... Oct 13 13:13:38.213 INFO kablam! 275 | rt_alloc_excess_unused!(rt_pow2_2bytes_1align_alloc_excess_unused, 2, 1); Oct 13 13:13:38.213 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.213 INFO kablam! | Oct 13 13:13:38.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.213 INFO kablam! | Oct 13 13:13:38.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.213 INFO kablam! | Oct 13 13:13:38.213 INFO kablam! Oct 13 13:13:38.213 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.213 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.213 INFO kablam! | Oct 13 13:13:38.213 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.213 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.213 INFO kablam! ... Oct 13 13:13:38.213 INFO kablam! 288 | rt_alloc_excess_unused!(rt_pow2_4bytes_1align_alloc_excess_unused, 4, 1); Oct 13 13:13:38.213 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.213 INFO kablam! Oct 13 13:13:38.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.213 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.213 INFO kablam! | Oct 13 13:13:38.213 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.213 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.213 INFO kablam! ... Oct 13 13:13:38.213 INFO kablam! 288 | rt_alloc_excess_unused!(rt_pow2_4bytes_1align_alloc_excess_unused, 4, 1); Oct 13 13:13:38.213 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.213 INFO kablam! | Oct 13 13:13:38.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.213 INFO kablam! | Oct 13 13:13:38.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.213 INFO kablam! | Oct 13 13:13:38.213 INFO kablam! Oct 13 13:13:38.213 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.213 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.213 INFO kablam! | Oct 13 13:13:38.213 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.213 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.213 INFO kablam! ... Oct 13 13:13:38.213 INFO kablam! 301 | rt_alloc_excess_unused!(rt_pow2_8bytes_1align_alloc_excess_unused, 8, 1); Oct 13 13:13:38.213 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.213 INFO kablam! Oct 13 13:13:38.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.213 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.213 INFO kablam! | Oct 13 13:13:38.214 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.214 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.214 INFO kablam! ... Oct 13 13:13:38.214 INFO kablam! 301 | rt_alloc_excess_unused!(rt_pow2_8bytes_1align_alloc_excess_unused, 8, 1); Oct 13 13:13:38.214 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.214 INFO kablam! | Oct 13 13:13:38.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.214 INFO kablam! | Oct 13 13:13:38.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.214 INFO kablam! | Oct 13 13:13:38.214 INFO kablam! Oct 13 13:13:38.214 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.214 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.214 INFO kablam! | Oct 13 13:13:38.214 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.214 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.214 INFO kablam! ... Oct 13 13:13:38.214 INFO kablam! 314 | rt_alloc_excess_unused!(rt_pow2_16bytes_1align_alloc_excess_unused, 16, 1); Oct 13 13:13:38.214 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.214 INFO kablam! Oct 13 13:13:38.214 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.214 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.214 INFO kablam! | Oct 13 13:13:38.214 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.214 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.214 INFO kablam! ... Oct 13 13:13:38.214 INFO kablam! 314 | rt_alloc_excess_unused!(rt_pow2_16bytes_1align_alloc_excess_unused, 16, 1); Oct 13 13:13:38.214 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.214 INFO kablam! | Oct 13 13:13:38.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.214 INFO kablam! | Oct 13 13:13:38.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.214 INFO kablam! | Oct 13 13:13:38.214 INFO kablam! Oct 13 13:13:38.214 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.214 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.214 INFO kablam! | Oct 13 13:13:38.214 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.214 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.214 INFO kablam! ... Oct 13 13:13:38.214 INFO kablam! 327 | rt_alloc_excess_unused!(rt_pow2_32bytes_1align_alloc_excess_unused, 32, 1); Oct 13 13:13:38.214 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.214 INFO kablam! Oct 13 13:13:38.214 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.214 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.214 INFO kablam! | Oct 13 13:13:38.214 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.214 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.214 INFO kablam! ... Oct 13 13:13:38.214 INFO kablam! 327 | rt_alloc_excess_unused!(rt_pow2_32bytes_1align_alloc_excess_unused, 32, 1); Oct 13 13:13:38.214 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.214 INFO kablam! | Oct 13 13:13:38.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.214 INFO kablam! | Oct 13 13:13:38.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.214 INFO kablam! | Oct 13 13:13:38.214 INFO kablam! Oct 13 13:13:38.214 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.214 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.214 INFO kablam! | Oct 13 13:13:38.214 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.214 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.214 INFO kablam! ... Oct 13 13:13:38.214 INFO kablam! 340 | rt_alloc_excess_unused!(rt_pow2_64bytes_1align_alloc_excess_unused, 64, 1); Oct 13 13:13:38.214 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.214 INFO kablam! Oct 13 13:13:38.214 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.214 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.214 INFO kablam! | Oct 13 13:13:38.214 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.214 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.214 INFO kablam! ... Oct 13 13:13:38.214 INFO kablam! 340 | rt_alloc_excess_unused!(rt_pow2_64bytes_1align_alloc_excess_unused, 64, 1); Oct 13 13:13:38.214 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.214 INFO kablam! | Oct 13 13:13:38.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.214 INFO kablam! | Oct 13 13:13:38.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.214 INFO kablam! | Oct 13 13:13:38.214 INFO kablam! Oct 13 13:13:38.214 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.214 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.214 INFO kablam! | Oct 13 13:13:38.214 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.215 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.215 INFO kablam! ... Oct 13 13:13:38.215 INFO kablam! 353 | rt_alloc_excess_unused!(rt_pow2_128bytes_1align_alloc_excess_unused, 128, 1); Oct 13 13:13:38.215 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.215 INFO kablam! Oct 13 13:13:38.215 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.215 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.215 INFO kablam! | Oct 13 13:13:38.215 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.215 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.215 INFO kablam! ... Oct 13 13:13:38.215 INFO kablam! 353 | rt_alloc_excess_unused!(rt_pow2_128bytes_1align_alloc_excess_unused, 128, 1); Oct 13 13:13:38.215 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.215 INFO kablam! | Oct 13 13:13:38.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.215 INFO kablam! | Oct 13 13:13:38.215 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.215 INFO kablam! | Oct 13 13:13:38.215 INFO kablam! Oct 13 13:13:38.215 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.215 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.215 INFO kablam! | Oct 13 13:13:38.215 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.215 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.215 INFO kablam! ... Oct 13 13:13:38.215 INFO kablam! 366 | rt_alloc_excess_unused!(rt_pow2_256bytes_1align_alloc_excess_unused, 256, 1); Oct 13 13:13:38.215 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.215 INFO kablam! Oct 13 13:13:38.215 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.215 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.215 INFO kablam! | Oct 13 13:13:38.215 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.215 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.215 INFO kablam! ... Oct 13 13:13:38.215 INFO kablam! 366 | rt_alloc_excess_unused!(rt_pow2_256bytes_1align_alloc_excess_unused, 256, 1); Oct 13 13:13:38.215 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.215 INFO kablam! | Oct 13 13:13:38.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.215 INFO kablam! | Oct 13 13:13:38.215 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.215 INFO kablam! | Oct 13 13:13:38.215 INFO kablam! Oct 13 13:13:38.215 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.215 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.215 INFO kablam! | Oct 13 13:13:38.215 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.215 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.215 INFO kablam! ... Oct 13 13:13:38.215 INFO kablam! 379 | rt_alloc_excess_unused!(rt_pow2_512bytes_1align_alloc_excess_unused, 512, 1); Oct 13 13:13:38.215 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.215 INFO kablam! Oct 13 13:13:38.220 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.220 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.220 INFO kablam! | Oct 13 13:13:38.220 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.220 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.220 INFO kablam! ... Oct 13 13:13:38.220 INFO kablam! 379 | rt_alloc_excess_unused!(rt_pow2_512bytes_1align_alloc_excess_unused, 512, 1); Oct 13 13:13:38.220 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.220 INFO kablam! | Oct 13 13:13:38.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.220 INFO kablam! | Oct 13 13:13:38.220 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.220 INFO kablam! | Oct 13 13:13:38.220 INFO kablam! Oct 13 13:13:38.220 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.220 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.220 INFO kablam! | Oct 13 13:13:38.220 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.220 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.220 INFO kablam! ... Oct 13 13:13:38.220 INFO kablam! 392 | rt_alloc_excess_unused!(rt_pow2_1024bytes_1align_alloc_excess_unused, 1024, 1); Oct 13 13:13:38.220 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.220 INFO kablam! Oct 13 13:13:38.220 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.220 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.220 INFO kablam! | Oct 13 13:13:38.220 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.220 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.220 INFO kablam! ... Oct 13 13:13:38.220 INFO kablam! 392 | rt_alloc_excess_unused!(rt_pow2_1024bytes_1align_alloc_excess_unused, 1024, 1); Oct 13 13:13:38.220 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.220 INFO kablam! | Oct 13 13:13:38.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.220 INFO kablam! | Oct 13 13:13:38.220 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.220 INFO kablam! | Oct 13 13:13:38.220 INFO kablam! Oct 13 13:13:38.220 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.220 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.220 INFO kablam! | Oct 13 13:13:38.220 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.221 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.221 INFO kablam! ... Oct 13 13:13:38.221 INFO kablam! 405 | rt_alloc_excess_unused!(rt_pow2_2048bytes_1align_alloc_excess_unused, 2048, 1); Oct 13 13:13:38.221 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.221 INFO kablam! Oct 13 13:13:38.221 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.221 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.221 INFO kablam! | Oct 13 13:13:38.221 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.221 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.221 INFO kablam! ... Oct 13 13:13:38.221 INFO kablam! 405 | rt_alloc_excess_unused!(rt_pow2_2048bytes_1align_alloc_excess_unused, 2048, 1); Oct 13 13:13:38.221 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.221 INFO kablam! | Oct 13 13:13:38.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.221 INFO kablam! | Oct 13 13:13:38.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.221 INFO kablam! | Oct 13 13:13:38.221 INFO kablam! Oct 13 13:13:38.221 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.221 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.221 INFO kablam! | Oct 13 13:13:38.221 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.221 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.221 INFO kablam! ... Oct 13 13:13:38.221 INFO kablam! 418 | rt_alloc_excess_unused!(rt_pow2_4096bytes_1align_alloc_excess_unused, 4096, 1); Oct 13 13:13:38.221 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.221 INFO kablam! Oct 13 13:13:38.221 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.221 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.221 INFO kablam! | Oct 13 13:13:38.221 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.221 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.221 INFO kablam! ... Oct 13 13:13:38.221 INFO kablam! 418 | rt_alloc_excess_unused!(rt_pow2_4096bytes_1align_alloc_excess_unused, 4096, 1); Oct 13 13:13:38.221 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.221 INFO kablam! | Oct 13 13:13:38.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.221 INFO kablam! | Oct 13 13:13:38.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.221 INFO kablam! | Oct 13 13:13:38.221 INFO kablam! Oct 13 13:13:38.221 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.221 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.221 INFO kablam! | Oct 13 13:13:38.221 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.221 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.221 INFO kablam! ... Oct 13 13:13:38.221 INFO kablam! 431 | rt_alloc_excess_unused!(rt_pow2_8192bytes_1align_alloc_excess_unused, 8192, 1); Oct 13 13:13:38.221 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.221 INFO kablam! Oct 13 13:13:38.224 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.224 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.224 INFO kablam! | Oct 13 13:13:38.224 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.224 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.224 INFO kablam! ... Oct 13 13:13:38.224 INFO kablam! 431 | rt_alloc_excess_unused!(rt_pow2_8192bytes_1align_alloc_excess_unused, 8192, 1); Oct 13 13:13:38.224 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.224 INFO kablam! | Oct 13 13:13:38.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.224 INFO kablam! | Oct 13 13:13:38.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.224 INFO kablam! | Oct 13 13:13:38.225 INFO kablam! Oct 13 13:13:38.225 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.225 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.225 INFO kablam! | Oct 13 13:13:38.225 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.225 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.225 INFO kablam! ... Oct 13 13:13:38.225 INFO kablam! 444 | rt_alloc_excess_unused!(rt_pow2_16384bytes_1align_alloc_excess_unused, 16384, 1); Oct 13 13:13:38.225 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.225 INFO kablam! Oct 13 13:13:38.225 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.225 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.225 INFO kablam! | Oct 13 13:13:38.225 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.225 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.225 INFO kablam! ... Oct 13 13:13:38.225 INFO kablam! 444 | rt_alloc_excess_unused!(rt_pow2_16384bytes_1align_alloc_excess_unused, 16384, 1); Oct 13 13:13:38.225 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.225 INFO kablam! | Oct 13 13:13:38.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.225 INFO kablam! | Oct 13 13:13:38.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.225 INFO kablam! | Oct 13 13:13:38.225 INFO kablam! Oct 13 13:13:38.225 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.225 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.225 INFO kablam! | Oct 13 13:13:38.225 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.225 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.225 INFO kablam! ... Oct 13 13:13:38.225 INFO kablam! 457 | rt_alloc_excess_unused!(rt_pow2_32768bytes_1align_alloc_excess_unused, 32768, 1); Oct 13 13:13:38.225 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.225 INFO kablam! Oct 13 13:13:38.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.232 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.232 INFO kablam! | Oct 13 13:13:38.232 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.232 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.232 INFO kablam! ... Oct 13 13:13:38.232 INFO kablam! 457 | rt_alloc_excess_unused!(rt_pow2_32768bytes_1align_alloc_excess_unused, 32768, 1); Oct 13 13:13:38.232 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.232 INFO kablam! | Oct 13 13:13:38.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.232 INFO kablam! | Oct 13 13:13:38.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.232 INFO kablam! | Oct 13 13:13:38.232 INFO kablam! Oct 13 13:13:38.232 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.232 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.232 INFO kablam! | Oct 13 13:13:38.232 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.232 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.232 INFO kablam! ... Oct 13 13:13:38.232 INFO kablam! 470 | rt_alloc_excess_unused!(rt_pow2_65536bytes_1align_alloc_excess_unused, 65536, 1); Oct 13 13:13:38.232 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.232 INFO kablam! Oct 13 13:13:38.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.232 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.232 INFO kablam! | Oct 13 13:13:38.232 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.232 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.232 INFO kablam! ... Oct 13 13:13:38.232 INFO kablam! 470 | rt_alloc_excess_unused!(rt_pow2_65536bytes_1align_alloc_excess_unused, 65536, 1); Oct 13 13:13:38.232 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.232 INFO kablam! | Oct 13 13:13:38.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.232 INFO kablam! | Oct 13 13:13:38.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.232 INFO kablam! | Oct 13 13:13:38.232 INFO kablam! Oct 13 13:13:38.232 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.233 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.233 INFO kablam! | Oct 13 13:13:38.233 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.233 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.233 INFO kablam! ... Oct 13 13:13:38.233 INFO kablam! 483 | rt_alloc_excess_unused!(rt_pow2_131072bytes_1align_alloc_excess_unused, 131072, 1); Oct 13 13:13:38.233 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.233 INFO kablam! Oct 13 13:13:38.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.233 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.233 INFO kablam! | Oct 13 13:13:38.233 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.233 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.233 INFO kablam! ... Oct 13 13:13:38.233 INFO kablam! 483 | rt_alloc_excess_unused!(rt_pow2_131072bytes_1align_alloc_excess_unused, 131072, 1); Oct 13 13:13:38.233 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.233 INFO kablam! | Oct 13 13:13:38.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.233 INFO kablam! | Oct 13 13:13:38.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.233 INFO kablam! | Oct 13 13:13:38.233 INFO kablam! Oct 13 13:13:38.233 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.233 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.233 INFO kablam! | Oct 13 13:13:38.233 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.233 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.233 INFO kablam! ... Oct 13 13:13:38.233 INFO kablam! 496 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_1align_alloc_excess_unused, 4194304, 1); Oct 13 13:13:38.233 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.233 INFO kablam! Oct 13 13:13:38.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.233 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.233 INFO kablam! | Oct 13 13:13:38.233 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.233 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.233 INFO kablam! ... Oct 13 13:13:38.233 INFO kablam! 496 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_1align_alloc_excess_unused, 4194304, 1); Oct 13 13:13:38.233 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.233 INFO kablam! | Oct 13 13:13:38.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.233 INFO kablam! | Oct 13 13:13:38.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.233 INFO kablam! | Oct 13 13:13:38.233 INFO kablam! Oct 13 13:13:38.233 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.233 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.233 INFO kablam! | Oct 13 13:13:38.233 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.233 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.233 INFO kablam! ... Oct 13 13:13:38.233 INFO kablam! 510 | rt_alloc_excess_unused!(rt_even_10bytes_1align_alloc_excess_unused, 10, 1); Oct 13 13:13:38.233 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.233 INFO kablam! Oct 13 13:13:38.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.233 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.233 INFO kablam! | Oct 13 13:13:38.233 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.233 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.233 INFO kablam! ... Oct 13 13:13:38.233 INFO kablam! 510 | rt_alloc_excess_unused!(rt_even_10bytes_1align_alloc_excess_unused, 10, 1); Oct 13 13:13:38.233 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.233 INFO kablam! | Oct 13 13:13:38.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.233 INFO kablam! | Oct 13 13:13:38.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.233 INFO kablam! | Oct 13 13:13:38.233 INFO kablam! Oct 13 13:13:38.237 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.237 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.237 INFO kablam! | Oct 13 13:13:38.237 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.237 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.237 INFO kablam! ... Oct 13 13:13:38.237 INFO kablam! 523 | rt_alloc_excess_unused!(rt_even_100bytes_1align_alloc_excess_unused, 100, 1); Oct 13 13:13:38.237 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.237 INFO kablam! Oct 13 13:13:38.237 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.237 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.237 INFO kablam! | Oct 13 13:13:38.237 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.237 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.237 INFO kablam! ... Oct 13 13:13:38.237 INFO kablam! 523 | rt_alloc_excess_unused!(rt_even_100bytes_1align_alloc_excess_unused, 100, 1); Oct 13 13:13:38.237 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.237 INFO kablam! | Oct 13 13:13:38.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.237 INFO kablam! | Oct 13 13:13:38.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.237 INFO kablam! | Oct 13 13:13:38.237 INFO kablam! Oct 13 13:13:38.237 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.237 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.237 INFO kablam! | Oct 13 13:13:38.237 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.237 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.237 INFO kablam! ... Oct 13 13:13:38.237 INFO kablam! 536 | rt_alloc_excess_unused!(rt_even_1000bytes_1align_alloc_excess_unused, 1000, 1); Oct 13 13:13:38.237 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.237 INFO kablam! Oct 13 13:13:38.242 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.242 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.242 INFO kablam! | Oct 13 13:13:38.242 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.242 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.242 INFO kablam! ... Oct 13 13:13:38.242 INFO kablam! 536 | rt_alloc_excess_unused!(rt_even_1000bytes_1align_alloc_excess_unused, 1000, 1); Oct 13 13:13:38.242 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.242 INFO kablam! | Oct 13 13:13:38.242 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.242 INFO kablam! | Oct 13 13:13:38.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.242 INFO kablam! | Oct 13 13:13:38.242 INFO kablam! Oct 13 13:13:38.242 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.242 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.242 INFO kablam! | Oct 13 13:13:38.242 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.242 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.242 INFO kablam! ... Oct 13 13:13:38.242 INFO kablam! 549 | rt_alloc_excess_unused!(rt_even_10000bytes_1align_alloc_excess_unused, 10000, 1); Oct 13 13:13:38.242 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.242 INFO kablam! Oct 13 13:13:38.242 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.242 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.242 INFO kablam! | Oct 13 13:13:38.242 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.242 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.242 INFO kablam! ... Oct 13 13:13:38.242 INFO kablam! 549 | rt_alloc_excess_unused!(rt_even_10000bytes_1align_alloc_excess_unused, 10000, 1); Oct 13 13:13:38.242 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.242 INFO kablam! | Oct 13 13:13:38.242 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.242 INFO kablam! | Oct 13 13:13:38.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.242 INFO kablam! | Oct 13 13:13:38.242 INFO kablam! Oct 13 13:13:38.242 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.242 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.242 INFO kablam! | Oct 13 13:13:38.242 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.242 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.242 INFO kablam! ... Oct 13 13:13:38.242 INFO kablam! 562 | rt_alloc_excess_unused!(rt_even_100000bytes_1align_alloc_excess_unused, 100000, 1); Oct 13 13:13:38.242 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.242 INFO kablam! Oct 13 13:13:38.242 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.242 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.242 INFO kablam! | Oct 13 13:13:38.242 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.242 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.242 INFO kablam! ... Oct 13 13:13:38.242 INFO kablam! 562 | rt_alloc_excess_unused!(rt_even_100000bytes_1align_alloc_excess_unused, 100000, 1); Oct 13 13:13:38.242 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.242 INFO kablam! | Oct 13 13:13:38.242 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.242 INFO kablam! | Oct 13 13:13:38.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.242 INFO kablam! | Oct 13 13:13:38.242 INFO kablam! Oct 13 13:13:38.248 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.248 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.248 INFO kablam! | Oct 13 13:13:38.248 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.248 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.248 INFO kablam! ... Oct 13 13:13:38.248 INFO kablam! 575 | rt_alloc_excess_unused!(rt_even_1000000bytes_1align_alloc_excess_unused, 1000000, 1); Oct 13 13:13:38.248 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.248 INFO kablam! Oct 13 13:13:38.248 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.248 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.248 INFO kablam! | Oct 13 13:13:38.248 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.248 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.248 INFO kablam! ... Oct 13 13:13:38.248 INFO kablam! 575 | rt_alloc_excess_unused!(rt_even_1000000bytes_1align_alloc_excess_unused, 1000000, 1); Oct 13 13:13:38.248 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.248 INFO kablam! | Oct 13 13:13:38.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.248 INFO kablam! | Oct 13 13:13:38.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.248 INFO kablam! | Oct 13 13:13:38.248 INFO kablam! Oct 13 13:13:38.248 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.248 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.249 INFO kablam! | Oct 13 13:13:38.249 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.249 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.249 INFO kablam! ... Oct 13 13:13:38.249 INFO kablam! 589 | rt_alloc_excess_unused!(rt_odd_10bytes_1align_alloc_excess_unused, 10- 1, 1); Oct 13 13:13:38.249 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.249 INFO kablam! Oct 13 13:13:38.249 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.249 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.249 INFO kablam! | Oct 13 13:13:38.249 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.249 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.249 INFO kablam! ... Oct 13 13:13:38.249 INFO kablam! 589 | rt_alloc_excess_unused!(rt_odd_10bytes_1align_alloc_excess_unused, 10- 1, 1); Oct 13 13:13:38.249 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.249 INFO kablam! | Oct 13 13:13:38.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.249 INFO kablam! | Oct 13 13:13:38.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.249 INFO kablam! | Oct 13 13:13:38.249 INFO kablam! Oct 13 13:13:38.249 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.249 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.249 INFO kablam! | Oct 13 13:13:38.249 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.249 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.249 INFO kablam! ... Oct 13 13:13:38.249 INFO kablam! 602 | rt_alloc_excess_unused!(rt_odd_100bytes_1align_alloc_excess_unused, 100- 1, 1); Oct 13 13:13:38.249 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.249 INFO kablam! Oct 13 13:13:38.249 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.249 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.249 INFO kablam! | Oct 13 13:13:38.249 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.249 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.249 INFO kablam! ... Oct 13 13:13:38.249 INFO kablam! 602 | rt_alloc_excess_unused!(rt_odd_100bytes_1align_alloc_excess_unused, 100- 1, 1); Oct 13 13:13:38.249 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.249 INFO kablam! | Oct 13 13:13:38.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.249 INFO kablam! | Oct 13 13:13:38.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.249 INFO kablam! | Oct 13 13:13:38.249 INFO kablam! Oct 13 13:13:38.260 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.260 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.260 INFO kablam! | Oct 13 13:13:38.260 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.260 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.260 INFO kablam! ... Oct 13 13:13:38.260 INFO kablam! 615 | rt_alloc_excess_unused!(rt_odd_1000bytes_1align_alloc_excess_unused, 1000- 1, 1); Oct 13 13:13:38.260 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.260 INFO kablam! Oct 13 13:13:38.260 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.260 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.260 INFO kablam! | Oct 13 13:13:38.260 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.260 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.260 INFO kablam! ... Oct 13 13:13:38.260 INFO kablam! 615 | rt_alloc_excess_unused!(rt_odd_1000bytes_1align_alloc_excess_unused, 1000- 1, 1); Oct 13 13:13:38.260 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.260 INFO kablam! | Oct 13 13:13:38.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.260 INFO kablam! | Oct 13 13:13:38.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.260 INFO kablam! | Oct 13 13:13:38.260 INFO kablam! Oct 13 13:13:38.260 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.260 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.260 INFO kablam! | Oct 13 13:13:38.260 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.260 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.260 INFO kablam! ... Oct 13 13:13:38.260 INFO kablam! 628 | rt_alloc_excess_unused!(rt_odd_10000bytes_1align_alloc_excess_unused, 10000- 1, 1); Oct 13 13:13:38.260 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.260 INFO kablam! Oct 13 13:13:38.260 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.260 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.260 INFO kablam! | Oct 13 13:13:38.260 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.260 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.260 INFO kablam! ... Oct 13 13:13:38.260 INFO kablam! 628 | rt_alloc_excess_unused!(rt_odd_10000bytes_1align_alloc_excess_unused, 10000- 1, 1); Oct 13 13:13:38.260 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.260 INFO kablam! | Oct 13 13:13:38.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.260 INFO kablam! | Oct 13 13:13:38.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.260 INFO kablam! | Oct 13 13:13:38.260 INFO kablam! Oct 13 13:13:38.260 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.260 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.260 INFO kablam! | Oct 13 13:13:38.260 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.260 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.260 INFO kablam! ... Oct 13 13:13:38.260 INFO kablam! 641 | rt_alloc_excess_unused!(rt_odd_100000bytes_1align_alloc_excess_unused, 100000- 1, 1); Oct 13 13:13:38.260 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.260 INFO kablam! Oct 13 13:13:38.260 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.260 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.260 INFO kablam! | Oct 13 13:13:38.260 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.260 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.260 INFO kablam! ... Oct 13 13:13:38.260 INFO kablam! 641 | rt_alloc_excess_unused!(rt_odd_100000bytes_1align_alloc_excess_unused, 100000- 1, 1); Oct 13 13:13:38.260 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.260 INFO kablam! | Oct 13 13:13:38.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.261 INFO kablam! | Oct 13 13:13:38.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.261 INFO kablam! | Oct 13 13:13:38.261 INFO kablam! Oct 13 13:13:38.261 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.261 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.261 INFO kablam! | Oct 13 13:13:38.261 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.261 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.261 INFO kablam! ... Oct 13 13:13:38.261 INFO kablam! 654 | rt_alloc_excess_unused!(rt_odd_1000000bytes_1align_alloc_excess_unused, 1000000- 1, 1); Oct 13 13:13:38.261 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.261 INFO kablam! Oct 13 13:13:38.261 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.261 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.261 INFO kablam! | Oct 13 13:13:38.261 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.261 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.261 INFO kablam! ... Oct 13 13:13:38.261 INFO kablam! 654 | rt_alloc_excess_unused!(rt_odd_1000000bytes_1align_alloc_excess_unused, 1000000- 1, 1); Oct 13 13:13:38.261 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.261 INFO kablam! | Oct 13 13:13:38.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.261 INFO kablam! | Oct 13 13:13:38.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.261 INFO kablam! | Oct 13 13:13:38.261 INFO kablam! Oct 13 13:13:38.261 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.261 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.261 INFO kablam! | Oct 13 13:13:38.261 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.261 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.261 INFO kablam! ... Oct 13 13:13:38.261 INFO kablam! 668 | rt_alloc_excess_unused!(rt_primes_3bytes_1align_alloc_excess_unused, 3, 1); Oct 13 13:13:38.261 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.261 INFO kablam! Oct 13 13:13:38.261 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.261 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.261 INFO kablam! | Oct 13 13:13:38.261 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.261 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.261 INFO kablam! ... Oct 13 13:13:38.261 INFO kablam! 668 | rt_alloc_excess_unused!(rt_primes_3bytes_1align_alloc_excess_unused, 3, 1); Oct 13 13:13:38.261 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.261 INFO kablam! | Oct 13 13:13:38.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.261 INFO kablam! | Oct 13 13:13:38.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.261 INFO kablam! | Oct 13 13:13:38.261 INFO kablam! Oct 13 13:13:38.261 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.261 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.261 INFO kablam! | Oct 13 13:13:38.261 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.261 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.261 INFO kablam! ... Oct 13 13:13:38.261 INFO kablam! 681 | rt_alloc_excess_unused!(rt_primes_7bytes_1align_alloc_excess_unused, 7, 1); Oct 13 13:13:38.261 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.261 INFO kablam! Oct 13 13:13:38.272 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.272 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.272 INFO kablam! | Oct 13 13:13:38.272 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.272 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.272 INFO kablam! ... Oct 13 13:13:38.272 INFO kablam! 681 | rt_alloc_excess_unused!(rt_primes_7bytes_1align_alloc_excess_unused, 7, 1); Oct 13 13:13:38.272 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.272 INFO kablam! | Oct 13 13:13:38.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.272 INFO kablam! | Oct 13 13:13:38.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.272 INFO kablam! | Oct 13 13:13:38.272 INFO kablam! Oct 13 13:13:38.272 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.272 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.272 INFO kablam! | Oct 13 13:13:38.272 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.272 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.272 INFO kablam! ... Oct 13 13:13:38.272 INFO kablam! 694 | rt_alloc_excess_unused!(rt_primes_13bytes_1align_alloc_excess_unused, 13, 1); Oct 13 13:13:38.272 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.272 INFO kablam! Oct 13 13:13:38.272 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.272 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.272 INFO kablam! | Oct 13 13:13:38.272 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.272 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.272 INFO kablam! ... Oct 13 13:13:38.272 INFO kablam! 694 | rt_alloc_excess_unused!(rt_primes_13bytes_1align_alloc_excess_unused, 13, 1); Oct 13 13:13:38.272 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.272 INFO kablam! | Oct 13 13:13:38.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.272 INFO kablam! | Oct 13 13:13:38.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.272 INFO kablam! | Oct 13 13:13:38.272 INFO kablam! Oct 13 13:13:38.272 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.272 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.272 INFO kablam! | Oct 13 13:13:38.272 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.273 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.273 INFO kablam! ... Oct 13 13:13:38.273 INFO kablam! 707 | rt_alloc_excess_unused!(rt_primes_17bytes_1align_alloc_excess_unused, 17, 1); Oct 13 13:13:38.273 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.273 INFO kablam! Oct 13 13:13:38.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.273 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.273 INFO kablam! | Oct 13 13:13:38.273 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.273 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.273 INFO kablam! ... Oct 13 13:13:38.273 INFO kablam! 707 | rt_alloc_excess_unused!(rt_primes_17bytes_1align_alloc_excess_unused, 17, 1); Oct 13 13:13:38.273 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.273 INFO kablam! | Oct 13 13:13:38.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.273 INFO kablam! | Oct 13 13:13:38.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.273 INFO kablam! | Oct 13 13:13:38.273 INFO kablam! Oct 13 13:13:38.273 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.273 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.273 INFO kablam! | Oct 13 13:13:38.273 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.273 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.273 INFO kablam! ... Oct 13 13:13:38.273 INFO kablam! 720 | rt_alloc_excess_unused!(rt_primes_31bytes_1align_alloc_excess_unused, 31, 1); Oct 13 13:13:38.273 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.273 INFO kablam! Oct 13 13:13:38.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.273 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.273 INFO kablam! | Oct 13 13:13:38.273 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.273 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.273 INFO kablam! ... Oct 13 13:13:38.273 INFO kablam! 720 | rt_alloc_excess_unused!(rt_primes_31bytes_1align_alloc_excess_unused, 31, 1); Oct 13 13:13:38.273 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.273 INFO kablam! | Oct 13 13:13:38.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.273 INFO kablam! | Oct 13 13:13:38.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.273 INFO kablam! | Oct 13 13:13:38.273 INFO kablam! Oct 13 13:13:38.273 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.273 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.273 INFO kablam! | Oct 13 13:13:38.273 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.273 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.273 INFO kablam! ... Oct 13 13:13:38.273 INFO kablam! 733 | rt_alloc_excess_unused!(rt_primes_61bytes_1align_alloc_excess_unused, 61, 1); Oct 13 13:13:38.273 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.273 INFO kablam! Oct 13 13:13:38.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.273 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.273 INFO kablam! | Oct 13 13:13:38.273 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.273 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.273 INFO kablam! ... Oct 13 13:13:38.273 INFO kablam! 733 | rt_alloc_excess_unused!(rt_primes_61bytes_1align_alloc_excess_unused, 61, 1); Oct 13 13:13:38.273 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.273 INFO kablam! | Oct 13 13:13:38.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.273 INFO kablam! | Oct 13 13:13:38.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.273 INFO kablam! | Oct 13 13:13:38.273 INFO kablam! Oct 13 13:13:38.273 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.273 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.273 INFO kablam! | Oct 13 13:13:38.273 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.273 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.273 INFO kablam! ... Oct 13 13:13:38.273 INFO kablam! 746 | rt_alloc_excess_unused!(rt_primes_96bytes_1align_alloc_excess_unused, 96, 1); Oct 13 13:13:38.273 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.273 INFO kablam! Oct 13 13:13:38.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.273 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.273 INFO kablam! | Oct 13 13:13:38.273 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.273 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.273 INFO kablam! ... Oct 13 13:13:38.273 INFO kablam! 746 | rt_alloc_excess_unused!(rt_primes_96bytes_1align_alloc_excess_unused, 96, 1); Oct 13 13:13:38.273 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.273 INFO kablam! | Oct 13 13:13:38.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.273 INFO kablam! | Oct 13 13:13:38.274 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.274 INFO kablam! | Oct 13 13:13:38.274 INFO kablam! Oct 13 13:13:38.274 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.274 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.274 INFO kablam! | Oct 13 13:13:38.274 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.274 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.274 INFO kablam! ... Oct 13 13:13:38.274 INFO kablam! 759 | rt_alloc_excess_unused!(rt_primes_127bytes_1align_alloc_excess_unused, 127, 1); Oct 13 13:13:38.274 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.274 INFO kablam! Oct 13 13:13:38.274 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.274 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.274 INFO kablam! | Oct 13 13:13:38.274 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.274 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.274 INFO kablam! ... Oct 13 13:13:38.274 INFO kablam! 759 | rt_alloc_excess_unused!(rt_primes_127bytes_1align_alloc_excess_unused, 127, 1); Oct 13 13:13:38.274 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.280 INFO kablam! | Oct 13 13:13:38.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.280 INFO kablam! | Oct 13 13:13:38.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.280 INFO kablam! | Oct 13 13:13:38.280 INFO kablam! Oct 13 13:13:38.280 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.280 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.280 INFO kablam! | Oct 13 13:13:38.280 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.280 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.280 INFO kablam! ... Oct 13 13:13:38.280 INFO kablam! 772 | rt_alloc_excess_unused!(rt_primes_257bytes_1align_alloc_excess_unused, 257, 1); Oct 13 13:13:38.280 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.280 INFO kablam! Oct 13 13:13:38.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.280 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.280 INFO kablam! | Oct 13 13:13:38.280 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.280 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.280 INFO kablam! ... Oct 13 13:13:38.280 INFO kablam! 772 | rt_alloc_excess_unused!(rt_primes_257bytes_1align_alloc_excess_unused, 257, 1); Oct 13 13:13:38.280 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.280 INFO kablam! | Oct 13 13:13:38.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.280 INFO kablam! | Oct 13 13:13:38.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.280 INFO kablam! | Oct 13 13:13:38.280 INFO kablam! Oct 13 13:13:38.280 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.280 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.280 INFO kablam! | Oct 13 13:13:38.280 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.280 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.280 INFO kablam! ... Oct 13 13:13:38.280 INFO kablam! 785 | rt_alloc_excess_unused!(rt_primes_509bytes_1align_alloc_excess_unused, 509, 1); Oct 13 13:13:38.280 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.280 INFO kablam! Oct 13 13:13:38.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.280 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.280 INFO kablam! | Oct 13 13:13:38.280 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.280 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.281 INFO kablam! ... Oct 13 13:13:38.281 INFO kablam! 785 | rt_alloc_excess_unused!(rt_primes_509bytes_1align_alloc_excess_unused, 509, 1); Oct 13 13:13:38.281 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.281 INFO kablam! | Oct 13 13:13:38.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.281 INFO kablam! | Oct 13 13:13:38.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.281 INFO kablam! | Oct 13 13:13:38.281 INFO kablam! Oct 13 13:13:38.281 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.281 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.281 INFO kablam! | Oct 13 13:13:38.281 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.281 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.281 INFO kablam! ... Oct 13 13:13:38.281 INFO kablam! 798 | rt_alloc_excess_unused!(rt_primes_1021bytes_1align_alloc_excess_unused, 1021, 1); Oct 13 13:13:38.281 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.281 INFO kablam! Oct 13 13:13:38.284 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.284 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.284 INFO kablam! | Oct 13 13:13:38.284 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.284 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.284 INFO kablam! ... Oct 13 13:13:38.284 INFO kablam! 798 | rt_alloc_excess_unused!(rt_primes_1021bytes_1align_alloc_excess_unused, 1021, 1); Oct 13 13:13:38.284 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.284 INFO kablam! | Oct 13 13:13:38.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.284 INFO kablam! | Oct 13 13:13:38.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.284 INFO kablam! | Oct 13 13:13:38.284 INFO kablam! Oct 13 13:13:38.284 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.284 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.284 INFO kablam! | Oct 13 13:13:38.284 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.284 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.284 INFO kablam! ... Oct 13 13:13:38.285 INFO kablam! 811 | rt_alloc_excess_unused!(rt_primes_2039bytes_1align_alloc_excess_unused, 2039, 1); Oct 13 13:13:38.285 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.285 INFO kablam! Oct 13 13:13:38.285 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.285 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.285 INFO kablam! | Oct 13 13:13:38.285 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.285 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.285 INFO kablam! ... Oct 13 13:13:38.285 INFO kablam! 811 | rt_alloc_excess_unused!(rt_primes_2039bytes_1align_alloc_excess_unused, 2039, 1); Oct 13 13:13:38.285 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.285 INFO kablam! | Oct 13 13:13:38.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.285 INFO kablam! | Oct 13 13:13:38.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.285 INFO kablam! | Oct 13 13:13:38.285 INFO kablam! Oct 13 13:13:38.285 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.285 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.285 INFO kablam! | Oct 13 13:13:38.285 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.285 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.285 INFO kablam! ... Oct 13 13:13:38.285 INFO kablam! 824 | rt_alloc_excess_unused!(rt_primes_4093bytes_1align_alloc_excess_unused, 4093, 1); Oct 13 13:13:38.285 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.285 INFO kablam! Oct 13 13:13:38.285 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.285 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.285 INFO kablam! | Oct 13 13:13:38.285 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.285 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.285 INFO kablam! ... Oct 13 13:13:38.285 INFO kablam! 824 | rt_alloc_excess_unused!(rt_primes_4093bytes_1align_alloc_excess_unused, 4093, 1); Oct 13 13:13:38.285 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.285 INFO kablam! | Oct 13 13:13:38.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.285 INFO kablam! | Oct 13 13:13:38.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.285 INFO kablam! | Oct 13 13:13:38.285 INFO kablam! Oct 13 13:13:38.285 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.285 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.285 INFO kablam! | Oct 13 13:13:38.292 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.292 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.292 INFO kablam! ... Oct 13 13:13:38.292 INFO kablam! 837 | rt_alloc_excess_unused!(rt_primes_8191bytes_1align_alloc_excess_unused, 8191, 1); Oct 13 13:13:38.292 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.292 INFO kablam! Oct 13 13:13:38.292 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.292 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.292 INFO kablam! | Oct 13 13:13:38.292 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.292 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.292 INFO kablam! ... Oct 13 13:13:38.292 INFO kablam! 837 | rt_alloc_excess_unused!(rt_primes_8191bytes_1align_alloc_excess_unused, 8191, 1); Oct 13 13:13:38.292 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.292 INFO kablam! | Oct 13 13:13:38.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.292 INFO kablam! | Oct 13 13:13:38.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.292 INFO kablam! | Oct 13 13:13:38.292 INFO kablam! Oct 13 13:13:38.292 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.292 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.292 INFO kablam! | Oct 13 13:13:38.292 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.292 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.292 INFO kablam! ... Oct 13 13:13:38.292 INFO kablam! 850 | rt_alloc_excess_unused!(rt_primes_16381bytes_1align_alloc_excess_unused, 16381, 1); Oct 13 13:13:38.292 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.292 INFO kablam! Oct 13 13:13:38.292 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.292 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.292 INFO kablam! | Oct 13 13:13:38.292 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.292 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.292 INFO kablam! ... Oct 13 13:13:38.292 INFO kablam! 850 | rt_alloc_excess_unused!(rt_primes_16381bytes_1align_alloc_excess_unused, 16381, 1); Oct 13 13:13:38.292 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.292 INFO kablam! | Oct 13 13:13:38.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.292 INFO kablam! | Oct 13 13:13:38.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.292 INFO kablam! | Oct 13 13:13:38.292 INFO kablam! Oct 13 13:13:38.293 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.293 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.293 INFO kablam! | Oct 13 13:13:38.293 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.293 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.293 INFO kablam! ... Oct 13 13:13:38.293 INFO kablam! 863 | rt_alloc_excess_unused!(rt_primes_32749bytes_1align_alloc_excess_unused, 32749, 1); Oct 13 13:13:38.293 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.293 INFO kablam! Oct 13 13:13:38.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.293 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.293 INFO kablam! | Oct 13 13:13:38.293 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.293 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.293 INFO kablam! ... Oct 13 13:13:38.293 INFO kablam! 863 | rt_alloc_excess_unused!(rt_primes_32749bytes_1align_alloc_excess_unused, 32749, 1); Oct 13 13:13:38.293 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.293 INFO kablam! | Oct 13 13:13:38.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.293 INFO kablam! | Oct 13 13:13:38.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.293 INFO kablam! | Oct 13 13:13:38.293 INFO kablam! Oct 13 13:13:38.293 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.293 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.293 INFO kablam! | Oct 13 13:13:38.293 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.293 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.293 INFO kablam! ... Oct 13 13:13:38.293 INFO kablam! 876 | rt_alloc_excess_unused!(rt_primes_65537bytes_1align_alloc_excess_unused, 65537, 1); Oct 13 13:13:38.293 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.293 INFO kablam! Oct 13 13:13:38.300 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.300 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.300 INFO kablam! | Oct 13 13:13:38.300 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.300 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.300 INFO kablam! ... Oct 13 13:13:38.300 INFO kablam! 876 | rt_alloc_excess_unused!(rt_primes_65537bytes_1align_alloc_excess_unused, 65537, 1); Oct 13 13:13:38.300 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.300 INFO kablam! | Oct 13 13:13:38.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.300 INFO kablam! | Oct 13 13:13:38.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.300 INFO kablam! | Oct 13 13:13:38.300 INFO kablam! Oct 13 13:13:38.300 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.300 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.300 INFO kablam! | Oct 13 13:13:38.300 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.300 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.300 INFO kablam! ... Oct 13 13:13:38.300 INFO kablam! 889 | rt_alloc_excess_unused!(rt_primes_131071bytes_1align_alloc_excess_unused, 131071, 1); Oct 13 13:13:38.300 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.300 INFO kablam! Oct 13 13:13:38.300 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.300 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.300 INFO kablam! | Oct 13 13:13:38.300 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.300 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.300 INFO kablam! ... Oct 13 13:13:38.300 INFO kablam! 889 | rt_alloc_excess_unused!(rt_primes_131071bytes_1align_alloc_excess_unused, 131071, 1); Oct 13 13:13:38.300 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.300 INFO kablam! | Oct 13 13:13:38.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.300 INFO kablam! | Oct 13 13:13:38.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.300 INFO kablam! | Oct 13 13:13:38.300 INFO kablam! Oct 13 13:13:38.300 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.300 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.300 INFO kablam! | Oct 13 13:13:38.300 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.301 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.301 INFO kablam! ... Oct 13 13:13:38.301 INFO kablam! 902 | rt_alloc_excess_unused!(rt_primes_4194301bytes_1align_alloc_excess_unused, 4194301, 1); Oct 13 13:13:38.301 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.301 INFO kablam! Oct 13 13:13:38.301 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.301 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.301 INFO kablam! | Oct 13 13:13:38.301 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.301 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.301 INFO kablam! ... Oct 13 13:13:38.301 INFO kablam! 902 | rt_alloc_excess_unused!(rt_primes_4194301bytes_1align_alloc_excess_unused, 4194301, 1); Oct 13 13:13:38.301 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.301 INFO kablam! | Oct 13 13:13:38.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.301 INFO kablam! | Oct 13 13:13:38.301 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.301 INFO kablam! | Oct 13 13:13:38.301 INFO kablam! Oct 13 13:13:38.301 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.301 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.301 INFO kablam! | Oct 13 13:13:38.301 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.301 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.301 INFO kablam! ... Oct 13 13:13:38.301 INFO kablam! 918 | rt_alloc_excess_unused!(rt_pow2_1bytes_2align_alloc_excess_unused, 1, 2); Oct 13 13:13:38.301 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.301 INFO kablam! Oct 13 13:13:38.301 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.301 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.301 INFO kablam! | Oct 13 13:13:38.301 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.301 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.301 INFO kablam! ... Oct 13 13:13:38.301 INFO kablam! 918 | rt_alloc_excess_unused!(rt_pow2_1bytes_2align_alloc_excess_unused, 1, 2); Oct 13 13:13:38.301 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.301 INFO kablam! | Oct 13 13:13:38.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.301 INFO kablam! | Oct 13 13:13:38.301 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.301 INFO kablam! | Oct 13 13:13:38.301 INFO kablam! Oct 13 13:13:38.301 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.301 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.301 INFO kablam! | Oct 13 13:13:38.301 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.301 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.301 INFO kablam! ... Oct 13 13:13:38.301 INFO kablam! 931 | rt_alloc_excess_unused!(rt_pow2_2bytes_2align_alloc_excess_unused, 2, 2); Oct 13 13:13:38.301 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.301 INFO kablam! Oct 13 13:13:38.301 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.301 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.301 INFO kablam! | Oct 13 13:13:38.301 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.301 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.301 INFO kablam! ... Oct 13 13:13:38.301 INFO kablam! 931 | rt_alloc_excess_unused!(rt_pow2_2bytes_2align_alloc_excess_unused, 2, 2); Oct 13 13:13:38.301 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.301 INFO kablam! | Oct 13 13:13:38.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.301 INFO kablam! | Oct 13 13:13:38.301 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.301 INFO kablam! | Oct 13 13:13:38.301 INFO kablam! Oct 13 13:13:38.301 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.301 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.301 INFO kablam! | Oct 13 13:13:38.301 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.301 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.301 INFO kablam! ... Oct 13 13:13:38.301 INFO kablam! 944 | rt_alloc_excess_unused!(rt_pow2_4bytes_2align_alloc_excess_unused, 4, 2); Oct 13 13:13:38.301 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.301 INFO kablam! Oct 13 13:13:38.301 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.301 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.301 INFO kablam! | Oct 13 13:13:38.301 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.301 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.301 INFO kablam! ... Oct 13 13:13:38.301 INFO kablam! 944 | rt_alloc_excess_unused!(rt_pow2_4bytes_2align_alloc_excess_unused, 4, 2); Oct 13 13:13:38.302 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.302 INFO kablam! | Oct 13 13:13:38.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.312 INFO kablam! | Oct 13 13:13:38.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.312 INFO kablam! | Oct 13 13:13:38.312 INFO kablam! Oct 13 13:13:38.312 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.312 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.312 INFO kablam! | Oct 13 13:13:38.312 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.312 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.312 INFO kablam! ... Oct 13 13:13:38.312 INFO kablam! 957 | rt_alloc_excess_unused!(rt_pow2_8bytes_2align_alloc_excess_unused, 8, 2); Oct 13 13:13:38.312 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.312 INFO kablam! Oct 13 13:13:38.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.312 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.312 INFO kablam! | Oct 13 13:13:38.312 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.312 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.312 INFO kablam! ... Oct 13 13:13:38.312 INFO kablam! 957 | rt_alloc_excess_unused!(rt_pow2_8bytes_2align_alloc_excess_unused, 8, 2); Oct 13 13:13:38.312 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.312 INFO kablam! | Oct 13 13:13:38.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.312 INFO kablam! | Oct 13 13:13:38.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.312 INFO kablam! | Oct 13 13:13:38.312 INFO kablam! Oct 13 13:13:38.312 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.312 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.312 INFO kablam! | Oct 13 13:13:38.312 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.312 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.312 INFO kablam! ... Oct 13 13:13:38.312 INFO kablam! 970 | rt_alloc_excess_unused!(rt_pow2_16bytes_2align_alloc_excess_unused, 16, 2); Oct 13 13:13:38.312 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.312 INFO kablam! Oct 13 13:13:38.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.312 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.312 INFO kablam! | Oct 13 13:13:38.312 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.312 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.312 INFO kablam! ... Oct 13 13:13:38.312 INFO kablam! 970 | rt_alloc_excess_unused!(rt_pow2_16bytes_2align_alloc_excess_unused, 16, 2); Oct 13 13:13:38.312 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.312 INFO kablam! | Oct 13 13:13:38.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.313 INFO kablam! | Oct 13 13:13:38.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.313 INFO kablam! | Oct 13 13:13:38.313 INFO kablam! Oct 13 13:13:38.313 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.313 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.313 INFO kablam! | Oct 13 13:13:38.313 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.313 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.313 INFO kablam! ... Oct 13 13:13:38.313 INFO kablam! 983 | rt_alloc_excess_unused!(rt_pow2_32bytes_2align_alloc_excess_unused, 32, 2); Oct 13 13:13:38.313 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.313 INFO kablam! Oct 13 13:13:38.313 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.313 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.313 INFO kablam! | Oct 13 13:13:38.313 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.313 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.313 INFO kablam! ... Oct 13 13:13:38.313 INFO kablam! 983 | rt_alloc_excess_unused!(rt_pow2_32bytes_2align_alloc_excess_unused, 32, 2); Oct 13 13:13:38.313 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.313 INFO kablam! | Oct 13 13:13:38.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.313 INFO kablam! | Oct 13 13:13:38.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.313 INFO kablam! | Oct 13 13:13:38.313 INFO kablam! Oct 13 13:13:38.313 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.313 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.313 INFO kablam! | Oct 13 13:13:38.313 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.313 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.313 INFO kablam! ... Oct 13 13:13:38.313 INFO kablam! 996 | rt_alloc_excess_unused!(rt_pow2_64bytes_2align_alloc_excess_unused, 64, 2); Oct 13 13:13:38.313 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.313 INFO kablam! Oct 13 13:13:38.313 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.313 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.313 INFO kablam! | Oct 13 13:13:38.313 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.313 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.313 INFO kablam! ... Oct 13 13:13:38.313 INFO kablam! 996 | rt_alloc_excess_unused!(rt_pow2_64bytes_2align_alloc_excess_unused, 64, 2); Oct 13 13:13:38.313 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.313 INFO kablam! | Oct 13 13:13:38.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.313 INFO kablam! | Oct 13 13:13:38.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.313 INFO kablam! | Oct 13 13:13:38.313 INFO kablam! Oct 13 13:13:38.313 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.313 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.313 INFO kablam! | Oct 13 13:13:38.313 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.313 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.313 INFO kablam! ... Oct 13 13:13:38.313 INFO kablam! 1009 | rt_alloc_excess_unused!(rt_pow2_128bytes_2align_alloc_excess_unused, 128, 2); Oct 13 13:13:38.313 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.313 INFO kablam! Oct 13 13:13:38.313 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.313 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.313 INFO kablam! | Oct 13 13:13:38.313 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.313 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.313 INFO kablam! ... Oct 13 13:13:38.313 INFO kablam! 1009 | rt_alloc_excess_unused!(rt_pow2_128bytes_2align_alloc_excess_unused, 128, 2); Oct 13 13:13:38.313 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.313 INFO kablam! | Oct 13 13:13:38.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.313 INFO kablam! | Oct 13 13:13:38.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.313 INFO kablam! | Oct 13 13:13:38.313 INFO kablam! Oct 13 13:13:38.322 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.322 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.322 INFO kablam! | Oct 13 13:13:38.322 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.322 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.322 INFO kablam! ... Oct 13 13:13:38.322 INFO kablam! 1022 | rt_alloc_excess_unused!(rt_pow2_256bytes_2align_alloc_excess_unused, 256, 2); Oct 13 13:13:38.322 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.322 INFO kablam! Oct 13 13:13:38.322 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.322 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.322 INFO kablam! | Oct 13 13:13:38.322 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.322 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.322 INFO kablam! ... Oct 13 13:13:38.323 INFO kablam! 1022 | rt_alloc_excess_unused!(rt_pow2_256bytes_2align_alloc_excess_unused, 256, 2); Oct 13 13:13:38.323 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.323 INFO kablam! | Oct 13 13:13:38.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.323 INFO kablam! | Oct 13 13:13:38.323 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.323 INFO kablam! | Oct 13 13:13:38.323 INFO kablam! Oct 13 13:13:38.323 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.323 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.323 INFO kablam! | Oct 13 13:13:38.323 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.323 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.323 INFO kablam! ... Oct 13 13:13:38.323 INFO kablam! 1035 | rt_alloc_excess_unused!(rt_pow2_512bytes_2align_alloc_excess_unused, 512, 2); Oct 13 13:13:38.323 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.323 INFO kablam! Oct 13 13:13:38.323 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.323 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.323 INFO kablam! | Oct 13 13:13:38.323 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.323 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.323 INFO kablam! ... Oct 13 13:13:38.323 INFO kablam! 1035 | rt_alloc_excess_unused!(rt_pow2_512bytes_2align_alloc_excess_unused, 512, 2); Oct 13 13:13:38.323 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.323 INFO kablam! | Oct 13 13:13:38.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.323 INFO kablam! | Oct 13 13:13:38.323 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.323 INFO kablam! | Oct 13 13:13:38.323 INFO kablam! Oct 13 13:13:38.323 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.323 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.323 INFO kablam! | Oct 13 13:13:38.323 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.323 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.323 INFO kablam! ... Oct 13 13:13:38.323 INFO kablam! 1048 | rt_alloc_excess_unused!(rt_pow2_1024bytes_2align_alloc_excess_unused, 1024, 2); Oct 13 13:13:38.323 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.323 INFO kablam! Oct 13 13:13:38.323 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.323 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.323 INFO kablam! | Oct 13 13:13:38.323 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.323 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.323 INFO kablam! ... Oct 13 13:13:38.323 INFO kablam! 1048 | rt_alloc_excess_unused!(rt_pow2_1024bytes_2align_alloc_excess_unused, 1024, 2); Oct 13 13:13:38.323 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.323 INFO kablam! | Oct 13 13:13:38.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.323 INFO kablam! | Oct 13 13:13:38.323 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.323 INFO kablam! | Oct 13 13:13:38.323 INFO kablam! Oct 13 13:13:38.323 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.323 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.323 INFO kablam! | Oct 13 13:13:38.323 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.323 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.323 INFO kablam! ... Oct 13 13:13:38.323 INFO kablam! 1061 | rt_alloc_excess_unused!(rt_pow2_2048bytes_2align_alloc_excess_unused, 2048, 2); Oct 13 13:13:38.323 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.323 INFO kablam! Oct 13 13:13:38.323 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.323 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.323 INFO kablam! | Oct 13 13:13:38.323 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.323 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.323 INFO kablam! ... Oct 13 13:13:38.323 INFO kablam! 1061 | rt_alloc_excess_unused!(rt_pow2_2048bytes_2align_alloc_excess_unused, 2048, 2); Oct 13 13:13:38.323 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.323 INFO kablam! | Oct 13 13:13:38.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.323 INFO kablam! | Oct 13 13:13:38.323 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.323 INFO kablam! | Oct 13 13:13:38.323 INFO kablam! Oct 13 13:13:38.323 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.323 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.323 INFO kablam! | Oct 13 13:13:38.323 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.323 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.323 INFO kablam! ... Oct 13 13:13:38.324 INFO kablam! 1074 | rt_alloc_excess_unused!(rt_pow2_4096bytes_2align_alloc_excess_unused, 4096, 2); Oct 13 13:13:38.324 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.324 INFO kablam! Oct 13 13:13:38.328 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.328 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.328 INFO kablam! | Oct 13 13:13:38.328 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.328 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.328 INFO kablam! ... Oct 13 13:13:38.328 INFO kablam! 1074 | rt_alloc_excess_unused!(rt_pow2_4096bytes_2align_alloc_excess_unused, 4096, 2); Oct 13 13:13:38.328 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.328 INFO kablam! | Oct 13 13:13:38.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.328 INFO kablam! | Oct 13 13:13:38.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.328 INFO kablam! | Oct 13 13:13:38.328 INFO kablam! Oct 13 13:13:38.328 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.328 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.328 INFO kablam! | Oct 13 13:13:38.328 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.328 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.328 INFO kablam! ... Oct 13 13:13:38.328 INFO kablam! 1087 | rt_alloc_excess_unused!(rt_pow2_8192bytes_2align_alloc_excess_unused, 8192, 2); Oct 13 13:13:38.328 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.328 INFO kablam! Oct 13 13:13:38.328 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.328 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.328 INFO kablam! | Oct 13 13:13:38.328 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.328 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.328 INFO kablam! ... Oct 13 13:13:38.328 INFO kablam! 1087 | rt_alloc_excess_unused!(rt_pow2_8192bytes_2align_alloc_excess_unused, 8192, 2); Oct 13 13:13:38.328 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.328 INFO kablam! | Oct 13 13:13:38.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.328 INFO kablam! | Oct 13 13:13:38.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.328 INFO kablam! | Oct 13 13:13:38.328 INFO kablam! Oct 13 13:13:38.328 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.328 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.328 INFO kablam! | Oct 13 13:13:38.328 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.328 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.328 INFO kablam! ... Oct 13 13:13:38.328 INFO kablam! 1100 | rt_alloc_excess_unused!(rt_pow2_16384bytes_2align_alloc_excess_unused, 16384, 2); Oct 13 13:13:38.329 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.336 INFO kablam! Oct 13 13:13:38.336 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.336 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.336 INFO kablam! | Oct 13 13:13:38.336 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.336 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.336 INFO kablam! ... Oct 13 13:13:38.336 INFO kablam! 1100 | rt_alloc_excess_unused!(rt_pow2_16384bytes_2align_alloc_excess_unused, 16384, 2); Oct 13 13:13:38.336 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.336 INFO kablam! | Oct 13 13:13:38.336 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.336 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.336 INFO kablam! | Oct 13 13:13:38.336 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.336 INFO kablam! | Oct 13 13:13:38.336 INFO kablam! Oct 13 13:13:38.336 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.336 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.336 INFO kablam! | Oct 13 13:13:38.336 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.336 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.336 INFO kablam! ... Oct 13 13:13:38.336 INFO kablam! 1113 | rt_alloc_excess_unused!(rt_pow2_32768bytes_2align_alloc_excess_unused, 32768, 2); Oct 13 13:13:38.336 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.336 INFO kablam! Oct 13 13:13:38.336 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.336 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.336 INFO kablam! | Oct 13 13:13:38.336 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.336 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.336 INFO kablam! ... Oct 13 13:13:38.336 INFO kablam! 1113 | rt_alloc_excess_unused!(rt_pow2_32768bytes_2align_alloc_excess_unused, 32768, 2); Oct 13 13:13:38.336 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.336 INFO kablam! | Oct 13 13:13:38.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.337 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.337 INFO kablam! | Oct 13 13:13:38.337 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.337 INFO kablam! | Oct 13 13:13:38.337 INFO kablam! Oct 13 13:13:38.337 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.337 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.337 INFO kablam! | Oct 13 13:13:38.337 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.337 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.337 INFO kablam! ... Oct 13 13:13:38.337 INFO kablam! 1126 | rt_alloc_excess_unused!(rt_pow2_65536bytes_2align_alloc_excess_unused, 65536, 2); Oct 13 13:13:38.337 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.337 INFO kablam! Oct 13 13:13:38.337 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.337 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.337 INFO kablam! | Oct 13 13:13:38.337 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.337 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.337 INFO kablam! ... Oct 13 13:13:38.337 INFO kablam! 1126 | rt_alloc_excess_unused!(rt_pow2_65536bytes_2align_alloc_excess_unused, 65536, 2); Oct 13 13:13:38.337 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.337 INFO kablam! | Oct 13 13:13:38.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.337 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.337 INFO kablam! | Oct 13 13:13:38.337 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.337 INFO kablam! | Oct 13 13:13:38.337 INFO kablam! Oct 13 13:13:38.337 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.337 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.337 INFO kablam! | Oct 13 13:13:38.337 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.337 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.337 INFO kablam! ... Oct 13 13:13:38.337 INFO kablam! 1139 | rt_alloc_excess_unused!(rt_pow2_131072bytes_2align_alloc_excess_unused, 131072, 2); Oct 13 13:13:38.337 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.337 INFO kablam! Oct 13 13:13:38.337 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.337 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.337 INFO kablam! | Oct 13 13:13:38.337 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.337 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.337 INFO kablam! ... Oct 13 13:13:38.337 INFO kablam! 1139 | rt_alloc_excess_unused!(rt_pow2_131072bytes_2align_alloc_excess_unused, 131072, 2); Oct 13 13:13:38.337 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.337 INFO kablam! | Oct 13 13:13:38.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.337 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.337 INFO kablam! | Oct 13 13:13:38.337 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.337 INFO kablam! | Oct 13 13:13:38.337 INFO kablam! Oct 13 13:13:38.337 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.337 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.337 INFO kablam! | Oct 13 13:13:38.337 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.337 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.337 INFO kablam! ... Oct 13 13:13:38.337 INFO kablam! 1152 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_2align_alloc_excess_unused, 4194304, 2); Oct 13 13:13:38.337 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.337 INFO kablam! Oct 13 13:13:38.337 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.337 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.337 INFO kablam! | Oct 13 13:13:38.337 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.337 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.337 INFO kablam! ... Oct 13 13:13:38.337 INFO kablam! 1152 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_2align_alloc_excess_unused, 4194304, 2); Oct 13 13:13:38.337 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.337 INFO kablam! | Oct 13 13:13:38.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.337 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.337 INFO kablam! | Oct 13 13:13:38.337 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.337 INFO kablam! | Oct 13 13:13:38.337 INFO kablam! Oct 13 13:13:38.337 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.337 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.337 INFO kablam! | Oct 13 13:13:38.337 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.337 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.337 INFO kablam! ... Oct 13 13:13:38.337 INFO kablam! 1166 | rt_alloc_excess_unused!(rt_even_10bytes_2align_alloc_excess_unused, 10, 2); Oct 13 13:13:38.337 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.337 INFO kablam! Oct 13 13:13:38.338 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.338 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.338 INFO kablam! | Oct 13 13:13:38.338 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.338 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.338 INFO kablam! ... Oct 13 13:13:38.338 INFO kablam! 1166 | rt_alloc_excess_unused!(rt_even_10bytes_2align_alloc_excess_unused, 10, 2); Oct 13 13:13:38.338 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.338 INFO kablam! | Oct 13 13:13:38.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.338 INFO kablam! | Oct 13 13:13:38.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.338 INFO kablam! | Oct 13 13:13:38.338 INFO kablam! Oct 13 13:13:38.338 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.338 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.338 INFO kablam! | Oct 13 13:13:38.338 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.338 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.338 INFO kablam! ... Oct 13 13:13:38.338 INFO kablam! 1179 | rt_alloc_excess_unused!(rt_even_100bytes_2align_alloc_excess_unused, 100, 2); Oct 13 13:13:38.338 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.338 INFO kablam! Oct 13 13:13:38.343 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.343 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.343 INFO kablam! | Oct 13 13:13:38.343 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.343 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.343 INFO kablam! ... Oct 13 13:13:38.343 INFO kablam! 1179 | rt_alloc_excess_unused!(rt_even_100bytes_2align_alloc_excess_unused, 100, 2); Oct 13 13:13:38.343 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.343 INFO kablam! | Oct 13 13:13:38.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.343 INFO kablam! | Oct 13 13:13:38.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.343 INFO kablam! | Oct 13 13:13:38.343 INFO kablam! Oct 13 13:13:38.343 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.343 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.343 INFO kablam! | Oct 13 13:13:38.343 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.343 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.343 INFO kablam! ... Oct 13 13:13:38.343 INFO kablam! 1192 | rt_alloc_excess_unused!(rt_even_1000bytes_2align_alloc_excess_unused, 1000, 2); Oct 13 13:13:38.343 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.343 INFO kablam! Oct 13 13:13:38.343 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.343 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.343 INFO kablam! | Oct 13 13:13:38.343 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.343 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.343 INFO kablam! ... Oct 13 13:13:38.343 INFO kablam! 1192 | rt_alloc_excess_unused!(rt_even_1000bytes_2align_alloc_excess_unused, 1000, 2); Oct 13 13:13:38.343 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.343 INFO kablam! | Oct 13 13:13:38.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.343 INFO kablam! | Oct 13 13:13:38.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.343 INFO kablam! | Oct 13 13:13:38.343 INFO kablam! Oct 13 13:13:38.343 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.343 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.343 INFO kablam! | Oct 13 13:13:38.343 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.343 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.343 INFO kablam! ... Oct 13 13:13:38.343 INFO kablam! 1205 | rt_alloc_excess_unused!(rt_even_10000bytes_2align_alloc_excess_unused, 10000, 2); Oct 13 13:13:38.343 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.344 INFO kablam! Oct 13 13:13:38.352 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.352 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.352 INFO kablam! | Oct 13 13:13:38.352 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.352 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.352 INFO kablam! ... Oct 13 13:13:38.352 INFO kablam! 1205 | rt_alloc_excess_unused!(rt_even_10000bytes_2align_alloc_excess_unused, 10000, 2); Oct 13 13:13:38.352 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.352 INFO kablam! | Oct 13 13:13:38.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.352 INFO kablam! | Oct 13 13:13:38.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.352 INFO kablam! | Oct 13 13:13:38.352 INFO kablam! Oct 13 13:13:38.352 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.352 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.352 INFO kablam! | Oct 13 13:13:38.352 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.352 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.352 INFO kablam! ... Oct 13 13:13:38.352 INFO kablam! 1218 | rt_alloc_excess_unused!(rt_even_100000bytes_2align_alloc_excess_unused, 100000, 2); Oct 13 13:13:38.352 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.352 INFO kablam! Oct 13 13:13:38.352 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.352 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.352 INFO kablam! | Oct 13 13:13:38.352 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.352 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.352 INFO kablam! ... Oct 13 13:13:38.352 INFO kablam! 1218 | rt_alloc_excess_unused!(rt_even_100000bytes_2align_alloc_excess_unused, 100000, 2); Oct 13 13:13:38.352 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.352 INFO kablam! | Oct 13 13:13:38.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.352 INFO kablam! | Oct 13 13:13:38.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.353 INFO kablam! | Oct 13 13:13:38.353 INFO kablam! Oct 13 13:13:38.353 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.353 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.353 INFO kablam! | Oct 13 13:13:38.353 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.353 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.353 INFO kablam! ... Oct 13 13:13:38.353 INFO kablam! 1231 | rt_alloc_excess_unused!(rt_even_1000000bytes_2align_alloc_excess_unused, 1000000, 2); Oct 13 13:13:38.353 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.353 INFO kablam! Oct 13 13:13:38.353 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.353 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.353 INFO kablam! | Oct 13 13:13:38.353 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.353 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.353 INFO kablam! ... Oct 13 13:13:38.353 INFO kablam! 1231 | rt_alloc_excess_unused!(rt_even_1000000bytes_2align_alloc_excess_unused, 1000000, 2); Oct 13 13:13:38.353 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.353 INFO kablam! | Oct 13 13:13:38.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.353 INFO kablam! | Oct 13 13:13:38.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.353 INFO kablam! | Oct 13 13:13:38.353 INFO kablam! Oct 13 13:13:38.353 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.353 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.353 INFO kablam! | Oct 13 13:13:38.353 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.353 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.353 INFO kablam! ... Oct 13 13:13:38.353 INFO kablam! 1245 | rt_alloc_excess_unused!(rt_odd_10bytes_2align_alloc_excess_unused, 10- 1, 2); Oct 13 13:13:38.353 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.353 INFO kablam! Oct 13 13:13:38.353 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.353 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.353 INFO kablam! | Oct 13 13:13:38.353 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.353 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.353 INFO kablam! ... Oct 13 13:13:38.353 INFO kablam! 1245 | rt_alloc_excess_unused!(rt_odd_10bytes_2align_alloc_excess_unused, 10- 1, 2); Oct 13 13:13:38.353 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.353 INFO kablam! | Oct 13 13:13:38.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.353 INFO kablam! | Oct 13 13:13:38.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.353 INFO kablam! | Oct 13 13:13:38.353 INFO kablam! Oct 13 13:13:38.353 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.353 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.353 INFO kablam! | Oct 13 13:13:38.353 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.353 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.353 INFO kablam! ... Oct 13 13:13:38.353 INFO kablam! 1258 | rt_alloc_excess_unused!(rt_odd_100bytes_2align_alloc_excess_unused, 100- 1, 2); Oct 13 13:13:38.353 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.353 INFO kablam! Oct 13 13:13:38.360 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.360 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.360 INFO kablam! | Oct 13 13:13:38.360 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.360 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.360 INFO kablam! ... Oct 13 13:13:38.360 INFO kablam! 1258 | rt_alloc_excess_unused!(rt_odd_100bytes_2align_alloc_excess_unused, 100- 1, 2); Oct 13 13:13:38.360 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.360 INFO kablam! | Oct 13 13:13:38.360 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.360 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.360 INFO kablam! | Oct 13 13:13:38.360 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.360 INFO kablam! | Oct 13 13:13:38.360 INFO kablam! Oct 13 13:13:38.360 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.360 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.360 INFO kablam! | Oct 13 13:13:38.360 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.360 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.360 INFO kablam! ... Oct 13 13:13:38.360 INFO kablam! 1271 | rt_alloc_excess_unused!(rt_odd_1000bytes_2align_alloc_excess_unused, 1000- 1, 2); Oct 13 13:13:38.360 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.360 INFO kablam! Oct 13 13:13:38.360 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.360 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.360 INFO kablam! | Oct 13 13:13:38.360 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.360 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.360 INFO kablam! ... Oct 13 13:13:38.360 INFO kablam! 1271 | rt_alloc_excess_unused!(rt_odd_1000bytes_2align_alloc_excess_unused, 1000- 1, 2); Oct 13 13:13:38.360 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.360 INFO kablam! | Oct 13 13:13:38.360 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.360 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.360 INFO kablam! | Oct 13 13:13:38.360 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.360 INFO kablam! | Oct 13 13:13:38.360 INFO kablam! Oct 13 13:13:38.360 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.360 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.361 INFO kablam! | Oct 13 13:13:38.361 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.361 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.361 INFO kablam! ... Oct 13 13:13:38.361 INFO kablam! 1284 | rt_alloc_excess_unused!(rt_odd_10000bytes_2align_alloc_excess_unused, 10000- 1, 2); Oct 13 13:13:38.361 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.361 INFO kablam! Oct 13 13:13:38.361 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.361 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.361 INFO kablam! | Oct 13 13:13:38.361 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.361 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.361 INFO kablam! ... Oct 13 13:13:38.361 INFO kablam! 1284 | rt_alloc_excess_unused!(rt_odd_10000bytes_2align_alloc_excess_unused, 10000- 1, 2); Oct 13 13:13:38.361 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.361 INFO kablam! | Oct 13 13:13:38.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.361 INFO kablam! | Oct 13 13:13:38.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.361 INFO kablam! | Oct 13 13:13:38.361 INFO kablam! Oct 13 13:13:38.361 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.361 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.361 INFO kablam! | Oct 13 13:13:38.361 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.361 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.361 INFO kablam! ... Oct 13 13:13:38.361 INFO kablam! 1297 | rt_alloc_excess_unused!(rt_odd_100000bytes_2align_alloc_excess_unused, 100000- 1, 2); Oct 13 13:13:38.361 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.361 INFO kablam! Oct 13 13:13:38.361 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.361 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.361 INFO kablam! | Oct 13 13:13:38.361 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.361 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.361 INFO kablam! ... Oct 13 13:13:38.361 INFO kablam! 1297 | rt_alloc_excess_unused!(rt_odd_100000bytes_2align_alloc_excess_unused, 100000- 1, 2); Oct 13 13:13:38.361 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.361 INFO kablam! | Oct 13 13:13:38.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.361 INFO kablam! | Oct 13 13:13:38.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.361 INFO kablam! | Oct 13 13:13:38.361 INFO kablam! Oct 13 13:13:38.361 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.361 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.361 INFO kablam! | Oct 13 13:13:38.361 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.361 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.361 INFO kablam! ... Oct 13 13:13:38.361 INFO kablam! 1310 | rt_alloc_excess_unused!(rt_odd_1000000bytes_2align_alloc_excess_unused, 1000000- 1, 2); Oct 13 13:13:38.361 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.361 INFO kablam! Oct 13 13:13:38.368 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.368 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.368 INFO kablam! | Oct 13 13:13:38.368 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.368 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.368 INFO kablam! ... Oct 13 13:13:38.368 INFO kablam! 1310 | rt_alloc_excess_unused!(rt_odd_1000000bytes_2align_alloc_excess_unused, 1000000- 1, 2); Oct 13 13:13:38.368 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.368 INFO kablam! | Oct 13 13:13:38.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.368 INFO kablam! | Oct 13 13:13:38.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.368 INFO kablam! | Oct 13 13:13:38.368 INFO kablam! Oct 13 13:13:38.368 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.368 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.368 INFO kablam! | Oct 13 13:13:38.368 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.368 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.368 INFO kablam! ... Oct 13 13:13:38.368 INFO kablam! 1324 | rt_alloc_excess_unused!(rt_primes_3bytes_2align_alloc_excess_unused, 3, 2); Oct 13 13:13:38.368 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.368 INFO kablam! Oct 13 13:13:38.368 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.368 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.368 INFO kablam! | Oct 13 13:13:38.368 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.372 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.372 INFO kablam! ... Oct 13 13:13:38.372 INFO kablam! 1324 | rt_alloc_excess_unused!(rt_primes_3bytes_2align_alloc_excess_unused, 3, 2); Oct 13 13:13:38.372 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.372 INFO kablam! | Oct 13 13:13:38.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.372 INFO kablam! | Oct 13 13:13:38.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.372 INFO kablam! | Oct 13 13:13:38.372 INFO kablam! Oct 13 13:13:38.372 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.372 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.372 INFO kablam! | Oct 13 13:13:38.372 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.372 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.372 INFO kablam! ... Oct 13 13:13:38.372 INFO kablam! 1337 | rt_alloc_excess_unused!(rt_primes_7bytes_2align_alloc_excess_unused, 7, 2); Oct 13 13:13:38.372 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.372 INFO kablam! Oct 13 13:13:38.372 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.372 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.372 INFO kablam! | Oct 13 13:13:38.372 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.372 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.372 INFO kablam! ... Oct 13 13:13:38.372 INFO kablam! 1337 | rt_alloc_excess_unused!(rt_primes_7bytes_2align_alloc_excess_unused, 7, 2); Oct 13 13:13:38.372 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.372 INFO kablam! | Oct 13 13:13:38.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.372 INFO kablam! | Oct 13 13:13:38.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.372 INFO kablam! | Oct 13 13:13:38.372 INFO kablam! Oct 13 13:13:38.373 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.373 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.373 INFO kablam! | Oct 13 13:13:38.373 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.373 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.373 INFO kablam! ... Oct 13 13:13:38.373 INFO kablam! 1350 | rt_alloc_excess_unused!(rt_primes_13bytes_2align_alloc_excess_unused, 13, 2); Oct 13 13:13:38.373 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.373 INFO kablam! Oct 13 13:13:38.373 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.373 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.373 INFO kablam! | Oct 13 13:13:38.373 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.373 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.373 INFO kablam! ... Oct 13 13:13:38.373 INFO kablam! 1350 | rt_alloc_excess_unused!(rt_primes_13bytes_2align_alloc_excess_unused, 13, 2); Oct 13 13:13:38.373 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.373 INFO kablam! | Oct 13 13:13:38.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.373 INFO kablam! | Oct 13 13:13:38.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.373 INFO kablam! | Oct 13 13:13:38.373 INFO kablam! Oct 13 13:13:38.373 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.373 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.373 INFO kablam! | Oct 13 13:13:38.373 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.373 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.373 INFO kablam! ... Oct 13 13:13:38.373 INFO kablam! 1363 | rt_alloc_excess_unused!(rt_primes_17bytes_2align_alloc_excess_unused, 17, 2); Oct 13 13:13:38.373 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.373 INFO kablam! Oct 13 13:13:38.373 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.373 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.373 INFO kablam! | Oct 13 13:13:38.373 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.373 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.373 INFO kablam! ... Oct 13 13:13:38.373 INFO kablam! 1363 | rt_alloc_excess_unused!(rt_primes_17bytes_2align_alloc_excess_unused, 17, 2); Oct 13 13:13:38.373 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.373 INFO kablam! | Oct 13 13:13:38.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.373 INFO kablam! | Oct 13 13:13:38.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.373 INFO kablam! | Oct 13 13:13:38.373 INFO kablam! Oct 13 13:13:38.373 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.373 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.373 INFO kablam! | Oct 13 13:13:38.373 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.373 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.373 INFO kablam! ... Oct 13 13:13:38.373 INFO kablam! 1376 | rt_alloc_excess_unused!(rt_primes_31bytes_2align_alloc_excess_unused, 31, 2); Oct 13 13:13:38.373 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.373 INFO kablam! Oct 13 13:13:38.373 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.373 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.373 INFO kablam! | Oct 13 13:13:38.373 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.373 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.373 INFO kablam! ... Oct 13 13:13:38.373 INFO kablam! 1376 | rt_alloc_excess_unused!(rt_primes_31bytes_2align_alloc_excess_unused, 31, 2); Oct 13 13:13:38.373 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.373 INFO kablam! | Oct 13 13:13:38.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.373 INFO kablam! | Oct 13 13:13:38.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.373 INFO kablam! | Oct 13 13:13:38.373 INFO kablam! Oct 13 13:13:38.373 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.373 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.373 INFO kablam! | Oct 13 13:13:38.373 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.373 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.373 INFO kablam! ... Oct 13 13:13:38.373 INFO kablam! 1389 | rt_alloc_excess_unused!(rt_primes_61bytes_2align_alloc_excess_unused, 61, 2); Oct 13 13:13:38.373 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.373 INFO kablam! Oct 13 13:13:38.384 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.384 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.384 INFO kablam! | Oct 13 13:13:38.384 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.384 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.384 INFO kablam! ... Oct 13 13:13:38.384 INFO kablam! 1389 | rt_alloc_excess_unused!(rt_primes_61bytes_2align_alloc_excess_unused, 61, 2); Oct 13 13:13:38.384 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.384 INFO kablam! | Oct 13 13:13:38.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.384 INFO kablam! | Oct 13 13:13:38.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.384 INFO kablam! | Oct 13 13:13:38.384 INFO kablam! Oct 13 13:13:38.384 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.384 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.384 INFO kablam! | Oct 13 13:13:38.384 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.384 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.384 INFO kablam! ... Oct 13 13:13:38.384 INFO kablam! 1402 | rt_alloc_excess_unused!(rt_primes_96bytes_2align_alloc_excess_unused, 96, 2); Oct 13 13:13:38.384 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.384 INFO kablam! Oct 13 13:13:38.384 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.384 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.384 INFO kablam! | Oct 13 13:13:38.384 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.384 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.384 INFO kablam! ... Oct 13 13:13:38.384 INFO kablam! 1402 | rt_alloc_excess_unused!(rt_primes_96bytes_2align_alloc_excess_unused, 96, 2); Oct 13 13:13:38.384 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.384 INFO kablam! | Oct 13 13:13:38.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.384 INFO kablam! | Oct 13 13:13:38.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.384 INFO kablam! | Oct 13 13:13:38.384 INFO kablam! Oct 13 13:13:38.384 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.384 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.384 INFO kablam! | Oct 13 13:13:38.384 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.384 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.384 INFO kablam! ... Oct 13 13:13:38.385 INFO kablam! 1415 | rt_alloc_excess_unused!(rt_primes_127bytes_2align_alloc_excess_unused, 127, 2); Oct 13 13:13:38.385 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.385 INFO kablam! Oct 13 13:13:38.385 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.385 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.385 INFO kablam! | Oct 13 13:13:38.385 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.385 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.385 INFO kablam! ... Oct 13 13:13:38.385 INFO kablam! 1415 | rt_alloc_excess_unused!(rt_primes_127bytes_2align_alloc_excess_unused, 127, 2); Oct 13 13:13:38.385 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.385 INFO kablam! | Oct 13 13:13:38.385 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.385 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.385 INFO kablam! | Oct 13 13:13:38.385 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.385 INFO kablam! | Oct 13 13:13:38.385 INFO kablam! Oct 13 13:13:38.385 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.385 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.385 INFO kablam! | Oct 13 13:13:38.385 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.385 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.385 INFO kablam! ... Oct 13 13:13:38.385 INFO kablam! 1428 | rt_alloc_excess_unused!(rt_primes_257bytes_2align_alloc_excess_unused, 257, 2); Oct 13 13:13:38.385 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.385 INFO kablam! Oct 13 13:13:38.385 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.385 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.385 INFO kablam! | Oct 13 13:13:38.385 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.385 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.385 INFO kablam! ... Oct 13 13:13:38.385 INFO kablam! 1428 | rt_alloc_excess_unused!(rt_primes_257bytes_2align_alloc_excess_unused, 257, 2); Oct 13 13:13:38.385 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.385 INFO kablam! | Oct 13 13:13:38.385 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.385 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.385 INFO kablam! | Oct 13 13:13:38.385 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.385 INFO kablam! | Oct 13 13:13:38.385 INFO kablam! Oct 13 13:13:38.396 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.396 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.396 INFO kablam! | Oct 13 13:13:38.396 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.396 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.396 INFO kablam! ... Oct 13 13:13:38.396 INFO kablam! 1441 | rt_alloc_excess_unused!(rt_primes_509bytes_2align_alloc_excess_unused, 509, 2); Oct 13 13:13:38.396 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.396 INFO kablam! Oct 13 13:13:38.396 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.396 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.396 INFO kablam! | Oct 13 13:13:38.396 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.396 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.396 INFO kablam! ... Oct 13 13:13:38.396 INFO kablam! 1441 | rt_alloc_excess_unused!(rt_primes_509bytes_2align_alloc_excess_unused, 509, 2); Oct 13 13:13:38.396 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.396 INFO kablam! | Oct 13 13:13:38.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.396 INFO kablam! | Oct 13 13:13:38.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.396 INFO kablam! | Oct 13 13:13:38.396 INFO kablam! Oct 13 13:13:38.396 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.396 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.396 INFO kablam! | Oct 13 13:13:38.396 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.396 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.396 INFO kablam! ... Oct 13 13:13:38.396 INFO kablam! 1454 | rt_alloc_excess_unused!(rt_primes_1021bytes_2align_alloc_excess_unused, 1021, 2); Oct 13 13:13:38.396 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.396 INFO kablam! Oct 13 13:13:38.396 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.396 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.396 INFO kablam! | Oct 13 13:13:38.396 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.396 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.396 INFO kablam! ... Oct 13 13:13:38.396 INFO kablam! 1454 | rt_alloc_excess_unused!(rt_primes_1021bytes_2align_alloc_excess_unused, 1021, 2); Oct 13 13:13:38.397 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.397 INFO kablam! | Oct 13 13:13:38.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.397 INFO kablam! | Oct 13 13:13:38.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.397 INFO kablam! | Oct 13 13:13:38.397 INFO kablam! Oct 13 13:13:38.397 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.397 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.397 INFO kablam! | Oct 13 13:13:38.397 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.397 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.397 INFO kablam! ... Oct 13 13:13:38.397 INFO kablam! 1467 | rt_alloc_excess_unused!(rt_primes_2039bytes_2align_alloc_excess_unused, 2039, 2); Oct 13 13:13:38.397 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.397 INFO kablam! Oct 13 13:13:38.397 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.397 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.397 INFO kablam! | Oct 13 13:13:38.397 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.397 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.397 INFO kablam! ... Oct 13 13:13:38.397 INFO kablam! 1467 | rt_alloc_excess_unused!(rt_primes_2039bytes_2align_alloc_excess_unused, 2039, 2); Oct 13 13:13:38.397 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.397 INFO kablam! | Oct 13 13:13:38.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.397 INFO kablam! | Oct 13 13:13:38.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.397 INFO kablam! | Oct 13 13:13:38.397 INFO kablam! Oct 13 13:13:38.397 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.397 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.397 INFO kablam! | Oct 13 13:13:38.397 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.397 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.397 INFO kablam! ... Oct 13 13:13:38.397 INFO kablam! 1480 | rt_alloc_excess_unused!(rt_primes_4093bytes_2align_alloc_excess_unused, 4093, 2); Oct 13 13:13:38.397 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.397 INFO kablam! Oct 13 13:13:38.397 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.397 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.397 INFO kablam! | Oct 13 13:13:38.397 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.397 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.397 INFO kablam! ... Oct 13 13:13:38.397 INFO kablam! 1480 | rt_alloc_excess_unused!(rt_primes_4093bytes_2align_alloc_excess_unused, 4093, 2); Oct 13 13:13:38.397 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.397 INFO kablam! | Oct 13 13:13:38.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.397 INFO kablam! | Oct 13 13:13:38.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.397 INFO kablam! | Oct 13 13:13:38.397 INFO kablam! Oct 13 13:13:38.397 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.397 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.397 INFO kablam! | Oct 13 13:13:38.397 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.397 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.397 INFO kablam! ... Oct 13 13:13:38.397 INFO kablam! 1493 | rt_alloc_excess_unused!(rt_primes_8191bytes_2align_alloc_excess_unused, 8191, 2); Oct 13 13:13:38.397 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.397 INFO kablam! Oct 13 13:13:38.397 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.397 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.397 INFO kablam! | Oct 13 13:13:38.397 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.397 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.397 INFO kablam! ... Oct 13 13:13:38.397 INFO kablam! 1493 | rt_alloc_excess_unused!(rt_primes_8191bytes_2align_alloc_excess_unused, 8191, 2); Oct 13 13:13:38.397 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.397 INFO kablam! | Oct 13 13:13:38.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.397 INFO kablam! | Oct 13 13:13:38.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.397 INFO kablam! | Oct 13 13:13:38.397 INFO kablam! Oct 13 13:13:38.397 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.397 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.397 INFO kablam! | Oct 13 13:13:38.397 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.397 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.397 INFO kablam! ... Oct 13 13:13:38.397 INFO kablam! 1506 | rt_alloc_excess_unused!(rt_primes_16381bytes_2align_alloc_excess_unused, 16381, 2); Oct 13 13:13:38.397 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.397 INFO kablam! Oct 13 13:13:38.398 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.398 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.398 INFO kablam! | Oct 13 13:13:38.398 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.398 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.398 INFO kablam! ... Oct 13 13:13:38.398 INFO kablam! 1506 | rt_alloc_excess_unused!(rt_primes_16381bytes_2align_alloc_excess_unused, 16381, 2); Oct 13 13:13:38.398 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.398 INFO kablam! | Oct 13 13:13:38.398 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.398 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.398 INFO kablam! | Oct 13 13:13:38.398 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.398 INFO kablam! | Oct 13 13:13:38.398 INFO kablam! Oct 13 13:13:38.398 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.398 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.398 INFO kablam! | Oct 13 13:13:38.398 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.398 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.398 INFO kablam! ... Oct 13 13:13:38.398 INFO kablam! 1519 | rt_alloc_excess_unused!(rt_primes_32749bytes_2align_alloc_excess_unused, 32749, 2); Oct 13 13:13:38.398 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.398 INFO kablam! Oct 13 13:13:38.398 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.398 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.398 INFO kablam! | Oct 13 13:13:38.398 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.398 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.398 INFO kablam! ... Oct 13 13:13:38.398 INFO kablam! 1519 | rt_alloc_excess_unused!(rt_primes_32749bytes_2align_alloc_excess_unused, 32749, 2); Oct 13 13:13:38.398 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.398 INFO kablam! | Oct 13 13:13:38.398 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.398 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.398 INFO kablam! | Oct 13 13:13:38.398 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.398 INFO kablam! | Oct 13 13:13:38.398 INFO kablam! Oct 13 13:13:38.420 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.420 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.420 INFO kablam! | Oct 13 13:13:38.420 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.420 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.420 INFO kablam! ... Oct 13 13:13:38.420 INFO kablam! 1532 | rt_alloc_excess_unused!(rt_primes_65537bytes_2align_alloc_excess_unused, 65537, 2); Oct 13 13:13:38.420 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.420 INFO kablam! Oct 13 13:13:38.420 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.420 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.420 INFO kablam! | Oct 13 13:13:38.420 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.420 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.420 INFO kablam! ... Oct 13 13:13:38.420 INFO kablam! 1532 | rt_alloc_excess_unused!(rt_primes_65537bytes_2align_alloc_excess_unused, 65537, 2); Oct 13 13:13:38.420 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.420 INFO kablam! | Oct 13 13:13:38.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.420 INFO kablam! | Oct 13 13:13:38.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.420 INFO kablam! | Oct 13 13:13:38.420 INFO kablam! Oct 13 13:13:38.420 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.420 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.420 INFO kablam! | Oct 13 13:13:38.420 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.420 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.420 INFO kablam! ... Oct 13 13:13:38.420 INFO kablam! 1545 | rt_alloc_excess_unused!(rt_primes_131071bytes_2align_alloc_excess_unused, 131071, 2); Oct 13 13:13:38.420 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.420 INFO kablam! Oct 13 13:13:38.420 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.420 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.420 INFO kablam! | Oct 13 13:13:38.420 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.420 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.420 INFO kablam! ... Oct 13 13:13:38.420 INFO kablam! 1545 | rt_alloc_excess_unused!(rt_primes_131071bytes_2align_alloc_excess_unused, 131071, 2); Oct 13 13:13:38.420 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.420 INFO kablam! | Oct 13 13:13:38.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.420 INFO kablam! | Oct 13 13:13:38.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.420 INFO kablam! | Oct 13 13:13:38.421 INFO kablam! Oct 13 13:13:38.421 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.421 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.421 INFO kablam! | Oct 13 13:13:38.421 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.421 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.421 INFO kablam! ... Oct 13 13:13:38.421 INFO kablam! 1558 | rt_alloc_excess_unused!(rt_primes_4194301bytes_2align_alloc_excess_unused, 4194301, 2); Oct 13 13:13:38.421 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.421 INFO kablam! Oct 13 13:13:38.421 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.421 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.421 INFO kablam! | Oct 13 13:13:38.421 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.421 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.421 INFO kablam! ... Oct 13 13:13:38.421 INFO kablam! 1558 | rt_alloc_excess_unused!(rt_primes_4194301bytes_2align_alloc_excess_unused, 4194301, 2); Oct 13 13:13:38.421 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.421 INFO kablam! | Oct 13 13:13:38.421 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.421 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.421 INFO kablam! | Oct 13 13:13:38.421 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.421 INFO kablam! | Oct 13 13:13:38.421 INFO kablam! Oct 13 13:13:38.421 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.421 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.421 INFO kablam! | Oct 13 13:13:38.421 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.421 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.421 INFO kablam! ... Oct 13 13:13:38.421 INFO kablam! 1574 | rt_alloc_excess_unused!(rt_pow2_1bytes_4align_alloc_excess_unused, 1, 4); Oct 13 13:13:38.421 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.421 INFO kablam! Oct 13 13:13:38.421 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.421 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.421 INFO kablam! | Oct 13 13:13:38.421 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.421 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.421 INFO kablam! ... Oct 13 13:13:38.421 INFO kablam! 1574 | rt_alloc_excess_unused!(rt_pow2_1bytes_4align_alloc_excess_unused, 1, 4); Oct 13 13:13:38.421 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.421 INFO kablam! | Oct 13 13:13:38.421 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.421 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.421 INFO kablam! | Oct 13 13:13:38.421 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.421 INFO kablam! | Oct 13 13:13:38.421 INFO kablam! Oct 13 13:13:38.421 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.421 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.421 INFO kablam! | Oct 13 13:13:38.421 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.421 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.421 INFO kablam! ... Oct 13 13:13:38.421 INFO kablam! 1587 | rt_alloc_excess_unused!(rt_pow2_2bytes_4align_alloc_excess_unused, 2, 4); Oct 13 13:13:38.421 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.421 INFO kablam! Oct 13 13:13:38.421 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.421 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.421 INFO kablam! | Oct 13 13:13:38.421 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.421 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.421 INFO kablam! ... Oct 13 13:13:38.421 INFO kablam! 1587 | rt_alloc_excess_unused!(rt_pow2_2bytes_4align_alloc_excess_unused, 2, 4); Oct 13 13:13:38.421 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.421 INFO kablam! | Oct 13 13:13:38.421 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.421 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.421 INFO kablam! | Oct 13 13:13:38.421 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.421 INFO kablam! | Oct 13 13:13:38.421 INFO kablam! Oct 13 13:13:38.421 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.421 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.421 INFO kablam! | Oct 13 13:13:38.421 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.421 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.421 INFO kablam! ... Oct 13 13:13:38.421 INFO kablam! 1600 | rt_alloc_excess_unused!(rt_pow2_4bytes_4align_alloc_excess_unused, 4, 4); Oct 13 13:13:38.421 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.421 INFO kablam! Oct 13 13:13:38.421 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.421 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.421 INFO kablam! | Oct 13 13:13:38.421 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.421 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.421 INFO kablam! ... Oct 13 13:13:38.421 INFO kablam! 1600 | rt_alloc_excess_unused!(rt_pow2_4bytes_4align_alloc_excess_unused, 4, 4); Oct 13 13:13:38.421 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.421 INFO kablam! | Oct 13 13:13:38.422 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.422 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.422 INFO kablam! | Oct 13 13:13:38.422 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.422 INFO kablam! | Oct 13 13:13:38.422 INFO kablam! Oct 13 13:13:38.422 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.422 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.422 INFO kablam! | Oct 13 13:13:38.422 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.422 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.422 INFO kablam! ... Oct 13 13:13:38.422 INFO kablam! 1613 | rt_alloc_excess_unused!(rt_pow2_8bytes_4align_alloc_excess_unused, 8, 4); Oct 13 13:13:38.422 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.422 INFO kablam! Oct 13 13:13:38.422 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.422 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.422 INFO kablam! | Oct 13 13:13:38.422 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.422 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.422 INFO kablam! ... Oct 13 13:13:38.422 INFO kablam! 1613 | rt_alloc_excess_unused!(rt_pow2_8bytes_4align_alloc_excess_unused, 8, 4); Oct 13 13:13:38.422 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.422 INFO kablam! | Oct 13 13:13:38.422 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.422 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.422 INFO kablam! | Oct 13 13:13:38.422 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.422 INFO kablam! | Oct 13 13:13:38.422 INFO kablam! Oct 13 13:13:38.422 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.422 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.422 INFO kablam! | Oct 13 13:13:38.422 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.422 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.422 INFO kablam! ... Oct 13 13:13:38.422 INFO kablam! 1626 | rt_alloc_excess_unused!(rt_pow2_16bytes_4align_alloc_excess_unused, 16, 4); Oct 13 13:13:38.422 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.422 INFO kablam! Oct 13 13:13:38.422 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.422 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.422 INFO kablam! | Oct 13 13:13:38.422 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.422 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.422 INFO kablam! ... Oct 13 13:13:38.422 INFO kablam! 1626 | rt_alloc_excess_unused!(rt_pow2_16bytes_4align_alloc_excess_unused, 16, 4); Oct 13 13:13:38.422 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.422 INFO kablam! | Oct 13 13:13:38.422 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.422 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.422 INFO kablam! | Oct 13 13:13:38.422 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.422 INFO kablam! | Oct 13 13:13:38.422 INFO kablam! Oct 13 13:13:38.422 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.422 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.422 INFO kablam! | Oct 13 13:13:38.422 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.422 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.422 INFO kablam! ... Oct 13 13:13:38.422 INFO kablam! 1639 | rt_alloc_excess_unused!(rt_pow2_32bytes_4align_alloc_excess_unused, 32, 4); Oct 13 13:13:38.422 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.422 INFO kablam! Oct 13 13:13:38.422 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.422 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.422 INFO kablam! | Oct 13 13:13:38.422 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.422 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.422 INFO kablam! ... Oct 13 13:13:38.422 INFO kablam! 1639 | rt_alloc_excess_unused!(rt_pow2_32bytes_4align_alloc_excess_unused, 32, 4); Oct 13 13:13:38.422 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.422 INFO kablam! | Oct 13 13:13:38.422 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.422 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.422 INFO kablam! | Oct 13 13:13:38.422 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.422 INFO kablam! | Oct 13 13:13:38.422 INFO kablam! Oct 13 13:13:38.422 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.422 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.422 INFO kablam! | Oct 13 13:13:38.422 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.422 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.422 INFO kablam! ... Oct 13 13:13:38.422 INFO kablam! 1652 | rt_alloc_excess_unused!(rt_pow2_64bytes_4align_alloc_excess_unused, 64, 4); Oct 13 13:13:38.422 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.422 INFO kablam! Oct 13 13:13:38.422 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.422 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.423 INFO kablam! | Oct 13 13:13:38.423 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.423 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.423 INFO kablam! ... Oct 13 13:13:38.423 INFO kablam! 1652 | rt_alloc_excess_unused!(rt_pow2_64bytes_4align_alloc_excess_unused, 64, 4); Oct 13 13:13:38.423 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.423 INFO kablam! | Oct 13 13:13:38.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.423 INFO kablam! | Oct 13 13:13:38.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.423 INFO kablam! | Oct 13 13:13:38.423 INFO kablam! Oct 13 13:13:38.423 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.423 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.423 INFO kablam! | Oct 13 13:13:38.423 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.423 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.423 INFO kablam! ... Oct 13 13:13:38.423 INFO kablam! 1665 | rt_alloc_excess_unused!(rt_pow2_128bytes_4align_alloc_excess_unused, 128, 4); Oct 13 13:13:38.423 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.423 INFO kablam! Oct 13 13:13:38.423 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.423 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.423 INFO kablam! | Oct 13 13:13:38.423 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.423 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.423 INFO kablam! ... Oct 13 13:13:38.423 INFO kablam! 1665 | rt_alloc_excess_unused!(rt_pow2_128bytes_4align_alloc_excess_unused, 128, 4); Oct 13 13:13:38.423 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.423 INFO kablam! | Oct 13 13:13:38.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.423 INFO kablam! | Oct 13 13:13:38.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.423 INFO kablam! | Oct 13 13:13:38.423 INFO kablam! Oct 13 13:13:38.423 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.423 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.423 INFO kablam! | Oct 13 13:13:38.423 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.423 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.423 INFO kablam! ... Oct 13 13:13:38.423 INFO kablam! 1678 | rt_alloc_excess_unused!(rt_pow2_256bytes_4align_alloc_excess_unused, 256, 4); Oct 13 13:13:38.423 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.423 INFO kablam! Oct 13 13:13:38.423 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.423 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.423 INFO kablam! | Oct 13 13:13:38.423 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.423 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.423 INFO kablam! ... Oct 13 13:13:38.423 INFO kablam! 1678 | rt_alloc_excess_unused!(rt_pow2_256bytes_4align_alloc_excess_unused, 256, 4); Oct 13 13:13:38.423 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.423 INFO kablam! | Oct 13 13:13:38.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.423 INFO kablam! | Oct 13 13:13:38.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.423 INFO kablam! | Oct 13 13:13:38.423 INFO kablam! Oct 13 13:13:38.423 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.423 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.423 INFO kablam! | Oct 13 13:13:38.423 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.423 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.423 INFO kablam! ... Oct 13 13:13:38.423 INFO kablam! 1691 | rt_alloc_excess_unused!(rt_pow2_512bytes_4align_alloc_excess_unused, 512, 4); Oct 13 13:13:38.423 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.423 INFO kablam! Oct 13 13:13:38.423 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.423 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.423 INFO kablam! | Oct 13 13:13:38.423 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.423 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.423 INFO kablam! ... Oct 13 13:13:38.423 INFO kablam! 1691 | rt_alloc_excess_unused!(rt_pow2_512bytes_4align_alloc_excess_unused, 512, 4); Oct 13 13:13:38.423 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.423 INFO kablam! | Oct 13 13:13:38.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.423 INFO kablam! | Oct 13 13:13:38.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.423 INFO kablam! | Oct 13 13:13:38.423 INFO kablam! Oct 13 13:13:38.423 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.423 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.423 INFO kablam! | Oct 13 13:13:38.423 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.424 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.424 INFO kablam! ... Oct 13 13:13:38.424 INFO kablam! 1704 | rt_alloc_excess_unused!(rt_pow2_1024bytes_4align_alloc_excess_unused, 1024, 4); Oct 13 13:13:38.424 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.424 INFO kablam! Oct 13 13:13:38.424 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.424 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.424 INFO kablam! | Oct 13 13:13:38.424 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.424 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.424 INFO kablam! ... Oct 13 13:13:38.424 INFO kablam! 1704 | rt_alloc_excess_unused!(rt_pow2_1024bytes_4align_alloc_excess_unused, 1024, 4); Oct 13 13:13:38.424 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.424 INFO kablam! | Oct 13 13:13:38.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.424 INFO kablam! | Oct 13 13:13:38.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.424 INFO kablam! | Oct 13 13:13:38.424 INFO kablam! Oct 13 13:13:38.429 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.430 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.430 INFO kablam! | Oct 13 13:13:38.430 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.430 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.430 INFO kablam! ... Oct 13 13:13:38.430 INFO kablam! 1717 | rt_alloc_excess_unused!(rt_pow2_2048bytes_4align_alloc_excess_unused, 2048, 4); Oct 13 13:13:38.430 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.430 INFO kablam! Oct 13 13:13:38.430 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.430 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.430 INFO kablam! | Oct 13 13:13:38.430 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.430 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.430 INFO kablam! ... Oct 13 13:13:38.430 INFO kablam! 1717 | rt_alloc_excess_unused!(rt_pow2_2048bytes_4align_alloc_excess_unused, 2048, 4); Oct 13 13:13:38.430 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.430 INFO kablam! | Oct 13 13:13:38.430 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.430 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.430 INFO kablam! | Oct 13 13:13:38.430 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.430 INFO kablam! | Oct 13 13:13:38.430 INFO kablam! Oct 13 13:13:38.430 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.431 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.431 INFO kablam! | Oct 13 13:13:38.431 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.431 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.431 INFO kablam! ... Oct 13 13:13:38.431 INFO kablam! 1730 | rt_alloc_excess_unused!(rt_pow2_4096bytes_4align_alloc_excess_unused, 4096, 4); Oct 13 13:13:38.431 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.431 INFO kablam! Oct 13 13:13:38.431 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.431 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.431 INFO kablam! | Oct 13 13:13:38.431 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.431 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.431 INFO kablam! ... Oct 13 13:13:38.431 INFO kablam! 1730 | rt_alloc_excess_unused!(rt_pow2_4096bytes_4align_alloc_excess_unused, 4096, 4); Oct 13 13:13:38.436 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.436 INFO kablam! | Oct 13 13:13:38.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.436 INFO kablam! | Oct 13 13:13:38.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.436 INFO kablam! | Oct 13 13:13:38.436 INFO kablam! Oct 13 13:13:38.436 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.436 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.436 INFO kablam! | Oct 13 13:13:38.436 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.437 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.437 INFO kablam! ... Oct 13 13:13:38.437 INFO kablam! 1743 | rt_alloc_excess_unused!(rt_pow2_8192bytes_4align_alloc_excess_unused, 8192, 4); Oct 13 13:13:38.437 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.437 INFO kablam! Oct 13 13:13:38.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.437 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.437 INFO kablam! | Oct 13 13:13:38.437 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.437 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.437 INFO kablam! ... Oct 13 13:13:38.437 INFO kablam! 1743 | rt_alloc_excess_unused!(rt_pow2_8192bytes_4align_alloc_excess_unused, 8192, 4); Oct 13 13:13:38.437 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.437 INFO kablam! | Oct 13 13:13:38.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.437 INFO kablam! | Oct 13 13:13:38.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.437 INFO kablam! | Oct 13 13:13:38.437 INFO kablam! Oct 13 13:13:38.437 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.437 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.437 INFO kablam! | Oct 13 13:13:38.437 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.437 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.437 INFO kablam! ... Oct 13 13:13:38.438 INFO kablam! 1756 | rt_alloc_excess_unused!(rt_pow2_16384bytes_4align_alloc_excess_unused, 16384, 4); Oct 13 13:13:38.438 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.438 INFO kablam! Oct 13 13:13:38.438 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.438 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.438 INFO kablam! | Oct 13 13:13:38.444 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.444 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.444 INFO kablam! ... Oct 13 13:13:38.444 INFO kablam! 1756 | rt_alloc_excess_unused!(rt_pow2_16384bytes_4align_alloc_excess_unused, 16384, 4); Oct 13 13:13:38.444 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.444 INFO kablam! | Oct 13 13:13:38.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.444 INFO kablam! | Oct 13 13:13:38.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.444 INFO kablam! | Oct 13 13:13:38.445 INFO kablam! Oct 13 13:13:38.445 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.445 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.445 INFO kablam! | Oct 13 13:13:38.445 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.445 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.445 INFO kablam! ... Oct 13 13:13:38.445 INFO kablam! 1769 | rt_alloc_excess_unused!(rt_pow2_32768bytes_4align_alloc_excess_unused, 32768, 4); Oct 13 13:13:38.445 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.445 INFO kablam! Oct 13 13:13:38.445 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.445 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.445 INFO kablam! | Oct 13 13:13:38.445 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.445 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.445 INFO kablam! ... Oct 13 13:13:38.445 INFO kablam! 1769 | rt_alloc_excess_unused!(rt_pow2_32768bytes_4align_alloc_excess_unused, 32768, 4); Oct 13 13:13:38.445 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.445 INFO kablam! | Oct 13 13:13:38.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.445 INFO kablam! | Oct 13 13:13:38.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.445 INFO kablam! | Oct 13 13:13:38.446 INFO kablam! Oct 13 13:13:38.446 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.446 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.446 INFO kablam! | Oct 13 13:13:38.446 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.446 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.446 INFO kablam! ... Oct 13 13:13:38.446 INFO kablam! 1782 | rt_alloc_excess_unused!(rt_pow2_65536bytes_4align_alloc_excess_unused, 65536, 4); Oct 13 13:13:38.446 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.446 INFO kablam! Oct 13 13:13:38.446 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.446 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.446 INFO kablam! | Oct 13 13:13:38.446 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.446 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.446 INFO kablam! ... Oct 13 13:13:38.446 INFO kablam! 1782 | rt_alloc_excess_unused!(rt_pow2_65536bytes_4align_alloc_excess_unused, 65536, 4); Oct 13 13:13:38.446 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.446 INFO kablam! | Oct 13 13:13:38.446 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.452 INFO kablam! | Oct 13 13:13:38.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.452 INFO kablam! | Oct 13 13:13:38.452 INFO kablam! Oct 13 13:13:38.452 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.452 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.452 INFO kablam! | Oct 13 13:13:38.452 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.452 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.452 INFO kablam! ... Oct 13 13:13:38.452 INFO kablam! 1795 | rt_alloc_excess_unused!(rt_pow2_131072bytes_4align_alloc_excess_unused, 131072, 4); Oct 13 13:13:38.452 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.453 INFO kablam! Oct 13 13:13:38.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.453 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.453 INFO kablam! | Oct 13 13:13:38.453 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.453 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.453 INFO kablam! ... Oct 13 13:13:38.453 INFO kablam! 1795 | rt_alloc_excess_unused!(rt_pow2_131072bytes_4align_alloc_excess_unused, 131072, 4); Oct 13 13:13:38.453 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.453 INFO kablam! | Oct 13 13:13:38.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.453 INFO kablam! | Oct 13 13:13:38.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.453 INFO kablam! | Oct 13 13:13:38.453 INFO kablam! Oct 13 13:13:38.453 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.453 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.453 INFO kablam! | Oct 13 13:13:38.453 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.453 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.453 INFO kablam! ... Oct 13 13:13:38.453 INFO kablam! 1808 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_4align_alloc_excess_unused, 4194304, 4); Oct 13 13:13:38.453 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.453 INFO kablam! Oct 13 13:13:38.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.453 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.454 INFO kablam! | Oct 13 13:13:38.454 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.454 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.454 INFO kablam! ... Oct 13 13:13:38.454 INFO kablam! 1808 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_4align_alloc_excess_unused, 4194304, 4); Oct 13 13:13:38.454 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.454 INFO kablam! | Oct 13 13:13:38.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.454 INFO kablam! | Oct 13 13:13:38.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.454 INFO kablam! | Oct 13 13:13:38.454 INFO kablam! Oct 13 13:13:38.454 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.454 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.454 INFO kablam! | Oct 13 13:13:38.454 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.454 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.454 INFO kablam! ... Oct 13 13:13:38.454 INFO kablam! 1822 | rt_alloc_excess_unused!(rt_even_10bytes_4align_alloc_excess_unused, 10, 4); Oct 13 13:13:38.454 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.460 INFO kablam! Oct 13 13:13:38.460 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.460 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.460 INFO kablam! | Oct 13 13:13:38.460 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.460 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.460 INFO kablam! ... Oct 13 13:13:38.460 INFO kablam! 1822 | rt_alloc_excess_unused!(rt_even_10bytes_4align_alloc_excess_unused, 10, 4); Oct 13 13:13:38.460 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.460 INFO kablam! | Oct 13 13:13:38.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.461 INFO kablam! | Oct 13 13:13:38.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.461 INFO kablam! | Oct 13 13:13:38.461 INFO kablam! Oct 13 13:13:38.461 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.461 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.461 INFO kablam! | Oct 13 13:13:38.461 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.461 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.461 INFO kablam! ... Oct 13 13:13:38.461 INFO kablam! 1835 | rt_alloc_excess_unused!(rt_even_100bytes_4align_alloc_excess_unused, 100, 4); Oct 13 13:13:38.461 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.461 INFO kablam! Oct 13 13:13:38.461 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.461 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.461 INFO kablam! | Oct 13 13:13:38.461 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.461 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.461 INFO kablam! ... Oct 13 13:13:38.461 INFO kablam! 1835 | rt_alloc_excess_unused!(rt_even_100bytes_4align_alloc_excess_unused, 100, 4); Oct 13 13:13:38.461 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.462 INFO kablam! | Oct 13 13:13:38.462 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.462 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.462 INFO kablam! | Oct 13 13:13:38.462 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.462 INFO kablam! | Oct 13 13:13:38.462 INFO kablam! Oct 13 13:13:38.462 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.462 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.462 INFO kablam! | Oct 13 13:13:38.462 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.462 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.462 INFO kablam! ... Oct 13 13:13:38.462 INFO kablam! 1848 | rt_alloc_excess_unused!(rt_even_1000bytes_4align_alloc_excess_unused, 1000, 4); Oct 13 13:13:38.468 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.468 INFO kablam! Oct 13 13:13:38.468 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.468 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.468 INFO kablam! | Oct 13 13:13:38.468 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.468 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.468 INFO kablam! ... Oct 13 13:13:38.468 INFO kablam! 1848 | rt_alloc_excess_unused!(rt_even_1000bytes_4align_alloc_excess_unused, 1000, 4); Oct 13 13:13:38.468 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.468 INFO kablam! | Oct 13 13:13:38.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.468 INFO kablam! | Oct 13 13:13:38.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.468 INFO kablam! | Oct 13 13:13:38.468 INFO kablam! Oct 13 13:13:38.468 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.468 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.468 INFO kablam! | Oct 13 13:13:38.468 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.468 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.468 INFO kablam! ... Oct 13 13:13:38.468 INFO kablam! 1861 | rt_alloc_excess_unused!(rt_even_10000bytes_4align_alloc_excess_unused, 10000, 4); Oct 13 13:13:38.468 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.468 INFO kablam! Oct 13 13:13:38.468 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.468 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.468 INFO kablam! | Oct 13 13:13:38.468 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.468 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.468 INFO kablam! ... Oct 13 13:13:38.468 INFO kablam! 1861 | rt_alloc_excess_unused!(rt_even_10000bytes_4align_alloc_excess_unused, 10000, 4); Oct 13 13:13:38.468 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.468 INFO kablam! | Oct 13 13:13:38.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.468 INFO kablam! | Oct 13 13:13:38.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.468 INFO kablam! | Oct 13 13:13:38.468 INFO kablam! Oct 13 13:13:38.468 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.468 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.468 INFO kablam! | Oct 13 13:13:38.468 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.469 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.469 INFO kablam! ... Oct 13 13:13:38.469 INFO kablam! 1874 | rt_alloc_excess_unused!(rt_even_100000bytes_4align_alloc_excess_unused, 100000, 4); Oct 13 13:13:38.469 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.469 INFO kablam! Oct 13 13:13:38.469 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.469 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.469 INFO kablam! | Oct 13 13:13:38.469 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.469 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.469 INFO kablam! ... Oct 13 13:13:38.469 INFO kablam! 1874 | rt_alloc_excess_unused!(rt_even_100000bytes_4align_alloc_excess_unused, 100000, 4); Oct 13 13:13:38.469 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.469 INFO kablam! | Oct 13 13:13:38.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.469 INFO kablam! | Oct 13 13:13:38.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.469 INFO kablam! | Oct 13 13:13:38.469 INFO kablam! Oct 13 13:13:38.469 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.469 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.469 INFO kablam! | Oct 13 13:13:38.469 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.469 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.469 INFO kablam! ... Oct 13 13:13:38.469 INFO kablam! 1887 | rt_alloc_excess_unused!(rt_even_1000000bytes_4align_alloc_excess_unused, 1000000, 4); Oct 13 13:13:38.469 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.469 INFO kablam! Oct 13 13:13:38.469 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.469 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.469 INFO kablam! | Oct 13 13:13:38.469 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.469 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.469 INFO kablam! ... Oct 13 13:13:38.469 INFO kablam! 1887 | rt_alloc_excess_unused!(rt_even_1000000bytes_4align_alloc_excess_unused, 1000000, 4); Oct 13 13:13:38.469 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.469 INFO kablam! | Oct 13 13:13:38.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.469 INFO kablam! | Oct 13 13:13:38.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.469 INFO kablam! | Oct 13 13:13:38.469 INFO kablam! Oct 13 13:13:38.469 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.469 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.469 INFO kablam! | Oct 13 13:13:38.469 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.469 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.469 INFO kablam! ... Oct 13 13:13:38.469 INFO kablam! 1901 | rt_alloc_excess_unused!(rt_odd_10bytes_4align_alloc_excess_unused, 10- 1, 4); Oct 13 13:13:38.469 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.469 INFO kablam! Oct 13 13:13:38.469 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.469 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.469 INFO kablam! | Oct 13 13:13:38.469 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.469 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.469 INFO kablam! ... Oct 13 13:13:38.469 INFO kablam! 1901 | rt_alloc_excess_unused!(rt_odd_10bytes_4align_alloc_excess_unused, 10- 1, 4); Oct 13 13:13:38.469 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.469 INFO kablam! | Oct 13 13:13:38.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.469 INFO kablam! | Oct 13 13:13:38.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.469 INFO kablam! | Oct 13 13:13:38.469 INFO kablam! Oct 13 13:13:38.469 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.469 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.469 INFO kablam! | Oct 13 13:13:38.469 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.469 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.469 INFO kablam! ... Oct 13 13:13:38.469 INFO kablam! 1914 | rt_alloc_excess_unused!(rt_odd_100bytes_4align_alloc_excess_unused, 100- 1, 4); Oct 13 13:13:38.469 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.469 INFO kablam! Oct 13 13:13:38.469 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.469 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.469 INFO kablam! | Oct 13 13:13:38.469 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.469 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.469 INFO kablam! ... Oct 13 13:13:38.469 INFO kablam! 1914 | rt_alloc_excess_unused!(rt_odd_100bytes_4align_alloc_excess_unused, 100- 1, 4); Oct 13 13:13:38.469 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.469 INFO kablam! | Oct 13 13:13:38.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.470 INFO kablam! | Oct 13 13:13:38.470 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.470 INFO kablam! | Oct 13 13:13:38.470 INFO kablam! Oct 13 13:13:38.470 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.470 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.470 INFO kablam! | Oct 13 13:13:38.470 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.470 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.470 INFO kablam! ... Oct 13 13:13:38.470 INFO kablam! 1927 | rt_alloc_excess_unused!(rt_odd_1000bytes_4align_alloc_excess_unused, 1000- 1, 4); Oct 13 13:13:38.470 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.470 INFO kablam! Oct 13 13:13:38.470 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.470 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.470 INFO kablam! | Oct 13 13:13:38.470 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.470 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.470 INFO kablam! ... Oct 13 13:13:38.470 INFO kablam! 1927 | rt_alloc_excess_unused!(rt_odd_1000bytes_4align_alloc_excess_unused, 1000- 1, 4); Oct 13 13:13:38.470 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.470 INFO kablam! | Oct 13 13:13:38.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.470 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.470 INFO kablam! | Oct 13 13:13:38.470 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.470 INFO kablam! | Oct 13 13:13:38.470 INFO kablam! Oct 13 13:13:38.470 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.470 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.470 INFO kablam! | Oct 13 13:13:38.470 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.470 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.470 INFO kablam! ... Oct 13 13:13:38.470 INFO kablam! 1940 | rt_alloc_excess_unused!(rt_odd_10000bytes_4align_alloc_excess_unused, 10000- 1, 4); Oct 13 13:13:38.470 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.470 INFO kablam! Oct 13 13:13:38.470 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.470 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.470 INFO kablam! | Oct 13 13:13:38.470 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.470 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.470 INFO kablam! ... Oct 13 13:13:38.470 INFO kablam! 1940 | rt_alloc_excess_unused!(rt_odd_10000bytes_4align_alloc_excess_unused, 10000- 1, 4); Oct 13 13:13:38.470 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.470 INFO kablam! | Oct 13 13:13:38.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.470 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.470 INFO kablam! | Oct 13 13:13:38.470 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.470 INFO kablam! | Oct 13 13:13:38.470 INFO kablam! Oct 13 13:13:38.470 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.470 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.470 INFO kablam! | Oct 13 13:13:38.470 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.470 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.470 INFO kablam! ... Oct 13 13:13:38.470 INFO kablam! 1953 | rt_alloc_excess_unused!(rt_odd_100000bytes_4align_alloc_excess_unused, 100000- 1, 4); Oct 13 13:13:38.470 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.470 INFO kablam! Oct 13 13:13:38.470 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.470 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.470 INFO kablam! | Oct 13 13:13:38.470 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.470 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.470 INFO kablam! ... Oct 13 13:13:38.470 INFO kablam! 1953 | rt_alloc_excess_unused!(rt_odd_100000bytes_4align_alloc_excess_unused, 100000- 1, 4); Oct 13 13:13:38.470 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.470 INFO kablam! | Oct 13 13:13:38.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.470 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.470 INFO kablam! | Oct 13 13:13:38.470 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.470 INFO kablam! | Oct 13 13:13:38.470 INFO kablam! Oct 13 13:13:38.470 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.470 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.470 INFO kablam! | Oct 13 13:13:38.470 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.470 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.470 INFO kablam! ... Oct 13 13:13:38.470 INFO kablam! 1966 | rt_alloc_excess_unused!(rt_odd_1000000bytes_4align_alloc_excess_unused, 1000000- 1, 4); Oct 13 13:13:38.470 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.470 INFO kablam! Oct 13 13:13:38.470 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.470 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.471 INFO kablam! | Oct 13 13:13:38.471 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.471 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.471 INFO kablam! ... Oct 13 13:13:38.471 INFO kablam! 1966 | rt_alloc_excess_unused!(rt_odd_1000000bytes_4align_alloc_excess_unused, 1000000- 1, 4); Oct 13 13:13:38.471 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.471 INFO kablam! | Oct 13 13:13:38.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.471 INFO kablam! | Oct 13 13:13:38.471 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.471 INFO kablam! | Oct 13 13:13:38.471 INFO kablam! Oct 13 13:13:38.471 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.471 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.471 INFO kablam! | Oct 13 13:13:38.471 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.471 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.471 INFO kablam! ... Oct 13 13:13:38.471 INFO kablam! 1980 | rt_alloc_excess_unused!(rt_primes_3bytes_4align_alloc_excess_unused, 3, 4); Oct 13 13:13:38.471 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.471 INFO kablam! Oct 13 13:13:38.471 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.471 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.471 INFO kablam! | Oct 13 13:13:38.471 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.471 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.471 INFO kablam! ... Oct 13 13:13:38.471 INFO kablam! 1980 | rt_alloc_excess_unused!(rt_primes_3bytes_4align_alloc_excess_unused, 3, 4); Oct 13 13:13:38.471 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.471 INFO kablam! | Oct 13 13:13:38.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.471 INFO kablam! | Oct 13 13:13:38.471 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.471 INFO kablam! | Oct 13 13:13:38.471 INFO kablam! Oct 13 13:13:38.471 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.471 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.471 INFO kablam! | Oct 13 13:13:38.471 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.471 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.471 INFO kablam! ... Oct 13 13:13:38.471 INFO kablam! 1993 | rt_alloc_excess_unused!(rt_primes_7bytes_4align_alloc_excess_unused, 7, 4); Oct 13 13:13:38.471 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.471 INFO kablam! Oct 13 13:13:38.471 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.471 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.471 INFO kablam! | Oct 13 13:13:38.471 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.471 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.471 INFO kablam! ... Oct 13 13:13:38.471 INFO kablam! 1993 | rt_alloc_excess_unused!(rt_primes_7bytes_4align_alloc_excess_unused, 7, 4); Oct 13 13:13:38.471 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.471 INFO kablam! | Oct 13 13:13:38.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.471 INFO kablam! | Oct 13 13:13:38.471 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.471 INFO kablam! | Oct 13 13:13:38.471 INFO kablam! Oct 13 13:13:38.471 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.471 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.471 INFO kablam! | Oct 13 13:13:38.471 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.471 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.471 INFO kablam! ... Oct 13 13:13:38.471 INFO kablam! 2006 | rt_alloc_excess_unused!(rt_primes_13bytes_4align_alloc_excess_unused, 13, 4); Oct 13 13:13:38.471 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.471 INFO kablam! Oct 13 13:13:38.471 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.471 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.471 INFO kablam! | Oct 13 13:13:38.471 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.471 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.471 INFO kablam! ... Oct 13 13:13:38.471 INFO kablam! 2006 | rt_alloc_excess_unused!(rt_primes_13bytes_4align_alloc_excess_unused, 13, 4); Oct 13 13:13:38.471 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.471 INFO kablam! | Oct 13 13:13:38.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.471 INFO kablam! | Oct 13 13:13:38.471 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.471 INFO kablam! | Oct 13 13:13:38.471 INFO kablam! Oct 13 13:13:38.471 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.471 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.471 INFO kablam! | Oct 13 13:13:38.472 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 2019 | rt_alloc_excess_unused!(rt_primes_17bytes_4align_alloc_excess_unused, 17, 4); 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! 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:113:26 Oct 13 13:13:38.472 INFO kablam! | Oct 13 13:13:38.472 INFO kablam! 113 | 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! 2019 | rt_alloc_excess_unused!(rt_primes_17bytes_4align_alloc_excess_unused, 17, 4); 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.500 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.500 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.500 INFO kablam! | Oct 13 13:13:38.500 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.500 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.500 INFO kablam! ... Oct 13 13:13:38.500 INFO kablam! 2032 | rt_alloc_excess_unused!(rt_primes_31bytes_4align_alloc_excess_unused, 31, 4); Oct 13 13:13:38.500 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.500 INFO kablam! Oct 13 13:13:38.500 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.500 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.500 INFO kablam! | Oct 13 13:13:38.500 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.500 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.500 INFO kablam! ... Oct 13 13:13:38.500 INFO kablam! 2032 | rt_alloc_excess_unused!(rt_primes_31bytes_4align_alloc_excess_unused, 31, 4); Oct 13 13:13:38.500 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.500 INFO kablam! | Oct 13 13:13:38.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.500 INFO kablam! | Oct 13 13:13:38.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.500 INFO kablam! | Oct 13 13:13:38.500 INFO kablam! Oct 13 13:13:38.500 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.500 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.500 INFO kablam! | Oct 13 13:13:38.500 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.500 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.500 INFO kablam! ... Oct 13 13:13:38.500 INFO kablam! 2045 | rt_alloc_excess_unused!(rt_primes_61bytes_4align_alloc_excess_unused, 61, 4); Oct 13 13:13:38.500 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.500 INFO kablam! Oct 13 13:13:38.500 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.500 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.500 INFO kablam! | Oct 13 13:13:38.500 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.500 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.500 INFO kablam! ... Oct 13 13:13:38.500 INFO kablam! 2045 | rt_alloc_excess_unused!(rt_primes_61bytes_4align_alloc_excess_unused, 61, 4); Oct 13 13:13:38.500 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.500 INFO kablam! | Oct 13 13:13:38.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.500 INFO kablam! | Oct 13 13:13:38.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.501 INFO kablam! | Oct 13 13:13:38.501 INFO kablam! Oct 13 13:13:38.501 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.501 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.501 INFO kablam! | Oct 13 13:13:38.501 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.501 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.501 INFO kablam! ... Oct 13 13:13:38.501 INFO kablam! 2058 | rt_alloc_excess_unused!(rt_primes_96bytes_4align_alloc_excess_unused, 96, 4); Oct 13 13:13:38.501 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.501 INFO kablam! Oct 13 13:13:38.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.501 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.501 INFO kablam! | Oct 13 13:13:38.501 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.501 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.501 INFO kablam! ... Oct 13 13:13:38.501 INFO kablam! 2058 | rt_alloc_excess_unused!(rt_primes_96bytes_4align_alloc_excess_unused, 96, 4); Oct 13 13:13:38.501 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.501 INFO kablam! | Oct 13 13:13:38.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.501 INFO kablam! | Oct 13 13:13:38.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.501 INFO kablam! | Oct 13 13:13:38.501 INFO kablam! Oct 13 13:13:38.501 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.501 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.501 INFO kablam! | Oct 13 13:13:38.501 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.501 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.501 INFO kablam! ... Oct 13 13:13:38.501 INFO kablam! 2071 | rt_alloc_excess_unused!(rt_primes_127bytes_4align_alloc_excess_unused, 127, 4); Oct 13 13:13:38.501 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.501 INFO kablam! Oct 13 13:13:38.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.501 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.501 INFO kablam! | Oct 13 13:13:38.501 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.501 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.501 INFO kablam! ... Oct 13 13:13:38.501 INFO kablam! 2071 | rt_alloc_excess_unused!(rt_primes_127bytes_4align_alloc_excess_unused, 127, 4); Oct 13 13:13:38.501 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.501 INFO kablam! | Oct 13 13:13:38.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.501 INFO kablam! | Oct 13 13:13:38.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.501 INFO kablam! | Oct 13 13:13:38.501 INFO kablam! Oct 13 13:13:38.501 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.501 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.501 INFO kablam! | Oct 13 13:13:38.501 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.501 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.501 INFO kablam! ... Oct 13 13:13:38.501 INFO kablam! 2084 | rt_alloc_excess_unused!(rt_primes_257bytes_4align_alloc_excess_unused, 257, 4); Oct 13 13:13:38.501 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.501 INFO kablam! Oct 13 13:13:38.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.501 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.501 INFO kablam! | Oct 13 13:13:38.501 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.501 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.501 INFO kablam! ... Oct 13 13:13:38.501 INFO kablam! 2084 | rt_alloc_excess_unused!(rt_primes_257bytes_4align_alloc_excess_unused, 257, 4); Oct 13 13:13:38.501 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.501 INFO kablam! | Oct 13 13:13:38.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.501 INFO kablam! | Oct 13 13:13:38.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.501 INFO kablam! | Oct 13 13:13:38.501 INFO kablam! Oct 13 13:13:38.501 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.501 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.501 INFO kablam! | Oct 13 13:13:38.501 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.501 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.501 INFO kablam! ... Oct 13 13:13:38.501 INFO kablam! 2097 | rt_alloc_excess_unused!(rt_primes_509bytes_4align_alloc_excess_unused, 509, 4); Oct 13 13:13:38.501 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.501 INFO kablam! Oct 13 13:13:38.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.501 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.501 INFO kablam! | Oct 13 13:13:38.501 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.501 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.502 INFO kablam! ... Oct 13 13:13:38.502 INFO kablam! 2097 | rt_alloc_excess_unused!(rt_primes_509bytes_4align_alloc_excess_unused, 509, 4); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.502 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.502 INFO kablam! | Oct 13 13:13:38.502 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 2110 | rt_alloc_excess_unused!(rt_primes_1021bytes_4align_alloc_excess_unused, 1021, 4); 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! 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:113:26 Oct 13 13:13:38.502 INFO kablam! | Oct 13 13:13:38.502 INFO kablam! 113 | 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! 2110 | rt_alloc_excess_unused!(rt_primes_1021bytes_4align_alloc_excess_unused, 1021, 4); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.502 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.516 INFO kablam! | Oct 13 13:13:38.516 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.516 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.516 INFO kablam! ... Oct 13 13:13:38.516 INFO kablam! 2123 | rt_alloc_excess_unused!(rt_primes_2039bytes_4align_alloc_excess_unused, 2039, 4); Oct 13 13:13:38.516 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.516 INFO kablam! Oct 13 13:13:38.516 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.516 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.516 INFO kablam! | Oct 13 13:13:38.516 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.516 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.516 INFO kablam! ... Oct 13 13:13:38.516 INFO kablam! 2123 | rt_alloc_excess_unused!(rt_primes_2039bytes_4align_alloc_excess_unused, 2039, 4); Oct 13 13:13:38.516 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.516 INFO kablam! | Oct 13 13:13:38.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.516 INFO kablam! | Oct 13 13:13:38.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.516 INFO kablam! | Oct 13 13:13:38.516 INFO kablam! Oct 13 13:13:38.516 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.516 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.516 INFO kablam! | Oct 13 13:13:38.516 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.516 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.516 INFO kablam! ... Oct 13 13:13:38.516 INFO kablam! 2136 | rt_alloc_excess_unused!(rt_primes_4093bytes_4align_alloc_excess_unused, 4093, 4); Oct 13 13:13:38.516 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.516 INFO kablam! Oct 13 13:13:38.516 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.516 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.516 INFO kablam! | Oct 13 13:13:38.516 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.516 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.516 INFO kablam! ... Oct 13 13:13:38.516 INFO kablam! 2136 | rt_alloc_excess_unused!(rt_primes_4093bytes_4align_alloc_excess_unused, 4093, 4); Oct 13 13:13:38.516 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.516 INFO kablam! | Oct 13 13:13:38.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.516 INFO kablam! | Oct 13 13:13:38.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.516 INFO kablam! | Oct 13 13:13:38.516 INFO kablam! Oct 13 13:13:38.516 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.516 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.516 INFO kablam! | Oct 13 13:13:38.516 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.516 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.520 INFO kablam! ... Oct 13 13:13:38.520 INFO kablam! 2149 | rt_alloc_excess_unused!(rt_primes_8191bytes_4align_alloc_excess_unused, 8191, 4); Oct 13 13:13:38.520 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.520 INFO kablam! Oct 13 13:13:38.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.520 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.520 INFO kablam! | Oct 13 13:13:38.520 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.520 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.520 INFO kablam! ... Oct 13 13:13:38.520 INFO kablam! 2149 | rt_alloc_excess_unused!(rt_primes_8191bytes_4align_alloc_excess_unused, 8191, 4); Oct 13 13:13:38.520 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.520 INFO kablam! | Oct 13 13:13:38.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.520 INFO kablam! | Oct 13 13:13:38.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.520 INFO kablam! | Oct 13 13:13:38.520 INFO kablam! Oct 13 13:13:38.520 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.520 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.520 INFO kablam! | Oct 13 13:13:38.520 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.520 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.520 INFO kablam! ... Oct 13 13:13:38.520 INFO kablam! 2162 | rt_alloc_excess_unused!(rt_primes_16381bytes_4align_alloc_excess_unused, 16381, 4); Oct 13 13:13:38.520 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.520 INFO kablam! Oct 13 13:13:38.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.520 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.520 INFO kablam! | Oct 13 13:13:38.520 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.520 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.520 INFO kablam! ... Oct 13 13:13:38.520 INFO kablam! 2162 | rt_alloc_excess_unused!(rt_primes_16381bytes_4align_alloc_excess_unused, 16381, 4); Oct 13 13:13:38.520 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.520 INFO kablam! | Oct 13 13:13:38.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.520 INFO kablam! | Oct 13 13:13:38.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.520 INFO kablam! | Oct 13 13:13:38.520 INFO kablam! Oct 13 13:13:38.520 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.520 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.520 INFO kablam! | Oct 13 13:13:38.520 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.520 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.520 INFO kablam! ... Oct 13 13:13:38.520 INFO kablam! 2175 | rt_alloc_excess_unused!(rt_primes_32749bytes_4align_alloc_excess_unused, 32749, 4); Oct 13 13:13:38.521 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.521 INFO kablam! Oct 13 13:13:38.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.521 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.521 INFO kablam! | Oct 13 13:13:38.521 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.521 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.521 INFO kablam! ... Oct 13 13:13:38.521 INFO kablam! 2175 | rt_alloc_excess_unused!(rt_primes_32749bytes_4align_alloc_excess_unused, 32749, 4); Oct 13 13:13:38.521 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.521 INFO kablam! | Oct 13 13:13:38.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.521 INFO kablam! | Oct 13 13:13:38.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.521 INFO kablam! | Oct 13 13:13:38.521 INFO kablam! Oct 13 13:13:38.521 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.521 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.521 INFO kablam! | Oct 13 13:13:38.521 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.521 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.521 INFO kablam! ... Oct 13 13:13:38.521 INFO kablam! 2188 | rt_alloc_excess_unused!(rt_primes_65537bytes_4align_alloc_excess_unused, 65537, 4); Oct 13 13:13:38.521 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.521 INFO kablam! Oct 13 13:13:38.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.521 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.521 INFO kablam! | Oct 13 13:13:38.521 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.521 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.521 INFO kablam! ... Oct 13 13:13:38.521 INFO kablam! 2188 | rt_alloc_excess_unused!(rt_primes_65537bytes_4align_alloc_excess_unused, 65537, 4); Oct 13 13:13:38.521 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.521 INFO kablam! | Oct 13 13:13:38.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.521 INFO kablam! | Oct 13 13:13:38.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.521 INFO kablam! | Oct 13 13:13:38.521 INFO kablam! Oct 13 13:13:38.521 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.521 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.521 INFO kablam! | Oct 13 13:13:38.521 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.521 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.521 INFO kablam! ... Oct 13 13:13:38.521 INFO kablam! 2201 | rt_alloc_excess_unused!(rt_primes_131071bytes_4align_alloc_excess_unused, 131071, 4); Oct 13 13:13:38.521 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.521 INFO kablam! Oct 13 13:13:38.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.521 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.521 INFO kablam! | Oct 13 13:13:38.521 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.521 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.521 INFO kablam! ... Oct 13 13:13:38.521 INFO kablam! 2201 | rt_alloc_excess_unused!(rt_primes_131071bytes_4align_alloc_excess_unused, 131071, 4); Oct 13 13:13:38.521 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.521 INFO kablam! | Oct 13 13:13:38.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.521 INFO kablam! | Oct 13 13:13:38.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.521 INFO kablam! | Oct 13 13:13:38.521 INFO kablam! Oct 13 13:13:38.521 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.521 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.521 INFO kablam! | Oct 13 13:13:38.521 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.521 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.521 INFO kablam! ... Oct 13 13:13:38.521 INFO kablam! 2214 | rt_alloc_excess_unused!(rt_primes_4194301bytes_4align_alloc_excess_unused, 4194301, 4); Oct 13 13:13:38.521 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.521 INFO kablam! Oct 13 13:13:38.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.521 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.521 INFO kablam! | Oct 13 13:13:38.521 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.521 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.521 INFO kablam! ... Oct 13 13:13:38.521 INFO kablam! 2214 | rt_alloc_excess_unused!(rt_primes_4194301bytes_4align_alloc_excess_unused, 4194301, 4); Oct 13 13:13:38.521 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.521 INFO kablam! | Oct 13 13:13:38.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.521 INFO kablam! | Oct 13 13:13:38.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.522 INFO kablam! | Oct 13 13:13:38.522 INFO kablam! Oct 13 13:13:38.522 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.522 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.522 INFO kablam! | Oct 13 13:13:38.522 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.522 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.522 INFO kablam! ... Oct 13 13:13:38.522 INFO kablam! 2230 | rt_alloc_excess_unused!(rt_pow2_1bytes_8align_alloc_excess_unused, 1, 8); Oct 13 13:13:38.522 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.522 INFO kablam! Oct 13 13:13:38.522 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.522 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.522 INFO kablam! | Oct 13 13:13:38.522 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.522 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.522 INFO kablam! ... Oct 13 13:13:38.522 INFO kablam! 2230 | rt_alloc_excess_unused!(rt_pow2_1bytes_8align_alloc_excess_unused, 1, 8); Oct 13 13:13:38.522 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.522 INFO kablam! | Oct 13 13:13:38.522 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.522 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.522 INFO kablam! | Oct 13 13:13:38.522 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.522 INFO kablam! | Oct 13 13:13:38.522 INFO kablam! Oct 13 13:13:38.522 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.522 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.522 INFO kablam! | Oct 13 13:13:38.522 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.522 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.522 INFO kablam! ... Oct 13 13:13:38.522 INFO kablam! 2243 | rt_alloc_excess_unused!(rt_pow2_2bytes_8align_alloc_excess_unused, 2, 8); Oct 13 13:13:38.522 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.522 INFO kablam! Oct 13 13:13:38.522 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.522 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.522 INFO kablam! | Oct 13 13:13:38.522 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.522 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.522 INFO kablam! ... Oct 13 13:13:38.522 INFO kablam! 2243 | rt_alloc_excess_unused!(rt_pow2_2bytes_8align_alloc_excess_unused, 2, 8); Oct 13 13:13:38.522 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.522 INFO kablam! | Oct 13 13:13:38.522 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.522 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.522 INFO kablam! | Oct 13 13:13:38.522 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.522 INFO kablam! | Oct 13 13:13:38.522 INFO kablam! Oct 13 13:13:38.522 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.522 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.522 INFO kablam! | Oct 13 13:13:38.522 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.522 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.522 INFO kablam! ... Oct 13 13:13:38.522 INFO kablam! 2256 | rt_alloc_excess_unused!(rt_pow2_4bytes_8align_alloc_excess_unused, 4, 8); Oct 13 13:13:38.522 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.522 INFO kablam! Oct 13 13:13:38.522 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.522 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.522 INFO kablam! | Oct 13 13:13:38.522 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.522 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.522 INFO kablam! ... Oct 13 13:13:38.522 INFO kablam! 2256 | rt_alloc_excess_unused!(rt_pow2_4bytes_8align_alloc_excess_unused, 4, 8); Oct 13 13:13:38.522 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.522 INFO kablam! | Oct 13 13:13:38.522 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.522 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.522 INFO kablam! | Oct 13 13:13:38.522 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.522 INFO kablam! | Oct 13 13:13:38.522 INFO kablam! Oct 13 13:13:38.522 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.522 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.522 INFO kablam! | Oct 13 13:13:38.522 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.522 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.522 INFO kablam! ... Oct 13 13:13:38.522 INFO kablam! 2269 | rt_alloc_excess_unused!(rt_pow2_8bytes_8align_alloc_excess_unused, 8, 8); Oct 13 13:13:38.522 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.522 INFO kablam! Oct 13 13:13:38.522 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.522 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.522 INFO kablam! | Oct 13 13:13:38.522 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.522 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.523 INFO kablam! ... Oct 13 13:13:38.523 INFO kablam! 2269 | rt_alloc_excess_unused!(rt_pow2_8bytes_8align_alloc_excess_unused, 8, 8); Oct 13 13:13:38.523 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.523 INFO kablam! | Oct 13 13:13:38.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.523 INFO kablam! | Oct 13 13:13:38.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.523 INFO kablam! | Oct 13 13:13:38.523 INFO kablam! Oct 13 13:13:38.523 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.523 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.523 INFO kablam! | Oct 13 13:13:38.523 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.523 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.523 INFO kablam! ... Oct 13 13:13:38.523 INFO kablam! 2282 | rt_alloc_excess_unused!(rt_pow2_16bytes_8align_alloc_excess_unused, 16, 8); Oct 13 13:13:38.523 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.523 INFO kablam! Oct 13 13:13:38.523 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.523 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.523 INFO kablam! | Oct 13 13:13:38.523 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.523 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.523 INFO kablam! ... Oct 13 13:13:38.523 INFO kablam! 2282 | rt_alloc_excess_unused!(rt_pow2_16bytes_8align_alloc_excess_unused, 16, 8); Oct 13 13:13:38.523 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.523 INFO kablam! | Oct 13 13:13:38.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.523 INFO kablam! | Oct 13 13:13:38.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.523 INFO kablam! | Oct 13 13:13:38.523 INFO kablam! Oct 13 13:13:38.523 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.523 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.523 INFO kablam! | Oct 13 13:13:38.523 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.523 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.523 INFO kablam! ... Oct 13 13:13:38.523 INFO kablam! 2295 | rt_alloc_excess_unused!(rt_pow2_32bytes_8align_alloc_excess_unused, 32, 8); Oct 13 13:13:38.523 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.523 INFO kablam! Oct 13 13:13:38.523 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.523 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.523 INFO kablam! | Oct 13 13:13:38.523 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.523 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.523 INFO kablam! ... Oct 13 13:13:38.523 INFO kablam! 2295 | rt_alloc_excess_unused!(rt_pow2_32bytes_8align_alloc_excess_unused, 32, 8); Oct 13 13:13:38.523 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.523 INFO kablam! | Oct 13 13:13:38.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.523 INFO kablam! | Oct 13 13:13:38.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.523 INFO kablam! | Oct 13 13:13:38.523 INFO kablam! Oct 13 13:13:38.523 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.523 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.523 INFO kablam! | Oct 13 13:13:38.523 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.523 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.523 INFO kablam! ... Oct 13 13:13:38.523 INFO kablam! 2308 | rt_alloc_excess_unused!(rt_pow2_64bytes_8align_alloc_excess_unused, 64, 8); Oct 13 13:13:38.523 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.523 INFO kablam! Oct 13 13:13:38.523 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.523 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.523 INFO kablam! | Oct 13 13:13:38.523 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.523 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.523 INFO kablam! ... Oct 13 13:13:38.523 INFO kablam! 2308 | rt_alloc_excess_unused!(rt_pow2_64bytes_8align_alloc_excess_unused, 64, 8); Oct 13 13:13:38.523 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.523 INFO kablam! | Oct 13 13:13:38.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.523 INFO kablam! | Oct 13 13:13:38.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.523 INFO kablam! | Oct 13 13:13:38.523 INFO kablam! Oct 13 13:13:38.523 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.523 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.523 INFO kablam! | Oct 13 13:13:38.524 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 2321 | rt_alloc_excess_unused!(rt_pow2_128bytes_8align_alloc_excess_unused, 128, 8); 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! 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:113:26 Oct 13 13:13:38.524 INFO kablam! | Oct 13 13:13:38.524 INFO kablam! 113 | 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! 2321 | rt_alloc_excess_unused!(rt_pow2_128bytes_8align_alloc_excess_unused, 128, 8); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.524 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.524 INFO kablam! | Oct 13 13:13:38.524 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 2334 | rt_alloc_excess_unused!(rt_pow2_256bytes_8align_alloc_excess_unused, 256, 8); Oct 13 13:13:38.524 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.548 INFO kablam! Oct 13 13:13:38.548 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.548 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.548 INFO kablam! | Oct 13 13:13:38.548 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.548 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.548 INFO kablam! ... Oct 13 13:13:38.548 INFO kablam! 2334 | rt_alloc_excess_unused!(rt_pow2_256bytes_8align_alloc_excess_unused, 256, 8); Oct 13 13:13:38.548 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.548 INFO kablam! | Oct 13 13:13:38.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.548 INFO kablam! | Oct 13 13:13:38.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.548 INFO kablam! | Oct 13 13:13:38.548 INFO kablam! Oct 13 13:13:38.548 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.548 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.548 INFO kablam! | Oct 13 13:13:38.548 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.548 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.548 INFO kablam! ... Oct 13 13:13:38.548 INFO kablam! 2347 | rt_alloc_excess_unused!(rt_pow2_512bytes_8align_alloc_excess_unused, 512, 8); Oct 13 13:13:38.548 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.548 INFO kablam! Oct 13 13:13:38.548 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.548 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.548 INFO kablam! | Oct 13 13:13:38.548 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.548 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.548 INFO kablam! ... Oct 13 13:13:38.548 INFO kablam! 2347 | rt_alloc_excess_unused!(rt_pow2_512bytes_8align_alloc_excess_unused, 512, 8); Oct 13 13:13:38.548 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.548 INFO kablam! | Oct 13 13:13:38.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.548 INFO kablam! | Oct 13 13:13:38.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.548 INFO kablam! | Oct 13 13:13:38.548 INFO kablam! Oct 13 13:13:38.548 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.548 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.548 INFO kablam! | Oct 13 13:13:38.548 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.548 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.548 INFO kablam! ... Oct 13 13:13:38.548 INFO kablam! 2360 | rt_alloc_excess_unused!(rt_pow2_1024bytes_8align_alloc_excess_unused, 1024, 8); Oct 13 13:13:38.548 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.548 INFO kablam! Oct 13 13:13:38.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.549 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.549 INFO kablam! | Oct 13 13:13:38.549 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.549 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.549 INFO kablam! ... Oct 13 13:13:38.549 INFO kablam! 2360 | rt_alloc_excess_unused!(rt_pow2_1024bytes_8align_alloc_excess_unused, 1024, 8); Oct 13 13:13:38.549 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.549 INFO kablam! | Oct 13 13:13:38.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.549 INFO kablam! | Oct 13 13:13:38.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.549 INFO kablam! | Oct 13 13:13:38.549 INFO kablam! Oct 13 13:13:38.549 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.549 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.549 INFO kablam! | Oct 13 13:13:38.549 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.549 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.549 INFO kablam! ... Oct 13 13:13:38.549 INFO kablam! 2373 | rt_alloc_excess_unused!(rt_pow2_2048bytes_8align_alloc_excess_unused, 2048, 8); Oct 13 13:13:38.549 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.549 INFO kablam! Oct 13 13:13:38.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.549 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.549 INFO kablam! | Oct 13 13:13:38.549 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.549 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.549 INFO kablam! ... Oct 13 13:13:38.549 INFO kablam! 2373 | rt_alloc_excess_unused!(rt_pow2_2048bytes_8align_alloc_excess_unused, 2048, 8); Oct 13 13:13:38.549 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.549 INFO kablam! | Oct 13 13:13:38.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.549 INFO kablam! | Oct 13 13:13:38.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.549 INFO kablam! | Oct 13 13:13:38.549 INFO kablam! Oct 13 13:13:38.549 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.549 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.549 INFO kablam! | Oct 13 13:13:38.549 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.549 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.549 INFO kablam! ... Oct 13 13:13:38.549 INFO kablam! 2386 | rt_alloc_excess_unused!(rt_pow2_4096bytes_8align_alloc_excess_unused, 4096, 8); Oct 13 13:13:38.549 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.549 INFO kablam! Oct 13 13:13:38.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.549 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.549 INFO kablam! | Oct 13 13:13:38.549 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.549 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.549 INFO kablam! ... Oct 13 13:13:38.549 INFO kablam! 2386 | rt_alloc_excess_unused!(rt_pow2_4096bytes_8align_alloc_excess_unused, 4096, 8); Oct 13 13:13:38.549 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.549 INFO kablam! | Oct 13 13:13:38.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.549 INFO kablam! | Oct 13 13:13:38.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.549 INFO kablam! | Oct 13 13:13:38.549 INFO kablam! Oct 13 13:13:38.549 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.549 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.549 INFO kablam! | Oct 13 13:13:38.549 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.549 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.549 INFO kablam! ... Oct 13 13:13:38.549 INFO kablam! 2399 | rt_alloc_excess_unused!(rt_pow2_8192bytes_8align_alloc_excess_unused, 8192, 8); Oct 13 13:13:38.549 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.549 INFO kablam! Oct 13 13:13:38.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.549 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.549 INFO kablam! | Oct 13 13:13:38.549 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.549 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.549 INFO kablam! ... Oct 13 13:13:38.549 INFO kablam! 2399 | rt_alloc_excess_unused!(rt_pow2_8192bytes_8align_alloc_excess_unused, 8192, 8); Oct 13 13:13:38.549 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.549 INFO kablam! | Oct 13 13:13:38.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.549 INFO kablam! | Oct 13 13:13:38.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.549 INFO kablam! | Oct 13 13:13:38.549 INFO kablam! Oct 13 13:13:38.549 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.549 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.550 INFO kablam! | Oct 13 13:13:38.550 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.550 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.550 INFO kablam! ... Oct 13 13:13:38.550 INFO kablam! 2412 | rt_alloc_excess_unused!(rt_pow2_16384bytes_8align_alloc_excess_unused, 16384, 8); Oct 13 13:13:38.550 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.550 INFO kablam! Oct 13 13:13:38.550 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.550 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.550 INFO kablam! | Oct 13 13:13:38.550 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.550 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.550 INFO kablam! ... Oct 13 13:13:38.550 INFO kablam! 2412 | rt_alloc_excess_unused!(rt_pow2_16384bytes_8align_alloc_excess_unused, 16384, 8); Oct 13 13:13:38.550 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.550 INFO kablam! | Oct 13 13:13:38.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.550 INFO kablam! | Oct 13 13:13:38.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.550 INFO kablam! | Oct 13 13:13:38.550 INFO kablam! Oct 13 13:13:38.550 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.550 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.550 INFO kablam! | Oct 13 13:13:38.550 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.550 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.550 INFO kablam! ... Oct 13 13:13:38.550 INFO kablam! 2425 | rt_alloc_excess_unused!(rt_pow2_32768bytes_8align_alloc_excess_unused, 32768, 8); Oct 13 13:13:38.550 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.550 INFO kablam! Oct 13 13:13:38.550 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.550 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.550 INFO kablam! | Oct 13 13:13:38.550 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.550 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.550 INFO kablam! ... Oct 13 13:13:38.550 INFO kablam! 2425 | rt_alloc_excess_unused!(rt_pow2_32768bytes_8align_alloc_excess_unused, 32768, 8); Oct 13 13:13:38.550 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.550 INFO kablam! | Oct 13 13:13:38.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.550 INFO kablam! | Oct 13 13:13:38.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.550 INFO kablam! | Oct 13 13:13:38.550 INFO kablam! Oct 13 13:13:38.550 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.550 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.550 INFO kablam! | Oct 13 13:13:38.550 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.550 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.550 INFO kablam! ... Oct 13 13:13:38.550 INFO kablam! 2438 | rt_alloc_excess_unused!(rt_pow2_65536bytes_8align_alloc_excess_unused, 65536, 8); Oct 13 13:13:38.550 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.550 INFO kablam! Oct 13 13:13:38.550 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.550 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.550 INFO kablam! | Oct 13 13:13:38.550 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.550 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.550 INFO kablam! ... Oct 13 13:13:38.550 INFO kablam! 2438 | rt_alloc_excess_unused!(rt_pow2_65536bytes_8align_alloc_excess_unused, 65536, 8); Oct 13 13:13:38.550 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.550 INFO kablam! | Oct 13 13:13:38.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.550 INFO kablam! | Oct 13 13:13:38.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.550 INFO kablam! | Oct 13 13:13:38.550 INFO kablam! Oct 13 13:13:38.550 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.550 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.550 INFO kablam! | Oct 13 13:13:38.550 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.550 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.550 INFO kablam! ... Oct 13 13:13:38.550 INFO kablam! 2451 | rt_alloc_excess_unused!(rt_pow2_131072bytes_8align_alloc_excess_unused, 131072, 8); Oct 13 13:13:38.572 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.572 INFO kablam! Oct 13 13:13:38.572 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.572 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.572 INFO kablam! | Oct 13 13:13:38.572 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.572 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.572 INFO kablam! ... Oct 13 13:13:38.572 INFO kablam! 2451 | rt_alloc_excess_unused!(rt_pow2_131072bytes_8align_alloc_excess_unused, 131072, 8); Oct 13 13:13:38.572 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.572 INFO kablam! | Oct 13 13:13:38.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.572 INFO kablam! | Oct 13 13:13:38.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.573 INFO kablam! | Oct 13 13:13:38.573 INFO kablam! Oct 13 13:13:38.573 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.573 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.573 INFO kablam! | Oct 13 13:13:38.573 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.573 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.573 INFO kablam! ... Oct 13 13:13:38.573 INFO kablam! 2464 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_8align_alloc_excess_unused, 4194304, 8); Oct 13 13:13:38.573 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.573 INFO kablam! Oct 13 13:13:38.573 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.573 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.573 INFO kablam! | Oct 13 13:13:38.573 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.573 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.573 INFO kablam! ... Oct 13 13:13:38.573 INFO kablam! 2464 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_8align_alloc_excess_unused, 4194304, 8); Oct 13 13:13:38.573 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.573 INFO kablam! | Oct 13 13:13:38.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.573 INFO kablam! | Oct 13 13:13:38.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.573 INFO kablam! | Oct 13 13:13:38.573 INFO kablam! Oct 13 13:13:38.573 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.573 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.573 INFO kablam! | Oct 13 13:13:38.573 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.573 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.573 INFO kablam! ... Oct 13 13:13:38.573 INFO kablam! 2478 | rt_alloc_excess_unused!(rt_even_10bytes_8align_alloc_excess_unused, 10, 8); Oct 13 13:13:38.573 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.573 INFO kablam! Oct 13 13:13:38.573 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.573 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.573 INFO kablam! | Oct 13 13:13:38.573 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.573 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.573 INFO kablam! ... Oct 13 13:13:38.573 INFO kablam! 2478 | rt_alloc_excess_unused!(rt_even_10bytes_8align_alloc_excess_unused, 10, 8); Oct 13 13:13:38.573 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.573 INFO kablam! | Oct 13 13:13:38.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.573 INFO kablam! | Oct 13 13:13:38.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.573 INFO kablam! | Oct 13 13:13:38.573 INFO kablam! Oct 13 13:13:38.573 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.573 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.573 INFO kablam! | Oct 13 13:13:38.573 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.573 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.573 INFO kablam! ... Oct 13 13:13:38.573 INFO kablam! 2491 | rt_alloc_excess_unused!(rt_even_100bytes_8align_alloc_excess_unused, 100, 8); Oct 13 13:13:38.573 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.573 INFO kablam! Oct 13 13:13:38.573 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.573 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.573 INFO kablam! | Oct 13 13:13:38.573 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.573 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.573 INFO kablam! ... Oct 13 13:13:38.573 INFO kablam! 2491 | rt_alloc_excess_unused!(rt_even_100bytes_8align_alloc_excess_unused, 100, 8); Oct 13 13:13:38.573 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.573 INFO kablam! | Oct 13 13:13:38.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.573 INFO kablam! | Oct 13 13:13:38.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.573 INFO kablam! | Oct 13 13:13:38.573 INFO kablam! Oct 13 13:13:38.573 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.573 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.573 INFO kablam! | Oct 13 13:13:38.573 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.573 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.573 INFO kablam! ... Oct 13 13:13:38.573 INFO kablam! 2504 | rt_alloc_excess_unused!(rt_even_1000bytes_8align_alloc_excess_unused, 1000, 8); Oct 13 13:13:38.573 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.573 INFO kablam! Oct 13 13:13:38.573 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.573 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.573 INFO kablam! | Oct 13 13:13:38.573 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.574 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.574 INFO kablam! ... Oct 13 13:13:38.574 INFO kablam! 2504 | rt_alloc_excess_unused!(rt_even_1000bytes_8align_alloc_excess_unused, 1000, 8); Oct 13 13:13:38.574 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.574 INFO kablam! | Oct 13 13:13:38.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.574 INFO kablam! | Oct 13 13:13:38.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.574 INFO kablam! | Oct 13 13:13:38.574 INFO kablam! Oct 13 13:13:38.574 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.574 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.574 INFO kablam! | Oct 13 13:13:38.574 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.574 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.574 INFO kablam! ... Oct 13 13:13:38.574 INFO kablam! 2517 | rt_alloc_excess_unused!(rt_even_10000bytes_8align_alloc_excess_unused, 10000, 8); Oct 13 13:13:38.574 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.574 INFO kablam! Oct 13 13:13:38.574 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.574 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.574 INFO kablam! | Oct 13 13:13:38.574 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.574 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.574 INFO kablam! ... Oct 13 13:13:38.574 INFO kablam! 2517 | rt_alloc_excess_unused!(rt_even_10000bytes_8align_alloc_excess_unused, 10000, 8); Oct 13 13:13:38.574 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.574 INFO kablam! | Oct 13 13:13:38.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.574 INFO kablam! | Oct 13 13:13:38.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.574 INFO kablam! | Oct 13 13:13:38.574 INFO kablam! Oct 13 13:13:38.574 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.574 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.574 INFO kablam! | Oct 13 13:13:38.574 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.574 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.574 INFO kablam! ... Oct 13 13:13:38.574 INFO kablam! 2530 | rt_alloc_excess_unused!(rt_even_100000bytes_8align_alloc_excess_unused, 100000, 8); Oct 13 13:13:38.574 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.574 INFO kablam! Oct 13 13:13:38.574 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.574 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.574 INFO kablam! | Oct 13 13:13:38.574 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.574 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.574 INFO kablam! ... Oct 13 13:13:38.574 INFO kablam! 2530 | rt_alloc_excess_unused!(rt_even_100000bytes_8align_alloc_excess_unused, 100000, 8); Oct 13 13:13:38.574 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.574 INFO kablam! | Oct 13 13:13:38.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.574 INFO kablam! | Oct 13 13:13:38.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.574 INFO kablam! | Oct 13 13:13:38.574 INFO kablam! Oct 13 13:13:38.574 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.574 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.574 INFO kablam! | Oct 13 13:13:38.574 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.574 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.574 INFO kablam! ... Oct 13 13:13:38.574 INFO kablam! 2543 | rt_alloc_excess_unused!(rt_even_1000000bytes_8align_alloc_excess_unused, 1000000, 8); Oct 13 13:13:38.574 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.574 INFO kablam! Oct 13 13:13:38.574 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.574 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.574 INFO kablam! | Oct 13 13:13:38.574 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.574 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.574 INFO kablam! ... Oct 13 13:13:38.574 INFO kablam! 2543 | rt_alloc_excess_unused!(rt_even_1000000bytes_8align_alloc_excess_unused, 1000000, 8); Oct 13 13:13:38.574 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.574 INFO kablam! | Oct 13 13:13:38.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.574 INFO kablam! | Oct 13 13:13:38.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.574 INFO kablam! | Oct 13 13:13:38.574 INFO kablam! Oct 13 13:13:38.574 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.574 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.574 INFO kablam! | Oct 13 13:13:38.574 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.574 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.574 INFO kablam! ... Oct 13 13:13:38.575 INFO kablam! 2557 | rt_alloc_excess_unused!(rt_odd_10bytes_8align_alloc_excess_unused, 10- 1, 8); 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! 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:113:26 Oct 13 13:13:38.575 INFO kablam! | Oct 13 13:13:38.575 INFO kablam! 113 | 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! 2557 | rt_alloc_excess_unused!(rt_odd_10bytes_8align_alloc_excess_unused, 10- 1, 8); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.575 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.575 INFO kablam! | Oct 13 13:13:38.575 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 2570 | rt_alloc_excess_unused!(rt_odd_100bytes_8align_alloc_excess_unused, 100- 1, 8); 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! 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:113:26 Oct 13 13:13:38.575 INFO kablam! | Oct 13 13:13:38.575 INFO kablam! 113 | 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! 2570 | rt_alloc_excess_unused!(rt_odd_100bytes_8align_alloc_excess_unused, 100- 1, 8); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.575 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.575 INFO kablam! | Oct 13 13:13:38.575 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 2583 | rt_alloc_excess_unused!(rt_odd_1000bytes_8align_alloc_excess_unused, 1000- 1, 8); 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! 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:113:26 Oct 13 13:13:38.575 INFO kablam! | Oct 13 13:13:38.575 INFO kablam! 113 | 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.600 INFO kablam! 2583 | rt_alloc_excess_unused!(rt_odd_1000bytes_8align_alloc_excess_unused, 1000- 1, 8); Oct 13 13:13:38.600 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.600 INFO kablam! | Oct 13 13:13:38.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.600 INFO kablam! | Oct 13 13:13:38.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.600 INFO kablam! | Oct 13 13:13:38.600 INFO kablam! Oct 13 13:13:38.600 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.600 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.600 INFO kablam! | Oct 13 13:13:38.600 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.600 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.600 INFO kablam! ... Oct 13 13:13:38.600 INFO kablam! 2596 | rt_alloc_excess_unused!(rt_odd_10000bytes_8align_alloc_excess_unused, 10000- 1, 8); Oct 13 13:13:38.600 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.600 INFO kablam! Oct 13 13:13:38.600 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.600 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.600 INFO kablam! | Oct 13 13:13:38.600 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.600 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.600 INFO kablam! ... Oct 13 13:13:38.600 INFO kablam! 2596 | rt_alloc_excess_unused!(rt_odd_10000bytes_8align_alloc_excess_unused, 10000- 1, 8); Oct 13 13:13:38.600 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.600 INFO kablam! | Oct 13 13:13:38.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.601 INFO kablam! | Oct 13 13:13:38.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.601 INFO kablam! | Oct 13 13:13:38.601 INFO kablam! Oct 13 13:13:38.601 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.601 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.601 INFO kablam! | Oct 13 13:13:38.601 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.601 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.601 INFO kablam! ... Oct 13 13:13:38.601 INFO kablam! 2609 | rt_alloc_excess_unused!(rt_odd_100000bytes_8align_alloc_excess_unused, 100000- 1, 8); Oct 13 13:13:38.601 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.601 INFO kablam! Oct 13 13:13:38.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.601 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.601 INFO kablam! | Oct 13 13:13:38.601 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.601 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.601 INFO kablam! ... Oct 13 13:13:38.601 INFO kablam! 2609 | rt_alloc_excess_unused!(rt_odd_100000bytes_8align_alloc_excess_unused, 100000- 1, 8); Oct 13 13:13:38.601 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.601 INFO kablam! | Oct 13 13:13:38.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.601 INFO kablam! | Oct 13 13:13:38.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.601 INFO kablam! | Oct 13 13:13:38.601 INFO kablam! Oct 13 13:13:38.601 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.601 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.601 INFO kablam! | Oct 13 13:13:38.601 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.601 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.601 INFO kablam! ... Oct 13 13:13:38.601 INFO kablam! 2622 | rt_alloc_excess_unused!(rt_odd_1000000bytes_8align_alloc_excess_unused, 1000000- 1, 8); Oct 13 13:13:38.601 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.601 INFO kablam! Oct 13 13:13:38.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.601 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.601 INFO kablam! | Oct 13 13:13:38.601 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.601 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.601 INFO kablam! ... Oct 13 13:13:38.601 INFO kablam! 2622 | rt_alloc_excess_unused!(rt_odd_1000000bytes_8align_alloc_excess_unused, 1000000- 1, 8); Oct 13 13:13:38.601 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.601 INFO kablam! | Oct 13 13:13:38.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.601 INFO kablam! | Oct 13 13:13:38.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.601 INFO kablam! | Oct 13 13:13:38.601 INFO kablam! Oct 13 13:13:38.601 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.601 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.601 INFO kablam! | Oct 13 13:13:38.601 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.601 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.601 INFO kablam! ... Oct 13 13:13:38.601 INFO kablam! 2636 | rt_alloc_excess_unused!(rt_primes_3bytes_8align_alloc_excess_unused, 3, 8); Oct 13 13:13:38.601 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.601 INFO kablam! Oct 13 13:13:38.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.601 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.601 INFO kablam! | Oct 13 13:13:38.601 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.601 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.601 INFO kablam! ... Oct 13 13:13:38.601 INFO kablam! 2636 | rt_alloc_excess_unused!(rt_primes_3bytes_8align_alloc_excess_unused, 3, 8); Oct 13 13:13:38.601 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.601 INFO kablam! | Oct 13 13:13:38.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.601 INFO kablam! | Oct 13 13:13:38.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.601 INFO kablam! | Oct 13 13:13:38.601 INFO kablam! Oct 13 13:13:38.601 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.601 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.601 INFO kablam! | Oct 13 13:13:38.601 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.601 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.601 INFO kablam! ... Oct 13 13:13:38.601 INFO kablam! 2649 | rt_alloc_excess_unused!(rt_primes_7bytes_8align_alloc_excess_unused, 7, 8); Oct 13 13:13:38.601 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.601 INFO kablam! Oct 13 13:13:38.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.601 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.602 INFO kablam! | Oct 13 13:13:38.602 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.602 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.602 INFO kablam! ... Oct 13 13:13:38.602 INFO kablam! 2649 | rt_alloc_excess_unused!(rt_primes_7bytes_8align_alloc_excess_unused, 7, 8); Oct 13 13:13:38.602 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.602 INFO kablam! | Oct 13 13:13:38.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.602 INFO kablam! | Oct 13 13:13:38.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.602 INFO kablam! | Oct 13 13:13:38.602 INFO kablam! Oct 13 13:13:38.602 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.602 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.602 INFO kablam! | Oct 13 13:13:38.602 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.602 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.602 INFO kablam! ... Oct 13 13:13:38.602 INFO kablam! 2662 | rt_alloc_excess_unused!(rt_primes_13bytes_8align_alloc_excess_unused, 13, 8); Oct 13 13:13:38.602 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.602 INFO kablam! Oct 13 13:13:38.602 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.602 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.602 INFO kablam! | Oct 13 13:13:38.602 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.602 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.602 INFO kablam! ... Oct 13 13:13:38.602 INFO kablam! 2662 | rt_alloc_excess_unused!(rt_primes_13bytes_8align_alloc_excess_unused, 13, 8); Oct 13 13:13:38.602 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.602 INFO kablam! | Oct 13 13:13:38.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.602 INFO kablam! | Oct 13 13:13:38.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.602 INFO kablam! | Oct 13 13:13:38.602 INFO kablam! Oct 13 13:13:38.602 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.602 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.602 INFO kablam! | Oct 13 13:13:38.602 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.602 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.602 INFO kablam! ... Oct 13 13:13:38.602 INFO kablam! 2675 | rt_alloc_excess_unused!(rt_primes_17bytes_8align_alloc_excess_unused, 17, 8); Oct 13 13:13:38.602 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.602 INFO kablam! Oct 13 13:13:38.602 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.602 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.602 INFO kablam! | Oct 13 13:13:38.602 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.602 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.602 INFO kablam! ... Oct 13 13:13:38.602 INFO kablam! 2675 | rt_alloc_excess_unused!(rt_primes_17bytes_8align_alloc_excess_unused, 17, 8); Oct 13 13:13:38.602 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.602 INFO kablam! | Oct 13 13:13:38.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.602 INFO kablam! | Oct 13 13:13:38.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.602 INFO kablam! | Oct 13 13:13:38.602 INFO kablam! Oct 13 13:13:38.602 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.602 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.602 INFO kablam! | Oct 13 13:13:38.602 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.602 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.602 INFO kablam! ... Oct 13 13:13:38.602 INFO kablam! 2688 | rt_alloc_excess_unused!(rt_primes_31bytes_8align_alloc_excess_unused, 31, 8); Oct 13 13:13:38.602 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.602 INFO kablam! Oct 13 13:13:38.602 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.602 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.602 INFO kablam! | Oct 13 13:13:38.602 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.602 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.602 INFO kablam! ... Oct 13 13:13:38.602 INFO kablam! 2688 | rt_alloc_excess_unused!(rt_primes_31bytes_8align_alloc_excess_unused, 31, 8); Oct 13 13:13:38.602 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.602 INFO kablam! | Oct 13 13:13:38.602 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.604 INFO kablam! | Oct 13 13:13:38.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.604 INFO kablam! | Oct 13 13:13:38.604 INFO kablam! Oct 13 13:13:38.604 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.604 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.604 INFO kablam! | Oct 13 13:13:38.604 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.604 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.604 INFO kablam! ... Oct 13 13:13:38.604 INFO kablam! 2701 | rt_alloc_excess_unused!(rt_primes_61bytes_8align_alloc_excess_unused, 61, 8); Oct 13 13:13:38.604 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.604 INFO kablam! Oct 13 13:13:38.604 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.604 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.604 INFO kablam! | Oct 13 13:13:38.604 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.604 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.604 INFO kablam! ... Oct 13 13:13:38.604 INFO kablam! 2701 | rt_alloc_excess_unused!(rt_primes_61bytes_8align_alloc_excess_unused, 61, 8); Oct 13 13:13:38.604 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.604 INFO kablam! | Oct 13 13:13:38.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.604 INFO kablam! | Oct 13 13:13:38.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.604 INFO kablam! | Oct 13 13:13:38.604 INFO kablam! Oct 13 13:13:38.604 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.604 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.604 INFO kablam! | Oct 13 13:13:38.604 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.604 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.604 INFO kablam! ... Oct 13 13:13:38.604 INFO kablam! 2714 | rt_alloc_excess_unused!(rt_primes_96bytes_8align_alloc_excess_unused, 96, 8); Oct 13 13:13:38.604 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.604 INFO kablam! Oct 13 13:13:38.604 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.604 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.604 INFO kablam! | Oct 13 13:13:38.604 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.604 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.604 INFO kablam! ... Oct 13 13:13:38.604 INFO kablam! 2714 | rt_alloc_excess_unused!(rt_primes_96bytes_8align_alloc_excess_unused, 96, 8); Oct 13 13:13:38.604 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.604 INFO kablam! | Oct 13 13:13:38.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.604 INFO kablam! | Oct 13 13:13:38.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.604 INFO kablam! | Oct 13 13:13:38.604 INFO kablam! Oct 13 13:13:38.604 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.604 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.604 INFO kablam! | Oct 13 13:13:38.604 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.604 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.604 INFO kablam! ... Oct 13 13:13:38.604 INFO kablam! 2727 | rt_alloc_excess_unused!(rt_primes_127bytes_8align_alloc_excess_unused, 127, 8); Oct 13 13:13:38.604 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.604 INFO kablam! Oct 13 13:13:38.604 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.604 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.604 INFO kablam! | Oct 13 13:13:38.604 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.604 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.604 INFO kablam! ... Oct 13 13:13:38.604 INFO kablam! 2727 | rt_alloc_excess_unused!(rt_primes_127bytes_8align_alloc_excess_unused, 127, 8); Oct 13 13:13:38.604 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.604 INFO kablam! | Oct 13 13:13:38.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.604 INFO kablam! | Oct 13 13:13:38.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.604 INFO kablam! | Oct 13 13:13:38.604 INFO kablam! Oct 13 13:13:38.604 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.604 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.604 INFO kablam! | Oct 13 13:13:38.604 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.604 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.604 INFO kablam! ... Oct 13 13:13:38.604 INFO kablam! 2740 | rt_alloc_excess_unused!(rt_primes_257bytes_8align_alloc_excess_unused, 257, 8); Oct 13 13:13:38.604 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.605 INFO kablam! Oct 13 13:13:38.605 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.605 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.605 INFO kablam! | Oct 13 13:13:38.605 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.605 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.605 INFO kablam! ... Oct 13 13:13:38.605 INFO kablam! 2740 | rt_alloc_excess_unused!(rt_primes_257bytes_8align_alloc_excess_unused, 257, 8); Oct 13 13:13:38.605 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.605 INFO kablam! | Oct 13 13:13:38.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.605 INFO kablam! | Oct 13 13:13:38.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.605 INFO kablam! | Oct 13 13:13:38.605 INFO kablam! Oct 13 13:13:38.605 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.605 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.605 INFO kablam! | Oct 13 13:13:38.605 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.605 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.605 INFO kablam! ... Oct 13 13:13:38.605 INFO kablam! 2753 | rt_alloc_excess_unused!(rt_primes_509bytes_8align_alloc_excess_unused, 509, 8); Oct 13 13:13:38.605 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.605 INFO kablam! Oct 13 13:13:38.605 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.605 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.605 INFO kablam! | Oct 13 13:13:38.605 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.605 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.605 INFO kablam! ... Oct 13 13:13:38.605 INFO kablam! 2753 | rt_alloc_excess_unused!(rt_primes_509bytes_8align_alloc_excess_unused, 509, 8); Oct 13 13:13:38.605 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.605 INFO kablam! | Oct 13 13:13:38.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.605 INFO kablam! | Oct 13 13:13:38.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.605 INFO kablam! | Oct 13 13:13:38.605 INFO kablam! Oct 13 13:13:38.605 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.605 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.605 INFO kablam! | Oct 13 13:13:38.605 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.605 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.605 INFO kablam! ... Oct 13 13:13:38.605 INFO kablam! 2766 | rt_alloc_excess_unused!(rt_primes_1021bytes_8align_alloc_excess_unused, 1021, 8); Oct 13 13:13:38.605 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.605 INFO kablam! Oct 13 13:13:38.605 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.605 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.605 INFO kablam! | Oct 13 13:13:38.605 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.605 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.605 INFO kablam! ... Oct 13 13:13:38.605 INFO kablam! 2766 | rt_alloc_excess_unused!(rt_primes_1021bytes_8align_alloc_excess_unused, 1021, 8); Oct 13 13:13:38.605 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.605 INFO kablam! | Oct 13 13:13:38.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.605 INFO kablam! | Oct 13 13:13:38.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.605 INFO kablam! | Oct 13 13:13:38.605 INFO kablam! Oct 13 13:13:38.605 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.605 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.605 INFO kablam! | Oct 13 13:13:38.605 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.605 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.605 INFO kablam! ... Oct 13 13:13:38.605 INFO kablam! 2779 | rt_alloc_excess_unused!(rt_primes_2039bytes_8align_alloc_excess_unused, 2039, 8); Oct 13 13:13:38.605 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.605 INFO kablam! Oct 13 13:13:38.605 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.605 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.605 INFO kablam! | Oct 13 13:13:38.605 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.605 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.605 INFO kablam! ... Oct 13 13:13:38.605 INFO kablam! 2779 | rt_alloc_excess_unused!(rt_primes_2039bytes_8align_alloc_excess_unused, 2039, 8); Oct 13 13:13:38.605 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.605 INFO kablam! | Oct 13 13:13:38.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.605 INFO kablam! | Oct 13 13:13:38.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.605 INFO kablam! | Oct 13 13:13:38.605 INFO kablam! Oct 13 13:13:38.605 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.606 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.606 INFO kablam! | Oct 13 13:13:38.606 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.606 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.606 INFO kablam! ... Oct 13 13:13:38.606 INFO kablam! 2792 | rt_alloc_excess_unused!(rt_primes_4093bytes_8align_alloc_excess_unused, 4093, 8); Oct 13 13:13:38.606 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.606 INFO kablam! Oct 13 13:13:38.606 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.606 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.606 INFO kablam! | Oct 13 13:13:38.606 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.606 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.606 INFO kablam! ... Oct 13 13:13:38.606 INFO kablam! 2792 | rt_alloc_excess_unused!(rt_primes_4093bytes_8align_alloc_excess_unused, 4093, 8); Oct 13 13:13:38.606 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.606 INFO kablam! | Oct 13 13:13:38.606 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.606 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.606 INFO kablam! | Oct 13 13:13:38.606 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.606 INFO kablam! | Oct 13 13:13:38.606 INFO kablam! Oct 13 13:13:38.606 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.606 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.606 INFO kablam! | Oct 13 13:13:38.606 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.606 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.606 INFO kablam! ... Oct 13 13:13:38.606 INFO kablam! 2805 | rt_alloc_excess_unused!(rt_primes_8191bytes_8align_alloc_excess_unused, 8191, 8); Oct 13 13:13:38.606 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.606 INFO kablam! Oct 13 13:13:38.606 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.606 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.606 INFO kablam! | Oct 13 13:13:38.606 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.606 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.606 INFO kablam! ... Oct 13 13:13:38.606 INFO kablam! 2805 | rt_alloc_excess_unused!(rt_primes_8191bytes_8align_alloc_excess_unused, 8191, 8); Oct 13 13:13:38.606 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.606 INFO kablam! | Oct 13 13:13:38.606 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.606 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.606 INFO kablam! | Oct 13 13:13:38.606 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.606 INFO kablam! | Oct 13 13:13:38.606 INFO kablam! Oct 13 13:13:38.606 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.606 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.606 INFO kablam! | Oct 13 13:13:38.606 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.606 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.606 INFO kablam! ... Oct 13 13:13:38.606 INFO kablam! 2818 | rt_alloc_excess_unused!(rt_primes_16381bytes_8align_alloc_excess_unused, 16381, 8); Oct 13 13:13:38.606 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.606 INFO kablam! Oct 13 13:13:38.606 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.606 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.606 INFO kablam! | Oct 13 13:13:38.606 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.606 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.606 INFO kablam! ... Oct 13 13:13:38.606 INFO kablam! 2818 | rt_alloc_excess_unused!(rt_primes_16381bytes_8align_alloc_excess_unused, 16381, 8); Oct 13 13:13:38.606 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.606 INFO kablam! | Oct 13 13:13:38.606 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.606 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.606 INFO kablam! | Oct 13 13:13:38.606 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.606 INFO kablam! | Oct 13 13:13:38.606 INFO kablam! Oct 13 13:13:38.606 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.606 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.606 INFO kablam! | Oct 13 13:13:38.606 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.606 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.606 INFO kablam! ... Oct 13 13:13:38.606 INFO kablam! 2831 | rt_alloc_excess_unused!(rt_primes_32749bytes_8align_alloc_excess_unused, 32749, 8); Oct 13 13:13:38.606 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.606 INFO kablam! Oct 13 13:13:38.606 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.606 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.606 INFO kablam! | Oct 13 13:13:38.606 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.606 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.606 INFO kablam! ... Oct 13 13:13:38.606 INFO kablam! 2831 | rt_alloc_excess_unused!(rt_primes_32749bytes_8align_alloc_excess_unused, 32749, 8); Oct 13 13:13:38.607 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.607 INFO kablam! | Oct 13 13:13:38.607 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.607 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.607 INFO kablam! | Oct 13 13:13:38.607 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.607 INFO kablam! | Oct 13 13:13:38.607 INFO kablam! Oct 13 13:13:38.607 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.607 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.607 INFO kablam! | Oct 13 13:13:38.607 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.607 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.607 INFO kablam! ... Oct 13 13:13:38.607 INFO kablam! 2844 | rt_alloc_excess_unused!(rt_primes_65537bytes_8align_alloc_excess_unused, 65537, 8); Oct 13 13:13:38.607 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.607 INFO kablam! Oct 13 13:13:38.607 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.607 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.607 INFO kablam! | Oct 13 13:13:38.607 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.607 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.607 INFO kablam! ... Oct 13 13:13:38.607 INFO kablam! 2844 | rt_alloc_excess_unused!(rt_primes_65537bytes_8align_alloc_excess_unused, 65537, 8); Oct 13 13:13:38.607 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.607 INFO kablam! | Oct 13 13:13:38.607 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.607 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.607 INFO kablam! | Oct 13 13:13:38.607 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.607 INFO kablam! | Oct 13 13:13:38.607 INFO kablam! Oct 13 13:13:38.607 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.607 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.607 INFO kablam! | Oct 13 13:13:38.607 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.607 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.607 INFO kablam! ... Oct 13 13:13:38.607 INFO kablam! 2857 | rt_alloc_excess_unused!(rt_primes_131071bytes_8align_alloc_excess_unused, 131071, 8); Oct 13 13:13:38.607 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.607 INFO kablam! Oct 13 13:13:38.607 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.607 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.607 INFO kablam! | Oct 13 13:13:38.607 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.607 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.607 INFO kablam! ... Oct 13 13:13:38.607 INFO kablam! 2857 | rt_alloc_excess_unused!(rt_primes_131071bytes_8align_alloc_excess_unused, 131071, 8); Oct 13 13:13:38.607 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.607 INFO kablam! | Oct 13 13:13:38.607 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.607 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.607 INFO kablam! | Oct 13 13:13:38.607 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.607 INFO kablam! | Oct 13 13:13:38.607 INFO kablam! Oct 13 13:13:38.607 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.607 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.607 INFO kablam! | Oct 13 13:13:38.607 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.607 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.607 INFO kablam! ... Oct 13 13:13:38.607 INFO kablam! 2870 | rt_alloc_excess_unused!(rt_primes_4194301bytes_8align_alloc_excess_unused, 4194301, 8); Oct 13 13:13:38.607 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.607 INFO kablam! Oct 13 13:13:38.607 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.607 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.607 INFO kablam! | Oct 13 13:13:38.607 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.607 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.607 INFO kablam! ... Oct 13 13:13:38.607 INFO kablam! 2870 | rt_alloc_excess_unused!(rt_primes_4194301bytes_8align_alloc_excess_unused, 4194301, 8); Oct 13 13:13:38.607 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.607 INFO kablam! | Oct 13 13:13:38.607 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.607 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.607 INFO kablam! | Oct 13 13:13:38.607 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.607 INFO kablam! | Oct 13 13:13:38.607 INFO kablam! Oct 13 13:13:38.607 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.607 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.607 INFO kablam! | Oct 13 13:13:38.607 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.607 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.607 INFO kablam! ... Oct 13 13:13:38.607 INFO kablam! 2886 | rt_alloc_excess_unused!(rt_pow2_1bytes_16align_alloc_excess_unused, 1, 16); Oct 13 13:13:38.607 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.608 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:113:26 Oct 13 13:13:38.613 INFO kablam! | Oct 13 13:13:38.613 INFO kablam! 113 | 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! 2886 | rt_alloc_excess_unused!(rt_pow2_1bytes_16align_alloc_excess_unused, 1, 16); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.613 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.613 INFO kablam! | Oct 13 13:13:38.613 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 2899 | rt_alloc_excess_unused!(rt_pow2_2bytes_16align_alloc_excess_unused, 2, 16); 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! 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:113:26 Oct 13 13:13:38.613 INFO kablam! | Oct 13 13:13:38.613 INFO kablam! 113 | 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! 2899 | rt_alloc_excess_unused!(rt_pow2_2bytes_16align_alloc_excess_unused, 2, 16); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.613 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.613 INFO kablam! | Oct 13 13:13:38.613 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.613 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.613 INFO kablam! ... Oct 13 13:13:38.614 INFO kablam! 2912 | rt_alloc_excess_unused!(rt_pow2_4bytes_16align_alloc_excess_unused, 4, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.614 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.614 INFO kablam! | Oct 13 13:13:38.614 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.614 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.614 INFO kablam! ... Oct 13 13:13:38.614 INFO kablam! 2912 | rt_alloc_excess_unused!(rt_pow2_4bytes_16align_alloc_excess_unused, 4, 16); 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.614 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.614 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.614 INFO kablam! | Oct 13 13:13:38.614 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 2925 | rt_alloc_excess_unused!(rt_pow2_8bytes_16align_alloc_excess_unused, 8, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.614 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.614 INFO kablam! | Oct 13 13:13:38.614 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.614 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.614 INFO kablam! ... Oct 13 13:13:38.614 INFO kablam! 2925 | rt_alloc_excess_unused!(rt_pow2_8bytes_16align_alloc_excess_unused, 8, 16); 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.614 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.614 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.614 INFO kablam! | Oct 13 13:13:38.614 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 2938 | rt_alloc_excess_unused!(rt_pow2_16bytes_16align_alloc_excess_unused, 16, 16); 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.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:113:26 Oct 13 13:13:38.618 INFO kablam! | Oct 13 13:13:38.618 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.619 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.619 INFO kablam! ... Oct 13 13:13:38.619 INFO kablam! 2938 | rt_alloc_excess_unused!(rt_pow2_16bytes_16align_alloc_excess_unused, 16, 16); 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.619 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.619 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.619 INFO kablam! | Oct 13 13:13:38.619 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 2951 | rt_alloc_excess_unused!(rt_pow2_32bytes_16align_alloc_excess_unused, 32, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.619 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.619 INFO kablam! | Oct 13 13:13:38.619 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.619 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.619 INFO kablam! ... Oct 13 13:13:38.619 INFO kablam! 2951 | rt_alloc_excess_unused!(rt_pow2_32bytes_16align_alloc_excess_unused, 32, 16); 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.619 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.619 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.619 INFO kablam! | Oct 13 13:13:38.619 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 2964 | rt_alloc_excess_unused!(rt_pow2_64bytes_16align_alloc_excess_unused, 64, 16); 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.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:113:26 Oct 13 13:13:38.625 INFO kablam! | Oct 13 13:13:38.625 INFO kablam! 113 | 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! 2964 | rt_alloc_excess_unused!(rt_pow2_64bytes_16align_alloc_excess_unused, 64, 16); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.625 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.625 INFO kablam! | Oct 13 13:13:38.625 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 2977 | rt_alloc_excess_unused!(rt_pow2_128bytes_16align_alloc_excess_unused, 128, 16); 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! 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:113:26 Oct 13 13:13:38.625 INFO kablam! | Oct 13 13:13:38.626 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.626 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.626 INFO kablam! ... Oct 13 13:13:38.626 INFO kablam! 2977 | rt_alloc_excess_unused!(rt_pow2_128bytes_16align_alloc_excess_unused, 128, 16); Oct 13 13:13:38.626 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.626 INFO kablam! | Oct 13 13:13:38.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.626 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.626 INFO kablam! | Oct 13 13:13:38.626 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.626 INFO kablam! | Oct 13 13:13:38.626 INFO kablam! Oct 13 13:13:38.628 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.628 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.628 INFO kablam! | Oct 13 13:13:38.628 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 2990 | rt_alloc_excess_unused!(rt_pow2_256bytes_16align_alloc_excess_unused, 256, 16); Oct 13 13:13:38.628 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.629 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:113:26 Oct 13 13:13:38.629 INFO kablam! | Oct 13 13:13:38.629 INFO kablam! 113 | 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! 2990 | rt_alloc_excess_unused!(rt_pow2_256bytes_16align_alloc_excess_unused, 256, 16); 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.629 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.629 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.629 INFO kablam! | Oct 13 13:13:38.629 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.629 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.629 INFO kablam! ... Oct 13 13:13:38.629 INFO kablam! 3003 | rt_alloc_excess_unused!(rt_pow2_512bytes_16align_alloc_excess_unused, 512, 16); 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! 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:113:26 Oct 13 13:13:38.629 INFO kablam! | Oct 13 13:13:38.629 INFO kablam! 113 | 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! 3003 | rt_alloc_excess_unused!(rt_pow2_512bytes_16align_alloc_excess_unused, 512, 16); 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.637 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.637 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.637 INFO kablam! | Oct 13 13:13:38.637 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3016 | rt_alloc_excess_unused!(rt_pow2_1024bytes_16align_alloc_excess_unused, 1024, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.637 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.637 INFO kablam! | Oct 13 13:13:38.637 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.637 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.637 INFO kablam! ... Oct 13 13:13:38.637 INFO kablam! 3016 | rt_alloc_excess_unused!(rt_pow2_1024bytes_16align_alloc_excess_unused, 1024, 16); 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.637 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.637 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.637 INFO kablam! | Oct 13 13:13:38.637 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3029 | rt_alloc_excess_unused!(rt_pow2_2048bytes_16align_alloc_excess_unused, 2048, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.637 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.637 INFO kablam! | Oct 13 13:13:38.637 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.637 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.637 INFO kablam! ... Oct 13 13:13:38.637 INFO kablam! 3029 | rt_alloc_excess_unused!(rt_pow2_2048bytes_16align_alloc_excess_unused, 2048, 16); 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.637 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.637 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.637 INFO kablam! | Oct 13 13:13:38.637 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3042 | rt_alloc_excess_unused!(rt_pow2_4096bytes_16align_alloc_excess_unused, 4096, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.637 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.637 INFO kablam! | Oct 13 13:13:38.637 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.637 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.637 INFO kablam! ... Oct 13 13:13:38.637 INFO kablam! 3042 | rt_alloc_excess_unused!(rt_pow2_4096bytes_16align_alloc_excess_unused, 4096, 16); 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.638 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.638 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.638 INFO kablam! | Oct 13 13:13:38.638 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.638 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.638 INFO kablam! ... Oct 13 13:13:38.638 INFO kablam! 3055 | rt_alloc_excess_unused!(rt_pow2_8192bytes_16align_alloc_excess_unused, 8192, 16); 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! 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:113:26 Oct 13 13:13:38.638 INFO kablam! | Oct 13 13:13:38.638 INFO kablam! 113 | 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! 3055 | rt_alloc_excess_unused!(rt_pow2_8192bytes_16align_alloc_excess_unused, 8192, 16); 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.645 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.645 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.645 INFO kablam! | Oct 13 13:13:38.645 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3068 | rt_alloc_excess_unused!(rt_pow2_16384bytes_16align_alloc_excess_unused, 16384, 16); 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! 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:113:26 Oct 13 13:13:38.645 INFO kablam! | Oct 13 13:13:38.645 INFO kablam! 113 | 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! 3068 | rt_alloc_excess_unused!(rt_pow2_16384bytes_16align_alloc_excess_unused, 16384, 16); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.645 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.645 INFO kablam! | Oct 13 13:13:38.645 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3081 | rt_alloc_excess_unused!(rt_pow2_32768bytes_16align_alloc_excess_unused, 32768, 16); 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! 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:113:26 Oct 13 13:13:38.645 INFO kablam! | Oct 13 13:13:38.645 INFO kablam! 113 | 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! 3081 | rt_alloc_excess_unused!(rt_pow2_32768bytes_16align_alloc_excess_unused, 32768, 16); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.645 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.645 INFO kablam! | Oct 13 13:13:38.645 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.645 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.646 INFO kablam! ... Oct 13 13:13:38.646 INFO kablam! 3094 | rt_alloc_excess_unused!(rt_pow2_65536bytes_16align_alloc_excess_unused, 65536, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.646 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.646 INFO kablam! | Oct 13 13:13:38.646 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.646 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.646 INFO kablam! ... Oct 13 13:13:38.646 INFO kablam! 3094 | rt_alloc_excess_unused!(rt_pow2_65536bytes_16align_alloc_excess_unused, 65536, 16); 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.646 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.646 INFO kablam! | Oct 13 13:13:38.646 INFO kablam! Oct 13 13:13:38.649 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.649 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.649 INFO kablam! | Oct 13 13:13:38.649 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3107 | rt_alloc_excess_unused!(rt_pow2_131072bytes_16align_alloc_excess_unused, 131072, 16); 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! 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:113:26 Oct 13 13:13:38.649 INFO kablam! | Oct 13 13:13:38.649 INFO kablam! 113 | 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! 3107 | rt_alloc_excess_unused!(rt_pow2_131072bytes_16align_alloc_excess_unused, 131072, 16); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.649 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.649 INFO kablam! | Oct 13 13:13:38.649 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3120 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_16align_alloc_excess_unused, 4194304, 16); 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! 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:113:26 Oct 13 13:13:38.649 INFO kablam! | Oct 13 13:13:38.649 INFO kablam! 113 | 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! 3120 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_16align_alloc_excess_unused, 4194304, 16); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.649 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.649 INFO kablam! | Oct 13 13:13:38.649 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3134 | rt_alloc_excess_unused!(rt_even_10bytes_16align_alloc_excess_unused, 10, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.650 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.650 INFO kablam! | Oct 13 13:13:38.650 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.650 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.650 INFO kablam! ... Oct 13 13:13:38.650 INFO kablam! 3134 | rt_alloc_excess_unused!(rt_even_10bytes_16align_alloc_excess_unused, 10, 16); 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.658 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.658 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.658 INFO kablam! | Oct 13 13:13:38.658 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.658 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.658 INFO kablam! ... Oct 13 13:13:38.658 INFO kablam! 3147 | rt_alloc_excess_unused!(rt_even_100bytes_16align_alloc_excess_unused, 100, 16); 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! 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:113:26 Oct 13 13:13:38.658 INFO kablam! | Oct 13 13:13:38.658 INFO kablam! 113 | 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! 3147 | rt_alloc_excess_unused!(rt_even_100bytes_16align_alloc_excess_unused, 100, 16); 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.658 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.658 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.658 INFO kablam! | Oct 13 13:13:38.658 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.658 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.658 INFO kablam! ... Oct 13 13:13:38.658 INFO kablam! 3160 | rt_alloc_excess_unused!(rt_even_1000bytes_16align_alloc_excess_unused, 1000, 16); 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.668 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.668 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.668 INFO kablam! | Oct 13 13:13:38.668 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.668 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.668 INFO kablam! ... Oct 13 13:13:38.668 INFO kablam! 3160 | rt_alloc_excess_unused!(rt_even_1000bytes_16align_alloc_excess_unused, 1000, 16); Oct 13 13:13:38.668 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.668 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.669 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.669 INFO kablam! | Oct 13 13:13:38.669 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3173 | rt_alloc_excess_unused!(rt_even_10000bytes_16align_alloc_excess_unused, 10000, 16); 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! 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:113:26 Oct 13 13:13:38.669 INFO kablam! | Oct 13 13:13:38.669 INFO kablam! 113 | 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! 3173 | rt_alloc_excess_unused!(rt_even_10000bytes_16align_alloc_excess_unused, 10000, 16); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.669 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.669 INFO kablam! | Oct 13 13:13:38.669 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3186 | rt_alloc_excess_unused!(rt_even_100000bytes_16align_alloc_excess_unused, 100000, 16); 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! 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:113:26 Oct 13 13:13:38.669 INFO kablam! | Oct 13 13:13:38.669 INFO kablam! 113 | 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! 3186 | rt_alloc_excess_unused!(rt_even_100000bytes_16align_alloc_excess_unused, 100000, 16); 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.677 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.677 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.677 INFO kablam! | Oct 13 13:13:38.677 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.677 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.677 INFO kablam! ... Oct 13 13:13:38.677 INFO kablam! 3199 | rt_alloc_excess_unused!(rt_even_1000000bytes_16align_alloc_excess_unused, 1000000, 16); Oct 13 13:13:38.677 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.677 INFO kablam! Oct 13 13:13:38.677 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.677 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.677 INFO kablam! | Oct 13 13:13:38.677 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.677 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.677 INFO kablam! ... Oct 13 13:13:38.677 INFO kablam! 3199 | rt_alloc_excess_unused!(rt_even_1000000bytes_16align_alloc_excess_unused, 1000000, 16); Oct 13 13:13:38.677 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.677 INFO kablam! | Oct 13 13:13:38.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.677 INFO kablam! | Oct 13 13:13:38.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.677 INFO kablam! | Oct 13 13:13:38.677 INFO kablam! Oct 13 13:13:38.677 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.677 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.677 INFO kablam! | Oct 13 13:13:38.677 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.677 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.677 INFO kablam! ... Oct 13 13:13:38.677 INFO kablam! 3213 | rt_alloc_excess_unused!(rt_odd_10bytes_16align_alloc_excess_unused, 10- 1, 16); Oct 13 13:13:38.677 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.677 INFO kablam! Oct 13 13:13:38.677 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.677 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.677 INFO kablam! | Oct 13 13:13:38.677 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.677 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.677 INFO kablam! ... Oct 13 13:13:38.677 INFO kablam! 3213 | rt_alloc_excess_unused!(rt_odd_10bytes_16align_alloc_excess_unused, 10- 1, 16); Oct 13 13:13:38.677 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.677 INFO kablam! | Oct 13 13:13:38.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.677 INFO kablam! | Oct 13 13:13:38.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.677 INFO kablam! | Oct 13 13:13:38.677 INFO kablam! Oct 13 13:13:38.677 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.677 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.677 INFO kablam! | Oct 13 13:13:38.677 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.677 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.677 INFO kablam! ... Oct 13 13:13:38.677 INFO kablam! 3226 | rt_alloc_excess_unused!(rt_odd_100bytes_16align_alloc_excess_unused, 100- 1, 16); Oct 13 13:13:38.677 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.677 INFO kablam! Oct 13 13:13:38.677 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.677 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.677 INFO kablam! | Oct 13 13:13:38.677 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.677 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.678 INFO kablam! ... Oct 13 13:13:38.678 INFO kablam! 3226 | rt_alloc_excess_unused!(rt_odd_100bytes_16align_alloc_excess_unused, 100- 1, 16); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.678 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.678 INFO kablam! | Oct 13 13:13:38.678 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3239 | rt_alloc_excess_unused!(rt_odd_1000bytes_16align_alloc_excess_unused, 1000- 1, 16); 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! 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:113:26 Oct 13 13:13:38.678 INFO kablam! | Oct 13 13:13:38.678 INFO kablam! 113 | 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! 3239 | rt_alloc_excess_unused!(rt_odd_1000bytes_16align_alloc_excess_unused, 1000- 1, 16); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.678 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.678 INFO kablam! | Oct 13 13:13:38.678 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3252 | rt_alloc_excess_unused!(rt_odd_10000bytes_16align_alloc_excess_unused, 10000- 1, 16); 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! 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:113:26 Oct 13 13:13:38.678 INFO kablam! | Oct 13 13:13:38.678 INFO kablam! 113 | 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! 3252 | rt_alloc_excess_unused!(rt_odd_10000bytes_16align_alloc_excess_unused, 10000- 1, 16); 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.680 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.680 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.680 INFO kablam! | Oct 13 13:13:38.680 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3265 | rt_alloc_excess_unused!(rt_odd_100000bytes_16align_alloc_excess_unused, 100000- 1, 16); 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! 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:113:26 Oct 13 13:13:38.680 INFO kablam! | Oct 13 13:13:38.680 INFO kablam! 113 | 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! 3265 | rt_alloc_excess_unused!(rt_odd_100000bytes_16align_alloc_excess_unused, 100000- 1, 16); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.680 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.680 INFO kablam! | Oct 13 13:13:38.680 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3278 | rt_alloc_excess_unused!(rt_odd_1000000bytes_16align_alloc_excess_unused, 1000000- 1, 16); 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.692 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.692 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.692 INFO kablam! | Oct 13 13:13:38.692 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.692 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.692 INFO kablam! ... Oct 13 13:13:38.692 INFO kablam! 3278 | rt_alloc_excess_unused!(rt_odd_1000000bytes_16align_alloc_excess_unused, 1000000- 1, 16); Oct 13 13:13:38.692 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.692 INFO kablam! | Oct 13 13:13:38.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.692 INFO kablam! | Oct 13 13:13:38.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.692 INFO kablam! | Oct 13 13:13:38.692 INFO kablam! Oct 13 13:13:38.692 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.692 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.692 INFO kablam! | Oct 13 13:13:38.692 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.692 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.692 INFO kablam! ... Oct 13 13:13:38.692 INFO kablam! 3292 | rt_alloc_excess_unused!(rt_primes_3bytes_16align_alloc_excess_unused, 3, 16); Oct 13 13:13:38.692 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.692 INFO kablam! Oct 13 13:13:38.692 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.692 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.692 INFO kablam! | Oct 13 13:13:38.692 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.692 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.692 INFO kablam! ... Oct 13 13:13:38.692 INFO kablam! 3292 | rt_alloc_excess_unused!(rt_primes_3bytes_16align_alloc_excess_unused, 3, 16); Oct 13 13:13:38.692 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.692 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.693 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.693 INFO kablam! | Oct 13 13:13:38.693 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3305 | rt_alloc_excess_unused!(rt_primes_7bytes_16align_alloc_excess_unused, 7, 16); 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! 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:113:26 Oct 13 13:13:38.693 INFO kablam! | Oct 13 13:13:38.693 INFO kablam! 113 | 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! 3305 | rt_alloc_excess_unused!(rt_primes_7bytes_16align_alloc_excess_unused, 7, 16); 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.700 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.700 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.700 INFO kablam! | Oct 13 13:13:38.700 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.700 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.700 INFO kablam! ... Oct 13 13:13:38.700 INFO kablam! 3318 | rt_alloc_excess_unused!(rt_primes_13bytes_16align_alloc_excess_unused, 13, 16); Oct 13 13:13:38.700 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.700 INFO kablam! Oct 13 13:13:38.700 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.700 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.700 INFO kablam! | Oct 13 13:13:38.700 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.700 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.700 INFO kablam! ... Oct 13 13:13:38.700 INFO kablam! 3318 | rt_alloc_excess_unused!(rt_primes_13bytes_16align_alloc_excess_unused, 13, 16); Oct 13 13:13:38.700 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.700 INFO kablam! | Oct 13 13:13:38.700 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.700 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.700 INFO kablam! | Oct 13 13:13:38.700 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.700 INFO kablam! | Oct 13 13:13:38.700 INFO kablam! Oct 13 13:13:38.700 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.700 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.700 INFO kablam! | Oct 13 13:13:38.700 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.700 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.700 INFO kablam! ... Oct 13 13:13:38.700 INFO kablam! 3331 | rt_alloc_excess_unused!(rt_primes_17bytes_16align_alloc_excess_unused, 17, 16); Oct 13 13:13:38.700 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.700 INFO kablam! Oct 13 13:13:38.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.704 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.704 INFO kablam! | Oct 13 13:13:38.704 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.704 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.704 INFO kablam! ... Oct 13 13:13:38.704 INFO kablam! 3331 | rt_alloc_excess_unused!(rt_primes_17bytes_16align_alloc_excess_unused, 17, 16); Oct 13 13:13:38.704 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.704 INFO kablam! | Oct 13 13:13:38.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.704 INFO kablam! | Oct 13 13:13:38.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.704 INFO kablam! | Oct 13 13:13:38.704 INFO kablam! Oct 13 13:13:38.704 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.704 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.704 INFO kablam! | Oct 13 13:13:38.704 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.704 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.704 INFO kablam! ... Oct 13 13:13:38.704 INFO kablam! 3344 | rt_alloc_excess_unused!(rt_primes_31bytes_16align_alloc_excess_unused, 31, 16); Oct 13 13:13:38.704 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.704 INFO kablam! Oct 13 13:13:38.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.704 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.704 INFO kablam! | Oct 13 13:13:38.704 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.704 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.704 INFO kablam! ... Oct 13 13:13:38.704 INFO kablam! 3344 | rt_alloc_excess_unused!(rt_primes_31bytes_16align_alloc_excess_unused, 31, 16); Oct 13 13:13:38.704 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.704 INFO kablam! | Oct 13 13:13:38.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.704 INFO kablam! | Oct 13 13:13:38.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.704 INFO kablam! | Oct 13 13:13:38.704 INFO kablam! Oct 13 13:13:38.704 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.704 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.704 INFO kablam! | Oct 13 13:13:38.704 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.704 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.704 INFO kablam! ... Oct 13 13:13:38.704 INFO kablam! 3357 | rt_alloc_excess_unused!(rt_primes_61bytes_16align_alloc_excess_unused, 61, 16); 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! 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:113:26 Oct 13 13:13:38.705 INFO kablam! | Oct 13 13:13:38.705 INFO kablam! 113 | 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! 3357 | rt_alloc_excess_unused!(rt_primes_61bytes_16align_alloc_excess_unused, 61, 16); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.705 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.705 INFO kablam! | Oct 13 13:13:38.705 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3370 | rt_alloc_excess_unused!(rt_primes_96bytes_16align_alloc_excess_unused, 96, 16); 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! 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:113:26 Oct 13 13:13:38.705 INFO kablam! | Oct 13 13:13:38.705 INFO kablam! 113 | 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! 3370 | rt_alloc_excess_unused!(rt_primes_96bytes_16align_alloc_excess_unused, 96, 16); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.705 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.705 INFO kablam! | Oct 13 13:13:38.705 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3383 | rt_alloc_excess_unused!(rt_primes_127bytes_16align_alloc_excess_unused, 127, 16); 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.716 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.716 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.716 INFO kablam! | Oct 13 13:13:38.716 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.716 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.716 INFO kablam! ... Oct 13 13:13:38.716 INFO kablam! 3383 | rt_alloc_excess_unused!(rt_primes_127bytes_16align_alloc_excess_unused, 127, 16); 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.716 INFO kablam! Oct 13 13:13:38.716 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.716 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.716 INFO kablam! | Oct 13 13:13:38.716 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3396 | rt_alloc_excess_unused!(rt_primes_257bytes_16align_alloc_excess_unused, 257, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.716 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.716 INFO kablam! | Oct 13 13:13:38.716 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.716 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.716 INFO kablam! ... Oct 13 13:13:38.716 INFO kablam! 3396 | rt_alloc_excess_unused!(rt_primes_257bytes_16align_alloc_excess_unused, 257, 16); 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.716 INFO kablam! Oct 13 13:13:38.716 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.716 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.716 INFO kablam! | Oct 13 13:13:38.716 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3409 | rt_alloc_excess_unused!(rt_primes_509bytes_16align_alloc_excess_unused, 509, 16); 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! 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:113:26 Oct 13 13:13:38.717 INFO kablam! | Oct 13 13:13:38.717 INFO kablam! 113 | 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! 3409 | rt_alloc_excess_unused!(rt_primes_509bytes_16align_alloc_excess_unused, 509, 16); 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.717 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.717 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.717 INFO kablam! | Oct 13 13:13:38.717 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.717 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.717 INFO kablam! ... Oct 13 13:13:38.717 INFO kablam! 3422 | rt_alloc_excess_unused!(rt_primes_1021bytes_16align_alloc_excess_unused, 1021, 16); 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! 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:113:26 Oct 13 13:13:38.717 INFO kablam! | Oct 13 13:13:38.717 INFO kablam! 113 | 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! 3422 | rt_alloc_excess_unused!(rt_primes_1021bytes_16align_alloc_excess_unused, 1021, 16); 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.717 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.717 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.717 INFO kablam! | Oct 13 13:13:38.717 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.717 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.717 INFO kablam! ... Oct 13 13:13:38.717 INFO kablam! 3435 | rt_alloc_excess_unused!(rt_primes_2039bytes_16align_alloc_excess_unused, 2039, 16); 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! 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:113:26 Oct 13 13:13:38.717 INFO kablam! | Oct 13 13:13:38.717 INFO kablam! 113 | 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! 3435 | rt_alloc_excess_unused!(rt_primes_2039bytes_16align_alloc_excess_unused, 2039, 16); 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.720 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.720 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.720 INFO kablam! | Oct 13 13:13:38.720 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.720 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.720 INFO kablam! ... Oct 13 13:13:38.720 INFO kablam! 3448 | rt_alloc_excess_unused!(rt_primes_4093bytes_16align_alloc_excess_unused, 4093, 16); Oct 13 13:13:38.720 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.720 INFO kablam! Oct 13 13:13:38.720 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.720 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.720 INFO kablam! | Oct 13 13:13:38.720 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.720 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.720 INFO kablam! ... Oct 13 13:13:38.720 INFO kablam! 3448 | rt_alloc_excess_unused!(rt_primes_4093bytes_16align_alloc_excess_unused, 4093, 16); Oct 13 13:13:38.720 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.720 INFO kablam! | Oct 13 13:13:38.720 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.720 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.720 INFO kablam! | Oct 13 13:13:38.720 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.720 INFO kablam! | Oct 13 13:13:38.720 INFO kablam! Oct 13 13:13:38.720 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.720 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.720 INFO kablam! | Oct 13 13:13:38.720 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.720 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.720 INFO kablam! ... Oct 13 13:13:38.720 INFO kablam! 3461 | rt_alloc_excess_unused!(rt_primes_8191bytes_16align_alloc_excess_unused, 8191, 16); Oct 13 13:13:38.720 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.721 INFO kablam! Oct 13 13:13:38.721 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.721 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.721 INFO kablam! | Oct 13 13:13:38.721 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.721 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.721 INFO kablam! ... Oct 13 13:13:38.721 INFO kablam! 3461 | rt_alloc_excess_unused!(rt_primes_8191bytes_16align_alloc_excess_unused, 8191, 16); Oct 13 13:13:38.721 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.721 INFO kablam! | Oct 13 13:13:38.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.721 INFO kablam! | Oct 13 13:13:38.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.721 INFO kablam! | Oct 13 13:13:38.721 INFO kablam! Oct 13 13:13:38.721 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.721 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.721 INFO kablam! | Oct 13 13:13:38.721 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.721 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.721 INFO kablam! ... Oct 13 13:13:38.721 INFO kablam! 3474 | rt_alloc_excess_unused!(rt_primes_16381bytes_16align_alloc_excess_unused, 16381, 16); Oct 13 13:13:38.721 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.721 INFO kablam! Oct 13 13:13:38.724 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.724 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.724 INFO kablam! | Oct 13 13:13:38.724 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.724 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.724 INFO kablam! ... Oct 13 13:13:38.724 INFO kablam! 3474 | rt_alloc_excess_unused!(rt_primes_16381bytes_16align_alloc_excess_unused, 16381, 16); Oct 13 13:13:38.724 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.724 INFO kablam! | Oct 13 13:13:38.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.724 INFO kablam! | Oct 13 13:13:38.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.724 INFO kablam! | Oct 13 13:13:38.724 INFO kablam! Oct 13 13:13:38.724 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.724 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.724 INFO kablam! | Oct 13 13:13:38.724 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.724 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.724 INFO kablam! ... Oct 13 13:13:38.724 INFO kablam! 3487 | rt_alloc_excess_unused!(rt_primes_32749bytes_16align_alloc_excess_unused, 32749, 16); Oct 13 13:13:38.724 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.724 INFO kablam! Oct 13 13:13:38.724 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.724 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.724 INFO kablam! | Oct 13 13:13:38.724 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.724 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.724 INFO kablam! ... Oct 13 13:13:38.724 INFO kablam! 3487 | rt_alloc_excess_unused!(rt_primes_32749bytes_16align_alloc_excess_unused, 32749, 16); Oct 13 13:13:38.724 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.724 INFO kablam! | Oct 13 13:13:38.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.724 INFO kablam! | Oct 13 13:13:38.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.724 INFO kablam! | Oct 13 13:13:38.724 INFO kablam! Oct 13 13:13:38.724 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.724 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.725 INFO kablam! | Oct 13 13:13:38.725 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3500 | rt_alloc_excess_unused!(rt_primes_65537bytes_16align_alloc_excess_unused, 65537, 16); 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! 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:113:26 Oct 13 13:13:38.725 INFO kablam! | Oct 13 13:13:38.725 INFO kablam! 113 | 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! 3500 | rt_alloc_excess_unused!(rt_primes_65537bytes_16align_alloc_excess_unused, 65537, 16); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.725 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.725 INFO kablam! | Oct 13 13:13:38.725 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3513 | rt_alloc_excess_unused!(rt_primes_131071bytes_16align_alloc_excess_unused, 131071, 16); 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.727 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.727 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.727 INFO kablam! | Oct 13 13:13:38.727 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.727 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.727 INFO kablam! ... Oct 13 13:13:38.727 INFO kablam! 3513 | rt_alloc_excess_unused!(rt_primes_131071bytes_16align_alloc_excess_unused, 131071, 16); Oct 13 13:13:38.727 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.727 INFO kablam! | Oct 13 13:13:38.727 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.727 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.727 INFO kablam! | Oct 13 13:13:38.727 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.727 INFO kablam! | Oct 13 13:13:38.727 INFO kablam! Oct 13 13:13:38.727 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.727 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.727 INFO kablam! | Oct 13 13:13:38.727 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.727 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.727 INFO kablam! ... Oct 13 13:13:38.727 INFO kablam! 3526 | rt_alloc_excess_unused!(rt_primes_4194301bytes_16align_alloc_excess_unused, 4194301, 16); Oct 13 13:13:38.727 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.727 INFO kablam! Oct 13 13:13:38.736 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.736 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.736 INFO kablam! | Oct 13 13:13:38.736 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.736 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.736 INFO kablam! ... Oct 13 13:13:38.736 INFO kablam! 3526 | rt_alloc_excess_unused!(rt_primes_4194301bytes_16align_alloc_excess_unused, 4194301, 16); Oct 13 13:13:38.736 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.736 INFO kablam! | Oct 13 13:13:38.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.736 INFO kablam! | Oct 13 13:13:38.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.736 INFO kablam! | Oct 13 13:13:38.736 INFO kablam! Oct 13 13:13:38.736 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.736 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.736 INFO kablam! | Oct 13 13:13:38.736 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.736 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.736 INFO kablam! ... Oct 13 13:13:38.736 INFO kablam! 3542 | rt_alloc_excess_unused!(rt_pow2_1bytes_32align_alloc_excess_unused, 1, 32); Oct 13 13:13:38.736 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.736 INFO kablam! Oct 13 13:13:38.736 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.736 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.736 INFO kablam! | Oct 13 13:13:38.736 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.736 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.736 INFO kablam! ... Oct 13 13:13:38.736 INFO kablam! 3542 | rt_alloc_excess_unused!(rt_pow2_1bytes_32align_alloc_excess_unused, 1, 32); Oct 13 13:13:38.736 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.736 INFO kablam! | Oct 13 13:13:38.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.736 INFO kablam! | Oct 13 13:13:38.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.736 INFO kablam! | Oct 13 13:13:38.736 INFO kablam! Oct 13 13:13:38.736 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.736 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.736 INFO kablam! | Oct 13 13:13:38.737 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3555 | rt_alloc_excess_unused!(rt_pow2_2bytes_32align_alloc_excess_unused, 2, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.737 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.737 INFO kablam! | Oct 13 13:13:38.737 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.737 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.737 INFO kablam! ... Oct 13 13:13:38.737 INFO kablam! 3555 | rt_alloc_excess_unused!(rt_pow2_2bytes_32align_alloc_excess_unused, 2, 32); 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.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.737 INFO kablam! | Oct 13 13:13:38.737 INFO kablam! Oct 13 13:13:38.737 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.737 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.737 INFO kablam! | Oct 13 13:13:38.737 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3568 | rt_alloc_excess_unused!(rt_pow2_4bytes_32align_alloc_excess_unused, 4, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.737 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.737 INFO kablam! | Oct 13 13:13:38.737 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.737 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.737 INFO kablam! ... Oct 13 13:13:38.737 INFO kablam! 3568 | rt_alloc_excess_unused!(rt_pow2_4bytes_32align_alloc_excess_unused, 4, 32); 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.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.737 INFO kablam! | Oct 13 13:13:38.737 INFO kablam! Oct 13 13:13:38.737 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.737 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.737 INFO kablam! | Oct 13 13:13:38.737 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3581 | rt_alloc_excess_unused!(rt_pow2_8bytes_32align_alloc_excess_unused, 8, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.737 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.737 INFO kablam! | Oct 13 13:13:38.737 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.737 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.737 INFO kablam! ... Oct 13 13:13:38.737 INFO kablam! 3581 | rt_alloc_excess_unused!(rt_pow2_8bytes_32align_alloc_excess_unused, 8, 32); 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.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.737 INFO kablam! | Oct 13 13:13:38.737 INFO kablam! Oct 13 13:13:38.740 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.740 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.740 INFO kablam! | Oct 13 13:13:38.740 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.740 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.740 INFO kablam! ... Oct 13 13:13:38.740 INFO kablam! 3594 | rt_alloc_excess_unused!(rt_pow2_16bytes_32align_alloc_excess_unused, 16, 32); Oct 13 13:13:38.740 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation 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:113:26 Oct 13 13:13:38.740 INFO kablam! | Oct 13 13:13:38.740 INFO kablam! 113 | 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! 3594 | rt_alloc_excess_unused!(rt_pow2_16bytes_32align_alloc_excess_unused, 16, 32); Oct 13 13:13:38.740 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.740 INFO kablam! | Oct 13 13:13:38.740 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.740 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.740 INFO kablam! | Oct 13 13:13:38.740 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.740 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.740 INFO kablam! ... Oct 13 13:13:38.740 INFO kablam! 3607 | rt_alloc_excess_unused!(rt_pow2_32bytes_32align_alloc_excess_unused, 32, 32); Oct 13 13:13:38.740 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.740 INFO kablam! Oct 13 13:13:38.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.745 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.745 INFO kablam! | Oct 13 13:13:38.745 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.745 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.745 INFO kablam! ... Oct 13 13:13:38.745 INFO kablam! 3607 | rt_alloc_excess_unused!(rt_pow2_32bytes_32align_alloc_excess_unused, 32, 32); Oct 13 13:13:38.745 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.745 INFO kablam! | Oct 13 13:13:38.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.745 INFO kablam! | Oct 13 13:13:38.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.745 INFO kablam! | Oct 13 13:13:38.745 INFO kablam! Oct 13 13:13:38.745 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.745 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.745 INFO kablam! | Oct 13 13:13:38.745 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.745 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.745 INFO kablam! ... Oct 13 13:13:38.745 INFO kablam! 3620 | rt_alloc_excess_unused!(rt_pow2_64bytes_32align_alloc_excess_unused, 64, 32); Oct 13 13:13:38.745 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.745 INFO kablam! Oct 13 13:13:38.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.745 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.745 INFO kablam! | Oct 13 13:13:38.745 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.746 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.746 INFO kablam! ... Oct 13 13:13:38.746 INFO kablam! 3620 | rt_alloc_excess_unused!(rt_pow2_64bytes_32align_alloc_excess_unused, 64, 32); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.746 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.746 INFO kablam! | Oct 13 13:13:38.746 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3633 | rt_alloc_excess_unused!(rt_pow2_128bytes_32align_alloc_excess_unused, 128, 32); 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! 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:113:26 Oct 13 13:13:38.746 INFO kablam! | Oct 13 13:13:38.746 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.746 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.746 INFO kablam! ... Oct 13 13:13:38.746 INFO kablam! 3633 | rt_alloc_excess_unused!(rt_pow2_128bytes_32align_alloc_excess_unused, 128, 32); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.746 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.746 INFO kablam! | Oct 13 13:13:38.746 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3646 | rt_alloc_excess_unused!(rt_pow2_256bytes_32align_alloc_excess_unused, 256, 32); 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! 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:113:26 Oct 13 13:13:38.746 INFO kablam! | Oct 13 13:13:38.746 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.746 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.746 INFO kablam! ... Oct 13 13:13:38.746 INFO kablam! 3646 | rt_alloc_excess_unused!(rt_pow2_256bytes_32align_alloc_excess_unused, 256, 32); 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.753 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.753 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.753 INFO kablam! | Oct 13 13:13:38.753 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.753 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.753 INFO kablam! ... Oct 13 13:13:38.753 INFO kablam! 3659 | rt_alloc_excess_unused!(rt_pow2_512bytes_32align_alloc_excess_unused, 512, 32); Oct 13 13:13:38.753 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.753 INFO kablam! Oct 13 13:13:38.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.753 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.753 INFO kablam! | Oct 13 13:13:38.753 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.753 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.753 INFO kablam! ... Oct 13 13:13:38.753 INFO kablam! 3659 | rt_alloc_excess_unused!(rt_pow2_512bytes_32align_alloc_excess_unused, 512, 32); Oct 13 13:13:38.753 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.753 INFO kablam! | Oct 13 13:13:38.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.753 INFO kablam! | Oct 13 13:13:38.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.753 INFO kablam! | Oct 13 13:13:38.753 INFO kablam! Oct 13 13:13:38.753 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.753 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.753 INFO kablam! | Oct 13 13:13:38.753 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.753 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.753 INFO kablam! ... Oct 13 13:13:38.753 INFO kablam! 3672 | rt_alloc_excess_unused!(rt_pow2_1024bytes_32align_alloc_excess_unused, 1024, 32); Oct 13 13:13:38.753 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.753 INFO kablam! Oct 13 13:13:38.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.753 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.753 INFO kablam! | Oct 13 13:13:38.753 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.753 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.753 INFO kablam! ... Oct 13 13:13:38.753 INFO kablam! 3672 | rt_alloc_excess_unused!(rt_pow2_1024bytes_32align_alloc_excess_unused, 1024, 32); Oct 13 13:13:38.753 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.753 INFO kablam! | Oct 13 13:13:38.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.753 INFO kablam! | Oct 13 13:13:38.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.753 INFO kablam! | Oct 13 13:13:38.753 INFO kablam! Oct 13 13:13:38.753 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.753 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.753 INFO kablam! | Oct 13 13:13:38.753 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.753 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.753 INFO kablam! ... Oct 13 13:13:38.753 INFO kablam! 3685 | rt_alloc_excess_unused!(rt_pow2_2048bytes_32align_alloc_excess_unused, 2048, 32); Oct 13 13:13:38.753 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.753 INFO kablam! Oct 13 13:13:38.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.753 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.753 INFO kablam! | Oct 13 13:13:38.753 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.753 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.753 INFO kablam! ... Oct 13 13:13:38.753 INFO kablam! 3685 | rt_alloc_excess_unused!(rt_pow2_2048bytes_32align_alloc_excess_unused, 2048, 32); Oct 13 13:13:38.753 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.753 INFO kablam! | Oct 13 13:13:38.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.753 INFO kablam! | Oct 13 13:13:38.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.753 INFO kablam! | Oct 13 13:13:38.753 INFO kablam! Oct 13 13:13:38.753 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.753 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.753 INFO kablam! | Oct 13 13:13:38.753 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3698 | rt_alloc_excess_unused!(rt_pow2_4096bytes_32align_alloc_excess_unused, 4096, 32); 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.760 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.760 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.760 INFO kablam! | Oct 13 13:13:38.760 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.760 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.760 INFO kablam! ... Oct 13 13:13:38.760 INFO kablam! 3698 | rt_alloc_excess_unused!(rt_pow2_4096bytes_32align_alloc_excess_unused, 4096, 32); Oct 13 13:13:38.760 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.760 INFO kablam! | Oct 13 13:13:38.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.760 INFO kablam! | Oct 13 13:13:38.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.760 INFO kablam! | Oct 13 13:13:38.760 INFO kablam! Oct 13 13:13:38.760 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.760 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.760 INFO kablam! | Oct 13 13:13:38.760 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.760 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.760 INFO kablam! ... Oct 13 13:13:38.760 INFO kablam! 3711 | rt_alloc_excess_unused!(rt_pow2_8192bytes_32align_alloc_excess_unused, 8192, 32); Oct 13 13:13:38.760 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.760 INFO kablam! Oct 13 13:13:38.760 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.760 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.760 INFO kablam! | Oct 13 13:13:38.760 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.760 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.760 INFO kablam! ... Oct 13 13:13:38.760 INFO kablam! 3711 | rt_alloc_excess_unused!(rt_pow2_8192bytes_32align_alloc_excess_unused, 8192, 32); Oct 13 13:13:38.760 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.760 INFO kablam! | Oct 13 13:13:38.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.760 INFO kablam! | Oct 13 13:13:38.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.760 INFO kablam! | Oct 13 13:13:38.760 INFO kablam! Oct 13 13:13:38.760 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.761 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.761 INFO kablam! | Oct 13 13:13:38.761 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3724 | rt_alloc_excess_unused!(rt_pow2_16384bytes_32align_alloc_excess_unused, 16384, 32); 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! 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:113:26 Oct 13 13:13:38.761 INFO kablam! | Oct 13 13:13:38.761 INFO kablam! 113 | 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! 3724 | rt_alloc_excess_unused!(rt_pow2_16384bytes_32align_alloc_excess_unused, 16384, 32); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.761 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.761 INFO kablam! | Oct 13 13:13:38.761 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3737 | rt_alloc_excess_unused!(rt_pow2_32768bytes_32align_alloc_excess_unused, 32768, 32); 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! 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:113:26 Oct 13 13:13:38.761 INFO kablam! | Oct 13 13:13:38.761 INFO kablam! 113 | 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! 3737 | rt_alloc_excess_unused!(rt_pow2_32768bytes_32align_alloc_excess_unused, 32768, 32); 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.777 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.777 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.777 INFO kablam! | Oct 13 13:13:38.777 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.777 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.777 INFO kablam! ... Oct 13 13:13:38.777 INFO kablam! 3750 | rt_alloc_excess_unused!(rt_pow2_65536bytes_32align_alloc_excess_unused, 65536, 32); Oct 13 13:13:38.777 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.777 INFO kablam! Oct 13 13:13:38.777 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.777 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.777 INFO kablam! | Oct 13 13:13:38.777 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.777 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.777 INFO kablam! ... Oct 13 13:13:38.777 INFO kablam! 3750 | rt_alloc_excess_unused!(rt_pow2_65536bytes_32align_alloc_excess_unused, 65536, 32); Oct 13 13:13:38.777 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.777 INFO kablam! | Oct 13 13:13:38.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.777 INFO kablam! | Oct 13 13:13:38.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.777 INFO kablam! | Oct 13 13:13:38.777 INFO kablam! Oct 13 13:13:38.777 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.777 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.777 INFO kablam! | Oct 13 13:13:38.777 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.777 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.777 INFO kablam! ... Oct 13 13:13:38.777 INFO kablam! 3763 | rt_alloc_excess_unused!(rt_pow2_131072bytes_32align_alloc_excess_unused, 131072, 32); Oct 13 13:13:38.777 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.777 INFO kablam! Oct 13 13:13:38.777 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.777 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.777 INFO kablam! | Oct 13 13:13:38.777 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.777 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.777 INFO kablam! ... Oct 13 13:13:38.777 INFO kablam! 3763 | rt_alloc_excess_unused!(rt_pow2_131072bytes_32align_alloc_excess_unused, 131072, 32); Oct 13 13:13:38.777 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.777 INFO kablam! | Oct 13 13:13:38.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.777 INFO kablam! | Oct 13 13:13:38.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.777 INFO kablam! | Oct 13 13:13:38.777 INFO kablam! Oct 13 13:13:38.777 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.777 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.777 INFO kablam! | Oct 13 13:13:38.777 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.777 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.777 INFO kablam! ... Oct 13 13:13:38.777 INFO kablam! 3776 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_32align_alloc_excess_unused, 4194304, 32); Oct 13 13:13:38.777 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.777 INFO kablam! Oct 13 13:13:38.777 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.777 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.777 INFO kablam! | Oct 13 13:13:38.777 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.777 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.777 INFO kablam! ... Oct 13 13:13:38.777 INFO kablam! 3776 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_32align_alloc_excess_unused, 4194304, 32); Oct 13 13:13:38.777 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.777 INFO kablam! | Oct 13 13:13:38.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.778 INFO kablam! | Oct 13 13:13:38.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.778 INFO kablam! | Oct 13 13:13:38.778 INFO kablam! Oct 13 13:13:38.778 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.778 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.778 INFO kablam! | Oct 13 13:13:38.778 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.778 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.778 INFO kablam! ... Oct 13 13:13:38.778 INFO kablam! 3790 | rt_alloc_excess_unused!(rt_even_10bytes_32align_alloc_excess_unused, 10, 32); Oct 13 13:13:38.778 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.778 INFO kablam! Oct 13 13:13:38.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.778 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.778 INFO kablam! | Oct 13 13:13:38.778 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.778 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.778 INFO kablam! ... Oct 13 13:13:38.778 INFO kablam! 3790 | rt_alloc_excess_unused!(rt_even_10bytes_32align_alloc_excess_unused, 10, 32); Oct 13 13:13:38.778 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.778 INFO kablam! | Oct 13 13:13:38.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.778 INFO kablam! | Oct 13 13:13:38.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.778 INFO kablam! | Oct 13 13:13:38.778 INFO kablam! Oct 13 13:13:38.778 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.778 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.778 INFO kablam! | Oct 13 13:13:38.778 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.778 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.778 INFO kablam! ... Oct 13 13:13:38.778 INFO kablam! 3803 | rt_alloc_excess_unused!(rt_even_100bytes_32align_alloc_excess_unused, 100, 32); Oct 13 13:13:38.778 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.778 INFO kablam! Oct 13 13:13:38.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.778 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.778 INFO kablam! | Oct 13 13:13:38.778 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.778 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.778 INFO kablam! ... Oct 13 13:13:38.778 INFO kablam! 3803 | rt_alloc_excess_unused!(rt_even_100bytes_32align_alloc_excess_unused, 100, 32); Oct 13 13:13:38.778 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.778 INFO kablam! | Oct 13 13:13:38.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.778 INFO kablam! | Oct 13 13:13:38.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.778 INFO kablam! | Oct 13 13:13:38.778 INFO kablam! Oct 13 13:13:38.778 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.778 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.778 INFO kablam! | Oct 13 13:13:38.778 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.778 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.778 INFO kablam! ... Oct 13 13:13:38.778 INFO kablam! 3816 | rt_alloc_excess_unused!(rt_even_1000bytes_32align_alloc_excess_unused, 1000, 32); Oct 13 13:13:38.778 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.778 INFO kablam! Oct 13 13:13:38.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.778 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.778 INFO kablam! | Oct 13 13:13:38.778 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.778 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.778 INFO kablam! ... Oct 13 13:13:38.778 INFO kablam! 3816 | rt_alloc_excess_unused!(rt_even_1000bytes_32align_alloc_excess_unused, 1000, 32); Oct 13 13:13:38.778 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.778 INFO kablam! | Oct 13 13:13:38.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.778 INFO kablam! | Oct 13 13:13:38.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.778 INFO kablam! | Oct 13 13:13:38.778 INFO kablam! Oct 13 13:13:38.778 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.778 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.778 INFO kablam! | Oct 13 13:13:38.778 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.778 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.778 INFO kablam! ... Oct 13 13:13:38.778 INFO kablam! 3829 | rt_alloc_excess_unused!(rt_even_10000bytes_32align_alloc_excess_unused, 10000, 32); Oct 13 13:13:38.778 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.778 INFO kablam! Oct 13 13:13:38.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.778 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.779 INFO kablam! | Oct 13 13:13:38.779 INFO kablam! 113 | 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! 3829 | rt_alloc_excess_unused!(rt_even_10000bytes_32align_alloc_excess_unused, 10000, 32); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.779 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.779 INFO kablam! | Oct 13 13:13:38.779 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3842 | rt_alloc_excess_unused!(rt_even_100000bytes_32align_alloc_excess_unused, 100000, 32); 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! 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:113:26 Oct 13 13:13:38.779 INFO kablam! | Oct 13 13:13:38.779 INFO kablam! 113 | 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! 3842 | rt_alloc_excess_unused!(rt_even_100000bytes_32align_alloc_excess_unused, 100000, 32); 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.796 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.796 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.796 INFO kablam! | Oct 13 13:13:38.796 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.796 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.796 INFO kablam! ... Oct 13 13:13:38.796 INFO kablam! 3855 | rt_alloc_excess_unused!(rt_even_1000000bytes_32align_alloc_excess_unused, 1000000, 32); Oct 13 13:13:38.796 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.796 INFO kablam! Oct 13 13:13:38.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.796 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.796 INFO kablam! | Oct 13 13:13:38.796 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.796 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.796 INFO kablam! ... Oct 13 13:13:38.796 INFO kablam! 3855 | rt_alloc_excess_unused!(rt_even_1000000bytes_32align_alloc_excess_unused, 1000000, 32); Oct 13 13:13:38.796 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.796 INFO kablam! | Oct 13 13:13:38.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.796 INFO kablam! | Oct 13 13:13:38.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.796 INFO kablam! | Oct 13 13:13:38.796 INFO kablam! Oct 13 13:13:38.796 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.796 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.796 INFO kablam! | Oct 13 13:13:38.796 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.796 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.796 INFO kablam! ... Oct 13 13:13:38.796 INFO kablam! 3869 | rt_alloc_excess_unused!(rt_odd_10bytes_32align_alloc_excess_unused, 10- 1, 32); Oct 13 13:13:38.796 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.796 INFO kablam! Oct 13 13:13:38.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.796 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.796 INFO kablam! | Oct 13 13:13:38.796 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.796 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.796 INFO kablam! ... Oct 13 13:13:38.796 INFO kablam! 3869 | rt_alloc_excess_unused!(rt_odd_10bytes_32align_alloc_excess_unused, 10- 1, 32); Oct 13 13:13:38.796 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.796 INFO kablam! | Oct 13 13:13:38.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.796 INFO kablam! | Oct 13 13:13:38.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.797 INFO kablam! | Oct 13 13:13:38.797 INFO kablam! Oct 13 13:13:38.797 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.797 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.797 INFO kablam! | Oct 13 13:13:38.797 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.797 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.797 INFO kablam! ... Oct 13 13:13:38.797 INFO kablam! 3882 | rt_alloc_excess_unused!(rt_odd_100bytes_32align_alloc_excess_unused, 100- 1, 32); Oct 13 13:13:38.797 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.797 INFO kablam! Oct 13 13:13:38.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.797 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.797 INFO kablam! | Oct 13 13:13:38.797 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.797 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.797 INFO kablam! ... Oct 13 13:13:38.797 INFO kablam! 3882 | rt_alloc_excess_unused!(rt_odd_100bytes_32align_alloc_excess_unused, 100- 1, 32); Oct 13 13:13:38.797 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.797 INFO kablam! | Oct 13 13:13:38.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.797 INFO kablam! | Oct 13 13:13:38.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.797 INFO kablam! | Oct 13 13:13:38.797 INFO kablam! Oct 13 13:13:38.797 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.797 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.797 INFO kablam! | Oct 13 13:13:38.797 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.797 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.797 INFO kablam! ... Oct 13 13:13:38.797 INFO kablam! 3895 | rt_alloc_excess_unused!(rt_odd_1000bytes_32align_alloc_excess_unused, 1000- 1, 32); Oct 13 13:13:38.797 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.797 INFO kablam! Oct 13 13:13:38.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.797 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.797 INFO kablam! | Oct 13 13:13:38.797 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.797 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.797 INFO kablam! ... Oct 13 13:13:38.797 INFO kablam! 3895 | rt_alloc_excess_unused!(rt_odd_1000bytes_32align_alloc_excess_unused, 1000- 1, 32); Oct 13 13:13:38.797 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.797 INFO kablam! | Oct 13 13:13:38.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.797 INFO kablam! | Oct 13 13:13:38.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.797 INFO kablam! | Oct 13 13:13:38.797 INFO kablam! Oct 13 13:13:38.797 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.797 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.797 INFO kablam! | Oct 13 13:13:38.797 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.797 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.797 INFO kablam! ... Oct 13 13:13:38.797 INFO kablam! 3908 | rt_alloc_excess_unused!(rt_odd_10000bytes_32align_alloc_excess_unused, 10000- 1, 32); Oct 13 13:13:38.797 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.797 INFO kablam! Oct 13 13:13:38.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.797 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.797 INFO kablam! | Oct 13 13:13:38.797 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.797 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.797 INFO kablam! ... Oct 13 13:13:38.797 INFO kablam! 3908 | rt_alloc_excess_unused!(rt_odd_10000bytes_32align_alloc_excess_unused, 10000- 1, 32); Oct 13 13:13:38.797 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.797 INFO kablam! | Oct 13 13:13:38.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.797 INFO kablam! | Oct 13 13:13:38.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.797 INFO kablam! | Oct 13 13:13:38.797 INFO kablam! Oct 13 13:13:38.797 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.797 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.797 INFO kablam! | Oct 13 13:13:38.797 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.797 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.797 INFO kablam! ... Oct 13 13:13:38.797 INFO kablam! 3921 | rt_alloc_excess_unused!(rt_odd_100000bytes_32align_alloc_excess_unused, 100000- 1, 32); Oct 13 13:13:38.797 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.797 INFO kablam! Oct 13 13:13:38.804 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.804 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.804 INFO kablam! | Oct 13 13:13:38.804 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.804 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.804 INFO kablam! ... Oct 13 13:13:38.804 INFO kablam! 3921 | rt_alloc_excess_unused!(rt_odd_100000bytes_32align_alloc_excess_unused, 100000- 1, 32); Oct 13 13:13:38.804 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.804 INFO kablam! | Oct 13 13:13:38.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.804 INFO kablam! | Oct 13 13:13:38.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.804 INFO kablam! | Oct 13 13:13:38.804 INFO kablam! Oct 13 13:13:38.804 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.804 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.804 INFO kablam! | Oct 13 13:13:38.804 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.804 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.804 INFO kablam! ... Oct 13 13:13:38.804 INFO kablam! 3934 | rt_alloc_excess_unused!(rt_odd_1000000bytes_32align_alloc_excess_unused, 1000000- 1, 32); Oct 13 13:13:38.804 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.804 INFO kablam! Oct 13 13:13:38.804 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.804 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.804 INFO kablam! | Oct 13 13:13:38.804 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.804 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.804 INFO kablam! ... Oct 13 13:13:38.804 INFO kablam! 3934 | rt_alloc_excess_unused!(rt_odd_1000000bytes_32align_alloc_excess_unused, 1000000- 1, 32); Oct 13 13:13:38.804 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.804 INFO kablam! | Oct 13 13:13:38.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.804 INFO kablam! | Oct 13 13:13:38.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.804 INFO kablam! | Oct 13 13:13:38.804 INFO kablam! Oct 13 13:13:38.804 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.804 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.804 INFO kablam! | Oct 13 13:13:38.804 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.804 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.804 INFO kablam! ... Oct 13 13:13:38.804 INFO kablam! 3948 | rt_alloc_excess_unused!(rt_primes_3bytes_32align_alloc_excess_unused, 3, 32); 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! 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:113:26 Oct 13 13:13:38.805 INFO kablam! | Oct 13 13:13:38.805 INFO kablam! 113 | 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! 3948 | rt_alloc_excess_unused!(rt_primes_3bytes_32align_alloc_excess_unused, 3, 32); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.805 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.805 INFO kablam! | Oct 13 13:13:38.805 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3961 | rt_alloc_excess_unused!(rt_primes_7bytes_32align_alloc_excess_unused, 7, 32); 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! 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:113:26 Oct 13 13:13:38.805 INFO kablam! | Oct 13 13:13:38.805 INFO kablam! 113 | 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! 3961 | rt_alloc_excess_unused!(rt_primes_7bytes_32align_alloc_excess_unused, 7, 32); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.805 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.805 INFO kablam! | Oct 13 13:13:38.805 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 3974 | rt_alloc_excess_unused!(rt_primes_13bytes_32align_alloc_excess_unused, 13, 32); 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.812 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.812 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.812 INFO kablam! | Oct 13 13:13:38.812 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.812 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.812 INFO kablam! ... Oct 13 13:13:38.812 INFO kablam! 3974 | rt_alloc_excess_unused!(rt_primes_13bytes_32align_alloc_excess_unused, 13, 32); Oct 13 13:13:38.812 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.812 INFO kablam! | Oct 13 13:13:38.812 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.812 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.812 INFO kablam! | Oct 13 13:13:38.812 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.812 INFO kablam! | Oct 13 13:13:38.812 INFO kablam! Oct 13 13:13:38.812 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.812 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.812 INFO kablam! | Oct 13 13:13:38.812 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.812 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.812 INFO kablam! ... Oct 13 13:13:38.812 INFO kablam! 3987 | rt_alloc_excess_unused!(rt_primes_17bytes_32align_alloc_excess_unused, 17, 32); Oct 13 13:13:38.812 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.812 INFO kablam! Oct 13 13:13:38.812 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.812 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.812 INFO kablam! | Oct 13 13:13:38.812 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.812 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.812 INFO kablam! ... Oct 13 13:13:38.812 INFO kablam! 3987 | rt_alloc_excess_unused!(rt_primes_17bytes_32align_alloc_excess_unused, 17, 32); Oct 13 13:13:38.812 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.812 INFO kablam! | Oct 13 13:13:38.812 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.812 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.812 INFO kablam! | Oct 13 13:13:38.812 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.812 INFO kablam! | Oct 13 13:13:38.812 INFO kablam! Oct 13 13:13:38.812 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.812 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.812 INFO kablam! | Oct 13 13:13:38.812 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 4000 | rt_alloc_excess_unused!(rt_primes_31bytes_32align_alloc_excess_unused, 31, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.813 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.813 INFO kablam! | Oct 13 13:13:38.813 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.813 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.813 INFO kablam! ... Oct 13 13:13:38.813 INFO kablam! 4000 | rt_alloc_excess_unused!(rt_primes_31bytes_32align_alloc_excess_unused, 31, 32); 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.813 INFO kablam! | Oct 13 13:13:38.813 INFO kablam! Oct 13 13:13:38.813 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.813 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.813 INFO kablam! | Oct 13 13:13:38.813 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 4013 | rt_alloc_excess_unused!(rt_primes_61bytes_32align_alloc_excess_unused, 61, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.813 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.813 INFO kablam! | Oct 13 13:13:38.813 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.813 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.813 INFO kablam! ... Oct 13 13:13:38.813 INFO kablam! 4013 | rt_alloc_excess_unused!(rt_primes_61bytes_32align_alloc_excess_unused, 61, 32); 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.813 INFO kablam! | Oct 13 13:13:38.813 INFO kablam! Oct 13 13:13:38.813 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.813 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.813 INFO kablam! | Oct 13 13:13:38.813 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 4026 | rt_alloc_excess_unused!(rt_primes_96bytes_32align_alloc_excess_unused, 96, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.813 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.813 INFO kablam! | Oct 13 13:13:38.813 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.813 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.813 INFO kablam! ... Oct 13 13:13:38.813 INFO kablam! 4026 | rt_alloc_excess_unused!(rt_primes_96bytes_32align_alloc_excess_unused, 96, 32); 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.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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.814 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.814 INFO kablam! | Oct 13 13:13:38.814 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 4039 | rt_alloc_excess_unused!(rt_primes_127bytes_32align_alloc_excess_unused, 127, 32); 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.816 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.816 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.816 INFO kablam! | Oct 13 13:13:38.816 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.816 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.816 INFO kablam! ... Oct 13 13:13:38.816 INFO kablam! 4039 | rt_alloc_excess_unused!(rt_primes_127bytes_32align_alloc_excess_unused, 127, 32); Oct 13 13:13:38.816 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.816 INFO kablam! | Oct 13 13:13:38.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.816 INFO kablam! | Oct 13 13:13:38.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.817 INFO kablam! | Oct 13 13:13:38.817 INFO kablam! Oct 13 13:13:38.824 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.824 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.824 INFO kablam! | Oct 13 13:13:38.824 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.824 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.824 INFO kablam! ... Oct 13 13:13:38.824 INFO kablam! 4052 | rt_alloc_excess_unused!(rt_primes_257bytes_32align_alloc_excess_unused, 257, 32); Oct 13 13:13:38.824 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.824 INFO kablam! Oct 13 13:13:38.824 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.824 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.824 INFO kablam! | Oct 13 13:13:38.824 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.824 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.824 INFO kablam! ... Oct 13 13:13:38.824 INFO kablam! 4052 | rt_alloc_excess_unused!(rt_primes_257bytes_32align_alloc_excess_unused, 257, 32); Oct 13 13:13:38.824 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.824 INFO kablam! | Oct 13 13:13:38.824 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.824 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.824 INFO kablam! | Oct 13 13:13:38.824 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.824 INFO kablam! | Oct 13 13:13:38.824 INFO kablam! Oct 13 13:13:38.824 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.824 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.824 INFO kablam! | Oct 13 13:13:38.824 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.824 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.824 INFO kablam! ... Oct 13 13:13:38.824 INFO kablam! 4065 | rt_alloc_excess_unused!(rt_primes_509bytes_32align_alloc_excess_unused, 509, 32); Oct 13 13:13:38.824 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.824 INFO kablam! Oct 13 13:13:38.824 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.824 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.824 INFO kablam! | Oct 13 13:13:38.824 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.824 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.824 INFO kablam! ... Oct 13 13:13:38.824 INFO kablam! 4065 | rt_alloc_excess_unused!(rt_primes_509bytes_32align_alloc_excess_unused, 509, 32); Oct 13 13:13:38.824 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.824 INFO kablam! | Oct 13 13:13:38.824 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.824 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.824 INFO kablam! | Oct 13 13:13:38.824 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.825 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.825 INFO kablam! | Oct 13 13:13:38.825 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.825 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.825 INFO kablam! ... Oct 13 13:13:38.825 INFO kablam! 4078 | rt_alloc_excess_unused!(rt_primes_1021bytes_32align_alloc_excess_unused, 1021, 32); Oct 13 13:13:38.825 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.825 INFO kablam! Oct 13 13:13:38.825 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.825 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.825 INFO kablam! | Oct 13 13:13:38.825 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.825 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.825 INFO kablam! ... Oct 13 13:13:38.825 INFO kablam! 4078 | rt_alloc_excess_unused!(rt_primes_1021bytes_32align_alloc_excess_unused, 1021, 32); Oct 13 13:13:38.825 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.825 INFO kablam! | Oct 13 13:13:38.825 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.825 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.825 INFO kablam! | Oct 13 13:13:38.825 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.825 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.825 INFO kablam! ... Oct 13 13:13:38.825 INFO kablam! 4091 | rt_alloc_excess_unused!(rt_primes_2039bytes_32align_alloc_excess_unused, 2039, 32); Oct 13 13:13:38.825 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.825 INFO kablam! Oct 13 13:13:38.825 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.825 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.825 INFO kablam! | Oct 13 13:13:38.825 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.825 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.825 INFO kablam! ... Oct 13 13:13:38.825 INFO kablam! 4091 | rt_alloc_excess_unused!(rt_primes_2039bytes_32align_alloc_excess_unused, 2039, 32); Oct 13 13:13:38.825 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.825 INFO kablam! | Oct 13 13:13:38.825 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.825 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.825 INFO kablam! | Oct 13 13:13:38.825 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.825 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.825 INFO kablam! ... Oct 13 13:13:38.825 INFO kablam! 4104 | rt_alloc_excess_unused!(rt_primes_4093bytes_32align_alloc_excess_unused, 4093, 32); Oct 13 13:13:38.825 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.825 INFO kablam! Oct 13 13:13:38.825 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.825 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.825 INFO kablam! | Oct 13 13:13:38.825 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.825 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.825 INFO kablam! ... Oct 13 13:13:38.825 INFO kablam! 4104 | rt_alloc_excess_unused!(rt_primes_4093bytes_32align_alloc_excess_unused, 4093, 32); Oct 13 13:13:38.825 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.826 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.826 INFO kablam! | Oct 13 13:13:38.826 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 4117 | rt_alloc_excess_unused!(rt_primes_8191bytes_32align_alloc_excess_unused, 8191, 32); 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! 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:113:26 Oct 13 13:13:38.827 INFO kablam! | Oct 13 13:13:38.827 INFO kablam! 113 | 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! 4117 | rt_alloc_excess_unused!(rt_primes_8191bytes_32align_alloc_excess_unused, 8191, 32); 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.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.832 INFO kablam! | Oct 13 13:13:38.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.832 INFO kablam! | Oct 13 13:13:38.832 INFO kablam! Oct 13 13:13:38.832 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.832 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.832 INFO kablam! | Oct 13 13:13:38.832 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.832 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.832 INFO kablam! ... Oct 13 13:13:38.832 INFO kablam! 4130 | rt_alloc_excess_unused!(rt_primes_16381bytes_32align_alloc_excess_unused, 16381, 32); Oct 13 13:13:38.832 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.832 INFO kablam! Oct 13 13:13:38.832 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.832 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.832 INFO kablam! | Oct 13 13:13:38.832 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.832 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.832 INFO kablam! ... Oct 13 13:13:38.832 INFO kablam! 4130 | rt_alloc_excess_unused!(rt_primes_16381bytes_32align_alloc_excess_unused, 16381, 32); Oct 13 13:13:38.832 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.832 INFO kablam! | Oct 13 13:13:38.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.832 INFO kablam! | Oct 13 13:13:38.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.832 INFO kablam! | Oct 13 13:13:38.832 INFO kablam! Oct 13 13:13:38.832 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.832 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.832 INFO kablam! | Oct 13 13:13:38.832 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.832 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.832 INFO kablam! ... Oct 13 13:13:38.832 INFO kablam! 4143 | rt_alloc_excess_unused!(rt_primes_32749bytes_32align_alloc_excess_unused, 32749, 32); Oct 13 13:13:38.832 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.832 INFO kablam! Oct 13 13:13:38.832 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.832 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.832 INFO kablam! | Oct 13 13:13:38.832 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.832 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.832 INFO kablam! ... Oct 13 13:13:38.832 INFO kablam! 4143 | rt_alloc_excess_unused!(rt_primes_32749bytes_32align_alloc_excess_unused, 32749, 32); Oct 13 13:13:38.832 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.832 INFO kablam! | Oct 13 13:13:38.832 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.840 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.840 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.840 INFO kablam! | Oct 13 13:13:38.840 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.840 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.840 INFO kablam! ... Oct 13 13:13:38.840 INFO kablam! 4156 | rt_alloc_excess_unused!(rt_primes_65537bytes_32align_alloc_excess_unused, 65537, 32); Oct 13 13:13:38.840 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.840 INFO kablam! Oct 13 13:13:38.840 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.840 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.840 INFO kablam! | Oct 13 13:13:38.840 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.840 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.840 INFO kablam! ... Oct 13 13:13:38.840 INFO kablam! 4156 | rt_alloc_excess_unused!(rt_primes_65537bytes_32align_alloc_excess_unused, 65537, 32); Oct 13 13:13:38.840 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.840 INFO kablam! | Oct 13 13:13:38.840 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.840 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.840 INFO kablam! | Oct 13 13:13:38.840 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.840 INFO kablam! | Oct 13 13:13:38.840 INFO kablam! Oct 13 13:13:38.840 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.840 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.840 INFO kablam! | Oct 13 13:13:38.840 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.840 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.840 INFO kablam! ... Oct 13 13:13:38.840 INFO kablam! 4169 | rt_alloc_excess_unused!(rt_primes_131071bytes_32align_alloc_excess_unused, 131071, 32); Oct 13 13:13:38.840 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.840 INFO kablam! Oct 13 13:13:38.840 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.840 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:38.840 INFO kablam! | Oct 13 13:13:38.840 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.840 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.840 INFO kablam! ... Oct 13 13:13:38.840 INFO kablam! 4169 | rt_alloc_excess_unused!(rt_primes_131071bytes_32align_alloc_excess_unused, 131071, 32); Oct 13 13:13:38.840 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.840 INFO kablam! | Oct 13 13:13:38.840 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.840 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.840 INFO kablam! | Oct 13 13:13:38.840 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.840 INFO kablam! | Oct 13 13:13:38.840 INFO kablam! Oct 13 13:13:38.841 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.841 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:38.841 INFO kablam! | Oct 13 13:13:38.841 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(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! 4182 | rt_alloc_excess_unused!(rt_primes_4194301bytes_32align_alloc_excess_unused, 4194301, 32); 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! 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:113:26 Oct 13 13:13:38.841 INFO kablam! | Oct 13 13:13:38.841 INFO kablam! 113 | 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! 4182 | rt_alloc_excess_unused!(rt_primes_4194301bytes_32align_alloc_excess_unused, 4194301, 32); 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.844 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.844 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.844 INFO kablam! | Oct 13 13:13:38.844 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.844 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.844 INFO kablam! ... Oct 13 13:13:38.844 INFO kablam! 263 | rt_alloc_excess_used!(rt_pow2_1bytes_1align_alloc_excess_used, 1, 1); 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! 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:128:26 Oct 13 13:13:38.844 INFO kablam! | Oct 13 13:13:38.844 INFO kablam! 128 | 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! 263 | rt_alloc_excess_used!(rt_pow2_1bytes_1align_alloc_excess_used, 1, 1); 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.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.844 INFO kablam! | Oct 13 13:13:38.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.844 INFO kablam! | Oct 13 13:13:38.844 INFO kablam! Oct 13 13:13:38.844 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.844 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.844 INFO kablam! | Oct 13 13:13:38.844 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.844 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.844 INFO kablam! ... Oct 13 13:13:38.844 INFO kablam! 276 | rt_alloc_excess_used!(rt_pow2_2bytes_1align_alloc_excess_used, 2, 1); 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.848 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.848 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.848 INFO kablam! | Oct 13 13:13:38.848 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.848 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.848 INFO kablam! ... Oct 13 13:13:38.848 INFO kablam! 276 | rt_alloc_excess_used!(rt_pow2_2bytes_1align_alloc_excess_used, 2, 1); Oct 13 13:13:38.848 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.848 INFO kablam! | Oct 13 13:13:38.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.848 INFO kablam! | Oct 13 13:13:38.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.848 INFO kablam! | Oct 13 13:13:38.848 INFO kablam! Oct 13 13:13:38.848 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.848 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.848 INFO kablam! | Oct 13 13:13:38.848 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.848 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.848 INFO kablam! ... Oct 13 13:13:38.848 INFO kablam! 289 | rt_alloc_excess_used!(rt_pow2_4bytes_1align_alloc_excess_used, 4, 1); Oct 13 13:13:38.848 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.848 INFO kablam! Oct 13 13:13:38.848 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.848 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.848 INFO kablam! | Oct 13 13:13:38.848 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.848 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.848 INFO kablam! ... Oct 13 13:13:38.848 INFO kablam! 289 | rt_alloc_excess_used!(rt_pow2_4bytes_1align_alloc_excess_used, 4, 1); Oct 13 13:13:38.848 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.848 INFO kablam! | Oct 13 13:13:38.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.848 INFO kablam! | Oct 13 13:13:38.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.848 INFO kablam! | Oct 13 13:13:38.848 INFO kablam! Oct 13 13:13:38.848 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.848 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.848 INFO kablam! | Oct 13 13:13:38.848 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.848 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.848 INFO kablam! ... Oct 13 13:13:38.848 INFO kablam! 302 | rt_alloc_excess_used!(rt_pow2_8bytes_1align_alloc_excess_used, 8, 1); Oct 13 13:13:38.848 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.848 INFO kablam! Oct 13 13:13:38.848 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.848 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.848 INFO kablam! | Oct 13 13:13:38.848 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.848 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.848 INFO kablam! ... Oct 13 13:13:38.848 INFO kablam! 302 | rt_alloc_excess_used!(rt_pow2_8bytes_1align_alloc_excess_used, 8, 1); Oct 13 13:13:38.848 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.848 INFO kablam! | Oct 13 13:13:38.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.848 INFO kablam! | Oct 13 13:13:38.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.848 INFO kablam! | Oct 13 13:13:38.848 INFO kablam! Oct 13 13:13:38.848 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.848 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.848 INFO kablam! | Oct 13 13:13:38.848 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.848 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.848 INFO kablam! ... Oct 13 13:13:38.848 INFO kablam! 315 | rt_alloc_excess_used!(rt_pow2_16bytes_1align_alloc_excess_used, 16, 1); Oct 13 13:13:38.848 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.848 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:128:26 Oct 13 13:13:38.849 INFO kablam! | Oct 13 13:13:38.849 INFO kablam! 128 | 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! 315 | rt_alloc_excess_used!(rt_pow2_16bytes_1align_alloc_excess_used, 16, 1); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.850 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.850 INFO kablam! | Oct 13 13:13:38.850 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 328 | rt_alloc_excess_used!(rt_pow2_32bytes_1align_alloc_excess_used, 32, 1); Oct 13 13:13:38.850 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.855 INFO kablam! Oct 13 13:13:38.855 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.855 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.855 INFO kablam! | Oct 13 13:13:38.855 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.855 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.855 INFO kablam! ... Oct 13 13:13:38.855 INFO kablam! 328 | rt_alloc_excess_used!(rt_pow2_32bytes_1align_alloc_excess_used, 32, 1); Oct 13 13:13:38.855 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.855 INFO kablam! | Oct 13 13:13:38.855 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.855 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.855 INFO kablam! | Oct 13 13:13:38.855 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.855 INFO kablam! | Oct 13 13:13:38.855 INFO kablam! Oct 13 13:13:38.855 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.855 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.855 INFO kablam! | Oct 13 13:13:38.855 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.855 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.855 INFO kablam! ... Oct 13 13:13:38.855 INFO kablam! 341 | rt_alloc_excess_used!(rt_pow2_64bytes_1align_alloc_excess_used, 64, 1); Oct 13 13:13:38.855 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.855 INFO kablam! Oct 13 13:13:38.855 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.855 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.855 INFO kablam! | Oct 13 13:13:38.855 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.855 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.855 INFO kablam! ... Oct 13 13:13:38.855 INFO kablam! 341 | rt_alloc_excess_used!(rt_pow2_64bytes_1align_alloc_excess_used, 64, 1); Oct 13 13:13:38.855 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.855 INFO kablam! | Oct 13 13:13:38.855 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.855 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.855 INFO kablam! | Oct 13 13:13:38.855 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.856 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.856 INFO kablam! | Oct 13 13:13:38.856 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 354 | rt_alloc_excess_used!(rt_pow2_128bytes_1align_alloc_excess_used, 128, 1); 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! 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:128:26 Oct 13 13:13:38.856 INFO kablam! | Oct 13 13:13:38.856 INFO kablam! 128 | 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! 354 | rt_alloc_excess_used!(rt_pow2_128bytes_1align_alloc_excess_used, 128, 1); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.856 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.856 INFO kablam! | Oct 13 13:13:38.856 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 367 | rt_alloc_excess_used!(rt_pow2_256bytes_1align_alloc_excess_used, 256, 1); Oct 13 13:13:38.856 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation 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:128:26 Oct 13 13:13:38.857 INFO kablam! | Oct 13 13:13:38.857 INFO kablam! 128 | 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! 367 | rt_alloc_excess_used!(rt_pow2_256bytes_1align_alloc_excess_used, 256, 1); 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.863 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.863 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.863 INFO kablam! | Oct 13 13:13:38.863 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.863 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.863 INFO kablam! ... Oct 13 13:13:38.863 INFO kablam! 380 | rt_alloc_excess_used!(rt_pow2_512bytes_1align_alloc_excess_used, 512, 1); Oct 13 13:13:38.863 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.863 INFO kablam! Oct 13 13:13:38.863 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.863 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.863 INFO kablam! | Oct 13 13:13:38.863 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.863 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.863 INFO kablam! ... Oct 13 13:13:38.863 INFO kablam! 380 | rt_alloc_excess_used!(rt_pow2_512bytes_1align_alloc_excess_used, 512, 1); Oct 13 13:13:38.863 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.863 INFO kablam! | Oct 13 13:13:38.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.863 INFO kablam! | Oct 13 13:13:38.863 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.863 INFO kablam! | Oct 13 13:13:38.863 INFO kablam! Oct 13 13:13:38.863 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.863 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.863 INFO kablam! | Oct 13 13:13:38.863 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.863 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.863 INFO kablam! ... Oct 13 13:13:38.863 INFO kablam! 393 | rt_alloc_excess_used!(rt_pow2_1024bytes_1align_alloc_excess_used, 1024, 1); Oct 13 13:13:38.863 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.863 INFO kablam! Oct 13 13:13:38.863 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.863 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.863 INFO kablam! | Oct 13 13:13:38.863 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.863 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.863 INFO kablam! ... Oct 13 13:13:38.863 INFO kablam! 393 | rt_alloc_excess_used!(rt_pow2_1024bytes_1align_alloc_excess_used, 1024, 1); Oct 13 13:13:38.863 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.863 INFO kablam! | Oct 13 13:13:38.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.863 INFO kablam! | Oct 13 13:13:38.863 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.863 INFO kablam! | Oct 13 13:13:38.863 INFO kablam! Oct 13 13:13:38.863 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.863 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.863 INFO kablam! | Oct 13 13:13:38.863 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.863 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.863 INFO kablam! ... Oct 13 13:13:38.863 INFO kablam! 406 | rt_alloc_excess_used!(rt_pow2_2048bytes_1align_alloc_excess_used, 2048, 1); Oct 13 13:13:38.863 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.863 INFO kablam! Oct 13 13:13:38.863 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.863 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.863 INFO kablam! | Oct 13 13:13:38.863 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.863 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.863 INFO kablam! ... Oct 13 13:13:38.863 INFO kablam! 406 | rt_alloc_excess_used!(rt_pow2_2048bytes_1align_alloc_excess_used, 2048, 1); Oct 13 13:13:38.863 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.863 INFO kablam! | Oct 13 13:13:38.863 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.863 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.863 INFO kablam! | Oct 13 13:13:38.863 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.865 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.865 INFO kablam! | Oct 13 13:13:38.865 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 419 | rt_alloc_excess_used!(rt_pow2_4096bytes_1align_alloc_excess_used, 4096, 1); 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.868 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.868 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.868 INFO kablam! | Oct 13 13:13:38.868 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.868 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.868 INFO kablam! ... Oct 13 13:13:38.868 INFO kablam! 419 | rt_alloc_excess_used!(rt_pow2_4096bytes_1align_alloc_excess_used, 4096, 1); Oct 13 13:13:38.868 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.868 INFO kablam! | Oct 13 13:13:38.868 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.868 INFO kablam! | Oct 13 13:13:38.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.868 INFO kablam! | Oct 13 13:13:38.868 INFO kablam! Oct 13 13:13:38.868 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.868 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.868 INFO kablam! | Oct 13 13:13:38.868 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.868 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.868 INFO kablam! ... Oct 13 13:13:38.868 INFO kablam! 432 | rt_alloc_excess_used!(rt_pow2_8192bytes_1align_alloc_excess_used, 8192, 1); Oct 13 13:13:38.868 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.868 INFO kablam! Oct 13 13:13:38.868 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.868 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.868 INFO kablam! | Oct 13 13:13:38.868 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.868 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.868 INFO kablam! ... Oct 13 13:13:38.868 INFO kablam! 432 | rt_alloc_excess_used!(rt_pow2_8192bytes_1align_alloc_excess_used, 8192, 1); Oct 13 13:13:38.868 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.868 INFO kablam! | Oct 13 13:13:38.868 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.868 INFO kablam! | Oct 13 13:13:38.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.868 INFO kablam! | Oct 13 13:13:38.868 INFO kablam! Oct 13 13:13:38.883 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.884 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.884 INFO kablam! | Oct 13 13:13:38.884 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.884 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.884 INFO kablam! ... Oct 13 13:13:38.884 INFO kablam! 445 | rt_alloc_excess_used!(rt_pow2_16384bytes_1align_alloc_excess_used, 16384, 1); Oct 13 13:13:38.884 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.884 INFO kablam! Oct 13 13:13:38.884 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.884 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.884 INFO kablam! | Oct 13 13:13:38.884 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.884 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.884 INFO kablam! ... Oct 13 13:13:38.884 INFO kablam! 445 | rt_alloc_excess_used!(rt_pow2_16384bytes_1align_alloc_excess_used, 16384, 1); Oct 13 13:13:38.884 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.884 INFO kablam! | Oct 13 13:13:38.884 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.884 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.884 INFO kablam! | Oct 13 13:13:38.884 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.884 INFO kablam! | Oct 13 13:13:38.884 INFO kablam! Oct 13 13:13:38.884 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.884 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.884 INFO kablam! | Oct 13 13:13:38.884 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.884 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.884 INFO kablam! ... Oct 13 13:13:38.884 INFO kablam! 458 | rt_alloc_excess_used!(rt_pow2_32768bytes_1align_alloc_excess_used, 32768, 1); Oct 13 13:13:38.884 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.884 INFO kablam! Oct 13 13:13:38.884 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.884 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.884 INFO kablam! | Oct 13 13:13:38.884 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.884 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.884 INFO kablam! ... Oct 13 13:13:38.884 INFO kablam! 458 | rt_alloc_excess_used!(rt_pow2_32768bytes_1align_alloc_excess_used, 32768, 1); Oct 13 13:13:38.884 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.884 INFO kablam! | Oct 13 13:13:38.884 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.884 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.884 INFO kablam! | Oct 13 13:13:38.884 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.884 INFO kablam! | Oct 13 13:13:38.884 INFO kablam! Oct 13 13:13:38.884 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.884 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.884 INFO kablam! | Oct 13 13:13:38.884 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.884 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.884 INFO kablam! ... Oct 13 13:13:38.884 INFO kablam! 471 | rt_alloc_excess_used!(rt_pow2_65536bytes_1align_alloc_excess_used, 65536, 1); Oct 13 13:13:38.884 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.884 INFO kablam! Oct 13 13:13:38.884 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.884 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.884 INFO kablam! | Oct 13 13:13:38.884 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.884 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.884 INFO kablam! ... Oct 13 13:13:38.884 INFO kablam! 471 | rt_alloc_excess_used!(rt_pow2_65536bytes_1align_alloc_excess_used, 65536, 1); Oct 13 13:13:38.884 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.884 INFO kablam! | Oct 13 13:13:38.884 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.884 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.884 INFO kablam! | Oct 13 13:13:38.884 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.884 INFO kablam! | Oct 13 13:13:38.884 INFO kablam! Oct 13 13:13:38.884 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.884 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.884 INFO kablam! | Oct 13 13:13:38.884 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.884 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.884 INFO kablam! ... Oct 13 13:13:38.884 INFO kablam! 484 | rt_alloc_excess_used!(rt_pow2_131072bytes_1align_alloc_excess_used, 131072, 1); Oct 13 13:13:38.884 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.884 INFO kablam! Oct 13 13:13:38.884 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.884 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.885 INFO kablam! | Oct 13 13:13:38.885 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.885 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.885 INFO kablam! ... Oct 13 13:13:38.885 INFO kablam! 484 | rt_alloc_excess_used!(rt_pow2_131072bytes_1align_alloc_excess_used, 131072, 1); Oct 13 13:13:38.885 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.885 INFO kablam! | Oct 13 13:13:38.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.885 INFO kablam! | Oct 13 13:13:38.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.885 INFO kablam! | Oct 13 13:13:38.885 INFO kablam! Oct 13 13:13:38.885 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.885 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.885 INFO kablam! | Oct 13 13:13:38.885 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.885 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.885 INFO kablam! ... Oct 13 13:13:38.885 INFO kablam! 497 | rt_alloc_excess_used!(rt_pow2_4194304bytes_1align_alloc_excess_used, 4194304, 1); Oct 13 13:13:38.885 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.885 INFO kablam! Oct 13 13:13:38.885 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.885 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.885 INFO kablam! | Oct 13 13:13:38.885 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.885 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.885 INFO kablam! ... Oct 13 13:13:38.885 INFO kablam! 497 | rt_alloc_excess_used!(rt_pow2_4194304bytes_1align_alloc_excess_used, 4194304, 1); Oct 13 13:13:38.885 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.885 INFO kablam! | Oct 13 13:13:38.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.885 INFO kablam! | Oct 13 13:13:38.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.885 INFO kablam! | Oct 13 13:13:38.885 INFO kablam! Oct 13 13:13:38.885 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.885 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.885 INFO kablam! | Oct 13 13:13:38.885 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.885 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.885 INFO kablam! ... Oct 13 13:13:38.885 INFO kablam! 511 | rt_alloc_excess_used!(rt_even_10bytes_1align_alloc_excess_used, 10, 1); Oct 13 13:13:38.885 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.885 INFO kablam! Oct 13 13:13:38.885 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.885 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.885 INFO kablam! | Oct 13 13:13:38.885 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.885 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.885 INFO kablam! ... Oct 13 13:13:38.885 INFO kablam! 511 | rt_alloc_excess_used!(rt_even_10bytes_1align_alloc_excess_used, 10, 1); Oct 13 13:13:38.885 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.885 INFO kablam! | Oct 13 13:13:38.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.885 INFO kablam! | Oct 13 13:13:38.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.885 INFO kablam! | Oct 13 13:13:38.885 INFO kablam! Oct 13 13:13:38.885 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.885 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.885 INFO kablam! | Oct 13 13:13:38.885 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.885 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.885 INFO kablam! ... Oct 13 13:13:38.885 INFO kablam! 524 | rt_alloc_excess_used!(rt_even_100bytes_1align_alloc_excess_used, 100, 1); Oct 13 13:13:38.885 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.885 INFO kablam! Oct 13 13:13:38.885 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.885 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.885 INFO kablam! | Oct 13 13:13:38.885 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.885 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.885 INFO kablam! ... Oct 13 13:13:38.885 INFO kablam! 524 | rt_alloc_excess_used!(rt_even_100bytes_1align_alloc_excess_used, 100, 1); Oct 13 13:13:38.885 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.885 INFO kablam! | Oct 13 13:13:38.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.885 INFO kablam! | Oct 13 13:13:38.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.885 INFO kablam! | Oct 13 13:13:38.885 INFO kablam! Oct 13 13:13:38.900 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.900 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.900 INFO kablam! | Oct 13 13:13:38.900 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.900 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.900 INFO kablam! ... Oct 13 13:13:38.900 INFO kablam! 537 | rt_alloc_excess_used!(rt_even_1000bytes_1align_alloc_excess_used, 1000, 1); Oct 13 13:13:38.900 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.900 INFO kablam! Oct 13 13:13:38.900 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.900 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.900 INFO kablam! | Oct 13 13:13:38.900 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.900 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.900 INFO kablam! ... Oct 13 13:13:38.900 INFO kablam! 537 | rt_alloc_excess_used!(rt_even_1000bytes_1align_alloc_excess_used, 1000, 1); Oct 13 13:13:38.900 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.900 INFO kablam! | Oct 13 13:13:38.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.900 INFO kablam! | Oct 13 13:13:38.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.900 INFO kablam! | Oct 13 13:13:38.900 INFO kablam! Oct 13 13:13:38.900 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.900 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.900 INFO kablam! | Oct 13 13:13:38.900 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.900 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.900 INFO kablam! ... Oct 13 13:13:38.900 INFO kablam! 550 | rt_alloc_excess_used!(rt_even_10000bytes_1align_alloc_excess_used, 10000, 1); Oct 13 13:13:38.900 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.900 INFO kablam! Oct 13 13:13:38.900 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.900 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.900 INFO kablam! | Oct 13 13:13:38.900 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.900 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.900 INFO kablam! ... Oct 13 13:13:38.900 INFO kablam! 550 | rt_alloc_excess_used!(rt_even_10000bytes_1align_alloc_excess_used, 10000, 1); Oct 13 13:13:38.900 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.900 INFO kablam! | Oct 13 13:13:38.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.901 INFO kablam! | Oct 13 13:13:38.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.901 INFO kablam! | Oct 13 13:13:38.901 INFO kablam! Oct 13 13:13:38.901 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.901 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.901 INFO kablam! | Oct 13 13:13:38.901 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.901 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.901 INFO kablam! ... Oct 13 13:13:38.901 INFO kablam! 563 | rt_alloc_excess_used!(rt_even_100000bytes_1align_alloc_excess_used, 100000, 1); Oct 13 13:13:38.901 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.901 INFO kablam! Oct 13 13:13:38.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.901 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.901 INFO kablam! | Oct 13 13:13:38.901 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.901 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.901 INFO kablam! ... Oct 13 13:13:38.901 INFO kablam! 563 | rt_alloc_excess_used!(rt_even_100000bytes_1align_alloc_excess_used, 100000, 1); Oct 13 13:13:38.901 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.901 INFO kablam! | Oct 13 13:13:38.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.901 INFO kablam! | Oct 13 13:13:38.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.901 INFO kablam! | Oct 13 13:13:38.901 INFO kablam! Oct 13 13:13:38.901 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.901 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.901 INFO kablam! | Oct 13 13:13:38.901 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.901 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.901 INFO kablam! ... Oct 13 13:13:38.901 INFO kablam! 576 | rt_alloc_excess_used!(rt_even_1000000bytes_1align_alloc_excess_used, 1000000, 1); Oct 13 13:13:38.901 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.901 INFO kablam! Oct 13 13:13:38.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.901 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.901 INFO kablam! | Oct 13 13:13:38.901 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.901 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.901 INFO kablam! ... Oct 13 13:13:38.901 INFO kablam! 576 | rt_alloc_excess_used!(rt_even_1000000bytes_1align_alloc_excess_used, 1000000, 1); Oct 13 13:13:38.901 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.901 INFO kablam! | Oct 13 13:13:38.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.901 INFO kablam! | Oct 13 13:13:38.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.901 INFO kablam! | Oct 13 13:13:38.901 INFO kablam! Oct 13 13:13:38.901 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.901 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.901 INFO kablam! | Oct 13 13:13:38.901 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.901 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.901 INFO kablam! ... Oct 13 13:13:38.901 INFO kablam! 590 | rt_alloc_excess_used!(rt_odd_10bytes_1align_alloc_excess_used, 10- 1, 1); Oct 13 13:13:38.901 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.901 INFO kablam! Oct 13 13:13:38.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.901 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.901 INFO kablam! | Oct 13 13:13:38.901 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.901 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.901 INFO kablam! ... Oct 13 13:13:38.901 INFO kablam! 590 | rt_alloc_excess_used!(rt_odd_10bytes_1align_alloc_excess_used, 10- 1, 1); Oct 13 13:13:38.901 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.901 INFO kablam! | Oct 13 13:13:38.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.901 INFO kablam! | Oct 13 13:13:38.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.901 INFO kablam! | Oct 13 13:13:38.901 INFO kablam! Oct 13 13:13:38.901 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.901 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.901 INFO kablam! | Oct 13 13:13:38.901 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.901 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.901 INFO kablam! ... Oct 13 13:13:38.901 INFO kablam! 603 | rt_alloc_excess_used!(rt_odd_100bytes_1align_alloc_excess_used, 100- 1, 1); Oct 13 13:13:38.901 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.902 INFO kablam! Oct 13 13:13:38.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.902 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.902 INFO kablam! | Oct 13 13:13:38.902 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.902 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.902 INFO kablam! ... Oct 13 13:13:38.902 INFO kablam! 603 | rt_alloc_excess_used!(rt_odd_100bytes_1align_alloc_excess_used, 100- 1, 1); Oct 13 13:13:38.902 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.902 INFO kablam! | Oct 13 13:13:38.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.902 INFO kablam! | Oct 13 13:13:38.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.902 INFO kablam! | Oct 13 13:13:38.902 INFO kablam! Oct 13 13:13:38.902 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.902 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.902 INFO kablam! | Oct 13 13:13:38.902 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.902 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.902 INFO kablam! ... Oct 13 13:13:38.902 INFO kablam! 616 | rt_alloc_excess_used!(rt_odd_1000bytes_1align_alloc_excess_used, 1000- 1, 1); Oct 13 13:13:38.902 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.902 INFO kablam! Oct 13 13:13:38.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.902 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.902 INFO kablam! | Oct 13 13:13:38.902 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.902 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.902 INFO kablam! ... Oct 13 13:13:38.902 INFO kablam! 616 | rt_alloc_excess_used!(rt_odd_1000bytes_1align_alloc_excess_used, 1000- 1, 1); Oct 13 13:13:38.902 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.902 INFO kablam! | Oct 13 13:13:38.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.902 INFO kablam! | Oct 13 13:13:38.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.902 INFO kablam! | Oct 13 13:13:38.902 INFO kablam! Oct 13 13:13:38.902 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.902 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.902 INFO kablam! | Oct 13 13:13:38.902 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.902 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.902 INFO kablam! ... Oct 13 13:13:38.902 INFO kablam! 629 | rt_alloc_excess_used!(rt_odd_10000bytes_1align_alloc_excess_used, 10000- 1, 1); Oct 13 13:13:38.902 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.902 INFO kablam! Oct 13 13:13:38.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.902 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.902 INFO kablam! | Oct 13 13:13:38.902 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.902 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.902 INFO kablam! ... Oct 13 13:13:38.902 INFO kablam! 629 | rt_alloc_excess_used!(rt_odd_10000bytes_1align_alloc_excess_used, 10000- 1, 1); Oct 13 13:13:38.902 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.902 INFO kablam! | Oct 13 13:13:38.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.902 INFO kablam! | Oct 13 13:13:38.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.902 INFO kablam! | Oct 13 13:13:38.902 INFO kablam! Oct 13 13:13:38.902 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.902 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.902 INFO kablam! | Oct 13 13:13:38.902 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.902 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.902 INFO kablam! ... Oct 13 13:13:38.902 INFO kablam! 642 | rt_alloc_excess_used!(rt_odd_100000bytes_1align_alloc_excess_used, 100000- 1, 1); Oct 13 13:13:38.902 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.902 INFO kablam! Oct 13 13:13:38.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.902 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.902 INFO kablam! | Oct 13 13:13:38.902 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.902 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.902 INFO kablam! ... Oct 13 13:13:38.902 INFO kablam! 642 | rt_alloc_excess_used!(rt_odd_100000bytes_1align_alloc_excess_used, 100000- 1, 1); Oct 13 13:13:38.902 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.902 INFO kablam! | Oct 13 13:13:38.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.902 INFO kablam! | Oct 13 13:13:38.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.902 INFO kablam! | Oct 13 13:13:38.902 INFO kablam! Oct 13 13:13:38.909 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.909 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.909 INFO kablam! | Oct 13 13:13:38.909 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.909 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.909 INFO kablam! ... Oct 13 13:13:38.909 INFO kablam! 655 | rt_alloc_excess_used!(rt_odd_1000000bytes_1align_alloc_excess_used, 1000000- 1, 1); Oct 13 13:13:38.909 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.909 INFO kablam! Oct 13 13:13:38.909 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.909 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.909 INFO kablam! | Oct 13 13:13:38.909 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.909 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.909 INFO kablam! ... Oct 13 13:13:38.909 INFO kablam! 655 | rt_alloc_excess_used!(rt_odd_1000000bytes_1align_alloc_excess_used, 1000000- 1, 1); Oct 13 13:13:38.909 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.909 INFO kablam! | Oct 13 13:13:38.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.909 INFO kablam! | Oct 13 13:13:38.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.909 INFO kablam! | Oct 13 13:13:38.909 INFO kablam! Oct 13 13:13:38.909 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.909 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.909 INFO kablam! | Oct 13 13:13:38.909 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.909 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.909 INFO kablam! ... Oct 13 13:13:38.909 INFO kablam! 669 | rt_alloc_excess_used!(rt_primes_3bytes_1align_alloc_excess_used, 3, 1); Oct 13 13:13:38.909 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.909 INFO kablam! Oct 13 13:13:38.909 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.909 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.909 INFO kablam! | Oct 13 13:13:38.909 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.909 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.909 INFO kablam! ... Oct 13 13:13:38.909 INFO kablam! 669 | rt_alloc_excess_used!(rt_primes_3bytes_1align_alloc_excess_used, 3, 1); Oct 13 13:13:38.909 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.909 INFO kablam! | Oct 13 13:13:38.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.909 INFO kablam! | Oct 13 13:13:38.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.909 INFO kablam! | Oct 13 13:13:38.909 INFO kablam! Oct 13 13:13:38.909 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.909 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.909 INFO kablam! | Oct 13 13:13:38.909 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.909 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.909 INFO kablam! ... Oct 13 13:13:38.909 INFO kablam! 682 | rt_alloc_excess_used!(rt_primes_7bytes_1align_alloc_excess_used, 7, 1); Oct 13 13:13:38.909 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.909 INFO kablam! Oct 13 13:13:38.909 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.909 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.909 INFO kablam! | Oct 13 13:13:38.909 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.909 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.909 INFO kablam! ... Oct 13 13:13:38.909 INFO kablam! 682 | rt_alloc_excess_used!(rt_primes_7bytes_1align_alloc_excess_used, 7, 1); Oct 13 13:13:38.909 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.909 INFO kablam! | Oct 13 13:13:38.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.909 INFO kablam! | Oct 13 13:13:38.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.909 INFO kablam! | Oct 13 13:13:38.909 INFO kablam! Oct 13 13:13:38.909 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.909 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.909 INFO kablam! | Oct 13 13:13:38.909 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.909 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.909 INFO kablam! ... Oct 13 13:13:38.909 INFO kablam! 695 | rt_alloc_excess_used!(rt_primes_13bytes_1align_alloc_excess_used, 13, 1); Oct 13 13:13:38.909 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.909 INFO kablam! Oct 13 13:13:38.920 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.920 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.920 INFO kablam! | Oct 13 13:13:38.920 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.920 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.920 INFO kablam! ... Oct 13 13:13:38.920 INFO kablam! 695 | rt_alloc_excess_used!(rt_primes_13bytes_1align_alloc_excess_used, 13, 1); Oct 13 13:13:38.920 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.920 INFO kablam! | Oct 13 13:13:38.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.920 INFO kablam! | Oct 13 13:13:38.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.920 INFO kablam! | Oct 13 13:13:38.920 INFO kablam! Oct 13 13:13:38.920 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.920 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.920 INFO kablam! | Oct 13 13:13:38.920 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.920 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.920 INFO kablam! ... Oct 13 13:13:38.920 INFO kablam! 708 | rt_alloc_excess_used!(rt_primes_17bytes_1align_alloc_excess_used, 17, 1); Oct 13 13:13:38.920 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.920 INFO kablam! Oct 13 13:13:38.920 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.920 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.920 INFO kablam! | Oct 13 13:13:38.920 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.920 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.920 INFO kablam! ... Oct 13 13:13:38.920 INFO kablam! 708 | rt_alloc_excess_used!(rt_primes_17bytes_1align_alloc_excess_used, 17, 1); Oct 13 13:13:38.920 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.920 INFO kablam! | Oct 13 13:13:38.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.920 INFO kablam! | Oct 13 13:13:38.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.920 INFO kablam! | Oct 13 13:13:38.920 INFO kablam! Oct 13 13:13:38.920 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.920 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.920 INFO kablam! | Oct 13 13:13:38.920 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.920 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.921 INFO kablam! ... Oct 13 13:13:38.921 INFO kablam! 721 | rt_alloc_excess_used!(rt_primes_31bytes_1align_alloc_excess_used, 31, 1); 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! 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:128:26 Oct 13 13:13:38.921 INFO kablam! | Oct 13 13:13:38.921 INFO kablam! 128 | 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! 721 | rt_alloc_excess_used!(rt_primes_31bytes_1align_alloc_excess_used, 31, 1); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.921 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.921 INFO kablam! | Oct 13 13:13:38.921 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 734 | rt_alloc_excess_used!(rt_primes_61bytes_1align_alloc_excess_used, 61, 1); 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! 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:128:26 Oct 13 13:13:38.921 INFO kablam! | Oct 13 13:13:38.921 INFO kablam! 128 | 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! 734 | rt_alloc_excess_used!(rt_primes_61bytes_1align_alloc_excess_used, 61, 1); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.921 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.921 INFO kablam! | Oct 13 13:13:38.921 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 747 | rt_alloc_excess_used!(rt_primes_96bytes_1align_alloc_excess_used, 96, 1); 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.926 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.926 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.926 INFO kablam! | Oct 13 13:13:38.926 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.926 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.926 INFO kablam! ... Oct 13 13:13:38.926 INFO kablam! 747 | rt_alloc_excess_used!(rt_primes_96bytes_1align_alloc_excess_used, 96, 1); Oct 13 13:13:38.926 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.926 INFO kablam! | Oct 13 13:13:38.926 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.926 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.926 INFO kablam! | Oct 13 13:13:38.926 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.926 INFO kablam! | Oct 13 13:13:38.926 INFO kablam! Oct 13 13:13:38.926 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.926 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.926 INFO kablam! | Oct 13 13:13:38.926 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.926 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.926 INFO kablam! ... Oct 13 13:13:38.926 INFO kablam! 760 | rt_alloc_excess_used!(rt_primes_127bytes_1align_alloc_excess_used, 127, 1); Oct 13 13:13:38.926 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.926 INFO kablam! Oct 13 13:13:38.926 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.926 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.926 INFO kablam! | Oct 13 13:13:38.926 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.926 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.926 INFO kablam! ... Oct 13 13:13:38.926 INFO kablam! 760 | rt_alloc_excess_used!(rt_primes_127bytes_1align_alloc_excess_used, 127, 1); Oct 13 13:13:38.926 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.926 INFO kablam! | Oct 13 13:13:38.926 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.926 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.926 INFO kablam! | Oct 13 13:13:38.926 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.926 INFO kablam! | Oct 13 13:13:38.926 INFO kablam! Oct 13 13:13:38.926 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.926 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.926 INFO kablam! | Oct 13 13:13:38.926 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 773 | rt_alloc_excess_used!(rt_primes_257bytes_1align_alloc_excess_used, 257, 1); 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! 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:128:26 Oct 13 13:13:38.927 INFO kablam! | Oct 13 13:13:38.927 INFO kablam! 128 | 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! 773 | rt_alloc_excess_used!(rt_primes_257bytes_1align_alloc_excess_used, 257, 1); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.927 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.927 INFO kablam! | Oct 13 13:13:38.927 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 786 | rt_alloc_excess_used!(rt_primes_509bytes_1align_alloc_excess_used, 509, 1); 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! 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:128:26 Oct 13 13:13:38.927 INFO kablam! | Oct 13 13:13:38.927 INFO kablam! 128 | 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! 786 | rt_alloc_excess_used!(rt_primes_509bytes_1align_alloc_excess_used, 509, 1); 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.928 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.928 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.928 INFO kablam! | Oct 13 13:13:38.928 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 799 | rt_alloc_excess_used!(rt_primes_1021bytes_1align_alloc_excess_used, 1021, 1); 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! 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:128:26 Oct 13 13:13:38.928 INFO kablam! | Oct 13 13:13:38.928 INFO kablam! 128 | 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! 799 | rt_alloc_excess_used!(rt_primes_1021bytes_1align_alloc_excess_used, 1021, 1); 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.929 INFO kablam! Oct 13 13:13:38.929 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.929 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.929 INFO kablam! | Oct 13 13:13:38.929 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.929 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.929 INFO kablam! ... Oct 13 13:13:38.929 INFO kablam! 812 | rt_alloc_excess_used!(rt_primes_2039bytes_1align_alloc_excess_used, 2039, 1); 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! 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:128:26 Oct 13 13:13:38.929 INFO kablam! | Oct 13 13:13:38.929 INFO kablam! 128 | 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! 812 | rt_alloc_excess_used!(rt_primes_2039bytes_1align_alloc_excess_used, 2039, 1); 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.938 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.938 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.938 INFO kablam! | Oct 13 13:13:38.938 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.938 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.938 INFO kablam! ... Oct 13 13:13:38.938 INFO kablam! 825 | rt_alloc_excess_used!(rt_primes_4093bytes_1align_alloc_excess_used, 4093, 1); Oct 13 13:13:38.938 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.938 INFO kablam! Oct 13 13:13:38.938 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.938 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.938 INFO kablam! | Oct 13 13:13:38.938 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.938 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.938 INFO kablam! ... Oct 13 13:13:38.938 INFO kablam! 825 | rt_alloc_excess_used!(rt_primes_4093bytes_1align_alloc_excess_used, 4093, 1); Oct 13 13:13:38.938 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.938 INFO kablam! | Oct 13 13:13:38.938 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.938 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.938 INFO kablam! | Oct 13 13:13:38.938 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.938 INFO kablam! | Oct 13 13:13:38.938 INFO kablam! Oct 13 13:13:38.938 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.938 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.938 INFO kablam! | Oct 13 13:13:38.938 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.938 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.938 INFO kablam! ... Oct 13 13:13:38.938 INFO kablam! 838 | rt_alloc_excess_used!(rt_primes_8191bytes_1align_alloc_excess_used, 8191, 1); Oct 13 13:13:38.938 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.938 INFO kablam! Oct 13 13:13:38.938 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.938 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.938 INFO kablam! | Oct 13 13:13:38.938 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.938 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.938 INFO kablam! ... Oct 13 13:13:38.938 INFO kablam! 838 | rt_alloc_excess_used!(rt_primes_8191bytes_1align_alloc_excess_used, 8191, 1); Oct 13 13:13:38.938 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.938 INFO kablam! | Oct 13 13:13:38.938 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.938 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.938 INFO kablam! | Oct 13 13:13:38.938 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.938 INFO kablam! | Oct 13 13:13:38.938 INFO kablam! Oct 13 13:13:38.938 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.938 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.938 INFO kablam! | Oct 13 13:13:38.938 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.938 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.938 INFO kablam! ... Oct 13 13:13:38.938 INFO kablam! 851 | rt_alloc_excess_used!(rt_primes_16381bytes_1align_alloc_excess_used, 16381, 1); Oct 13 13:13:38.938 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation 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:128:26 Oct 13 13:13:38.939 INFO kablam! | Oct 13 13:13:38.939 INFO kablam! 128 | 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! 851 | rt_alloc_excess_used!(rt_primes_16381bytes_1align_alloc_excess_used, 16381, 1); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.939 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.939 INFO kablam! | Oct 13 13:13:38.939 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 864 | rt_alloc_excess_used!(rt_primes_32749bytes_1align_alloc_excess_used, 32749, 1); 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! 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:128:26 Oct 13 13:13:38.939 INFO kablam! | Oct 13 13:13:38.939 INFO kablam! 128 | 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! 864 | rt_alloc_excess_used!(rt_primes_32749bytes_1align_alloc_excess_used, 32749, 1); 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.945 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.945 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.945 INFO kablam! | Oct 13 13:13:38.945 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.945 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.945 INFO kablam! ... Oct 13 13:13:38.945 INFO kablam! 877 | rt_alloc_excess_used!(rt_primes_65537bytes_1align_alloc_excess_used, 65537, 1); Oct 13 13:13:38.945 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.945 INFO kablam! Oct 13 13:13:38.945 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.946 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.946 INFO kablam! | Oct 13 13:13:38.946 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.946 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.946 INFO kablam! ... Oct 13 13:13:38.946 INFO kablam! 877 | rt_alloc_excess_used!(rt_primes_65537bytes_1align_alloc_excess_used, 65537, 1); Oct 13 13:13:38.946 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.946 INFO kablam! | Oct 13 13:13:38.946 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.946 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.946 INFO kablam! | Oct 13 13:13:38.946 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.946 INFO kablam! | Oct 13 13:13:38.946 INFO kablam! Oct 13 13:13:38.946 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.946 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.946 INFO kablam! | Oct 13 13:13:38.946 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.946 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.946 INFO kablam! ... Oct 13 13:13:38.946 INFO kablam! 890 | rt_alloc_excess_used!(rt_primes_131071bytes_1align_alloc_excess_used, 131071, 1); Oct 13 13:13:38.946 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.946 INFO kablam! Oct 13 13:13:38.946 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.946 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.946 INFO kablam! | Oct 13 13:13:38.946 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.946 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.946 INFO kablam! ... Oct 13 13:13:38.946 INFO kablam! 890 | rt_alloc_excess_used!(rt_primes_131071bytes_1align_alloc_excess_used, 131071, 1); Oct 13 13:13:38.946 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.946 INFO kablam! | Oct 13 13:13:38.946 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.946 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.946 INFO kablam! | Oct 13 13:13:38.946 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.946 INFO kablam! | Oct 13 13:13:38.946 INFO kablam! Oct 13 13:13:38.946 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.946 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.946 INFO kablam! | Oct 13 13:13:38.946 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.946 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.946 INFO kablam! ... Oct 13 13:13:38.946 INFO kablam! 903 | rt_alloc_excess_used!(rt_primes_4194301bytes_1align_alloc_excess_used, 4194301, 1); Oct 13 13:13:38.946 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.946 INFO kablam! Oct 13 13:13:38.946 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.946 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.946 INFO kablam! | Oct 13 13:13:38.946 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.946 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.946 INFO kablam! ... Oct 13 13:13:38.946 INFO kablam! 903 | rt_alloc_excess_used!(rt_primes_4194301bytes_1align_alloc_excess_used, 4194301, 1); Oct 13 13:13:38.946 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.946 INFO kablam! | Oct 13 13:13:38.946 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.946 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.946 INFO kablam! | Oct 13 13:13:38.946 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.946 INFO kablam! | Oct 13 13:13:38.946 INFO kablam! Oct 13 13:13:38.946 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.946 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.946 INFO kablam! | Oct 13 13:13:38.946 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.946 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.946 INFO kablam! ... Oct 13 13:13:38.946 INFO kablam! 919 | rt_alloc_excess_used!(rt_pow2_1bytes_2align_alloc_excess_used, 1, 2); Oct 13 13:13:38.946 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.946 INFO kablam! Oct 13 13:13:38.946 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.946 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.946 INFO kablam! | Oct 13 13:13:38.946 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.946 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.946 INFO kablam! ... Oct 13 13:13:38.946 INFO kablam! 919 | rt_alloc_excess_used!(rt_pow2_1bytes_2align_alloc_excess_used, 1, 2); Oct 13 13:13:38.946 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.946 INFO kablam! | Oct 13 13:13:38.946 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.946 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.946 INFO kablam! | Oct 13 13:13:38.946 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.946 INFO kablam! | Oct 13 13:13:38.946 INFO kablam! Oct 13 13:13:38.956 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.956 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.956 INFO kablam! | Oct 13 13:13:38.956 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.956 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.956 INFO kablam! ... Oct 13 13:13:38.956 INFO kablam! 932 | rt_alloc_excess_used!(rt_pow2_2bytes_2align_alloc_excess_used, 2, 2); Oct 13 13:13:38.956 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.956 INFO kablam! Oct 13 13:13:38.956 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.956 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.956 INFO kablam! | Oct 13 13:13:38.956 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.956 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.956 INFO kablam! ... Oct 13 13:13:38.956 INFO kablam! 932 | rt_alloc_excess_used!(rt_pow2_2bytes_2align_alloc_excess_used, 2, 2); Oct 13 13:13:38.956 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.956 INFO kablam! | Oct 13 13:13:38.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.956 INFO kablam! | Oct 13 13:13:38.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.956 INFO kablam! | Oct 13 13:13:38.956 INFO kablam! Oct 13 13:13:38.956 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.956 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.956 INFO kablam! | Oct 13 13:13:38.956 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.956 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.956 INFO kablam! ... Oct 13 13:13:38.956 INFO kablam! 945 | rt_alloc_excess_used!(rt_pow2_4bytes_2align_alloc_excess_used, 4, 2); Oct 13 13:13:38.956 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.956 INFO kablam! Oct 13 13:13:38.956 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.956 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.956 INFO kablam! | Oct 13 13:13:38.956 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.956 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.956 INFO kablam! ... Oct 13 13:13:38.956 INFO kablam! 945 | rt_alloc_excess_used!(rt_pow2_4bytes_2align_alloc_excess_used, 4, 2); Oct 13 13:13:38.956 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.956 INFO kablam! | Oct 13 13:13:38.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.957 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.957 INFO kablam! | Oct 13 13:13:38.957 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.957 INFO kablam! | Oct 13 13:13:38.957 INFO kablam! Oct 13 13:13:38.957 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.957 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.957 INFO kablam! | Oct 13 13:13:38.957 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.957 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.957 INFO kablam! ... Oct 13 13:13:38.957 INFO kablam! 958 | rt_alloc_excess_used!(rt_pow2_8bytes_2align_alloc_excess_used, 8, 2); Oct 13 13:13:38.957 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.957 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:128:26 Oct 13 13:13:38.957 INFO kablam! | Oct 13 13:13:38.957 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.957 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.957 INFO kablam! ... Oct 13 13:13:38.957 INFO kablam! 958 | rt_alloc_excess_used!(rt_pow2_8bytes_2align_alloc_excess_used, 8, 2); Oct 13 13:13:38.957 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.957 INFO kablam! | Oct 13 13:13:38.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.957 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.957 INFO kablam! | Oct 13 13:13:38.957 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.957 INFO kablam! | Oct 13 13:13:38.957 INFO kablam! Oct 13 13:13:38.957 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.957 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.957 INFO kablam! | Oct 13 13:13:38.957 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.957 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.957 INFO kablam! ... Oct 13 13:13:38.957 INFO kablam! 971 | rt_alloc_excess_used!(rt_pow2_16bytes_2align_alloc_excess_used, 16, 2); Oct 13 13:13:38.957 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.957 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:128:26 Oct 13 13:13:38.957 INFO kablam! | Oct 13 13:13:38.957 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.957 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.957 INFO kablam! ... Oct 13 13:13:38.957 INFO kablam! 971 | rt_alloc_excess_used!(rt_pow2_16bytes_2align_alloc_excess_used, 16, 2); Oct 13 13:13:38.957 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.957 INFO kablam! | Oct 13 13:13:38.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.957 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.957 INFO kablam! | Oct 13 13:13:38.957 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.957 INFO kablam! | Oct 13 13:13:38.957 INFO kablam! Oct 13 13:13:38.957 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.957 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.957 INFO kablam! | Oct 13 13:13:38.957 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.957 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.957 INFO kablam! ... Oct 13 13:13:38.957 INFO kablam! 984 | rt_alloc_excess_used!(rt_pow2_32bytes_2align_alloc_excess_used, 32, 2); Oct 13 13:13:38.957 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.957 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:128:26 Oct 13 13:13:38.957 INFO kablam! | Oct 13 13:13:38.957 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.957 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.957 INFO kablam! ... Oct 13 13:13:38.957 INFO kablam! 984 | rt_alloc_excess_used!(rt_pow2_32bytes_2align_alloc_excess_used, 32, 2); Oct 13 13:13:38.957 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.957 INFO kablam! | Oct 13 13:13:38.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.957 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.957 INFO kablam! | Oct 13 13:13:38.957 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.957 INFO kablam! | Oct 13 13:13:38.957 INFO kablam! Oct 13 13:13:38.960 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.960 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.960 INFO kablam! | Oct 13 13:13:38.960 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.960 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.960 INFO kablam! ... Oct 13 13:13:38.960 INFO kablam! 997 | rt_alloc_excess_used!(rt_pow2_64bytes_2align_alloc_excess_used, 64, 2); Oct 13 13:13:38.960 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.960 INFO kablam! Oct 13 13:13:38.960 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:128:26 Oct 13 13:13:38.961 INFO kablam! | Oct 13 13:13:38.961 INFO kablam! 128 | 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! 997 | rt_alloc_excess_used!(rt_pow2_64bytes_2align_alloc_excess_used, 64, 2); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.961 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.961 INFO kablam! | Oct 13 13:13:38.961 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1010 | rt_alloc_excess_used!(rt_pow2_128bytes_2align_alloc_excess_used, 128, 2); 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! 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:128:26 Oct 13 13:13:38.961 INFO kablam! | Oct 13 13:13:38.961 INFO kablam! 128 | 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! 1010 | rt_alloc_excess_used!(rt_pow2_128bytes_2align_alloc_excess_used, 128, 2); 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.969 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.969 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.969 INFO kablam! | Oct 13 13:13:38.969 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.969 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.969 INFO kablam! ... Oct 13 13:13:38.969 INFO kablam! 1023 | rt_alloc_excess_used!(rt_pow2_256bytes_2align_alloc_excess_used, 256, 2); Oct 13 13:13:38.969 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.969 INFO kablam! Oct 13 13:13:38.969 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.969 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.969 INFO kablam! | Oct 13 13:13:38.969 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.969 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.969 INFO kablam! ... Oct 13 13:13:38.969 INFO kablam! 1023 | rt_alloc_excess_used!(rt_pow2_256bytes_2align_alloc_excess_used, 256, 2); Oct 13 13:13:38.969 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.969 INFO kablam! | Oct 13 13:13:38.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.969 INFO kablam! | Oct 13 13:13:38.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.969 INFO kablam! | Oct 13 13:13:38.969 INFO kablam! Oct 13 13:13:38.969 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.969 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.969 INFO kablam! | Oct 13 13:13:38.969 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.969 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.969 INFO kablam! ... Oct 13 13:13:38.969 INFO kablam! 1036 | rt_alloc_excess_used!(rt_pow2_512bytes_2align_alloc_excess_used, 512, 2); Oct 13 13:13:38.969 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.969 INFO kablam! Oct 13 13:13:38.969 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.969 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.969 INFO kablam! | Oct 13 13:13:38.969 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.969 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.969 INFO kablam! ... Oct 13 13:13:38.969 INFO kablam! 1036 | rt_alloc_excess_used!(rt_pow2_512bytes_2align_alloc_excess_used, 512, 2); Oct 13 13:13:38.969 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.969 INFO kablam! | Oct 13 13:13:38.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.969 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.970 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.970 INFO kablam! | Oct 13 13:13:38.970 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1049 | rt_alloc_excess_used!(rt_pow2_1024bytes_2align_alloc_excess_used, 1024, 2); 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! 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:128:26 Oct 13 13:13:38.970 INFO kablam! | Oct 13 13:13:38.970 INFO kablam! 128 | 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! 1049 | rt_alloc_excess_used!(rt_pow2_1024bytes_2align_alloc_excess_used, 1024, 2); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.970 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.970 INFO kablam! | Oct 13 13:13:38.970 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1062 | rt_alloc_excess_used!(rt_pow2_2048bytes_2align_alloc_excess_used, 2048, 2); 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! 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:128:26 Oct 13 13:13:38.970 INFO kablam! | Oct 13 13:13:38.970 INFO kablam! 128 | 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! 1062 | rt_alloc_excess_used!(rt_pow2_2048bytes_2align_alloc_excess_used, 2048, 2); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.970 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.970 INFO kablam! | Oct 13 13:13:38.970 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1075 | rt_alloc_excess_used!(rt_pow2_4096bytes_2align_alloc_excess_used, 4096, 2); 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.980 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.980 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.980 INFO kablam! | Oct 13 13:13:38.980 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.980 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.980 INFO kablam! ... Oct 13 13:13:38.980 INFO kablam! 1075 | rt_alloc_excess_used!(rt_pow2_4096bytes_2align_alloc_excess_used, 4096, 2); Oct 13 13:13:38.980 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.980 INFO kablam! | Oct 13 13:13:38.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.980 INFO kablam! | Oct 13 13:13:38.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.980 INFO kablam! | Oct 13 13:13:38.980 INFO kablam! Oct 13 13:13:38.980 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.980 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.980 INFO kablam! | Oct 13 13:13:38.980 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.980 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.980 INFO kablam! ... Oct 13 13:13:38.980 INFO kablam! 1088 | rt_alloc_excess_used!(rt_pow2_8192bytes_2align_alloc_excess_used, 8192, 2); Oct 13 13:13:38.980 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.980 INFO kablam! Oct 13 13:13:38.980 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.980 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.980 INFO kablam! | Oct 13 13:13:38.980 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.980 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.980 INFO kablam! ... Oct 13 13:13:38.980 INFO kablam! 1088 | rt_alloc_excess_used!(rt_pow2_8192bytes_2align_alloc_excess_used, 8192, 2); Oct 13 13:13:38.980 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.980 INFO kablam! | Oct 13 13:13:38.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.980 INFO kablam! | Oct 13 13:13:38.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.980 INFO kablam! | Oct 13 13:13:38.980 INFO kablam! Oct 13 13:13:38.980 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.980 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.980 INFO kablam! | Oct 13 13:13:38.980 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.980 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.980 INFO kablam! ... Oct 13 13:13:38.981 INFO kablam! 1101 | rt_alloc_excess_used!(rt_pow2_16384bytes_2align_alloc_excess_used, 16384, 2); Oct 13 13:13:38.981 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.981 INFO kablam! Oct 13 13:13:38.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.981 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.981 INFO kablam! | Oct 13 13:13:38.981 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.981 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.981 INFO kablam! ... Oct 13 13:13:38.981 INFO kablam! 1101 | rt_alloc_excess_used!(rt_pow2_16384bytes_2align_alloc_excess_used, 16384, 2); Oct 13 13:13:38.981 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.981 INFO kablam! | Oct 13 13:13:38.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.981 INFO kablam! | Oct 13 13:13:38.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.981 INFO kablam! | Oct 13 13:13:38.981 INFO kablam! Oct 13 13:13:38.981 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.981 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.981 INFO kablam! | Oct 13 13:13:38.981 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.981 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.981 INFO kablam! ... Oct 13 13:13:38.981 INFO kablam! 1114 | rt_alloc_excess_used!(rt_pow2_32768bytes_2align_alloc_excess_used, 32768, 2); Oct 13 13:13:38.981 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.981 INFO kablam! Oct 13 13:13:38.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.981 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.981 INFO kablam! | Oct 13 13:13:38.981 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.981 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.981 INFO kablam! ... Oct 13 13:13:38.981 INFO kablam! 1114 | rt_alloc_excess_used!(rt_pow2_32768bytes_2align_alloc_excess_used, 32768, 2); Oct 13 13:13:38.981 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.981 INFO kablam! | Oct 13 13:13:38.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.981 INFO kablam! | Oct 13 13:13:38.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.981 INFO kablam! | Oct 13 13:13:38.981 INFO kablam! Oct 13 13:13:38.981 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.981 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.981 INFO kablam! | Oct 13 13:13:38.981 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.981 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.981 INFO kablam! ... Oct 13 13:13:38.981 INFO kablam! 1127 | rt_alloc_excess_used!(rt_pow2_65536bytes_2align_alloc_excess_used, 65536, 2); Oct 13 13:13:38.981 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.981 INFO kablam! Oct 13 13:13:38.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.981 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.981 INFO kablam! | Oct 13 13:13:38.981 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.981 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.981 INFO kablam! ... Oct 13 13:13:38.981 INFO kablam! 1127 | rt_alloc_excess_used!(rt_pow2_65536bytes_2align_alloc_excess_used, 65536, 2); Oct 13 13:13:38.981 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.981 INFO kablam! | Oct 13 13:13:38.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.981 INFO kablam! | Oct 13 13:13:38.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.981 INFO kablam! | Oct 13 13:13:38.981 INFO kablam! Oct 13 13:13:38.981 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.981 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.981 INFO kablam! | Oct 13 13:13:38.981 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.981 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.981 INFO kablam! ... Oct 13 13:13:38.981 INFO kablam! 1140 | rt_alloc_excess_used!(rt_pow2_131072bytes_2align_alloc_excess_used, 131072, 2); Oct 13 13:13:38.981 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.981 INFO kablam! Oct 13 13:13:38.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.981 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.981 INFO kablam! | Oct 13 13:13:38.981 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.981 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.981 INFO kablam! ... Oct 13 13:13:38.981 INFO kablam! 1140 | rt_alloc_excess_used!(rt_pow2_131072bytes_2align_alloc_excess_used, 131072, 2); Oct 13 13:13:38.981 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.981 INFO kablam! | Oct 13 13:13:38.981 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.987 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.987 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.987 INFO kablam! | Oct 13 13:13:38.987 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1153 | rt_alloc_excess_used!(rt_pow2_4194304bytes_2align_alloc_excess_used, 4194304, 2); 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! 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:128:26 Oct 13 13:13:38.987 INFO kablam! | Oct 13 13:13:38.987 INFO kablam! 128 | 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! 1153 | rt_alloc_excess_used!(rt_pow2_4194304bytes_2align_alloc_excess_used, 4194304, 2); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.987 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.987 INFO kablam! | Oct 13 13:13:38.987 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1167 | rt_alloc_excess_used!(rt_even_10bytes_2align_alloc_excess_used, 10, 2); 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! 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:128:26 Oct 13 13:13:38.987 INFO kablam! | Oct 13 13:13:38.987 INFO kablam! 128 | 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! 1167 | rt_alloc_excess_used!(rt_even_10bytes_2align_alloc_excess_used, 10, 2); 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.990 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.990 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.990 INFO kablam! | Oct 13 13:13:38.990 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.990 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.990 INFO kablam! ... Oct 13 13:13:38.990 INFO kablam! 1180 | rt_alloc_excess_used!(rt_even_100bytes_2align_alloc_excess_used, 100, 2); Oct 13 13:13:38.990 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.990 INFO kablam! Oct 13 13:13:38.990 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.990 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.990 INFO kablam! | Oct 13 13:13:38.990 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.990 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.990 INFO kablam! ... Oct 13 13:13:38.990 INFO kablam! 1180 | rt_alloc_excess_used!(rt_even_100bytes_2align_alloc_excess_used, 100, 2); Oct 13 13:13:38.990 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.990 INFO kablam! | Oct 13 13:13:38.990 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.990 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.990 INFO kablam! | Oct 13 13:13:38.990 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.990 INFO kablam! | Oct 13 13:13:38.990 INFO kablam! Oct 13 13:13:38.990 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.990 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.990 INFO kablam! | Oct 13 13:13:38.990 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.990 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.990 INFO kablam! ... Oct 13 13:13:38.990 INFO kablam! 1193 | rt_alloc_excess_used!(rt_even_1000bytes_2align_alloc_excess_used, 1000, 2); Oct 13 13:13:38.990 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.990 INFO kablam! Oct 13 13:13:38.990 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.990 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.990 INFO kablam! | Oct 13 13:13:38.990 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.990 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.990 INFO kablam! ... Oct 13 13:13:38.990 INFO kablam! 1193 | rt_alloc_excess_used!(rt_even_1000bytes_2align_alloc_excess_used, 1000, 2); Oct 13 13:13:38.990 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.990 INFO kablam! | Oct 13 13:13:38.990 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.990 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.990 INFO kablam! | Oct 13 13:13:38.990 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.990 INFO kablam! | Oct 13 13:13:38.990 INFO kablam! Oct 13 13:13:38.992 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.992 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.992 INFO kablam! | Oct 13 13:13:38.992 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.992 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.992 INFO kablam! ... Oct 13 13:13:38.992 INFO kablam! 1206 | rt_alloc_excess_used!(rt_even_10000bytes_2align_alloc_excess_used, 10000, 2); Oct 13 13:13:38.992 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.992 INFO kablam! Oct 13 13:13:38.992 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.992 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.992 INFO kablam! | Oct 13 13:13:38.992 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.992 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.992 INFO kablam! ... Oct 13 13:13:38.992 INFO kablam! 1206 | rt_alloc_excess_used!(rt_even_10000bytes_2align_alloc_excess_used, 10000, 2); Oct 13 13:13:38.992 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.992 INFO kablam! | Oct 13 13:13:38.992 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.993 INFO kablam! | Oct 13 13:13:38.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.993 INFO kablam! | Oct 13 13:13:38.993 INFO kablam! Oct 13 13:13:38.993 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.993 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.993 INFO kablam! | Oct 13 13:13:38.993 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:38.993 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:38.993 INFO kablam! ... Oct 13 13:13:38.993 INFO kablam! 1219 | rt_alloc_excess_used!(rt_even_100000bytes_2align_alloc_excess_used, 100000, 2); Oct 13 13:13:38.993 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.993 INFO kablam! Oct 13 13:13:38.993 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.993 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:38.993 INFO kablam! | Oct 13 13:13:38.993 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.993 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.993 INFO kablam! ... Oct 13 13:13:38.993 INFO kablam! 1219 | rt_alloc_excess_used!(rt_even_100000bytes_2align_alloc_excess_used, 100000, 2); Oct 13 13:13:38.993 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.993 INFO kablam! | Oct 13 13:13:38.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.993 INFO kablam! | Oct 13 13:13:38.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.993 INFO kablam! | Oct 13 13:13:38.993 INFO kablam! Oct 13 13:13:38.996 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.996 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:38.996 INFO kablam! | Oct 13 13:13:38.996 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1232 | rt_alloc_excess_used!(rt_even_1000000bytes_2align_alloc_excess_used, 1000000, 2); 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! 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:128:26 Oct 13 13:13:38.996 INFO kablam! | Oct 13 13:13:38.996 INFO kablam! 128 | 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! 1232 | rt_alloc_excess_used!(rt_even_1000000bytes_2align_alloc_excess_used, 1000000, 2); 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:39.001 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.001 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.001 INFO kablam! | Oct 13 13:13:39.001 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.001 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.001 INFO kablam! ... Oct 13 13:13:39.001 INFO kablam! 1246 | rt_alloc_excess_used!(rt_odd_10bytes_2align_alloc_excess_used, 10- 1, 2); Oct 13 13:13:39.001 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.001 INFO kablam! Oct 13 13:13:39.001 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.001 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.001 INFO kablam! | Oct 13 13:13:39.001 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.001 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.001 INFO kablam! ... Oct 13 13:13:39.001 INFO kablam! 1246 | rt_alloc_excess_used!(rt_odd_10bytes_2align_alloc_excess_used, 10- 1, 2); Oct 13 13:13:39.001 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.001 INFO kablam! | Oct 13 13:13:39.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.001 INFO kablam! | Oct 13 13:13:39.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.001 INFO kablam! | Oct 13 13:13:39.001 INFO kablam! Oct 13 13:13:39.001 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.001 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.001 INFO kablam! | Oct 13 13:13:39.001 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.001 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.001 INFO kablam! ... Oct 13 13:13:39.001 INFO kablam! 1259 | rt_alloc_excess_used!(rt_odd_100bytes_2align_alloc_excess_used, 100- 1, 2); Oct 13 13:13:39.001 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.001 INFO kablam! Oct 13 13:13:39.001 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.001 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.001 INFO kablam! | Oct 13 13:13:39.001 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.001 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.001 INFO kablam! ... Oct 13 13:13:39.001 INFO kablam! 1259 | rt_alloc_excess_used!(rt_odd_100bytes_2align_alloc_excess_used, 100- 1, 2); Oct 13 13:13:39.001 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.001 INFO kablam! | Oct 13 13:13:39.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.001 INFO kablam! | Oct 13 13:13:39.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.001 INFO kablam! | Oct 13 13:13:39.001 INFO kablam! Oct 13 13:13:39.001 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.001 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.001 INFO kablam! | Oct 13 13:13:39.001 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.001 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.001 INFO kablam! ... Oct 13 13:13:39.001 INFO kablam! 1272 | rt_alloc_excess_used!(rt_odd_1000bytes_2align_alloc_excess_used, 1000- 1, 2); Oct 13 13:13:39.001 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.001 INFO kablam! Oct 13 13:13:39.001 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.001 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.001 INFO kablam! | Oct 13 13:13:39.001 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.001 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.001 INFO kablam! ... Oct 13 13:13:39.001 INFO kablam! 1272 | rt_alloc_excess_used!(rt_odd_1000bytes_2align_alloc_excess_used, 1000- 1, 2); Oct 13 13:13:39.001 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.001 INFO kablam! | Oct 13 13:13:39.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.001 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.002 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.002 INFO kablam! | Oct 13 13:13:39.002 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1285 | rt_alloc_excess_used!(rt_odd_10000bytes_2align_alloc_excess_used, 10000- 1, 2); Oct 13 13:13:39.002 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation 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:128:26 Oct 13 13:13:39.003 INFO kablam! | Oct 13 13:13:39.003 INFO kablam! 128 | 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! 1285 | rt_alloc_excess_used!(rt_odd_10000bytes_2align_alloc_excess_used, 10000- 1, 2); 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.008 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.008 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.008 INFO kablam! | Oct 13 13:13:39.008 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.008 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.008 INFO kablam! ... Oct 13 13:13:39.008 INFO kablam! 1298 | rt_alloc_excess_used!(rt_odd_100000bytes_2align_alloc_excess_used, 100000- 1, 2); Oct 13 13:13:39.008 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.008 INFO kablam! Oct 13 13:13:39.008 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.008 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.008 INFO kablam! | Oct 13 13:13:39.008 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.008 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.008 INFO kablam! ... Oct 13 13:13:39.008 INFO kablam! 1298 | rt_alloc_excess_used!(rt_odd_100000bytes_2align_alloc_excess_used, 100000- 1, 2); Oct 13 13:13:39.008 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.008 INFO kablam! | Oct 13 13:13:39.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.008 INFO kablam! | Oct 13 13:13:39.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.008 INFO kablam! | Oct 13 13:13:39.008 INFO kablam! Oct 13 13:13:39.008 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.008 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.008 INFO kablam! | Oct 13 13:13:39.008 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.008 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.008 INFO kablam! ... Oct 13 13:13:39.008 INFO kablam! 1311 | rt_alloc_excess_used!(rt_odd_1000000bytes_2align_alloc_excess_used, 1000000- 1, 2); Oct 13 13:13:39.008 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.008 INFO kablam! Oct 13 13:13:39.008 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.008 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.008 INFO kablam! | Oct 13 13:13:39.008 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.008 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.008 INFO kablam! ... Oct 13 13:13:39.008 INFO kablam! 1311 | rt_alloc_excess_used!(rt_odd_1000000bytes_2align_alloc_excess_used, 1000000- 1, 2); Oct 13 13:13:39.008 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.008 INFO kablam! | Oct 13 13:13:39.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.008 INFO kablam! | Oct 13 13:13:39.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.008 INFO kablam! | Oct 13 13:13:39.008 INFO kablam! Oct 13 13:13:39.009 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.009 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.009 INFO kablam! | Oct 13 13:13:39.009 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1325 | rt_alloc_excess_used!(rt_primes_3bytes_2align_alloc_excess_used, 3, 2); 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! 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:128:26 Oct 13 13:13:39.009 INFO kablam! | Oct 13 13:13:39.009 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.009 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.010 INFO kablam! ... Oct 13 13:13:39.010 INFO kablam! 1325 | rt_alloc_excess_used!(rt_primes_3bytes_2align_alloc_excess_used, 3, 2); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.011 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.011 INFO kablam! | Oct 13 13:13:39.011 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.011 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.011 INFO kablam! ... Oct 13 13:13:39.011 INFO kablam! 1338 | rt_alloc_excess_used!(rt_primes_7bytes_2align_alloc_excess_used, 7, 2); 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.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:128:26 Oct 13 13:13:39.013 INFO kablam! | Oct 13 13:13:39.013 INFO kablam! 128 | 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! 1338 | rt_alloc_excess_used!(rt_primes_7bytes_2align_alloc_excess_used, 7, 2); 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.013 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.013 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.013 INFO kablam! | Oct 13 13:13:39.013 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.013 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.013 INFO kablam! ... Oct 13 13:13:39.013 INFO kablam! 1351 | rt_alloc_excess_used!(rt_primes_13bytes_2align_alloc_excess_used, 13, 2); 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.021 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.021 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.021 INFO kablam! | Oct 13 13:13:39.021 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.021 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.021 INFO kablam! ... Oct 13 13:13:39.021 INFO kablam! 1351 | rt_alloc_excess_used!(rt_primes_13bytes_2align_alloc_excess_used, 13, 2); Oct 13 13:13:39.021 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.021 INFO kablam! | Oct 13 13:13:39.021 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.021 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.021 INFO kablam! | Oct 13 13:13:39.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.021 INFO kablam! | Oct 13 13:13:39.021 INFO kablam! Oct 13 13:13:39.021 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.021 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.021 INFO kablam! | Oct 13 13:13:39.021 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.021 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.021 INFO kablam! ... Oct 13 13:13:39.021 INFO kablam! 1364 | rt_alloc_excess_used!(rt_primes_17bytes_2align_alloc_excess_used, 17, 2); Oct 13 13:13:39.021 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.021 INFO kablam! Oct 13 13:13:39.021 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.021 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.021 INFO kablam! | Oct 13 13:13:39.021 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.021 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.021 INFO kablam! ... Oct 13 13:13:39.021 INFO kablam! 1364 | rt_alloc_excess_used!(rt_primes_17bytes_2align_alloc_excess_used, 17, 2); Oct 13 13:13:39.021 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.021 INFO kablam! | Oct 13 13:13:39.021 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.021 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.021 INFO kablam! | Oct 13 13:13:39.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.021 INFO kablam! | Oct 13 13:13:39.021 INFO kablam! Oct 13 13:13:39.021 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.021 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.021 INFO kablam! | Oct 13 13:13:39.021 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.021 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.021 INFO kablam! ... Oct 13 13:13:39.021 INFO kablam! 1377 | rt_alloc_excess_used!(rt_primes_31bytes_2align_alloc_excess_used, 31, 2); Oct 13 13:13:39.021 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.021 INFO kablam! Oct 13 13:13:39.021 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.021 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.021 INFO kablam! | Oct 13 13:13:39.022 INFO kablam! 128 | 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! 1377 | rt_alloc_excess_used!(rt_primes_31bytes_2align_alloc_excess_used, 31, 2); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.022 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.022 INFO kablam! | Oct 13 13:13:39.022 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1390 | rt_alloc_excess_used!(rt_primes_61bytes_2align_alloc_excess_used, 61, 2); 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! 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:128:26 Oct 13 13:13:39.022 INFO kablam! | Oct 13 13:13:39.022 INFO kablam! 128 | 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! 1390 | rt_alloc_excess_used!(rt_primes_61bytes_2align_alloc_excess_used, 61, 2); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.022 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.022 INFO kablam! | Oct 13 13:13:39.022 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1403 | rt_alloc_excess_used!(rt_primes_96bytes_2align_alloc_excess_used, 96, 2); 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.028 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.028 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.028 INFO kablam! | Oct 13 13:13:39.028 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.028 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.028 INFO kablam! ... Oct 13 13:13:39.028 INFO kablam! 1403 | rt_alloc_excess_used!(rt_primes_96bytes_2align_alloc_excess_used, 96, 2); Oct 13 13:13:39.028 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.028 INFO kablam! | Oct 13 13:13:39.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.028 INFO kablam! | Oct 13 13:13:39.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.028 INFO kablam! | Oct 13 13:13:39.028 INFO kablam! Oct 13 13:13:39.028 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.028 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.028 INFO kablam! | Oct 13 13:13:39.028 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.028 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.028 INFO kablam! ... Oct 13 13:13:39.028 INFO kablam! 1416 | rt_alloc_excess_used!(rt_primes_127bytes_2align_alloc_excess_used, 127, 2); Oct 13 13:13:39.028 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.028 INFO kablam! Oct 13 13:13:39.028 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.028 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.028 INFO kablam! | Oct 13 13:13:39.028 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.028 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.028 INFO kablam! ... Oct 13 13:13:39.028 INFO kablam! 1416 | rt_alloc_excess_used!(rt_primes_127bytes_2align_alloc_excess_used, 127, 2); Oct 13 13:13:39.028 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.028 INFO kablam! | Oct 13 13:13:39.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.028 INFO kablam! | Oct 13 13:13:39.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.028 INFO kablam! | Oct 13 13:13:39.028 INFO kablam! Oct 13 13:13:39.028 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.028 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.028 INFO kablam! | Oct 13 13:13:39.028 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.028 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.028 INFO kablam! ... Oct 13 13:13:39.028 INFO kablam! 1429 | rt_alloc_excess_used!(rt_primes_257bytes_2align_alloc_excess_used, 257, 2); Oct 13 13:13:39.028 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.028 INFO kablam! Oct 13 13:13:39.028 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.028 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.028 INFO kablam! | Oct 13 13:13:39.028 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.028 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.028 INFO kablam! ... Oct 13 13:13:39.028 INFO kablam! 1429 | rt_alloc_excess_used!(rt_primes_257bytes_2align_alloc_excess_used, 257, 2); Oct 13 13:13:39.028 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.028 INFO kablam! | Oct 13 13:13:39.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.028 INFO kablam! | Oct 13 13:13:39.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.028 INFO kablam! | Oct 13 13:13:39.028 INFO kablam! Oct 13 13:13:39.028 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.028 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.028 INFO kablam! | Oct 13 13:13:39.028 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.028 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.028 INFO kablam! ... Oct 13 13:13:39.028 INFO kablam! 1442 | rt_alloc_excess_used!(rt_primes_509bytes_2align_alloc_excess_used, 509, 2); Oct 13 13:13:39.028 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.028 INFO kablam! Oct 13 13:13:39.028 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.028 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.029 INFO kablam! | Oct 13 13:13:39.029 INFO kablam! 128 | 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! 1442 | rt_alloc_excess_used!(rt_primes_509bytes_2align_alloc_excess_used, 509, 2); 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.036 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.036 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.036 INFO kablam! | Oct 13 13:13:39.036 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.036 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.036 INFO kablam! ... Oct 13 13:13:39.036 INFO kablam! 1455 | rt_alloc_excess_used!(rt_primes_1021bytes_2align_alloc_excess_used, 1021, 2); Oct 13 13:13:39.036 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.036 INFO kablam! Oct 13 13:13:39.036 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.036 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.036 INFO kablam! | Oct 13 13:13:39.036 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.036 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.036 INFO kablam! ... Oct 13 13:13:39.036 INFO kablam! 1455 | rt_alloc_excess_used!(rt_primes_1021bytes_2align_alloc_excess_used, 1021, 2); Oct 13 13:13:39.036 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.036 INFO kablam! | Oct 13 13:13:39.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.036 INFO kablam! | Oct 13 13:13:39.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.036 INFO kablam! | Oct 13 13:13:39.036 INFO kablam! Oct 13 13:13:39.036 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.036 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.036 INFO kablam! | Oct 13 13:13:39.036 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.036 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.036 INFO kablam! ... Oct 13 13:13:39.036 INFO kablam! 1468 | rt_alloc_excess_used!(rt_primes_2039bytes_2align_alloc_excess_used, 2039, 2); Oct 13 13:13:39.036 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.036 INFO kablam! Oct 13 13:13:39.036 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.036 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.036 INFO kablam! | Oct 13 13:13:39.036 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.036 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.036 INFO kablam! ... Oct 13 13:13:39.036 INFO kablam! 1468 | rt_alloc_excess_used!(rt_primes_2039bytes_2align_alloc_excess_used, 2039, 2); Oct 13 13:13:39.036 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.036 INFO kablam! | Oct 13 13:13:39.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.036 INFO kablam! | Oct 13 13:13:39.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.036 INFO kablam! | Oct 13 13:13:39.036 INFO kablam! Oct 13 13:13:39.044 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.044 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.044 INFO kablam! | Oct 13 13:13:39.044 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1481 | rt_alloc_excess_used!(rt_primes_4093bytes_2align_alloc_excess_used, 4093, 2); 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! 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:128:26 Oct 13 13:13:39.044 INFO kablam! | Oct 13 13:13:39.044 INFO kablam! 128 | 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! 1481 | rt_alloc_excess_used!(rt_primes_4093bytes_2align_alloc_excess_used, 4093, 2); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.045 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.045 INFO kablam! | Oct 13 13:13:39.045 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1494 | rt_alloc_excess_used!(rt_primes_8191bytes_2align_alloc_excess_used, 8191, 2); 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! 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:128:26 Oct 13 13:13:39.045 INFO kablam! | Oct 13 13:13:39.045 INFO kablam! 128 | 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! 1494 | rt_alloc_excess_used!(rt_primes_8191bytes_2align_alloc_excess_used, 8191, 2); 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.048 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.048 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.048 INFO kablam! | Oct 13 13:13:39.048 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1507 | rt_alloc_excess_used!(rt_primes_16381bytes_2align_alloc_excess_used, 16381, 2); 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.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:128:26 Oct 13 13:13:39.052 INFO kablam! | Oct 13 13:13:39.052 INFO kablam! 128 | 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.052 INFO kablam! 1507 | rt_alloc_excess_used!(rt_primes_16381bytes_2align_alloc_excess_used, 16381, 2); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.052 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.052 INFO kablam! | Oct 13 13:13:39.052 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1520 | rt_alloc_excess_used!(rt_primes_32749bytes_2align_alloc_excess_used, 32749, 2); 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.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:128:26 Oct 13 13:13:39.061 INFO kablam! | Oct 13 13:13:39.061 INFO kablam! 128 | 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! 1520 | rt_alloc_excess_used!(rt_primes_32749bytes_2align_alloc_excess_used, 32749, 2); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.061 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.061 INFO kablam! | Oct 13 13:13:39.061 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1533 | rt_alloc_excess_used!(rt_primes_65537bytes_2align_alloc_excess_used, 65537, 2); 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! 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:128:26 Oct 13 13:13:39.061 INFO kablam! | Oct 13 13:13:39.061 INFO kablam! 128 | 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! 1533 | rt_alloc_excess_used!(rt_primes_65537bytes_2align_alloc_excess_used, 65537, 2); 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.068 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.068 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.068 INFO kablam! | Oct 13 13:13:39.068 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.068 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.068 INFO kablam! ... Oct 13 13:13:39.068 INFO kablam! 1546 | rt_alloc_excess_used!(rt_primes_131071bytes_2align_alloc_excess_used, 131071, 2); Oct 13 13:13:39.068 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.068 INFO kablam! Oct 13 13:13:39.068 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.068 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.068 INFO kablam! | Oct 13 13:13:39.068 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.068 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.068 INFO kablam! ... Oct 13 13:13:39.068 INFO kablam! 1546 | rt_alloc_excess_used!(rt_primes_131071bytes_2align_alloc_excess_used, 131071, 2); Oct 13 13:13:39.068 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.068 INFO kablam! | Oct 13 13:13:39.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.068 INFO kablam! | Oct 13 13:13:39.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.068 INFO kablam! | Oct 13 13:13:39.068 INFO kablam! Oct 13 13:13:39.068 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.068 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.068 INFO kablam! | Oct 13 13:13:39.068 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.068 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.068 INFO kablam! ... Oct 13 13:13:39.068 INFO kablam! 1559 | rt_alloc_excess_used!(rt_primes_4194301bytes_2align_alloc_excess_used, 4194301, 2); Oct 13 13:13:39.068 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.068 INFO kablam! Oct 13 13:13:39.068 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.068 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.068 INFO kablam! | Oct 13 13:13:39.068 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.068 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.068 INFO kablam! ... Oct 13 13:13:39.068 INFO kablam! 1559 | rt_alloc_excess_used!(rt_primes_4194301bytes_2align_alloc_excess_used, 4194301, 2); Oct 13 13:13:39.068 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.068 INFO kablam! | Oct 13 13:13:39.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.068 INFO kablam! | Oct 13 13:13:39.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.068 INFO kablam! | Oct 13 13:13:39.069 INFO kablam! Oct 13 13:13:39.069 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.069 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.069 INFO kablam! | Oct 13 13:13:39.069 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1575 | rt_alloc_excess_used!(rt_pow2_1bytes_4align_alloc_excess_used, 1, 4); 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! 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:128:26 Oct 13 13:13:39.069 INFO kablam! | Oct 13 13:13:39.069 INFO kablam! 128 | 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! 1575 | rt_alloc_excess_used!(rt_pow2_1bytes_4align_alloc_excess_used, 1, 4); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.069 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.069 INFO kablam! | Oct 13 13:13:39.069 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1588 | rt_alloc_excess_used!(rt_pow2_2bytes_4align_alloc_excess_used, 2, 4); 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! 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:128:26 Oct 13 13:13:39.069 INFO kablam! | Oct 13 13:13:39.069 INFO kablam! 128 | 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! 1588 | rt_alloc_excess_used!(rt_pow2_2bytes_4align_alloc_excess_used, 2, 4); 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.075 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.075 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.075 INFO kablam! | Oct 13 13:13:39.075 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.075 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.075 INFO kablam! ... Oct 13 13:13:39.075 INFO kablam! 1601 | rt_alloc_excess_used!(rt_pow2_4bytes_4align_alloc_excess_used, 4, 4); Oct 13 13:13:39.075 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.075 INFO kablam! Oct 13 13:13:39.075 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.075 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.075 INFO kablam! | Oct 13 13:13:39.075 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.075 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.075 INFO kablam! ... Oct 13 13:13:39.075 INFO kablam! 1601 | rt_alloc_excess_used!(rt_pow2_4bytes_4align_alloc_excess_used, 4, 4); Oct 13 13:13:39.075 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.075 INFO kablam! | Oct 13 13:13:39.075 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.075 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.075 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.076 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.076 INFO kablam! | Oct 13 13:13:39.076 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1614 | rt_alloc_excess_used!(rt_pow2_8bytes_4align_alloc_excess_used, 8, 4); 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! 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:128:26 Oct 13 13:13:39.076 INFO kablam! | Oct 13 13:13:39.076 INFO kablam! 128 | 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! 1614 | rt_alloc_excess_used!(rt_pow2_8bytes_4align_alloc_excess_used, 8, 4); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.076 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.077 INFO kablam! | Oct 13 13:13:39.077 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1627 | rt_alloc_excess_used!(rt_pow2_16bytes_4align_alloc_excess_used, 16, 4); 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! 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:128:26 Oct 13 13:13:39.077 INFO kablam! | Oct 13 13:13:39.077 INFO kablam! 128 | 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! 1627 | rt_alloc_excess_used!(rt_pow2_16bytes_4align_alloc_excess_used, 16, 4); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.077 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.077 INFO kablam! | Oct 13 13:13:39.077 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1640 | rt_alloc_excess_used!(rt_pow2_32bytes_4align_alloc_excess_used, 32, 4); 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.085 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.085 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.085 INFO kablam! | Oct 13 13:13:39.085 INFO kablam! 128 | 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! 1640 | rt_alloc_excess_used!(rt_pow2_32bytes_4align_alloc_excess_used, 32, 4); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.085 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.085 INFO kablam! | Oct 13 13:13:39.085 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.085 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.085 INFO kablam! ... Oct 13 13:13:39.085 INFO kablam! 1653 | rt_alloc_excess_used!(rt_pow2_64bytes_4align_alloc_excess_used, 64, 4); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.085 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.085 INFO kablam! | Oct 13 13:13:39.085 INFO kablam! 128 | 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! 1653 | rt_alloc_excess_used!(rt_pow2_64bytes_4align_alloc_excess_used, 64, 4); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.085 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.085 INFO kablam! | Oct 13 13:13:39.085 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.085 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.085 INFO kablam! ... Oct 13 13:13:39.085 INFO kablam! 1666 | rt_alloc_excess_used!(rt_pow2_128bytes_4align_alloc_excess_used, 128, 4); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.085 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.085 INFO kablam! | Oct 13 13:13:39.085 INFO kablam! 128 | 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! 1666 | rt_alloc_excess_used!(rt_pow2_128bytes_4align_alloc_excess_used, 128, 4); 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.092 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.092 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.092 INFO kablam! | Oct 13 13:13:39.092 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.092 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.092 INFO kablam! ... Oct 13 13:13:39.092 INFO kablam! 1679 | rt_alloc_excess_used!(rt_pow2_256bytes_4align_alloc_excess_used, 256, 4); Oct 13 13:13:39.092 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.092 INFO kablam! Oct 13 13:13:39.092 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.092 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.092 INFO kablam! | Oct 13 13:13:39.092 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.092 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.092 INFO kablam! ... Oct 13 13:13:39.092 INFO kablam! 1679 | rt_alloc_excess_used!(rt_pow2_256bytes_4align_alloc_excess_used, 256, 4); Oct 13 13:13:39.092 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.092 INFO kablam! | Oct 13 13:13:39.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.092 INFO kablam! | Oct 13 13:13:39.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.092 INFO kablam! | Oct 13 13:13:39.092 INFO kablam! Oct 13 13:13:39.092 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.092 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.092 INFO kablam! | Oct 13 13:13:39.092 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.092 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.092 INFO kablam! ... Oct 13 13:13:39.092 INFO kablam! 1692 | rt_alloc_excess_used!(rt_pow2_512bytes_4align_alloc_excess_used, 512, 4); Oct 13 13:13:39.092 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.092 INFO kablam! Oct 13 13:13:39.092 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.092 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.092 INFO kablam! | Oct 13 13:13:39.092 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.092 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.092 INFO kablam! ... Oct 13 13:13:39.092 INFO kablam! 1692 | rt_alloc_excess_used!(rt_pow2_512bytes_4align_alloc_excess_used, 512, 4); Oct 13 13:13:39.092 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.092 INFO kablam! | Oct 13 13:13:39.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.092 INFO kablam! | Oct 13 13:13:39.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.092 INFO kablam! | Oct 13 13:13:39.092 INFO kablam! Oct 13 13:13:39.093 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.093 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.093 INFO kablam! | Oct 13 13:13:39.093 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1705 | rt_alloc_excess_used!(rt_pow2_1024bytes_4align_alloc_excess_used, 1024, 4); 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! 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:128:26 Oct 13 13:13:39.093 INFO kablam! | Oct 13 13:13:39.093 INFO kablam! 128 | 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! 1705 | rt_alloc_excess_used!(rt_pow2_1024bytes_4align_alloc_excess_used, 1024, 4); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.093 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.093 INFO kablam! | Oct 13 13:13:39.093 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1718 | rt_alloc_excess_used!(rt_pow2_2048bytes_4align_alloc_excess_used, 2048, 4); 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.100 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.100 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.100 INFO kablam! | Oct 13 13:13:39.100 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.100 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.100 INFO kablam! ... Oct 13 13:13:39.100 INFO kablam! 1718 | rt_alloc_excess_used!(rt_pow2_2048bytes_4align_alloc_excess_used, 2048, 4); Oct 13 13:13:39.100 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.100 INFO kablam! | Oct 13 13:13:39.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.100 INFO kablam! | Oct 13 13:13:39.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.100 INFO kablam! | Oct 13 13:13:39.100 INFO kablam! Oct 13 13:13:39.100 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.100 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.100 INFO kablam! | Oct 13 13:13:39.100 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.100 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.100 INFO kablam! ... Oct 13 13:13:39.100 INFO kablam! 1731 | rt_alloc_excess_used!(rt_pow2_4096bytes_4align_alloc_excess_used, 4096, 4); Oct 13 13:13:39.100 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.100 INFO kablam! Oct 13 13:13:39.100 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.100 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.100 INFO kablam! | Oct 13 13:13:39.100 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.100 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.100 INFO kablam! ... Oct 13 13:13:39.100 INFO kablam! 1731 | rt_alloc_excess_used!(rt_pow2_4096bytes_4align_alloc_excess_used, 4096, 4); Oct 13 13:13:39.100 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.100 INFO kablam! | Oct 13 13:13:39.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.100 INFO kablam! | Oct 13 13:13:39.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.100 INFO kablam! | Oct 13 13:13:39.100 INFO kablam! Oct 13 13:13:39.102 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.102 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.102 INFO kablam! | Oct 13 13:13:39.102 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1744 | rt_alloc_excess_used!(rt_pow2_8192bytes_4align_alloc_excess_used, 8192, 4); 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! 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:128:26 Oct 13 13:13:39.102 INFO kablam! | Oct 13 13:13:39.102 INFO kablam! 128 | 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! 1744 | rt_alloc_excess_used!(rt_pow2_8192bytes_4align_alloc_excess_used, 8192, 4); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.108 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.108 INFO kablam! | Oct 13 13:13:39.108 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.108 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.108 INFO kablam! ... Oct 13 13:13:39.108 INFO kablam! 1757 | rt_alloc_excess_used!(rt_pow2_16384bytes_4align_alloc_excess_used, 16384, 4); 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! 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:128:26 Oct 13 13:13:39.108 INFO kablam! | Oct 13 13:13:39.108 INFO kablam! 128 | 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! 1757 | rt_alloc_excess_used!(rt_pow2_16384bytes_4align_alloc_excess_used, 16384, 4); 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.109 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.109 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.109 INFO kablam! | Oct 13 13:13:39.109 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1770 | rt_alloc_excess_used!(rt_pow2_32768bytes_4align_alloc_excess_used, 32768, 4); 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! 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:128:26 Oct 13 13:13:39.109 INFO kablam! | Oct 13 13:13:39.109 INFO kablam! 128 | 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! 1770 | rt_alloc_excess_used!(rt_pow2_32768bytes_4align_alloc_excess_used, 32768, 4); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.109 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.109 INFO kablam! | Oct 13 13:13:39.109 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1783 | rt_alloc_excess_used!(rt_pow2_65536bytes_4align_alloc_excess_used, 65536, 4); 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! 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:128:26 Oct 13 13:13:39.109 INFO kablam! | Oct 13 13:13:39.109 INFO kablam! 128 | 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! 1783 | rt_alloc_excess_used!(rt_pow2_65536bytes_4align_alloc_excess_used, 65536, 4); 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.116 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.116 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.116 INFO kablam! | Oct 13 13:13:39.116 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.116 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.116 INFO kablam! ... Oct 13 13:13:39.116 INFO kablam! 1796 | rt_alloc_excess_used!(rt_pow2_131072bytes_4align_alloc_excess_used, 131072, 4); Oct 13 13:13:39.116 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.116 INFO kablam! Oct 13 13:13:39.116 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.116 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.116 INFO kablam! | Oct 13 13:13:39.116 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.116 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.116 INFO kablam! ... Oct 13 13:13:39.116 INFO kablam! 1796 | rt_alloc_excess_used!(rt_pow2_131072bytes_4align_alloc_excess_used, 131072, 4); Oct 13 13:13:39.116 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.116 INFO kablam! | Oct 13 13:13:39.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.116 INFO kablam! | Oct 13 13:13:39.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.116 INFO kablam! | Oct 13 13:13:39.116 INFO kablam! Oct 13 13:13:39.116 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.116 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.116 INFO kablam! | Oct 13 13:13:39.116 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.116 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.116 INFO kablam! ... Oct 13 13:13:39.116 INFO kablam! 1809 | rt_alloc_excess_used!(rt_pow2_4194304bytes_4align_alloc_excess_used, 4194304, 4); Oct 13 13:13:39.116 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.116 INFO kablam! Oct 13 13:13:39.116 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.116 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.116 INFO kablam! | Oct 13 13:13:39.116 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.116 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.116 INFO kablam! ... Oct 13 13:13:39.116 INFO kablam! 1809 | rt_alloc_excess_used!(rt_pow2_4194304bytes_4align_alloc_excess_used, 4194304, 4); Oct 13 13:13:39.116 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.116 INFO kablam! | Oct 13 13:13:39.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.116 INFO kablam! | Oct 13 13:13:39.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.116 INFO kablam! | Oct 13 13:13:39.117 INFO kablam! Oct 13 13:13:39.117 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.117 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.117 INFO kablam! | Oct 13 13:13:39.117 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1823 | rt_alloc_excess_used!(rt_even_10bytes_4align_alloc_excess_used, 10, 4); 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! 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:128:26 Oct 13 13:13:39.117 INFO kablam! | Oct 13 13:13:39.117 INFO kablam! 128 | 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! 1823 | rt_alloc_excess_used!(rt_even_10bytes_4align_alloc_excess_used, 10, 4); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.117 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.117 INFO kablam! | Oct 13 13:13:39.117 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1836 | rt_alloc_excess_used!(rt_even_100bytes_4align_alloc_excess_used, 100, 4); 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! 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:128:26 Oct 13 13:13:39.117 INFO kablam! | Oct 13 13:13:39.117 INFO kablam! 128 | 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! 1836 | rt_alloc_excess_used!(rt_even_100bytes_4align_alloc_excess_used, 100, 4); 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.120 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.120 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.120 INFO kablam! | Oct 13 13:13:39.120 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.120 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.120 INFO kablam! ... Oct 13 13:13:39.120 INFO kablam! 1849 | rt_alloc_excess_used!(rt_even_1000bytes_4align_alloc_excess_used, 1000, 4); 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.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:128:26 Oct 13 13:13:39.124 INFO kablam! | Oct 13 13:13:39.124 INFO kablam! 128 | 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! 1849 | rt_alloc_excess_used!(rt_even_1000bytes_4align_alloc_excess_used, 1000, 4); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.124 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.124 INFO kablam! | Oct 13 13:13:39.124 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1862 | rt_alloc_excess_used!(rt_even_10000bytes_4align_alloc_excess_used, 10000, 4); 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.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.132 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.132 INFO kablam! | Oct 13 13:13:39.132 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.132 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.132 INFO kablam! ... Oct 13 13:13:39.132 INFO kablam! 1862 | rt_alloc_excess_used!(rt_even_10000bytes_4align_alloc_excess_used, 10000, 4); Oct 13 13:13:39.132 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.132 INFO kablam! | Oct 13 13:13:39.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.132 INFO kablam! | Oct 13 13:13:39.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.132 INFO kablam! | Oct 13 13:13:39.132 INFO kablam! Oct 13 13:13:39.132 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.132 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.132 INFO kablam! | Oct 13 13:13:39.132 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.132 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.132 INFO kablam! ... Oct 13 13:13:39.132 INFO kablam! 1875 | rt_alloc_excess_used!(rt_even_100000bytes_4align_alloc_excess_used, 100000, 4); Oct 13 13:13:39.132 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.132 INFO kablam! Oct 13 13:13:39.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.132 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.132 INFO kablam! | Oct 13 13:13:39.132 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.132 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.132 INFO kablam! ... Oct 13 13:13:39.132 INFO kablam! 1875 | rt_alloc_excess_used!(rt_even_100000bytes_4align_alloc_excess_used, 100000, 4); Oct 13 13:13:39.132 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.132 INFO kablam! | Oct 13 13:13:39.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.132 INFO kablam! | Oct 13 13:13:39.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.132 INFO kablam! | Oct 13 13:13:39.132 INFO kablam! Oct 13 13:13:39.132 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.132 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.132 INFO kablam! | Oct 13 13:13:39.132 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.132 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.132 INFO kablam! ... Oct 13 13:13:39.133 INFO kablam! 1888 | rt_alloc_excess_used!(rt_even_1000000bytes_4align_alloc_excess_used, 1000000, 4); 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! 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:128:26 Oct 13 13:13:39.133 INFO kablam! | Oct 13 13:13:39.133 INFO kablam! 128 | 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! 1888 | rt_alloc_excess_used!(rt_even_1000000bytes_4align_alloc_excess_used, 1000000, 4); 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.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.136 INFO kablam! | Oct 13 13:13:39.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.136 INFO kablam! | Oct 13 13:13:39.136 INFO kablam! Oct 13 13:13:39.136 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.136 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.136 INFO kablam! | Oct 13 13:13:39.136 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.136 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.136 INFO kablam! ... Oct 13 13:13:39.136 INFO kablam! 1902 | rt_alloc_excess_used!(rt_odd_10bytes_4align_alloc_excess_used, 10- 1, 4); Oct 13 13:13:39.136 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.136 INFO kablam! Oct 13 13:13:39.136 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.136 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.136 INFO kablam! | Oct 13 13:13:39.136 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.136 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.136 INFO kablam! ... Oct 13 13:13:39.136 INFO kablam! 1902 | rt_alloc_excess_used!(rt_odd_10bytes_4align_alloc_excess_used, 10- 1, 4); Oct 13 13:13:39.136 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.136 INFO kablam! | Oct 13 13:13:39.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.136 INFO kablam! | Oct 13 13:13:39.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.136 INFO kablam! | Oct 13 13:13:39.136 INFO kablam! Oct 13 13:13:39.136 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.136 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.136 INFO kablam! | Oct 13 13:13:39.136 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.136 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.136 INFO kablam! ... Oct 13 13:13:39.136 INFO kablam! 1915 | rt_alloc_excess_used!(rt_odd_100bytes_4align_alloc_excess_used, 100- 1, 4); Oct 13 13:13:39.136 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.136 INFO kablam! Oct 13 13:13:39.136 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.136 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.136 INFO kablam! | Oct 13 13:13:39.136 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.136 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.136 INFO kablam! ... Oct 13 13:13:39.136 INFO kablam! 1915 | rt_alloc_excess_used!(rt_odd_100bytes_4align_alloc_excess_used, 100- 1, 4); Oct 13 13:13:39.136 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.136 INFO kablam! | Oct 13 13:13:39.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.137 INFO kablam! | Oct 13 13:13:39.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.137 INFO kablam! | Oct 13 13:13:39.137 INFO kablam! Oct 13 13:13:39.137 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.137 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.137 INFO kablam! | Oct 13 13:13:39.137 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1928 | rt_alloc_excess_used!(rt_odd_1000bytes_4align_alloc_excess_used, 1000- 1, 4); Oct 13 13:13:39.137 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.137 INFO kablam! Oct 13 13:13:39.137 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.137 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.137 INFO kablam! | Oct 13 13:13:39.137 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.137 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.137 INFO kablam! ... Oct 13 13:13:39.137 INFO kablam! 1928 | rt_alloc_excess_used!(rt_odd_1000bytes_4align_alloc_excess_used, 1000- 1, 4); Oct 13 13:13:39.137 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.137 INFO kablam! | Oct 13 13:13:39.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.137 INFO kablam! | Oct 13 13:13:39.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.137 INFO kablam! | Oct 13 13:13:39.137 INFO kablam! Oct 13 13:13:39.137 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.137 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.137 INFO kablam! | Oct 13 13:13:39.137 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1941 | rt_alloc_excess_used!(rt_odd_10000bytes_4align_alloc_excess_used, 10000- 1, 4); Oct 13 13:13:39.137 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.137 INFO kablam! Oct 13 13:13:39.137 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.137 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.137 INFO kablam! | Oct 13 13:13:39.137 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.137 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.137 INFO kablam! ... Oct 13 13:13:39.137 INFO kablam! 1941 | rt_alloc_excess_used!(rt_odd_10000bytes_4align_alloc_excess_used, 10000- 1, 4); Oct 13 13:13:39.137 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.137 INFO kablam! | Oct 13 13:13:39.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.137 INFO kablam! | Oct 13 13:13:39.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.137 INFO kablam! | Oct 13 13:13:39.137 INFO kablam! Oct 13 13:13:39.137 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.137 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.137 INFO kablam! | Oct 13 13:13:39.137 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 1954 | rt_alloc_excess_used!(rt_odd_100000bytes_4align_alloc_excess_used, 100000- 1, 4); Oct 13 13:13:39.137 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.137 INFO kablam! Oct 13 13:13:39.137 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.137 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.137 INFO kablam! | Oct 13 13:13:39.137 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.137 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.137 INFO kablam! ... Oct 13 13:13:39.137 INFO kablam! 1954 | rt_alloc_excess_used!(rt_odd_100000bytes_4align_alloc_excess_used, 100000- 1, 4); Oct 13 13:13:39.137 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.137 INFO kablam! | Oct 13 13:13:39.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.137 INFO kablam! | Oct 13 13:13:39.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.137 INFO kablam! | Oct 13 13:13:39.137 INFO kablam! Oct 13 13:13:39.144 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.144 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.144 INFO kablam! | Oct 13 13:13:39.144 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.144 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.144 INFO kablam! ... Oct 13 13:13:39.144 INFO kablam! 1967 | rt_alloc_excess_used!(rt_odd_1000000bytes_4align_alloc_excess_used, 1000000- 1, 4); Oct 13 13:13:39.144 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.144 INFO kablam! Oct 13 13:13:39.144 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.144 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.144 INFO kablam! | Oct 13 13:13:39.144 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.144 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.144 INFO kablam! ... Oct 13 13:13:39.144 INFO kablam! 1967 | rt_alloc_excess_used!(rt_odd_1000000bytes_4align_alloc_excess_used, 1000000- 1, 4); Oct 13 13:13:39.144 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.144 INFO kablam! | Oct 13 13:13:39.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.144 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.144 INFO kablam! | Oct 13 13:13:39.144 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.144 INFO kablam! | Oct 13 13:13:39.144 INFO kablam! Oct 13 13:13:39.144 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.144 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.144 INFO kablam! | Oct 13 13:13:39.144 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.144 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.144 INFO kablam! ... Oct 13 13:13:39.144 INFO kablam! 1981 | rt_alloc_excess_used!(rt_primes_3bytes_4align_alloc_excess_used, 3, 4); Oct 13 13:13:39.144 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.144 INFO kablam! Oct 13 13:13:39.144 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.144 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.144 INFO kablam! | Oct 13 13:13:39.144 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.144 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.144 INFO kablam! ... Oct 13 13:13:39.144 INFO kablam! 1981 | rt_alloc_excess_used!(rt_primes_3bytes_4align_alloc_excess_used, 3, 4); Oct 13 13:13:39.144 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.144 INFO kablam! | Oct 13 13:13:39.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.145 INFO kablam! | Oct 13 13:13:39.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.145 INFO kablam! | Oct 13 13:13:39.145 INFO kablam! Oct 13 13:13:39.145 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.145 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.145 INFO kablam! | Oct 13 13:13:39.145 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.145 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.145 INFO kablam! ... Oct 13 13:13:39.145 INFO kablam! 1994 | rt_alloc_excess_used!(rt_primes_7bytes_4align_alloc_excess_used, 7, 4); Oct 13 13:13:39.145 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.145 INFO kablam! Oct 13 13:13:39.152 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.152 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.152 INFO kablam! | Oct 13 13:13:39.152 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.152 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.152 INFO kablam! ... Oct 13 13:13:39.152 INFO kablam! 1994 | rt_alloc_excess_used!(rt_primes_7bytes_4align_alloc_excess_used, 7, 4); Oct 13 13:13:39.152 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.152 INFO kablam! | Oct 13 13:13:39.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.152 INFO kablam! | Oct 13 13:13:39.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.152 INFO kablam! | Oct 13 13:13:39.152 INFO kablam! Oct 13 13:13:39.152 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.152 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.152 INFO kablam! | Oct 13 13:13:39.152 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.152 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.152 INFO kablam! ... Oct 13 13:13:39.152 INFO kablam! 2007 | rt_alloc_excess_used!(rt_primes_13bytes_4align_alloc_excess_used, 13, 4); Oct 13 13:13:39.152 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.152 INFO kablam! Oct 13 13:13:39.152 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.152 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.152 INFO kablam! | Oct 13 13:13:39.152 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.152 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.152 INFO kablam! ... Oct 13 13:13:39.152 INFO kablam! 2007 | rt_alloc_excess_used!(rt_primes_13bytes_4align_alloc_excess_used, 13, 4); Oct 13 13:13:39.152 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.152 INFO kablam! | Oct 13 13:13:39.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.152 INFO kablam! | Oct 13 13:13:39.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.152 INFO kablam! | Oct 13 13:13:39.152 INFO kablam! Oct 13 13:13:39.152 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.152 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.152 INFO kablam! | Oct 13 13:13:39.152 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.152 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.152 INFO kablam! ... Oct 13 13:13:39.152 INFO kablam! 2020 | rt_alloc_excess_used!(rt_primes_17bytes_4align_alloc_excess_used, 17, 4); Oct 13 13:13:39.152 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.152 INFO kablam! Oct 13 13:13:39.153 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.153 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.153 INFO kablam! | Oct 13 13:13:39.153 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.153 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.153 INFO kablam! ... Oct 13 13:13:39.153 INFO kablam! 2020 | rt_alloc_excess_used!(rt_primes_17bytes_4align_alloc_excess_used, 17, 4); 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.153 INFO kablam! | Oct 13 13:13:39.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.153 INFO kablam! | Oct 13 13:13:39.153 INFO kablam! Oct 13 13:13:39.153 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.153 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.153 INFO kablam! | Oct 13 13:13:39.153 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2033 | rt_alloc_excess_used!(rt_primes_31bytes_4align_alloc_excess_used, 31, 4); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.153 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.153 INFO kablam! | Oct 13 13:13:39.153 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.153 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.153 INFO kablam! ... Oct 13 13:13:39.153 INFO kablam! 2033 | rt_alloc_excess_used!(rt_primes_31bytes_4align_alloc_excess_used, 31, 4); 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.153 INFO kablam! | Oct 13 13:13:39.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.153 INFO kablam! | Oct 13 13:13:39.153 INFO kablam! Oct 13 13:13:39.153 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.153 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.153 INFO kablam! | Oct 13 13:13:39.153 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2046 | rt_alloc_excess_used!(rt_primes_61bytes_4align_alloc_excess_used, 61, 4); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.153 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.153 INFO kablam! | Oct 13 13:13:39.153 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.153 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.153 INFO kablam! ... Oct 13 13:13:39.153 INFO kablam! 2046 | rt_alloc_excess_used!(rt_primes_61bytes_4align_alloc_excess_used, 61, 4); 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.153 INFO kablam! | Oct 13 13:13:39.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.153 INFO kablam! | Oct 13 13:13:39.153 INFO kablam! Oct 13 13:13:39.153 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.153 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.153 INFO kablam! | Oct 13 13:13:39.153 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2059 | rt_alloc_excess_used!(rt_primes_96bytes_4align_alloc_excess_used, 96, 4); 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.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:128:26 Oct 13 13:13:39.154 INFO kablam! | Oct 13 13:13:39.154 INFO kablam! 128 | 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! 2059 | rt_alloc_excess_used!(rt_primes_96bytes_4align_alloc_excess_used, 96, 4); 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.158 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.158 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.158 INFO kablam! | Oct 13 13:13:39.158 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.158 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.158 INFO kablam! ... Oct 13 13:13:39.158 INFO kablam! 2072 | rt_alloc_excess_used!(rt_primes_127bytes_4align_alloc_excess_used, 127, 4); Oct 13 13:13:39.158 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.158 INFO kablam! Oct 13 13:13:39.158 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.158 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.158 INFO kablam! | Oct 13 13:13:39.158 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.158 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.158 INFO kablam! ... Oct 13 13:13:39.158 INFO kablam! 2072 | rt_alloc_excess_used!(rt_primes_127bytes_4align_alloc_excess_used, 127, 4); Oct 13 13:13:39.158 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.158 INFO kablam! | Oct 13 13:13:39.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.158 INFO kablam! | Oct 13 13:13:39.158 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.158 INFO kablam! | Oct 13 13:13:39.158 INFO kablam! Oct 13 13:13:39.158 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.158 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.158 INFO kablam! | Oct 13 13:13:39.158 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.158 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.158 INFO kablam! ... Oct 13 13:13:39.158 INFO kablam! 2085 | rt_alloc_excess_used!(rt_primes_257bytes_4align_alloc_excess_used, 257, 4); Oct 13 13:13:39.159 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.159 INFO kablam! Oct 13 13:13:39.164 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.164 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.164 INFO kablam! | Oct 13 13:13:39.164 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.164 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.164 INFO kablam! ... Oct 13 13:13:39.164 INFO kablam! 2085 | rt_alloc_excess_used!(rt_primes_257bytes_4align_alloc_excess_used, 257, 4); Oct 13 13:13:39.164 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.164 INFO kablam! | Oct 13 13:13:39.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.164 INFO kablam! | Oct 13 13:13:39.164 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.164 INFO kablam! | Oct 13 13:13:39.164 INFO kablam! Oct 13 13:13:39.164 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.164 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.164 INFO kablam! | Oct 13 13:13:39.164 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.164 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.164 INFO kablam! ... Oct 13 13:13:39.164 INFO kablam! 2098 | rt_alloc_excess_used!(rt_primes_509bytes_4align_alloc_excess_used, 509, 4); Oct 13 13:13:39.164 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.164 INFO kablam! Oct 13 13:13:39.164 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.164 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.164 INFO kablam! | Oct 13 13:13:39.164 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.164 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.164 INFO kablam! ... Oct 13 13:13:39.164 INFO kablam! 2098 | rt_alloc_excess_used!(rt_primes_509bytes_4align_alloc_excess_used, 509, 4); Oct 13 13:13:39.164 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.164 INFO kablam! | Oct 13 13:13:39.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.164 INFO kablam! | Oct 13 13:13:39.164 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.165 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.165 INFO kablam! | Oct 13 13:13:39.165 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.165 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.165 INFO kablam! ... Oct 13 13:13:39.165 INFO kablam! 2111 | rt_alloc_excess_used!(rt_primes_1021bytes_4align_alloc_excess_used, 1021, 4); 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! 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:128:26 Oct 13 13:13:39.165 INFO kablam! | Oct 13 13:13:39.165 INFO kablam! 128 | 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! 2111 | rt_alloc_excess_used!(rt_primes_1021bytes_4align_alloc_excess_used, 1021, 4); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.165 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.165 INFO kablam! | Oct 13 13:13:39.165 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.165 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.165 INFO kablam! ... Oct 13 13:13:39.165 INFO kablam! 2124 | rt_alloc_excess_used!(rt_primes_2039bytes_4align_alloc_excess_used, 2039, 4); 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! 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:128:26 Oct 13 13:13:39.165 INFO kablam! | Oct 13 13:13:39.165 INFO kablam! 128 | 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! 2124 | rt_alloc_excess_used!(rt_primes_2039bytes_4align_alloc_excess_used, 2039, 4); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.165 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.165 INFO kablam! | Oct 13 13:13:39.165 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.165 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.165 INFO kablam! ... Oct 13 13:13:39.165 INFO kablam! 2137 | rt_alloc_excess_used!(rt_primes_4093bytes_4align_alloc_excess_used, 4093, 4); 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.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:128:26 Oct 13 13:13:39.166 INFO kablam! | Oct 13 13:13:39.166 INFO kablam! 128 | 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! 2137 | rt_alloc_excess_used!(rt_primes_4093bytes_4align_alloc_excess_used, 4093, 4); 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.167 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.167 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.167 INFO kablam! | Oct 13 13:13:39.167 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.167 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.167 INFO kablam! ... Oct 13 13:13:39.167 INFO kablam! 2150 | rt_alloc_excess_used!(rt_primes_8191bytes_4align_alloc_excess_used, 8191, 4); 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! 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:128:26 Oct 13 13:13:39.167 INFO kablam! | Oct 13 13:13:39.167 INFO kablam! 128 | 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! 2150 | rt_alloc_excess_used!(rt_primes_8191bytes_4align_alloc_excess_used, 8191, 4); 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.172 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.172 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.172 INFO kablam! | Oct 13 13:13:39.172 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.172 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.172 INFO kablam! ... Oct 13 13:13:39.172 INFO kablam! 2163 | rt_alloc_excess_used!(rt_primes_16381bytes_4align_alloc_excess_used, 16381, 4); Oct 13 13:13:39.172 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.172 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:128:26 Oct 13 13:13:39.172 INFO kablam! | Oct 13 13:13:39.172 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.172 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.172 INFO kablam! ... Oct 13 13:13:39.172 INFO kablam! 2163 | rt_alloc_excess_used!(rt_primes_16381bytes_4align_alloc_excess_used, 16381, 4); Oct 13 13:13:39.172 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.172 INFO kablam! | Oct 13 13:13:39.172 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.172 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.172 INFO kablam! | Oct 13 13:13:39.172 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.172 INFO kablam! | Oct 13 13:13:39.172 INFO kablam! Oct 13 13:13:39.172 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.172 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.172 INFO kablam! | Oct 13 13:13:39.172 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.172 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.172 INFO kablam! ... Oct 13 13:13:39.172 INFO kablam! 2176 | rt_alloc_excess_used!(rt_primes_32749bytes_4align_alloc_excess_used, 32749, 4); Oct 13 13:13:39.172 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.172 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:128:26 Oct 13 13:13:39.172 INFO kablam! | Oct 13 13:13:39.172 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.172 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.172 INFO kablam! ... Oct 13 13:13:39.172 INFO kablam! 2176 | rt_alloc_excess_used!(rt_primes_32749bytes_4align_alloc_excess_used, 32749, 4); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.173 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.173 INFO kablam! | Oct 13 13:13:39.173 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2189 | rt_alloc_excess_used!(rt_primes_65537bytes_4align_alloc_excess_used, 65537, 4); 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! 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:128:26 Oct 13 13:13:39.173 INFO kablam! | Oct 13 13:13:39.173 INFO kablam! 128 | 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! 2189 | rt_alloc_excess_used!(rt_primes_65537bytes_4align_alloc_excess_used, 65537, 4); 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.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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.176 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.176 INFO kablam! | Oct 13 13:13:39.176 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2202 | rt_alloc_excess_used!(rt_primes_131071bytes_4align_alloc_excess_used, 131071, 4); 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! 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:128:26 Oct 13 13:13:39.176 INFO kablam! | Oct 13 13:13:39.176 INFO kablam! 128 | 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! 2202 | rt_alloc_excess_used!(rt_primes_131071bytes_4align_alloc_excess_used, 131071, 4); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.181 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.181 INFO kablam! | Oct 13 13:13:39.181 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2215 | rt_alloc_excess_used!(rt_primes_4194301bytes_4align_alloc_excess_used, 4194301, 4); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.181 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.181 INFO kablam! | Oct 13 13:13:39.181 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.181 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.181 INFO kablam! ... Oct 13 13:13:39.181 INFO kablam! 2215 | rt_alloc_excess_used!(rt_primes_4194301bytes_4align_alloc_excess_used, 4194301, 4); 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.181 INFO kablam! | Oct 13 13:13:39.181 INFO kablam! Oct 13 13:13:39.181 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.181 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.181 INFO kablam! | Oct 13 13:13:39.181 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2231 | rt_alloc_excess_used!(rt_pow2_1bytes_8align_alloc_excess_used, 1, 8); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.181 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.181 INFO kablam! | Oct 13 13:13:39.181 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.181 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.181 INFO kablam! ... Oct 13 13:13:39.181 INFO kablam! 2231 | rt_alloc_excess_used!(rt_pow2_1bytes_8align_alloc_excess_used, 1, 8); 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.181 INFO kablam! | Oct 13 13:13:39.181 INFO kablam! Oct 13 13:13:39.182 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.182 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.182 INFO kablam! | Oct 13 13:13:39.182 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2244 | rt_alloc_excess_used!(rt_pow2_2bytes_8align_alloc_excess_used, 2, 8); 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! 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:128:26 Oct 13 13:13:39.182 INFO kablam! | Oct 13 13:13:39.182 INFO kablam! 128 | 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! 2244 | rt_alloc_excess_used!(rt_pow2_2bytes_8align_alloc_excess_used, 2, 8); 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.184 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.184 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.184 INFO kablam! | Oct 13 13:13:39.184 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.184 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.184 INFO kablam! ... Oct 13 13:13:39.184 INFO kablam! 2257 | rt_alloc_excess_used!(rt_pow2_4bytes_8align_alloc_excess_used, 4, 8); 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! 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:128:26 Oct 13 13:13:39.185 INFO kablam! | Oct 13 13:13:39.185 INFO kablam! 128 | 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! 2257 | rt_alloc_excess_used!(rt_pow2_4bytes_8align_alloc_excess_used, 4, 8); 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.192 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.192 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.192 INFO kablam! | Oct 13 13:13:39.192 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.192 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.192 INFO kablam! ... Oct 13 13:13:39.192 INFO kablam! 2270 | rt_alloc_excess_used!(rt_pow2_8bytes_8align_alloc_excess_used, 8, 8); Oct 13 13:13:39.192 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.192 INFO kablam! Oct 13 13:13:39.192 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.192 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.192 INFO kablam! | Oct 13 13:13:39.192 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.192 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.192 INFO kablam! ... Oct 13 13:13:39.192 INFO kablam! 2270 | rt_alloc_excess_used!(rt_pow2_8bytes_8align_alloc_excess_used, 8, 8); Oct 13 13:13:39.192 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.192 INFO kablam! | Oct 13 13:13:39.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.192 INFO kablam! | Oct 13 13:13:39.192 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.192 INFO kablam! | Oct 13 13:13:39.192 INFO kablam! Oct 13 13:13:39.192 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.192 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.192 INFO kablam! | Oct 13 13:13:39.192 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.192 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.192 INFO kablam! ... Oct 13 13:13:39.193 INFO kablam! 2283 | rt_alloc_excess_used!(rt_pow2_16bytes_8align_alloc_excess_used, 16, 8); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.193 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.193 INFO kablam! | Oct 13 13:13:39.193 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.193 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.193 INFO kablam! ... Oct 13 13:13:39.193 INFO kablam! 2283 | rt_alloc_excess_used!(rt_pow2_16bytes_8align_alloc_excess_used, 16, 8); 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.193 INFO kablam! Oct 13 13:13:39.193 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.193 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.193 INFO kablam! | Oct 13 13:13:39.193 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2296 | rt_alloc_excess_used!(rt_pow2_32bytes_8align_alloc_excess_used, 32, 8); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.193 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.193 INFO kablam! | Oct 13 13:13:39.193 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.193 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.193 INFO kablam! ... Oct 13 13:13:39.193 INFO kablam! 2296 | rt_alloc_excess_used!(rt_pow2_32bytes_8align_alloc_excess_used, 32, 8); 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.193 INFO kablam! Oct 13 13:13:39.193 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.193 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.193 INFO kablam! | Oct 13 13:13:39.193 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2309 | rt_alloc_excess_used!(rt_pow2_64bytes_8align_alloc_excess_used, 64, 8); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.193 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.193 INFO kablam! | Oct 13 13:13:39.193 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.193 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.193 INFO kablam! ... Oct 13 13:13:39.193 INFO kablam! 2309 | rt_alloc_excess_used!(rt_pow2_64bytes_8align_alloc_excess_used, 64, 8); 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.193 INFO kablam! Oct 13 13:13:39.196 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.196 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.196 INFO kablam! | Oct 13 13:13:39.196 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.196 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.196 INFO kablam! ... Oct 13 13:13:39.196 INFO kablam! 2322 | rt_alloc_excess_used!(rt_pow2_128bytes_8align_alloc_excess_used, 128, 8); Oct 13 13:13:39.196 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation 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:128:26 Oct 13 13:13:39.197 INFO kablam! | Oct 13 13:13:39.197 INFO kablam! 128 | 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! 2322 | rt_alloc_excess_used!(rt_pow2_128bytes_8align_alloc_excess_used, 128, 8); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.197 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.197 INFO kablam! | Oct 13 13:13:39.197 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2335 | rt_alloc_excess_used!(rt_pow2_256bytes_8align_alloc_excess_used, 256, 8); 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! 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:128:26 Oct 13 13:13:39.197 INFO kablam! | Oct 13 13:13:39.197 INFO kablam! 128 | 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! 2335 | rt_alloc_excess_used!(rt_pow2_256bytes_8align_alloc_excess_used, 256, 8); 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.204 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.204 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.204 INFO kablam! | Oct 13 13:13:39.204 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.204 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.204 INFO kablam! ... Oct 13 13:13:39.204 INFO kablam! 2348 | rt_alloc_excess_used!(rt_pow2_512bytes_8align_alloc_excess_used, 512, 8); Oct 13 13:13:39.204 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.204 INFO kablam! Oct 13 13:13:39.204 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.204 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.204 INFO kablam! | Oct 13 13:13:39.204 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.204 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.204 INFO kablam! ... Oct 13 13:13:39.204 INFO kablam! 2348 | rt_alloc_excess_used!(rt_pow2_512bytes_8align_alloc_excess_used, 512, 8); Oct 13 13:13:39.204 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.204 INFO kablam! | Oct 13 13:13:39.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.204 INFO kablam! | Oct 13 13:13:39.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.204 INFO kablam! | Oct 13 13:13:39.204 INFO kablam! Oct 13 13:13:39.204 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.204 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.204 INFO kablam! | Oct 13 13:13:39.204 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.204 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.204 INFO kablam! ... Oct 13 13:13:39.204 INFO kablam! 2361 | rt_alloc_excess_used!(rt_pow2_1024bytes_8align_alloc_excess_used, 1024, 8); Oct 13 13:13:39.204 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.204 INFO kablam! Oct 13 13:13:39.204 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.204 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.204 INFO kablam! | Oct 13 13:13:39.204 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.204 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.204 INFO kablam! ... Oct 13 13:13:39.204 INFO kablam! 2361 | rt_alloc_excess_used!(rt_pow2_1024bytes_8align_alloc_excess_used, 1024, 8); Oct 13 13:13:39.204 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.204 INFO kablam! | Oct 13 13:13:39.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.204 INFO kablam! | Oct 13 13:13:39.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.204 INFO kablam! | Oct 13 13:13:39.204 INFO kablam! Oct 13 13:13:39.205 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.205 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.205 INFO kablam! | Oct 13 13:13:39.205 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2374 | rt_alloc_excess_used!(rt_pow2_2048bytes_8align_alloc_excess_used, 2048, 8); 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! 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:128:26 Oct 13 13:13:39.205 INFO kablam! | Oct 13 13:13:39.205 INFO kablam! 128 | 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! 2374 | rt_alloc_excess_used!(rt_pow2_2048bytes_8align_alloc_excess_used, 2048, 8); 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.212 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.212 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.212 INFO kablam! | Oct 13 13:13:39.212 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2387 | rt_alloc_excess_used!(rt_pow2_4096bytes_8align_alloc_excess_used, 4096, 8); 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! 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:128:26 Oct 13 13:13:39.213 INFO kablam! | Oct 13 13:13:39.213 INFO kablam! 128 | 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! 2387 | rt_alloc_excess_used!(rt_pow2_4096bytes_8align_alloc_excess_used, 4096, 8); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.213 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.213 INFO kablam! | Oct 13 13:13:39.213 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2400 | rt_alloc_excess_used!(rt_pow2_8192bytes_8align_alloc_excess_used, 8192, 8); 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! 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:128:26 Oct 13 13:13:39.213 INFO kablam! | Oct 13 13:13:39.213 INFO kablam! 128 | 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! 2400 | rt_alloc_excess_used!(rt_pow2_8192bytes_8align_alloc_excess_used, 8192, 8); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.213 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.213 INFO kablam! | Oct 13 13:13:39.213 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2413 | rt_alloc_excess_used!(rt_pow2_16384bytes_8align_alloc_excess_used, 16384, 8); 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.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:128:26 Oct 13 13:13:39.214 INFO kablam! | Oct 13 13:13:39.214 INFO kablam! 128 | 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! 2413 | rt_alloc_excess_used!(rt_pow2_16384bytes_8align_alloc_excess_used, 16384, 8); 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.220 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.220 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.220 INFO kablam! | Oct 13 13:13:39.220 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.220 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.220 INFO kablam! ... Oct 13 13:13:39.220 INFO kablam! 2426 | rt_alloc_excess_used!(rt_pow2_32768bytes_8align_alloc_excess_used, 32768, 8); Oct 13 13:13:39.220 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.220 INFO kablam! Oct 13 13:13:39.220 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.220 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.220 INFO kablam! | Oct 13 13:13:39.220 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.220 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.220 INFO kablam! ... Oct 13 13:13:39.220 INFO kablam! 2426 | rt_alloc_excess_used!(rt_pow2_32768bytes_8align_alloc_excess_used, 32768, 8); Oct 13 13:13:39.220 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.220 INFO kablam! | Oct 13 13:13:39.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.220 INFO kablam! | Oct 13 13:13:39.220 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.220 INFO kablam! | Oct 13 13:13:39.220 INFO kablam! Oct 13 13:13:39.220 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.220 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.220 INFO kablam! | Oct 13 13:13:39.220 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.220 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.220 INFO kablam! ... Oct 13 13:13:39.220 INFO kablam! 2439 | rt_alloc_excess_used!(rt_pow2_65536bytes_8align_alloc_excess_used, 65536, 8); Oct 13 13:13:39.220 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.220 INFO kablam! Oct 13 13:13:39.220 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.220 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.220 INFO kablam! | Oct 13 13:13:39.220 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.220 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.220 INFO kablam! ... Oct 13 13:13:39.220 INFO kablam! 2439 | rt_alloc_excess_used!(rt_pow2_65536bytes_8align_alloc_excess_used, 65536, 8); Oct 13 13:13:39.220 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.220 INFO kablam! | Oct 13 13:13:39.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.220 INFO kablam! | Oct 13 13:13:39.220 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.220 INFO kablam! | Oct 13 13:13:39.220 INFO kablam! Oct 13 13:13:39.220 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.220 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.220 INFO kablam! | Oct 13 13:13:39.220 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.220 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.220 INFO kablam! ... Oct 13 13:13:39.220 INFO kablam! 2452 | rt_alloc_excess_used!(rt_pow2_131072bytes_8align_alloc_excess_used, 131072, 8); Oct 13 13:13:39.220 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation 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:128:26 Oct 13 13:13:39.221 INFO kablam! | Oct 13 13:13:39.221 INFO kablam! 128 | 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! 2452 | rt_alloc_excess_used!(rt_pow2_131072bytes_8align_alloc_excess_used, 131072, 8); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.224 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.224 INFO kablam! | Oct 13 13:13:39.224 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2465 | rt_alloc_excess_used!(rt_pow2_4194304bytes_8align_alloc_excess_used, 4194304, 8); 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.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:128:26 Oct 13 13:13:39.228 INFO kablam! | Oct 13 13:13:39.228 INFO kablam! 128 | 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! 2465 | rt_alloc_excess_used!(rt_pow2_4194304bytes_8align_alloc_excess_used, 4194304, 8); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.228 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.228 INFO kablam! | Oct 13 13:13:39.228 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2479 | rt_alloc_excess_used!(rt_even_10bytes_8align_alloc_excess_used, 10, 8); 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.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:128:26 Oct 13 13:13:39.229 INFO kablam! | Oct 13 13:13:39.229 INFO kablam! 128 | 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! 2479 | rt_alloc_excess_used!(rt_even_10bytes_8align_alloc_excess_used, 10, 8); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.232 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.232 INFO kablam! | Oct 13 13:13:39.232 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.232 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.232 INFO kablam! ... Oct 13 13:13:39.232 INFO kablam! 2492 | rt_alloc_excess_used!(rt_even_100bytes_8align_alloc_excess_used, 100, 8); 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! 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:128:26 Oct 13 13:13:39.232 INFO kablam! | Oct 13 13:13:39.232 INFO kablam! 128 | 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! 2492 | rt_alloc_excess_used!(rt_even_100bytes_8align_alloc_excess_used, 100, 8); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.236 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.236 INFO kablam! | Oct 13 13:13:39.236 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.236 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.236 INFO kablam! ... Oct 13 13:13:39.236 INFO kablam! 2505 | rt_alloc_excess_used!(rt_even_1000bytes_8align_alloc_excess_used, 1000, 8); Oct 13 13:13:39.236 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.236 INFO kablam! Oct 13 13:13:39.236 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.236 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.236 INFO kablam! | Oct 13 13:13:39.236 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.236 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.236 INFO kablam! ... Oct 13 13:13:39.236 INFO kablam! 2505 | rt_alloc_excess_used!(rt_even_1000bytes_8align_alloc_excess_used, 1000, 8); Oct 13 13:13:39.236 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.236 INFO kablam! | Oct 13 13:13:39.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.236 INFO kablam! | Oct 13 13:13:39.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.236 INFO kablam! | Oct 13 13:13:39.236 INFO kablam! Oct 13 13:13:39.236 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.236 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.236 INFO kablam! | Oct 13 13:13:39.236 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.236 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.236 INFO kablam! ... Oct 13 13:13:39.236 INFO kablam! 2518 | rt_alloc_excess_used!(rt_even_10000bytes_8align_alloc_excess_used, 10000, 8); Oct 13 13:13:39.236 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.236 INFO kablam! Oct 13 13:13:39.236 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.236 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.236 INFO kablam! | Oct 13 13:13:39.236 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.236 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.236 INFO kablam! ... Oct 13 13:13:39.236 INFO kablam! 2518 | rt_alloc_excess_used!(rt_even_10000bytes_8align_alloc_excess_used, 10000, 8); Oct 13 13:13:39.236 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.236 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.237 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.237 INFO kablam! | Oct 13 13:13:39.237 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2531 | rt_alloc_excess_used!(rt_even_100000bytes_8align_alloc_excess_used, 100000, 8); 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.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:128:26 Oct 13 13:13:39.238 INFO kablam! | Oct 13 13:13:39.238 INFO kablam! 128 | 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! 2531 | rt_alloc_excess_used!(rt_even_100000bytes_8align_alloc_excess_used, 100000, 8); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.240 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.240 INFO kablam! | Oct 13 13:13:39.240 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2544 | rt_alloc_excess_used!(rt_even_1000000bytes_8align_alloc_excess_used, 1000000, 8); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.240 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.240 INFO kablam! | Oct 13 13:13:39.240 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.240 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.240 INFO kablam! ... Oct 13 13:13:39.240 INFO kablam! 2544 | rt_alloc_excess_used!(rt_even_1000000bytes_8align_alloc_excess_used, 1000000, 8); 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.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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.244 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.244 INFO kablam! | Oct 13 13:13:39.244 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2558 | rt_alloc_excess_used!(rt_odd_10bytes_8align_alloc_excess_used, 10- 1, 8); 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.248 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.248 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.248 INFO kablam! | Oct 13 13:13:39.248 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.248 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.248 INFO kablam! ... Oct 13 13:13:39.248 INFO kablam! 2558 | rt_alloc_excess_used!(rt_odd_10bytes_8align_alloc_excess_used, 10- 1, 8); Oct 13 13:13:39.248 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.248 INFO kablam! | Oct 13 13:13:39.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.248 INFO kablam! | Oct 13 13:13:39.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.248 INFO kablam! | Oct 13 13:13:39.248 INFO kablam! Oct 13 13:13:39.248 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.248 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.248 INFO kablam! | Oct 13 13:13:39.248 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.248 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.248 INFO kablam! ... Oct 13 13:13:39.248 INFO kablam! 2571 | rt_alloc_excess_used!(rt_odd_100bytes_8align_alloc_excess_used, 100- 1, 8); Oct 13 13:13:39.248 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.248 INFO kablam! Oct 13 13:13:39.248 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.248 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.248 INFO kablam! | Oct 13 13:13:39.248 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.248 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.248 INFO kablam! ... Oct 13 13:13:39.248 INFO kablam! 2571 | rt_alloc_excess_used!(rt_odd_100bytes_8align_alloc_excess_used, 100- 1, 8); Oct 13 13:13:39.248 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.248 INFO kablam! | Oct 13 13:13:39.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.248 INFO kablam! | Oct 13 13:13:39.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.248 INFO kablam! | Oct 13 13:13:39.248 INFO kablam! Oct 13 13:13:39.248 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.248 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.248 INFO kablam! | Oct 13 13:13:39.248 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.248 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.248 INFO kablam! ... Oct 13 13:13:39.248 INFO kablam! 2584 | rt_alloc_excess_used!(rt_odd_1000bytes_8align_alloc_excess_used, 1000- 1, 8); Oct 13 13:13:39.248 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.248 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:128:26 Oct 13 13:13:39.249 INFO kablam! | Oct 13 13:13:39.249 INFO kablam! 128 | 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! 2584 | rt_alloc_excess_used!(rt_odd_1000bytes_8align_alloc_excess_used, 1000- 1, 8); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.249 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.249 INFO kablam! | Oct 13 13:13:39.249 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2597 | rt_alloc_excess_used!(rt_odd_10000bytes_8align_alloc_excess_used, 10000- 1, 8); 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! 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:128:26 Oct 13 13:13:39.249 INFO kablam! | Oct 13 13:13:39.249 INFO kablam! 128 | 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! 2597 | rt_alloc_excess_used!(rt_odd_10000bytes_8align_alloc_excess_used, 10000- 1, 8); 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.256 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.256 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.256 INFO kablam! | Oct 13 13:13:39.256 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.256 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.256 INFO kablam! ... Oct 13 13:13:39.256 INFO kablam! 2610 | rt_alloc_excess_used!(rt_odd_100000bytes_8align_alloc_excess_used, 100000- 1, 8); Oct 13 13:13:39.256 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.256 INFO kablam! Oct 13 13:13:39.256 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.256 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.256 INFO kablam! | Oct 13 13:13:39.256 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.256 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.256 INFO kablam! ... Oct 13 13:13:39.256 INFO kablam! 2610 | rt_alloc_excess_used!(rt_odd_100000bytes_8align_alloc_excess_used, 100000- 1, 8); Oct 13 13:13:39.256 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.256 INFO kablam! | Oct 13 13:13:39.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.256 INFO kablam! | Oct 13 13:13:39.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.256 INFO kablam! | Oct 13 13:13:39.256 INFO kablam! Oct 13 13:13:39.256 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.256 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.256 INFO kablam! | Oct 13 13:13:39.256 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.256 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.256 INFO kablam! ... Oct 13 13:13:39.256 INFO kablam! 2623 | rt_alloc_excess_used!(rt_odd_1000000bytes_8align_alloc_excess_used, 1000000- 1, 8); Oct 13 13:13:39.256 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.256 INFO kablam! Oct 13 13:13:39.256 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.256 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.256 INFO kablam! | Oct 13 13:13:39.256 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.256 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.256 INFO kablam! ... Oct 13 13:13:39.256 INFO kablam! 2623 | rt_alloc_excess_used!(rt_odd_1000000bytes_8align_alloc_excess_used, 1000000- 1, 8); Oct 13 13:13:39.256 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.256 INFO kablam! | Oct 13 13:13:39.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.256 INFO kablam! | Oct 13 13:13:39.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.256 INFO kablam! | Oct 13 13:13:39.256 INFO kablam! Oct 13 13:13:39.256 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.256 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.256 INFO kablam! | Oct 13 13:13:39.257 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2637 | rt_alloc_excess_used!(rt_primes_3bytes_8align_alloc_excess_used, 3, 8); 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! 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:128:26 Oct 13 13:13:39.257 INFO kablam! | Oct 13 13:13:39.257 INFO kablam! 128 | 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! 2637 | rt_alloc_excess_used!(rt_primes_3bytes_8align_alloc_excess_used, 3, 8); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.257 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.257 INFO kablam! | Oct 13 13:13:39.257 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2650 | rt_alloc_excess_used!(rt_primes_7bytes_8align_alloc_excess_used, 7, 8); 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.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.264 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.264 INFO kablam! | Oct 13 13:13:39.264 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.264 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.264 INFO kablam! ... Oct 13 13:13:39.264 INFO kablam! 2650 | rt_alloc_excess_used!(rt_primes_7bytes_8align_alloc_excess_used, 7, 8); Oct 13 13:13:39.264 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.264 INFO kablam! | Oct 13 13:13:39.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.264 INFO kablam! | Oct 13 13:13:39.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.264 INFO kablam! | Oct 13 13:13:39.264 INFO kablam! Oct 13 13:13:39.264 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.264 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.264 INFO kablam! | Oct 13 13:13:39.264 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.264 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.264 INFO kablam! ... Oct 13 13:13:39.264 INFO kablam! 2663 | rt_alloc_excess_used!(rt_primes_13bytes_8align_alloc_excess_used, 13, 8); Oct 13 13:13:39.264 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.264 INFO kablam! Oct 13 13:13:39.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.264 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.264 INFO kablam! | Oct 13 13:13:39.264 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.264 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.264 INFO kablam! ... Oct 13 13:13:39.264 INFO kablam! 2663 | rt_alloc_excess_used!(rt_primes_13bytes_8align_alloc_excess_used, 13, 8); Oct 13 13:13:39.264 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.264 INFO kablam! | Oct 13 13:13:39.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.264 INFO kablam! | Oct 13 13:13:39.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.264 INFO kablam! | Oct 13 13:13:39.264 INFO kablam! Oct 13 13:13:39.264 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.264 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.264 INFO kablam! | Oct 13 13:13:39.264 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.264 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.264 INFO kablam! ... Oct 13 13:13:39.264 INFO kablam! 2676 | rt_alloc_excess_used!(rt_primes_17bytes_8align_alloc_excess_used, 17, 8); Oct 13 13:13:39.264 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation 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:128:26 Oct 13 13:13:39.265 INFO kablam! | Oct 13 13:13:39.265 INFO kablam! 128 | 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! 2676 | rt_alloc_excess_used!(rt_primes_17bytes_8align_alloc_excess_used, 17, 8); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.265 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.265 INFO kablam! | Oct 13 13:13:39.265 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2689 | rt_alloc_excess_used!(rt_primes_31bytes_8align_alloc_excess_used, 31, 8); 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! 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:128:26 Oct 13 13:13:39.265 INFO kablam! | Oct 13 13:13:39.265 INFO kablam! 128 | 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! 2689 | rt_alloc_excess_used!(rt_primes_31bytes_8align_alloc_excess_used, 31, 8); 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.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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.266 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.266 INFO kablam! | Oct 13 13:13:39.266 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2702 | rt_alloc_excess_used!(rt_primes_61bytes_8align_alloc_excess_used, 61, 8); 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! 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:128:26 Oct 13 13:13:39.266 INFO kablam! | Oct 13 13:13:39.266 INFO kablam! 128 | 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! 2702 | rt_alloc_excess_used!(rt_primes_61bytes_8align_alloc_excess_used, 61, 8); 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.272 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.272 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.272 INFO kablam! | Oct 13 13:13:39.272 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2715 | rt_alloc_excess_used!(rt_primes_96bytes_8align_alloc_excess_used, 96, 8); 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.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.273 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.273 INFO kablam! | Oct 13 13:13:39.273 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.273 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.273 INFO kablam! ... Oct 13 13:13:39.273 INFO kablam! 2715 | rt_alloc_excess_used!(rt_primes_96bytes_8align_alloc_excess_used, 96, 8); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.273 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.273 INFO kablam! | Oct 13 13:13:39.273 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2728 | rt_alloc_excess_used!(rt_primes_127bytes_8align_alloc_excess_used, 127, 8); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.273 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.273 INFO kablam! | Oct 13 13:13:39.273 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.273 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.273 INFO kablam! ... Oct 13 13:13:39.273 INFO kablam! 2728 | rt_alloc_excess_used!(rt_primes_127bytes_8align_alloc_excess_used, 127, 8); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.273 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.273 INFO kablam! | Oct 13 13:13:39.273 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2741 | rt_alloc_excess_used!(rt_primes_257bytes_8align_alloc_excess_used, 257, 8); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.273 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.273 INFO kablam! | Oct 13 13:13:39.273 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.273 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.273 INFO kablam! ... Oct 13 13:13:39.273 INFO kablam! 2741 | rt_alloc_excess_used!(rt_primes_257bytes_8align_alloc_excess_used, 257, 8); 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.278 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.278 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.278 INFO kablam! | Oct 13 13:13:39.278 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2754 | rt_alloc_excess_used!(rt_primes_509bytes_8align_alloc_excess_used, 509, 8); 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.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:128:26 Oct 13 13:13:39.280 INFO kablam! | Oct 13 13:13:39.280 INFO kablam! 128 | 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! 2754 | rt_alloc_excess_used!(rt_primes_509bytes_8align_alloc_excess_used, 509, 8); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.280 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.280 INFO kablam! | Oct 13 13:13:39.280 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2767 | rt_alloc_excess_used!(rt_primes_1021bytes_8align_alloc_excess_used, 1021, 8); 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.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:128:26 Oct 13 13:13:39.284 INFO kablam! | Oct 13 13:13:39.284 INFO kablam! 128 | 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! 2767 | rt_alloc_excess_used!(rt_primes_1021bytes_8align_alloc_excess_used, 1021, 8); 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.284 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.284 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.284 INFO kablam! | Oct 13 13:13:39.284 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.284 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.284 INFO kablam! ... Oct 13 13:13:39.284 INFO kablam! 2780 | rt_alloc_excess_used!(rt_primes_2039bytes_8align_alloc_excess_used, 2039, 8); 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.288 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.288 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.288 INFO kablam! | Oct 13 13:13:39.288 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.288 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.288 INFO kablam! ... Oct 13 13:13:39.288 INFO kablam! 2780 | rt_alloc_excess_used!(rt_primes_2039bytes_8align_alloc_excess_used, 2039, 8); Oct 13 13:13:39.288 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.288 INFO kablam! | Oct 13 13:13:39.288 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.288 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.288 INFO kablam! | Oct 13 13:13:39.288 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.288 INFO kablam! | Oct 13 13:13:39.288 INFO kablam! Oct 13 13:13:39.288 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.288 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.288 INFO kablam! | Oct 13 13:13:39.288 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.288 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.288 INFO kablam! ... Oct 13 13:13:39.288 INFO kablam! 2793 | rt_alloc_excess_used!(rt_primes_4093bytes_8align_alloc_excess_used, 4093, 8); Oct 13 13:13:39.288 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.288 INFO kablam! Oct 13 13:13:39.288 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.288 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.288 INFO kablam! | Oct 13 13:13:39.288 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.288 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.288 INFO kablam! ... Oct 13 13:13:39.288 INFO kablam! 2793 | rt_alloc_excess_used!(rt_primes_4093bytes_8align_alloc_excess_used, 4093, 8); Oct 13 13:13:39.288 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.288 INFO kablam! | Oct 13 13:13:39.288 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.288 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.288 INFO kablam! | Oct 13 13:13:39.288 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.288 INFO kablam! | Oct 13 13:13:39.288 INFO kablam! Oct 13 13:13:39.288 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.289 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.289 INFO kablam! | Oct 13 13:13:39.289 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2806 | rt_alloc_excess_used!(rt_primes_8191bytes_8align_alloc_excess_used, 8191, 8); 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! 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:128:26 Oct 13 13:13:39.289 INFO kablam! | Oct 13 13:13:39.289 INFO kablam! 128 | 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! 2806 | rt_alloc_excess_used!(rt_primes_8191bytes_8align_alloc_excess_used, 8191, 8); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.289 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.289 INFO kablam! | Oct 13 13:13:39.289 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2819 | rt_alloc_excess_used!(rt_primes_16381bytes_8align_alloc_excess_used, 16381, 8); 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.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:128:26 Oct 13 13:13:39.292 INFO kablam! | Oct 13 13:13:39.292 INFO kablam! 128 | 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! 2819 | rt_alloc_excess_used!(rt_primes_16381bytes_8align_alloc_excess_used, 16381, 8); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.292 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.292 INFO kablam! | Oct 13 13:13:39.292 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2832 | rt_alloc_excess_used!(rt_primes_32749bytes_8align_alloc_excess_used, 32749, 8); 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.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:128:26 Oct 13 13:13:39.293 INFO kablam! | Oct 13 13:13:39.293 INFO kablam! 128 | 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! 2832 | rt_alloc_excess_used!(rt_primes_32749bytes_8align_alloc_excess_used, 32749, 8); 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.299 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.299 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.299 INFO kablam! | Oct 13 13:13:39.300 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.300 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.300 INFO kablam! ... Oct 13 13:13:39.300 INFO kablam! 2845 | rt_alloc_excess_used!(rt_primes_65537bytes_8align_alloc_excess_used, 65537, 8); Oct 13 13:13:39.300 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.300 INFO kablam! Oct 13 13:13:39.300 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.300 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.300 INFO kablam! | Oct 13 13:13:39.300 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.300 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.300 INFO kablam! ... Oct 13 13:13:39.300 INFO kablam! 2845 | rt_alloc_excess_used!(rt_primes_65537bytes_8align_alloc_excess_used, 65537, 8); Oct 13 13:13:39.300 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.300 INFO kablam! | Oct 13 13:13:39.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.300 INFO kablam! | Oct 13 13:13:39.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.300 INFO kablam! | Oct 13 13:13:39.300 INFO kablam! Oct 13 13:13:39.300 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.300 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.300 INFO kablam! | Oct 13 13:13:39.300 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.300 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.300 INFO kablam! ... Oct 13 13:13:39.300 INFO kablam! 2858 | rt_alloc_excess_used!(rt_primes_131071bytes_8align_alloc_excess_used, 131071, 8); Oct 13 13:13:39.300 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.300 INFO kablam! Oct 13 13:13:39.300 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.301 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.301 INFO kablam! | Oct 13 13:13:39.301 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.301 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.301 INFO kablam! ... Oct 13 13:13:39.301 INFO kablam! 2858 | rt_alloc_excess_used!(rt_primes_131071bytes_8align_alloc_excess_used, 131071, 8); 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.301 INFO kablam! | Oct 13 13:13:39.301 INFO kablam! Oct 13 13:13:39.302 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.302 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.302 INFO kablam! | Oct 13 13:13:39.302 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2871 | rt_alloc_excess_used!(rt_primes_4194301bytes_8align_alloc_excess_used, 4194301, 8); 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.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:128:26 Oct 13 13:13:39.303 INFO kablam! | Oct 13 13:13:39.303 INFO kablam! 128 | 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! 2871 | rt_alloc_excess_used!(rt_primes_4194301bytes_8align_alloc_excess_used, 4194301, 8); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.304 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.304 INFO kablam! | Oct 13 13:13:39.304 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.304 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.304 INFO kablam! ... Oct 13 13:13:39.304 INFO kablam! 2887 | rt_alloc_excess_used!(rt_pow2_1bytes_16align_alloc_excess_used, 1, 16); 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! 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:128:26 Oct 13 13:13:39.304 INFO kablam! | Oct 13 13:13:39.304 INFO kablam! 128 | 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! 2887 | rt_alloc_excess_used!(rt_pow2_1bytes_16align_alloc_excess_used, 1, 16); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.306 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.306 INFO kablam! | Oct 13 13:13:39.306 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2900 | rt_alloc_excess_used!(rt_pow2_2bytes_16align_alloc_excess_used, 2, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.306 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.306 INFO kablam! | Oct 13 13:13:39.306 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.306 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.306 INFO kablam! ... Oct 13 13:13:39.306 INFO kablam! 2900 | rt_alloc_excess_used!(rt_pow2_2bytes_16align_alloc_excess_used, 2, 16); 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.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.308 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.308 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.308 INFO kablam! | Oct 13 13:13:39.308 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.308 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.308 INFO kablam! ... Oct 13 13:13:39.308 INFO kablam! 2913 | rt_alloc_excess_used!(rt_pow2_4bytes_16align_alloc_excess_used, 4, 16); Oct 13 13:13:39.308 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.308 INFO kablam! Oct 13 13:13:39.316 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.316 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.316 INFO kablam! | Oct 13 13:13:39.316 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.316 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.316 INFO kablam! ... Oct 13 13:13:39.316 INFO kablam! 2913 | rt_alloc_excess_used!(rt_pow2_4bytes_16align_alloc_excess_used, 4, 16); 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.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.316 INFO kablam! | Oct 13 13:13:39.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.316 INFO kablam! | Oct 13 13:13:39.316 INFO kablam! Oct 13 13:13:39.316 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.316 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.316 INFO kablam! | Oct 13 13:13:39.316 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2926 | rt_alloc_excess_used!(rt_pow2_8bytes_16align_alloc_excess_used, 8, 16); 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.316 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.316 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.316 INFO kablam! | Oct 13 13:13:39.316 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.316 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.316 INFO kablam! ... Oct 13 13:13:39.316 INFO kablam! 2926 | rt_alloc_excess_used!(rt_pow2_8bytes_16align_alloc_excess_used, 8, 16); 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.316 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.317 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.317 INFO kablam! | Oct 13 13:13:39.317 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2939 | rt_alloc_excess_used!(rt_pow2_16bytes_16align_alloc_excess_used, 16, 16); 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! 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:128:26 Oct 13 13:13:39.317 INFO kablam! | Oct 13 13:13:39.317 INFO kablam! 128 | 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! 2939 | rt_alloc_excess_used!(rt_pow2_16bytes_16align_alloc_excess_used, 16, 16); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.317 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.317 INFO kablam! | Oct 13 13:13:39.317 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 2952 | rt_alloc_excess_used!(rt_pow2_32bytes_16align_alloc_excess_used, 32, 16); 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! 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:128:26 Oct 13 13:13:39.318 INFO kablam! | Oct 13 13:13:39.318 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.318 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.318 INFO kablam! ... Oct 13 13:13:39.318 INFO kablam! 2952 | rt_alloc_excess_used!(rt_pow2_32bytes_16align_alloc_excess_used, 32, 16); Oct 13 13:13:39.318 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.318 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.322 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.322 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.322 INFO kablam! | Oct 13 13:13:39.322 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.322 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.322 INFO kablam! ... Oct 13 13:13:39.322 INFO kablam! 2965 | rt_alloc_excess_used!(rt_pow2_64bytes_16align_alloc_excess_used, 64, 16); 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.325 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.325 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.325 INFO kablam! | Oct 13 13:13:39.325 INFO kablam! 128 | 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! 2965 | rt_alloc_excess_used!(rt_pow2_64bytes_16align_alloc_excess_used, 64, 16); Oct 13 13:13:39.325 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.325 INFO kablam! | Oct 13 13:13:39.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.325 INFO kablam! | Oct 13 13:13:39.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.325 INFO kablam! | Oct 13 13:13:39.325 INFO kablam! Oct 13 13:13:39.325 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.325 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.325 INFO kablam! | Oct 13 13:13:39.325 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.325 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.325 INFO kablam! ... Oct 13 13:13:39.325 INFO kablam! 2978 | rt_alloc_excess_used!(rt_pow2_128bytes_16align_alloc_excess_used, 128, 16); Oct 13 13:13:39.325 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.325 INFO kablam! Oct 13 13:13:39.340 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.340 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.340 INFO kablam! | Oct 13 13:13:39.340 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.340 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.340 INFO kablam! ... Oct 13 13:13:39.340 INFO kablam! 2978 | rt_alloc_excess_used!(rt_pow2_128bytes_16align_alloc_excess_used, 128, 16); Oct 13 13:13:39.340 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.340 INFO kablam! | Oct 13 13:13:39.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.340 INFO kablam! | Oct 13 13:13:39.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.340 INFO kablam! | Oct 13 13:13:39.340 INFO kablam! Oct 13 13:13:39.340 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.340 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.340 INFO kablam! | Oct 13 13:13:39.340 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.340 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.340 INFO kablam! ... Oct 13 13:13:39.340 INFO kablam! 2991 | rt_alloc_excess_used!(rt_pow2_256bytes_16align_alloc_excess_used, 256, 16); Oct 13 13:13:39.340 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.340 INFO kablam! Oct 13 13:13:39.340 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.340 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.340 INFO kablam! | Oct 13 13:13:39.340 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.340 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.340 INFO kablam! ... Oct 13 13:13:39.340 INFO kablam! 2991 | rt_alloc_excess_used!(rt_pow2_256bytes_16align_alloc_excess_used, 256, 16); Oct 13 13:13:39.340 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.340 INFO kablam! | Oct 13 13:13:39.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.340 INFO kablam! | Oct 13 13:13:39.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.340 INFO kablam! | Oct 13 13:13:39.340 INFO kablam! Oct 13 13:13:39.340 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.340 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.340 INFO kablam! | Oct 13 13:13:39.340 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.340 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.340 INFO kablam! ... Oct 13 13:13:39.340 INFO kablam! 3004 | rt_alloc_excess_used!(rt_pow2_512bytes_16align_alloc_excess_used, 512, 16); Oct 13 13:13:39.340 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.340 INFO kablam! Oct 13 13:13:39.340 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.340 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.340 INFO kablam! | Oct 13 13:13:39.341 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.341 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.341 INFO kablam! ... Oct 13 13:13:39.341 INFO kablam! 3004 | rt_alloc_excess_used!(rt_pow2_512bytes_16align_alloc_excess_used, 512, 16); Oct 13 13:13:39.341 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.341 INFO kablam! | Oct 13 13:13:39.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.341 INFO kablam! | Oct 13 13:13:39.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.341 INFO kablam! | Oct 13 13:13:39.341 INFO kablam! Oct 13 13:13:39.341 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.341 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.341 INFO kablam! | Oct 13 13:13:39.341 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.341 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.341 INFO kablam! ... Oct 13 13:13:39.341 INFO kablam! 3017 | rt_alloc_excess_used!(rt_pow2_1024bytes_16align_alloc_excess_used, 1024, 16); Oct 13 13:13:39.341 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.341 INFO kablam! Oct 13 13:13:39.341 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:128:26 Oct 13 13:13:39.342 INFO kablam! | Oct 13 13:13:39.342 INFO kablam! 128 | 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! 3017 | rt_alloc_excess_used!(rt_pow2_1024bytes_16align_alloc_excess_used, 1024, 16); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.342 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.342 INFO kablam! | Oct 13 13:13:39.342 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3030 | rt_alloc_excess_used!(rt_pow2_2048bytes_16align_alloc_excess_used, 2048, 16); 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! 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:128:26 Oct 13 13:13:39.342 INFO kablam! | Oct 13 13:13:39.342 INFO kablam! 128 | 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! 3030 | rt_alloc_excess_used!(rt_pow2_2048bytes_16align_alloc_excess_used, 2048, 16); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.342 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.342 INFO kablam! | Oct 13 13:13:39.342 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3043 | rt_alloc_excess_used!(rt_pow2_4096bytes_16align_alloc_excess_used, 4096, 16); 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! 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:128:26 Oct 13 13:13:39.342 INFO kablam! | Oct 13 13:13:39.342 INFO kablam! 128 | 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! 3043 | rt_alloc_excess_used!(rt_pow2_4096bytes_16align_alloc_excess_used, 4096, 16); 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.348 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.348 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.348 INFO kablam! | Oct 13 13:13:39.348 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.348 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.348 INFO kablam! ... Oct 13 13:13:39.348 INFO kablam! 3056 | rt_alloc_excess_used!(rt_pow2_8192bytes_16align_alloc_excess_used, 8192, 16); Oct 13 13:13:39.348 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.348 INFO kablam! Oct 13 13:13:39.348 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.348 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.348 INFO kablam! | Oct 13 13:13:39.348 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.348 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.348 INFO kablam! ... Oct 13 13:13:39.348 INFO kablam! 3056 | rt_alloc_excess_used!(rt_pow2_8192bytes_16align_alloc_excess_used, 8192, 16); Oct 13 13:13:39.348 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.348 INFO kablam! | Oct 13 13:13:39.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.348 INFO kablam! | Oct 13 13:13:39.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.348 INFO kablam! | Oct 13 13:13:39.348 INFO kablam! Oct 13 13:13:39.353 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.353 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.353 INFO kablam! | Oct 13 13:13:39.353 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3069 | rt_alloc_excess_used!(rt_pow2_16384bytes_16align_alloc_excess_used, 16384, 16); 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! 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:128:26 Oct 13 13:13:39.353 INFO kablam! | Oct 13 13:13:39.353 INFO kablam! 128 | 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! 3069 | rt_alloc_excess_used!(rt_pow2_16384bytes_16align_alloc_excess_used, 16384, 16); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.353 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.353 INFO kablam! | Oct 13 13:13:39.353 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3082 | rt_alloc_excess_used!(rt_pow2_32768bytes_16align_alloc_excess_used, 32768, 16); 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! 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:128:26 Oct 13 13:13:39.353 INFO kablam! | Oct 13 13:13:39.353 INFO kablam! 128 | 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! 3082 | rt_alloc_excess_used!(rt_pow2_32768bytes_16align_alloc_excess_used, 32768, 16); 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.354 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.354 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.354 INFO kablam! | Oct 13 13:13:39.354 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3095 | rt_alloc_excess_used!(rt_pow2_65536bytes_16align_alloc_excess_used, 65536, 16); 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! 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:128:26 Oct 13 13:13:39.354 INFO kablam! | Oct 13 13:13:39.354 INFO kablam! 128 | 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! 3095 | rt_alloc_excess_used!(rt_pow2_65536bytes_16align_alloc_excess_used, 65536, 16); 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.358 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.358 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.358 INFO kablam! | Oct 13 13:13:39.358 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3108 | rt_alloc_excess_used!(rt_pow2_131072bytes_16align_alloc_excess_used, 131072, 16); 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! 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:128:26 Oct 13 13:13:39.358 INFO kablam! | Oct 13 13:13:39.358 INFO kablam! 128 | 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.358 INFO kablam! 3108 | rt_alloc_excess_used!(rt_pow2_131072bytes_16align_alloc_excess_used, 131072, 16); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.358 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.358 INFO kablam! | Oct 13 13:13:39.358 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3121 | rt_alloc_excess_used!(rt_pow2_4194304bytes_16align_alloc_excess_used, 4194304, 16); 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! 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:128:26 Oct 13 13:13:39.358 INFO kablam! | Oct 13 13:13:39.358 INFO kablam! 128 | 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.358 INFO kablam! 3121 | rt_alloc_excess_used!(rt_pow2_4194304bytes_16align_alloc_excess_used, 4194304, 16); 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.361 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.361 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.361 INFO kablam! | Oct 13 13:13:39.361 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.361 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.361 INFO kablam! ... Oct 13 13:13:39.361 INFO kablam! 3135 | rt_alloc_excess_used!(rt_even_10bytes_16align_alloc_excess_used, 10, 16); Oct 13 13:13:39.361 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.361 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:128:26 Oct 13 13:13:39.365 INFO kablam! | Oct 13 13:13:39.365 INFO kablam! 128 | 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! 3135 | rt_alloc_excess_used!(rt_even_10bytes_16align_alloc_excess_used, 10, 16); 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.366 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.366 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.366 INFO kablam! | Oct 13 13:13:39.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.366 INFO kablam! | Oct 13 13:13:39.366 INFO kablam! Oct 13 13:13:39.366 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.366 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.366 INFO kablam! | Oct 13 13:13:39.366 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.366 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.366 INFO kablam! ... Oct 13 13:13:39.366 INFO kablam! 3148 | rt_alloc_excess_used!(rt_even_100bytes_16align_alloc_excess_used, 100, 16); Oct 13 13:13:39.366 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.366 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:128:26 Oct 13 13:13:39.368 INFO kablam! | Oct 13 13:13:39.368 INFO kablam! 128 | 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! 3148 | rt_alloc_excess_used!(rt_even_100bytes_16align_alloc_excess_used, 100, 16); 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.378 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.379 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.379 INFO kablam! | Oct 13 13:13:39.379 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.379 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.379 INFO kablam! ... Oct 13 13:13:39.379 INFO kablam! 3161 | rt_alloc_excess_used!(rt_even_1000bytes_16align_alloc_excess_used, 1000, 16); Oct 13 13:13:39.379 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.379 INFO kablam! Oct 13 13:13:39.379 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.379 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.379 INFO kablam! | Oct 13 13:13:39.379 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.379 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.379 INFO kablam! ... Oct 13 13:13:39.379 INFO kablam! 3161 | rt_alloc_excess_used!(rt_even_1000bytes_16align_alloc_excess_used, 1000, 16); Oct 13 13:13:39.379 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.379 INFO kablam! | Oct 13 13:13:39.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.379 INFO kablam! | Oct 13 13:13:39.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.379 INFO kablam! | Oct 13 13:13:39.379 INFO kablam! Oct 13 13:13:39.379 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.379 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.379 INFO kablam! | Oct 13 13:13:39.379 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.379 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.379 INFO kablam! ... Oct 13 13:13:39.379 INFO kablam! 3174 | rt_alloc_excess_used!(rt_even_10000bytes_16align_alloc_excess_used, 10000, 16); Oct 13 13:13:39.379 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.379 INFO kablam! Oct 13 13:13:39.379 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.379 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.379 INFO kablam! | Oct 13 13:13:39.379 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.379 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.379 INFO kablam! ... Oct 13 13:13:39.379 INFO kablam! 3174 | rt_alloc_excess_used!(rt_even_10000bytes_16align_alloc_excess_used, 10000, 16); Oct 13 13:13:39.379 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.379 INFO kablam! | Oct 13 13:13:39.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.379 INFO kablam! | Oct 13 13:13:39.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.379 INFO kablam! | Oct 13 13:13:39.379 INFO kablam! Oct 13 13:13:39.384 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.384 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.384 INFO kablam! | Oct 13 13:13:39.384 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.384 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.384 INFO kablam! ... Oct 13 13:13:39.384 INFO kablam! 3187 | rt_alloc_excess_used!(rt_even_100000bytes_16align_alloc_excess_used, 100000, 16); Oct 13 13:13:39.384 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.384 INFO kablam! Oct 13 13:13:39.384 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.384 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.384 INFO kablam! | Oct 13 13:13:39.384 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.384 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.384 INFO kablam! ... Oct 13 13:13:39.384 INFO kablam! 3187 | rt_alloc_excess_used!(rt_even_100000bytes_16align_alloc_excess_used, 100000, 16); Oct 13 13:13:39.384 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.384 INFO kablam! | Oct 13 13:13:39.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.384 INFO kablam! | Oct 13 13:13:39.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.384 INFO kablam! | Oct 13 13:13:39.384 INFO kablam! Oct 13 13:13:39.384 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.384 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.384 INFO kablam! | Oct 13 13:13:39.384 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.384 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.384 INFO kablam! ... Oct 13 13:13:39.384 INFO kablam! 3200 | rt_alloc_excess_used!(rt_even_1000000bytes_16align_alloc_excess_used, 1000000, 16); Oct 13 13:13:39.384 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.384 INFO kablam! Oct 13 13:13:39.384 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.384 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.384 INFO kablam! | Oct 13 13:13:39.384 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.384 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.384 INFO kablam! ... Oct 13 13:13:39.384 INFO kablam! 3200 | rt_alloc_excess_used!(rt_even_1000000bytes_16align_alloc_excess_used, 1000000, 16); Oct 13 13:13:39.384 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.384 INFO kablam! | Oct 13 13:13:39.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.384 INFO kablam! | Oct 13 13:13:39.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.384 INFO kablam! | Oct 13 13:13:39.384 INFO kablam! Oct 13 13:13:39.385 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.385 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.385 INFO kablam! | Oct 13 13:13:39.385 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3214 | rt_alloc_excess_used!(rt_odd_10bytes_16align_alloc_excess_used, 10- 1, 16); 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! 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:128:26 Oct 13 13:13:39.385 INFO kablam! | Oct 13 13:13:39.385 INFO kablam! 128 | 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! 3214 | rt_alloc_excess_used!(rt_odd_10bytes_16align_alloc_excess_used, 10- 1, 16); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.385 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.385 INFO kablam! | Oct 13 13:13:39.385 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3227 | rt_alloc_excess_used!(rt_odd_100bytes_16align_alloc_excess_used, 100- 1, 16); 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! 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:128:26 Oct 13 13:13:39.385 INFO kablam! | Oct 13 13:13:39.385 INFO kablam! 128 | 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! 3227 | rt_alloc_excess_used!(rt_odd_100bytes_16align_alloc_excess_used, 100- 1, 16); 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.392 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.392 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.392 INFO kablam! | Oct 13 13:13:39.392 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.392 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.392 INFO kablam! ... Oct 13 13:13:39.392 INFO kablam! 3240 | rt_alloc_excess_used!(rt_odd_1000bytes_16align_alloc_excess_used, 1000- 1, 16); Oct 13 13:13:39.392 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.392 INFO kablam! Oct 13 13:13:39.392 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.392 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.392 INFO kablam! | Oct 13 13:13:39.392 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.392 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.392 INFO kablam! ... Oct 13 13:13:39.392 INFO kablam! 3240 | rt_alloc_excess_used!(rt_odd_1000bytes_16align_alloc_excess_used, 1000- 1, 16); Oct 13 13:13:39.392 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.392 INFO kablam! | Oct 13 13:13:39.392 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.392 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.392 INFO kablam! | Oct 13 13:13:39.392 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.392 INFO kablam! | Oct 13 13:13:39.392 INFO kablam! Oct 13 13:13:39.392 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.392 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.392 INFO kablam! | Oct 13 13:13:39.392 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.392 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.392 INFO kablam! ... Oct 13 13:13:39.392 INFO kablam! 3253 | rt_alloc_excess_used!(rt_odd_10000bytes_16align_alloc_excess_used, 10000- 1, 16); Oct 13 13:13:39.392 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.392 INFO kablam! Oct 13 13:13:39.392 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.392 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.392 INFO kablam! | Oct 13 13:13:39.392 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.392 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.392 INFO kablam! ... Oct 13 13:13:39.392 INFO kablam! 3253 | rt_alloc_excess_used!(rt_odd_10000bytes_16align_alloc_excess_used, 10000- 1, 16); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.393 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.393 INFO kablam! | Oct 13 13:13:39.393 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3266 | rt_alloc_excess_used!(rt_odd_100000bytes_16align_alloc_excess_used, 100000- 1, 16); 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! 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:128:26 Oct 13 13:13:39.393 INFO kablam! | Oct 13 13:13:39.393 INFO kablam! 128 | 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! 3266 | rt_alloc_excess_used!(rt_odd_100000bytes_16align_alloc_excess_used, 100000- 1, 16); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.393 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.393 INFO kablam! | Oct 13 13:13:39.393 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3279 | rt_alloc_excess_used!(rt_odd_1000000bytes_16align_alloc_excess_used, 1000000- 1, 16); 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.399 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.399 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.399 INFO kablam! | Oct 13 13:13:39.399 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.399 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.399 INFO kablam! ... Oct 13 13:13:39.399 INFO kablam! 3279 | rt_alloc_excess_used!(rt_odd_1000000bytes_16align_alloc_excess_used, 1000000- 1, 16); Oct 13 13:13:39.399 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.399 INFO kablam! | Oct 13 13:13:39.399 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.399 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.399 INFO kablam! | Oct 13 13:13:39.399 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.399 INFO kablam! | Oct 13 13:13:39.399 INFO kablam! Oct 13 13:13:39.399 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.399 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.399 INFO kablam! | Oct 13 13:13:39.399 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.399 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.399 INFO kablam! ... Oct 13 13:13:39.399 INFO kablam! 3293 | rt_alloc_excess_used!(rt_primes_3bytes_16align_alloc_excess_used, 3, 16); Oct 13 13:13:39.399 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.399 INFO kablam! Oct 13 13:13:39.399 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.399 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.399 INFO kablam! | Oct 13 13:13:39.399 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.399 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.399 INFO kablam! ... Oct 13 13:13:39.399 INFO kablam! 3293 | rt_alloc_excess_used!(rt_primes_3bytes_16align_alloc_excess_used, 3, 16); Oct 13 13:13:39.399 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.399 INFO kablam! | Oct 13 13:13:39.399 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.399 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.399 INFO kablam! | Oct 13 13:13:39.399 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.399 INFO kablam! | Oct 13 13:13:39.399 INFO kablam! Oct 13 13:13:39.399 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.399 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.399 INFO kablam! | Oct 13 13:13:39.399 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.399 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.399 INFO kablam! ... Oct 13 13:13:39.399 INFO kablam! 3306 | rt_alloc_excess_used!(rt_primes_7bytes_16align_alloc_excess_used, 7, 16); Oct 13 13:13:39.399 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.399 INFO kablam! Oct 13 13:13:39.408 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.408 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.408 INFO kablam! | Oct 13 13:13:39.408 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.408 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.408 INFO kablam! ... Oct 13 13:13:39.408 INFO kablam! 3306 | rt_alloc_excess_used!(rt_primes_7bytes_16align_alloc_excess_used, 7, 16); Oct 13 13:13:39.408 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.408 INFO kablam! | Oct 13 13:13:39.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.408 INFO kablam! | Oct 13 13:13:39.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.408 INFO kablam! | Oct 13 13:13:39.408 INFO kablam! Oct 13 13:13:39.408 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.408 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.408 INFO kablam! | Oct 13 13:13:39.408 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.408 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.408 INFO kablam! ... Oct 13 13:13:39.408 INFO kablam! 3319 | rt_alloc_excess_used!(rt_primes_13bytes_16align_alloc_excess_used, 13, 16); Oct 13 13:13:39.408 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.408 INFO kablam! Oct 13 13:13:39.408 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.408 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.408 INFO kablam! | Oct 13 13:13:39.408 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.408 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.408 INFO kablam! ... Oct 13 13:13:39.408 INFO kablam! 3319 | rt_alloc_excess_used!(rt_primes_13bytes_16align_alloc_excess_used, 13, 16); Oct 13 13:13:39.408 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.408 INFO kablam! | Oct 13 13:13:39.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.408 INFO kablam! | Oct 13 13:13:39.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.408 INFO kablam! | Oct 13 13:13:39.408 INFO kablam! Oct 13 13:13:39.408 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.408 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.408 INFO kablam! | Oct 13 13:13:39.408 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.408 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.408 INFO kablam! ... Oct 13 13:13:39.408 INFO kablam! 3332 | rt_alloc_excess_used!(rt_primes_17bytes_16align_alloc_excess_used, 17, 16); Oct 13 13:13:39.408 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.408 INFO kablam! Oct 13 13:13:39.408 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:128:26 Oct 13 13:13:39.409 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! 128 | 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! 3332 | rt_alloc_excess_used!(rt_primes_17bytes_16align_alloc_excess_used, 17, 16); 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.416 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.416 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.416 INFO kablam! | Oct 13 13:13:39.416 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.416 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.416 INFO kablam! ... Oct 13 13:13:39.416 INFO kablam! 3345 | rt_alloc_excess_used!(rt_primes_31bytes_16align_alloc_excess_used, 31, 16); Oct 13 13:13:39.416 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.416 INFO kablam! Oct 13 13:13:39.416 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.416 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.416 INFO kablam! | Oct 13 13:13:39.416 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.416 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.416 INFO kablam! ... Oct 13 13:13:39.416 INFO kablam! 3345 | rt_alloc_excess_used!(rt_primes_31bytes_16align_alloc_excess_used, 31, 16); Oct 13 13:13:39.416 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.416 INFO kablam! | Oct 13 13:13:39.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.416 INFO kablam! | Oct 13 13:13:39.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.416 INFO kablam! | Oct 13 13:13:39.416 INFO kablam! Oct 13 13:13:39.416 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.416 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.416 INFO kablam! | Oct 13 13:13:39.416 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.416 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.416 INFO kablam! ... Oct 13 13:13:39.416 INFO kablam! 3358 | rt_alloc_excess_used!(rt_primes_61bytes_16align_alloc_excess_used, 61, 16); Oct 13 13:13:39.416 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.416 INFO kablam! Oct 13 13:13:39.416 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.416 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.416 INFO kablam! | Oct 13 13:13:39.416 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.416 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.416 INFO kablam! ... Oct 13 13:13:39.416 INFO kablam! 3358 | rt_alloc_excess_used!(rt_primes_61bytes_16align_alloc_excess_used, 61, 16); Oct 13 13:13:39.416 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.416 INFO kablam! | Oct 13 13:13:39.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.416 INFO kablam! | Oct 13 13:13:39.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.416 INFO kablam! | Oct 13 13:13:39.416 INFO kablam! Oct 13 13:13:39.416 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.416 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.416 INFO kablam! | Oct 13 13:13:39.417 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3371 | rt_alloc_excess_used!(rt_primes_96bytes_16align_alloc_excess_used, 96, 16); 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! 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:128:26 Oct 13 13:13:39.417 INFO kablam! | Oct 13 13:13:39.417 INFO kablam! 128 | 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! 3371 | rt_alloc_excess_used!(rt_primes_96bytes_16align_alloc_excess_used, 96, 16); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.417 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.417 INFO kablam! | Oct 13 13:13:39.417 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3384 | rt_alloc_excess_used!(rt_primes_127bytes_16align_alloc_excess_used, 127, 16); 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.420 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.420 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.420 INFO kablam! | Oct 13 13:13:39.420 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.420 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.420 INFO kablam! ... Oct 13 13:13:39.420 INFO kablam! 3384 | rt_alloc_excess_used!(rt_primes_127bytes_16align_alloc_excess_used, 127, 16); Oct 13 13:13:39.420 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.420 INFO kablam! | Oct 13 13:13:39.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.420 INFO kablam! | Oct 13 13:13:39.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.420 INFO kablam! | Oct 13 13:13:39.420 INFO kablam! Oct 13 13:13:39.420 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.420 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.420 INFO kablam! | Oct 13 13:13:39.420 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3397 | rt_alloc_excess_used!(rt_primes_257bytes_16align_alloc_excess_used, 257, 16); Oct 13 13:13:39.420 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.420 INFO kablam! Oct 13 13:13:39.420 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.420 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.420 INFO kablam! | Oct 13 13:13:39.420 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.420 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.420 INFO kablam! ... Oct 13 13:13:39.420 INFO kablam! 3397 | rt_alloc_excess_used!(rt_primes_257bytes_16align_alloc_excess_used, 257, 16); Oct 13 13:13:39.420 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.420 INFO kablam! | Oct 13 13:13:39.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.420 INFO kablam! | Oct 13 13:13:39.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.420 INFO kablam! | Oct 13 13:13:39.420 INFO kablam! Oct 13 13:13:39.428 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.428 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.428 INFO kablam! | Oct 13 13:13:39.428 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.428 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.428 INFO kablam! ... Oct 13 13:13:39.428 INFO kablam! 3410 | rt_alloc_excess_used!(rt_primes_509bytes_16align_alloc_excess_used, 509, 16); Oct 13 13:13:39.428 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.428 INFO kablam! Oct 13 13:13:39.428 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.428 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.428 INFO kablam! | Oct 13 13:13:39.428 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.428 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.428 INFO kablam! ... Oct 13 13:13:39.428 INFO kablam! 3410 | rt_alloc_excess_used!(rt_primes_509bytes_16align_alloc_excess_used, 509, 16); Oct 13 13:13:39.428 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.428 INFO kablam! | Oct 13 13:13:39.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.428 INFO kablam! | Oct 13 13:13:39.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.428 INFO kablam! | Oct 13 13:13:39.428 INFO kablam! Oct 13 13:13:39.428 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.428 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.428 INFO kablam! | Oct 13 13:13:39.428 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.428 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.428 INFO kablam! ... Oct 13 13:13:39.428 INFO kablam! 3423 | rt_alloc_excess_used!(rt_primes_1021bytes_16align_alloc_excess_used, 1021, 16); Oct 13 13:13:39.428 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.428 INFO kablam! Oct 13 13:13:39.428 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.428 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.428 INFO kablam! | Oct 13 13:13:39.428 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.428 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.428 INFO kablam! ... Oct 13 13:13:39.428 INFO kablam! 3423 | rt_alloc_excess_used!(rt_primes_1021bytes_16align_alloc_excess_used, 1021, 16); Oct 13 13:13:39.428 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.428 INFO kablam! | Oct 13 13:13:39.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.428 INFO kablam! | Oct 13 13:13:39.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.428 INFO kablam! | Oct 13 13:13:39.428 INFO kablam! Oct 13 13:13:39.428 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.428 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.428 INFO kablam! | Oct 13 13:13:39.428 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3436 | rt_alloc_excess_used!(rt_primes_2039bytes_16align_alloc_excess_used, 2039, 16); 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! 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:128:26 Oct 13 13:13:39.429 INFO kablam! | Oct 13 13:13:39.429 INFO kablam! 128 | 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! 3436 | rt_alloc_excess_used!(rt_primes_2039bytes_16align_alloc_excess_used, 2039, 16); 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.436 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.436 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.436 INFO kablam! | Oct 13 13:13:39.436 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.436 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.436 INFO kablam! ... Oct 13 13:13:39.436 INFO kablam! 3449 | rt_alloc_excess_used!(rt_primes_4093bytes_16align_alloc_excess_used, 4093, 16); Oct 13 13:13:39.436 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.436 INFO kablam! Oct 13 13:13:39.436 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.436 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.436 INFO kablam! | Oct 13 13:13:39.436 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.436 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.436 INFO kablam! ... Oct 13 13:13:39.436 INFO kablam! 3449 | rt_alloc_excess_used!(rt_primes_4093bytes_16align_alloc_excess_used, 4093, 16); Oct 13 13:13:39.436 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.436 INFO kablam! | Oct 13 13:13:39.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.436 INFO kablam! | Oct 13 13:13:39.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.436 INFO kablam! | Oct 13 13:13:39.436 INFO kablam! Oct 13 13:13:39.436 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.436 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.436 INFO kablam! | Oct 13 13:13:39.436 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.436 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.436 INFO kablam! ... Oct 13 13:13:39.436 INFO kablam! 3462 | rt_alloc_excess_used!(rt_primes_8191bytes_16align_alloc_excess_used, 8191, 16); Oct 13 13:13:39.436 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.436 INFO kablam! Oct 13 13:13:39.436 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.436 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.436 INFO kablam! | Oct 13 13:13:39.436 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.436 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.436 INFO kablam! ... Oct 13 13:13:39.436 INFO kablam! 3462 | rt_alloc_excess_used!(rt_primes_8191bytes_16align_alloc_excess_used, 8191, 16); Oct 13 13:13:39.436 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.436 INFO kablam! | Oct 13 13:13:39.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.436 INFO kablam! | Oct 13 13:13:39.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.436 INFO kablam! | Oct 13 13:13:39.436 INFO kablam! Oct 13 13:13:39.436 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.436 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.437 INFO kablam! | Oct 13 13:13:39.437 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3475 | rt_alloc_excess_used!(rt_primes_16381bytes_16align_alloc_excess_used, 16381, 16); 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! 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:128:26 Oct 13 13:13:39.437 INFO kablam! | Oct 13 13:13:39.437 INFO kablam! 128 | 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! 3475 | rt_alloc_excess_used!(rt_primes_16381bytes_16align_alloc_excess_used, 16381, 16); 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.442 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.442 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.442 INFO kablam! | Oct 13 13:13:39.442 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.442 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.442 INFO kablam! ... Oct 13 13:13:39.442 INFO kablam! 3488 | rt_alloc_excess_used!(rt_primes_32749bytes_16align_alloc_excess_used, 32749, 16); Oct 13 13:13:39.442 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.442 INFO kablam! Oct 13 13:13:39.442 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.442 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.442 INFO kablam! | Oct 13 13:13:39.442 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.442 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.442 INFO kablam! ... Oct 13 13:13:39.442 INFO kablam! 3488 | rt_alloc_excess_used!(rt_primes_32749bytes_16align_alloc_excess_used, 32749, 16); Oct 13 13:13:39.442 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.442 INFO kablam! | Oct 13 13:13:39.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.442 INFO kablam! | Oct 13 13:13:39.442 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.442 INFO kablam! | Oct 13 13:13:39.442 INFO kablam! Oct 13 13:13:39.442 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.442 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.442 INFO kablam! | Oct 13 13:13:39.442 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.442 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.442 INFO kablam! ... Oct 13 13:13:39.442 INFO kablam! 3501 | rt_alloc_excess_used!(rt_primes_65537bytes_16align_alloc_excess_used, 65537, 16); Oct 13 13:13:39.442 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.442 INFO kablam! Oct 13 13:13:39.442 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.442 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.442 INFO kablam! | Oct 13 13:13:39.442 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.442 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.442 INFO kablam! ... Oct 13 13:13:39.442 INFO kablam! 3501 | rt_alloc_excess_used!(rt_primes_65537bytes_16align_alloc_excess_used, 65537, 16); Oct 13 13:13:39.442 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.442 INFO kablam! | Oct 13 13:13:39.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.442 INFO kablam! | Oct 13 13:13:39.442 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.442 INFO kablam! | Oct 13 13:13:39.442 INFO kablam! Oct 13 13:13:39.442 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.443 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.443 INFO kablam! | Oct 13 13:13:39.443 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3514 | rt_alloc_excess_used!(rt_primes_131071bytes_16align_alloc_excess_used, 131071, 16); 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! 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:128:26 Oct 13 13:13:39.443 INFO kablam! | Oct 13 13:13:39.443 INFO kablam! 128 | 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! 3514 | rt_alloc_excess_used!(rt_primes_131071bytes_16align_alloc_excess_used, 131071, 16); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.443 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.443 INFO kablam! | Oct 13 13:13:39.443 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3527 | rt_alloc_excess_used!(rt_primes_4194301bytes_16align_alloc_excess_used, 4194301, 16); 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.448 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.448 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.448 INFO kablam! | Oct 13 13:13:39.448 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.448 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.448 INFO kablam! ... Oct 13 13:13:39.448 INFO kablam! 3527 | rt_alloc_excess_used!(rt_primes_4194301bytes_16align_alloc_excess_used, 4194301, 16); Oct 13 13:13:39.448 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.448 INFO kablam! | Oct 13 13:13:39.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.448 INFO kablam! | Oct 13 13:13:39.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.448 INFO kablam! | Oct 13 13:13:39.448 INFO kablam! Oct 13 13:13:39.448 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.448 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.448 INFO kablam! | Oct 13 13:13:39.448 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.448 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.448 INFO kablam! ... Oct 13 13:13:39.448 INFO kablam! 3543 | rt_alloc_excess_used!(rt_pow2_1bytes_32align_alloc_excess_used, 1, 32); Oct 13 13:13:39.448 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.448 INFO kablam! Oct 13 13:13:39.448 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.448 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.448 INFO kablam! | Oct 13 13:13:39.448 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.448 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.448 INFO kablam! ... Oct 13 13:13:39.448 INFO kablam! 3543 | rt_alloc_excess_used!(rt_pow2_1bytes_32align_alloc_excess_used, 1, 32); Oct 13 13:13:39.448 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.448 INFO kablam! | Oct 13 13:13:39.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.448 INFO kablam! | Oct 13 13:13:39.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.448 INFO kablam! | Oct 13 13:13:39.448 INFO kablam! Oct 13 13:13:39.448 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.448 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.448 INFO kablam! | Oct 13 13:13:39.448 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.448 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.448 INFO kablam! ... Oct 13 13:13:39.448 INFO kablam! 3556 | rt_alloc_excess_used!(rt_pow2_2bytes_32align_alloc_excess_used, 2, 32); Oct 13 13:13:39.448 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.448 INFO kablam! Oct 13 13:13:39.456 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.456 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.456 INFO kablam! | Oct 13 13:13:39.456 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.456 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.456 INFO kablam! ... Oct 13 13:13:39.456 INFO kablam! 3556 | rt_alloc_excess_used!(rt_pow2_2bytes_32align_alloc_excess_used, 2, 32); Oct 13 13:13:39.456 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.456 INFO kablam! | Oct 13 13:13:39.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.456 INFO kablam! | Oct 13 13:13:39.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.456 INFO kablam! | Oct 13 13:13:39.456 INFO kablam! Oct 13 13:13:39.456 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.456 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.456 INFO kablam! | Oct 13 13:13:39.456 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.456 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.456 INFO kablam! ... Oct 13 13:13:39.456 INFO kablam! 3569 | rt_alloc_excess_used!(rt_pow2_4bytes_32align_alloc_excess_used, 4, 32); Oct 13 13:13:39.456 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.456 INFO kablam! Oct 13 13:13:39.456 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.456 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.456 INFO kablam! | Oct 13 13:13:39.456 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.456 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.456 INFO kablam! ... Oct 13 13:13:39.456 INFO kablam! 3569 | rt_alloc_excess_used!(rt_pow2_4bytes_32align_alloc_excess_used, 4, 32); Oct 13 13:13:39.456 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.456 INFO kablam! | Oct 13 13:13:39.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.456 INFO kablam! | Oct 13 13:13:39.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.456 INFO kablam! | Oct 13 13:13:39.456 INFO kablam! Oct 13 13:13:39.456 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.456 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.456 INFO kablam! | Oct 13 13:13:39.456 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.456 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.456 INFO kablam! ... Oct 13 13:13:39.456 INFO kablam! 3582 | rt_alloc_excess_used!(rt_pow2_8bytes_32align_alloc_excess_used, 8, 32); Oct 13 13:13:39.456 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.456 INFO kablam! Oct 13 13:13:39.456 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:128:26 Oct 13 13:13:39.457 INFO kablam! | Oct 13 13:13:39.457 INFO kablam! 128 | 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! 3582 | rt_alloc_excess_used!(rt_pow2_8bytes_32align_alloc_excess_used, 8, 32); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.457 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.457 INFO kablam! | Oct 13 13:13:39.457 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.457 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.457 INFO kablam! ... Oct 13 13:13:39.457 INFO kablam! 3595 | rt_alloc_excess_used!(rt_pow2_16bytes_32align_alloc_excess_used, 16, 32); 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! 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:128:26 Oct 13 13:13:39.457 INFO kablam! | Oct 13 13:13:39.457 INFO kablam! 128 | 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! 3595 | rt_alloc_excess_used!(rt_pow2_16bytes_32align_alloc_excess_used, 16, 32); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.457 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.457 INFO kablam! | Oct 13 13:13:39.457 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.457 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.457 INFO kablam! ... Oct 13 13:13:39.457 INFO kablam! 3608 | rt_alloc_excess_used!(rt_pow2_32bytes_32align_alloc_excess_used, 32, 32); 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! 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:128:26 Oct 13 13:13:39.457 INFO kablam! | Oct 13 13:13:39.457 INFO kablam! 128 | 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! 3608 | rt_alloc_excess_used!(rt_pow2_32bytes_32align_alloc_excess_used, 32, 32); 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.463 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.463 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.463 INFO kablam! | Oct 13 13:13:39.463 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.463 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.463 INFO kablam! ... Oct 13 13:13:39.463 INFO kablam! 3621 | rt_alloc_excess_used!(rt_pow2_64bytes_32align_alloc_excess_used, 64, 32); Oct 13 13:13:39.463 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.463 INFO kablam! Oct 13 13:13:39.463 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.463 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.463 INFO kablam! | Oct 13 13:13:39.463 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.463 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.463 INFO kablam! ... Oct 13 13:13:39.463 INFO kablam! 3621 | rt_alloc_excess_used!(rt_pow2_64bytes_32align_alloc_excess_used, 64, 32); Oct 13 13:13:39.463 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.463 INFO kablam! | Oct 13 13:13:39.463 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.463 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.463 INFO kablam! | Oct 13 13:13:39.463 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.463 INFO kablam! | Oct 13 13:13:39.463 INFO kablam! Oct 13 13:13:39.463 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.463 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.463 INFO kablam! | Oct 13 13:13:39.463 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.463 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.463 INFO kablam! ... Oct 13 13:13:39.463 INFO kablam! 3634 | rt_alloc_excess_used!(rt_pow2_128bytes_32align_alloc_excess_used, 128, 32); Oct 13 13:13:39.463 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.463 INFO kablam! Oct 13 13:13:39.463 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.463 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.463 INFO kablam! | Oct 13 13:13:39.463 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.463 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.463 INFO kablam! ... Oct 13 13:13:39.463 INFO kablam! 3634 | rt_alloc_excess_used!(rt_pow2_128bytes_32align_alloc_excess_used, 128, 32); Oct 13 13:13:39.463 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.463 INFO kablam! | Oct 13 13:13:39.463 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.463 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.463 INFO kablam! | Oct 13 13:13:39.463 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.463 INFO kablam! | Oct 13 13:13:39.463 INFO kablam! Oct 13 13:13:39.463 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.463 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.463 INFO kablam! | Oct 13 13:13:39.463 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3647 | rt_alloc_excess_used!(rt_pow2_256bytes_32align_alloc_excess_used, 256, 32); 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! 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:128:26 Oct 13 13:13:39.464 INFO kablam! | Oct 13 13:13:39.464 INFO kablam! 128 | 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! 3647 | rt_alloc_excess_used!(rt_pow2_256bytes_32align_alloc_excess_used, 256, 32); 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.472 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.472 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.472 INFO kablam! | Oct 13 13:13:39.472 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.472 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.472 INFO kablam! ... Oct 13 13:13:39.472 INFO kablam! 3660 | rt_alloc_excess_used!(rt_pow2_512bytes_32align_alloc_excess_used, 512, 32); Oct 13 13:13:39.472 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.472 INFO kablam! Oct 13 13:13:39.472 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.472 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.472 INFO kablam! | Oct 13 13:13:39.472 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.472 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.472 INFO kablam! ... Oct 13 13:13:39.472 INFO kablam! 3660 | rt_alloc_excess_used!(rt_pow2_512bytes_32align_alloc_excess_used, 512, 32); Oct 13 13:13:39.472 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.472 INFO kablam! | Oct 13 13:13:39.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.472 INFO kablam! | Oct 13 13:13:39.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.472 INFO kablam! | Oct 13 13:13:39.472 INFO kablam! Oct 13 13:13:39.472 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.472 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.472 INFO kablam! | Oct 13 13:13:39.472 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.472 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.472 INFO kablam! ... Oct 13 13:13:39.472 INFO kablam! 3673 | rt_alloc_excess_used!(rt_pow2_1024bytes_32align_alloc_excess_used, 1024, 32); Oct 13 13:13:39.472 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.472 INFO kablam! Oct 13 13:13:39.472 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.472 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.472 INFO kablam! | Oct 13 13:13:39.472 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.472 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.472 INFO kablam! ... Oct 13 13:13:39.472 INFO kablam! 3673 | rt_alloc_excess_used!(rt_pow2_1024bytes_32align_alloc_excess_used, 1024, 32); Oct 13 13:13:39.472 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.472 INFO kablam! | Oct 13 13:13:39.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.472 INFO kablam! | Oct 13 13:13:39.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.472 INFO kablam! | Oct 13 13:13:39.472 INFO kablam! Oct 13 13:13:39.472 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.473 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.473 INFO kablam! | Oct 13 13:13:39.473 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.473 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.473 INFO kablam! ... Oct 13 13:13:39.473 INFO kablam! 3686 | rt_alloc_excess_used!(rt_pow2_2048bytes_32align_alloc_excess_used, 2048, 32); Oct 13 13:13:39.473 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.473 INFO kablam! Oct 13 13:13:39.473 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.473 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.473 INFO kablam! | Oct 13 13:13:39.473 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.473 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.473 INFO kablam! ... Oct 13 13:13:39.473 INFO kablam! 3686 | rt_alloc_excess_used!(rt_pow2_2048bytes_32align_alloc_excess_used, 2048, 32); Oct 13 13:13:39.473 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.473 INFO kablam! | Oct 13 13:13:39.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.473 INFO kablam! | Oct 13 13:13:39.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.473 INFO kablam! | Oct 13 13:13:39.473 INFO kablam! Oct 13 13:13:39.473 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.473 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.473 INFO kablam! | Oct 13 13:13:39.473 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.473 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.473 INFO kablam! ... Oct 13 13:13:39.473 INFO kablam! 3699 | rt_alloc_excess_used!(rt_pow2_4096bytes_32align_alloc_excess_used, 4096, 32); Oct 13 13:13:39.473 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.473 INFO kablam! Oct 13 13:13:39.473 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.473 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.473 INFO kablam! | Oct 13 13:13:39.473 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.473 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.473 INFO kablam! ... Oct 13 13:13:39.473 INFO kablam! 3699 | rt_alloc_excess_used!(rt_pow2_4096bytes_32align_alloc_excess_used, 4096, 32); Oct 13 13:13:39.473 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.473 INFO kablam! | Oct 13 13:13:39.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.473 INFO kablam! | Oct 13 13:13:39.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.473 INFO kablam! | Oct 13 13:13:39.473 INFO kablam! Oct 13 13:13:39.473 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.473 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.473 INFO kablam! | Oct 13 13:13:39.473 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.473 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.473 INFO kablam! ... Oct 13 13:13:39.473 INFO kablam! 3712 | rt_alloc_excess_used!(rt_pow2_8192bytes_32align_alloc_excess_used, 8192, 32); Oct 13 13:13:39.473 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.473 INFO kablam! Oct 13 13:13:39.473 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.473 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.473 INFO kablam! | Oct 13 13:13:39.473 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.473 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.473 INFO kablam! ... Oct 13 13:13:39.473 INFO kablam! 3712 | rt_alloc_excess_used!(rt_pow2_8192bytes_32align_alloc_excess_used, 8192, 32); Oct 13 13:13:39.473 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.473 INFO kablam! | Oct 13 13:13:39.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.473 INFO kablam! | Oct 13 13:13:39.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.473 INFO kablam! | Oct 13 13:13:39.473 INFO kablam! Oct 13 13:13:39.473 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.473 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.473 INFO kablam! | Oct 13 13:13:39.473 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.473 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.473 INFO kablam! ... Oct 13 13:13:39.473 INFO kablam! 3725 | rt_alloc_excess_used!(rt_pow2_16384bytes_32align_alloc_excess_used, 16384, 32); Oct 13 13:13:39.473 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.473 INFO kablam! Oct 13 13:13:39.473 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.473 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.473 INFO kablam! | Oct 13 13:13:39.473 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.473 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.473 INFO kablam! ... Oct 13 13:13:39.474 INFO kablam! 3725 | rt_alloc_excess_used!(rt_pow2_16384bytes_32align_alloc_excess_used, 16384, 32); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.474 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.474 INFO kablam! | Oct 13 13:13:39.474 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3738 | rt_alloc_excess_used!(rt_pow2_32768bytes_32align_alloc_excess_used, 32768, 32); 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.480 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.480 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.480 INFO kablam! | Oct 13 13:13:39.480 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.480 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.480 INFO kablam! ... Oct 13 13:13:39.480 INFO kablam! 3738 | rt_alloc_excess_used!(rt_pow2_32768bytes_32align_alloc_excess_used, 32768, 32); Oct 13 13:13:39.480 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.480 INFO kablam! | Oct 13 13:13:39.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.480 INFO kablam! | Oct 13 13:13:39.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.480 INFO kablam! | Oct 13 13:13:39.480 INFO kablam! Oct 13 13:13:39.480 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.480 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.480 INFO kablam! | Oct 13 13:13:39.480 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.480 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.480 INFO kablam! ... Oct 13 13:13:39.480 INFO kablam! 3751 | rt_alloc_excess_used!(rt_pow2_65536bytes_32align_alloc_excess_used, 65536, 32); Oct 13 13:13:39.480 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.480 INFO kablam! Oct 13 13:13:39.480 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.480 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.480 INFO kablam! | Oct 13 13:13:39.480 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.480 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.480 INFO kablam! ... Oct 13 13:13:39.480 INFO kablam! 3751 | rt_alloc_excess_used!(rt_pow2_65536bytes_32align_alloc_excess_used, 65536, 32); Oct 13 13:13:39.480 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.480 INFO kablam! | Oct 13 13:13:39.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.480 INFO kablam! | Oct 13 13:13:39.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.480 INFO kablam! | Oct 13 13:13:39.480 INFO kablam! Oct 13 13:13:39.480 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.480 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.480 INFO kablam! | Oct 13 13:13:39.480 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.480 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.480 INFO kablam! ... Oct 13 13:13:39.480 INFO kablam! 3764 | rt_alloc_excess_used!(rt_pow2_131072bytes_32align_alloc_excess_used, 131072, 32); Oct 13 13:13:39.480 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.480 INFO kablam! Oct 13 13:13:39.484 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:128:26 Oct 13 13:13:39.485 INFO kablam! | Oct 13 13:13:39.485 INFO kablam! 128 | 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! 3764 | rt_alloc_excess_used!(rt_pow2_131072bytes_32align_alloc_excess_used, 131072, 32); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.485 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.485 INFO kablam! | Oct 13 13:13:39.485 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3777 | rt_alloc_excess_used!(rt_pow2_4194304bytes_32align_alloc_excess_used, 4194304, 32); 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! 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:128:26 Oct 13 13:13:39.485 INFO kablam! | Oct 13 13:13:39.485 INFO kablam! 128 | 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! 3777 | rt_alloc_excess_used!(rt_pow2_4194304bytes_32align_alloc_excess_used, 4194304, 32); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.485 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.485 INFO kablam! | Oct 13 13:13:39.485 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3791 | rt_alloc_excess_used!(rt_even_10bytes_32align_alloc_excess_used, 10, 32); 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! 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:128:26 Oct 13 13:13:39.485 INFO kablam! | Oct 13 13:13:39.485 INFO kablam! 128 | 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! 3791 | rt_alloc_excess_used!(rt_even_10bytes_32align_alloc_excess_used, 10, 32); 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.492 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.492 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.492 INFO kablam! | Oct 13 13:13:39.492 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.492 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.492 INFO kablam! ... Oct 13 13:13:39.492 INFO kablam! 3804 | rt_alloc_excess_used!(rt_even_100bytes_32align_alloc_excess_used, 100, 32); Oct 13 13:13:39.492 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.492 INFO kablam! Oct 13 13:13:39.492 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.492 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.492 INFO kablam! | Oct 13 13:13:39.492 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.492 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.492 INFO kablam! ... Oct 13 13:13:39.492 INFO kablam! 3804 | rt_alloc_excess_used!(rt_even_100bytes_32align_alloc_excess_used, 100, 32); Oct 13 13:13:39.492 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.492 INFO kablam! | Oct 13 13:13:39.492 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.492 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.492 INFO kablam! | Oct 13 13:13:39.492 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.492 INFO kablam! | Oct 13 13:13:39.492 INFO kablam! Oct 13 13:13:39.492 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.492 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.492 INFO kablam! | Oct 13 13:13:39.492 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.492 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.492 INFO kablam! ... Oct 13 13:13:39.492 INFO kablam! 3817 | rt_alloc_excess_used!(rt_even_1000bytes_32align_alloc_excess_used, 1000, 32); Oct 13 13:13:39.492 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.492 INFO kablam! Oct 13 13:13:39.492 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.492 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.492 INFO kablam! | Oct 13 13:13:39.492 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.492 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.492 INFO kablam! ... Oct 13 13:13:39.492 INFO kablam! 3817 | rt_alloc_excess_used!(rt_even_1000bytes_32align_alloc_excess_used, 1000, 32); Oct 13 13:13:39.492 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.492 INFO kablam! | Oct 13 13:13:39.492 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.492 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.492 INFO kablam! | Oct 13 13:13:39.492 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.492 INFO kablam! | Oct 13 13:13:39.492 INFO kablam! Oct 13 13:13:39.492 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.493 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.493 INFO kablam! | Oct 13 13:13:39.493 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3830 | rt_alloc_excess_used!(rt_even_10000bytes_32align_alloc_excess_used, 10000, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.493 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.493 INFO kablam! | Oct 13 13:13:39.493 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.493 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.493 INFO kablam! ... Oct 13 13:13:39.493 INFO kablam! 3830 | rt_alloc_excess_used!(rt_even_10000bytes_32align_alloc_excess_used, 10000, 32); 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.493 INFO kablam! | Oct 13 13:13:39.493 INFO kablam! Oct 13 13:13:39.493 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.493 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.493 INFO kablam! | Oct 13 13:13:39.493 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3843 | rt_alloc_excess_used!(rt_even_100000bytes_32align_alloc_excess_used, 100000, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.493 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.493 INFO kablam! | Oct 13 13:13:39.493 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.493 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.493 INFO kablam! ... Oct 13 13:13:39.493 INFO kablam! 3843 | rt_alloc_excess_used!(rt_even_100000bytes_32align_alloc_excess_used, 100000, 32); 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.493 INFO kablam! | Oct 13 13:13:39.493 INFO kablam! Oct 13 13:13:39.493 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.493 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.493 INFO kablam! | Oct 13 13:13:39.493 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3856 | rt_alloc_excess_used!(rt_even_1000000bytes_32align_alloc_excess_used, 1000000, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.493 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.493 INFO kablam! | Oct 13 13:13:39.493 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.493 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.493 INFO kablam! ... Oct 13 13:13:39.493 INFO kablam! 3856 | rt_alloc_excess_used!(rt_even_1000000bytes_32align_alloc_excess_used, 1000000, 32); 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.493 INFO kablam! | Oct 13 13:13:39.493 INFO kablam! Oct 13 13:13:39.498 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.498 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.498 INFO kablam! | Oct 13 13:13:39.498 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.498 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.498 INFO kablam! ... Oct 13 13:13:39.498 INFO kablam! 3870 | rt_alloc_excess_used!(rt_odd_10bytes_32align_alloc_excess_used, 10- 1, 32); Oct 13 13:13:39.498 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.498 INFO kablam! Oct 13 13:13:39.498 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.498 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.498 INFO kablam! | Oct 13 13:13:39.498 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.498 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.498 INFO kablam! ... Oct 13 13:13:39.498 INFO kablam! 3870 | rt_alloc_excess_used!(rt_odd_10bytes_32align_alloc_excess_used, 10- 1, 32); Oct 13 13:13:39.498 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.498 INFO kablam! | Oct 13 13:13:39.498 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.498 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.498 INFO kablam! | Oct 13 13:13:39.498 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.498 INFO kablam! | Oct 13 13:13:39.498 INFO kablam! Oct 13 13:13:39.498 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.498 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.498 INFO kablam! | Oct 13 13:13:39.498 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.498 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.498 INFO kablam! ... Oct 13 13:13:39.499 INFO kablam! 3883 | rt_alloc_excess_used!(rt_odd_100bytes_32align_alloc_excess_used, 100- 1, 32); 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! 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:128:26 Oct 13 13:13:39.499 INFO kablam! | Oct 13 13:13:39.499 INFO kablam! 128 | 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! 3883 | rt_alloc_excess_used!(rt_odd_100bytes_32align_alloc_excess_used, 100- 1, 32); 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.504 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.504 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.504 INFO kablam! | Oct 13 13:13:39.504 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.504 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.504 INFO kablam! ... Oct 13 13:13:39.504 INFO kablam! 3896 | rt_alloc_excess_used!(rt_odd_1000bytes_32align_alloc_excess_used, 1000- 1, 32); Oct 13 13:13:39.504 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.504 INFO kablam! Oct 13 13:13:39.504 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.504 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.504 INFO kablam! | Oct 13 13:13:39.504 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.504 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.504 INFO kablam! ... Oct 13 13:13:39.504 INFO kablam! 3896 | rt_alloc_excess_used!(rt_odd_1000bytes_32align_alloc_excess_used, 1000- 1, 32); Oct 13 13:13:39.504 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.504 INFO kablam! | Oct 13 13:13:39.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.504 INFO kablam! | Oct 13 13:13:39.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.504 INFO kablam! | Oct 13 13:13:39.504 INFO kablam! Oct 13 13:13:39.504 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.504 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.504 INFO kablam! | Oct 13 13:13:39.504 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.504 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.504 INFO kablam! ... Oct 13 13:13:39.504 INFO kablam! 3909 | rt_alloc_excess_used!(rt_odd_10000bytes_32align_alloc_excess_used, 10000- 1, 32); Oct 13 13:13:39.504 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.504 INFO kablam! Oct 13 13:13:39.504 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.504 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.504 INFO kablam! | Oct 13 13:13:39.504 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.504 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.504 INFO kablam! ... Oct 13 13:13:39.504 INFO kablam! 3909 | rt_alloc_excess_used!(rt_odd_10000bytes_32align_alloc_excess_used, 10000- 1, 32); Oct 13 13:13:39.504 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.504 INFO kablam! | Oct 13 13:13:39.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.504 INFO kablam! | Oct 13 13:13:39.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.504 INFO kablam! | Oct 13 13:13:39.504 INFO kablam! Oct 13 13:13:39.504 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.505 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.505 INFO kablam! | Oct 13 13:13:39.505 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3922 | rt_alloc_excess_used!(rt_odd_100000bytes_32align_alloc_excess_used, 100000- 1, 32); 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! 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:128:26 Oct 13 13:13:39.505 INFO kablam! | Oct 13 13:13:39.505 INFO kablam! 128 | 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! 3922 | rt_alloc_excess_used!(rt_odd_100000bytes_32align_alloc_excess_used, 100000- 1, 32); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.505 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.505 INFO kablam! | Oct 13 13:13:39.505 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3935 | rt_alloc_excess_used!(rt_odd_1000000bytes_32align_alloc_excess_used, 1000000- 1, 32); 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.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.512 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.512 INFO kablam! | Oct 13 13:13:39.512 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.512 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.512 INFO kablam! ... Oct 13 13:13:39.512 INFO kablam! 3935 | rt_alloc_excess_used!(rt_odd_1000000bytes_32align_alloc_excess_used, 1000000- 1, 32); Oct 13 13:13:39.512 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.512 INFO kablam! | Oct 13 13:13:39.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.512 INFO kablam! | Oct 13 13:13:39.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.512 INFO kablam! | Oct 13 13:13:39.512 INFO kablam! Oct 13 13:13:39.512 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.512 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.512 INFO kablam! | Oct 13 13:13:39.512 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.512 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.512 INFO kablam! ... Oct 13 13:13:39.512 INFO kablam! 3949 | rt_alloc_excess_used!(rt_primes_3bytes_32align_alloc_excess_used, 3, 32); Oct 13 13:13:39.512 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.512 INFO kablam! Oct 13 13:13:39.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.512 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.512 INFO kablam! | Oct 13 13:13:39.512 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.512 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.512 INFO kablam! ... Oct 13 13:13:39.512 INFO kablam! 3949 | rt_alloc_excess_used!(rt_primes_3bytes_32align_alloc_excess_used, 3, 32); Oct 13 13:13:39.512 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.512 INFO kablam! | Oct 13 13:13:39.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.512 INFO kablam! | Oct 13 13:13:39.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.512 INFO kablam! | Oct 13 13:13:39.512 INFO kablam! Oct 13 13:13:39.512 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.512 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.512 INFO kablam! | Oct 13 13:13:39.512 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.512 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.512 INFO kablam! ... Oct 13 13:13:39.512 INFO kablam! 3962 | rt_alloc_excess_used!(rt_primes_7bytes_32align_alloc_excess_used, 7, 32); Oct 13 13:13:39.512 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.512 INFO kablam! Oct 13 13:13:39.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.512 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.513 INFO kablam! | Oct 13 13:13:39.513 INFO kablam! 128 | 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! 3962 | rt_alloc_excess_used!(rt_primes_7bytes_32align_alloc_excess_used, 7, 32); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.513 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.513 INFO kablam! | Oct 13 13:13:39.513 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3975 | rt_alloc_excess_used!(rt_primes_13bytes_32align_alloc_excess_used, 13, 32); 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! 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:128:26 Oct 13 13:13:39.513 INFO kablam! | Oct 13 13:13:39.513 INFO kablam! 128 | 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! 3975 | rt_alloc_excess_used!(rt_primes_13bytes_32align_alloc_excess_used, 13, 32); 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.517 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.517 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.517 INFO kablam! | Oct 13 13:13:39.517 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 3988 | rt_alloc_excess_used!(rt_primes_17bytes_32align_alloc_excess_used, 17, 32); 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! 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:128:26 Oct 13 13:13:39.518 INFO kablam! | Oct 13 13:13:39.518 INFO kablam! 128 | 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! 3988 | rt_alloc_excess_used!(rt_primes_17bytes_32align_alloc_excess_used, 17, 32); 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 `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.523 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.523 INFO kablam! | Oct 13 13:13:39.523 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.523 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.523 INFO kablam! ... Oct 13 13:13:39.523 INFO kablam! 4001 | rt_alloc_excess_used!(rt_primes_31bytes_32align_alloc_excess_used, 31, 32); 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! 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:128:26 Oct 13 13:13:39.523 INFO kablam! | Oct 13 13:13:39.523 INFO kablam! 128 | 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! 4001 | rt_alloc_excess_used!(rt_primes_31bytes_32align_alloc_excess_used, 31, 32); 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.523 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.523 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.523 INFO kablam! | Oct 13 13:13:39.523 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.523 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.523 INFO kablam! ... Oct 13 13:13:39.523 INFO kablam! 4014 | rt_alloc_excess_used!(rt_primes_61bytes_32align_alloc_excess_used, 61, 32); 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! 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:128:26 Oct 13 13:13:39.523 INFO kablam! | Oct 13 13:13:39.523 INFO kablam! 128 | 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! 4014 | rt_alloc_excess_used!(rt_primes_61bytes_32align_alloc_excess_used, 61, 32); 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.528 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.528 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.528 INFO kablam! | Oct 13 13:13:39.528 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.528 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.528 INFO kablam! ... Oct 13 13:13:39.528 INFO kablam! 4027 | rt_alloc_excess_used!(rt_primes_96bytes_32align_alloc_excess_used, 96, 32); Oct 13 13:13:39.528 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.528 INFO kablam! Oct 13 13:13:39.528 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.528 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.528 INFO kablam! | Oct 13 13:13:39.528 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.528 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.528 INFO kablam! ... Oct 13 13:13:39.528 INFO kablam! 4027 | rt_alloc_excess_used!(rt_primes_96bytes_32align_alloc_excess_used, 96, 32); Oct 13 13:13:39.528 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.528 INFO kablam! | Oct 13 13:13:39.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.528 INFO kablam! | Oct 13 13:13:39.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.528 INFO kablam! | Oct 13 13:13:39.528 INFO kablam! Oct 13 13:13:39.528 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.528 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.528 INFO kablam! | Oct 13 13:13:39.528 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.528 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.528 INFO kablam! ... Oct 13 13:13:39.528 INFO kablam! 4040 | rt_alloc_excess_used!(rt_primes_127bytes_32align_alloc_excess_used, 127, 32); Oct 13 13:13:39.528 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.528 INFO kablam! Oct 13 13:13:39.528 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.528 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.528 INFO kablam! | Oct 13 13:13:39.528 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.528 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.528 INFO kablam! ... Oct 13 13:13:39.528 INFO kablam! 4040 | rt_alloc_excess_used!(rt_primes_127bytes_32align_alloc_excess_used, 127, 32); Oct 13 13:13:39.528 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.528 INFO kablam! | Oct 13 13:13:39.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.528 INFO kablam! | Oct 13 13:13:39.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.528 INFO kablam! | Oct 13 13:13:39.528 INFO kablam! Oct 13 13:13:39.528 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.529 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.529 INFO kablam! | Oct 13 13:13:39.529 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 4053 | rt_alloc_excess_used!(rt_primes_257bytes_32align_alloc_excess_used, 257, 32); 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.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.536 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.536 INFO kablam! | Oct 13 13:13:39.536 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.536 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.536 INFO kablam! ... Oct 13 13:13:39.536 INFO kablam! 4053 | rt_alloc_excess_used!(rt_primes_257bytes_32align_alloc_excess_used, 257, 32); Oct 13 13:13:39.536 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.536 INFO kablam! | Oct 13 13:13:39.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.536 INFO kablam! | Oct 13 13:13:39.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.536 INFO kablam! | Oct 13 13:13:39.536 INFO kablam! Oct 13 13:13:39.536 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.536 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.536 INFO kablam! | Oct 13 13:13:39.536 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.536 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.536 INFO kablam! ... Oct 13 13:13:39.536 INFO kablam! 4066 | rt_alloc_excess_used!(rt_primes_509bytes_32align_alloc_excess_used, 509, 32); Oct 13 13:13:39.536 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.536 INFO kablam! Oct 13 13:13:39.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.536 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.536 INFO kablam! | Oct 13 13:13:39.536 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.536 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.536 INFO kablam! ... Oct 13 13:13:39.536 INFO kablam! 4066 | rt_alloc_excess_used!(rt_primes_509bytes_32align_alloc_excess_used, 509, 32); Oct 13 13:13:39.536 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.536 INFO kablam! | Oct 13 13:13:39.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.536 INFO kablam! | Oct 13 13:13:39.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.536 INFO kablam! | Oct 13 13:13:39.536 INFO kablam! Oct 13 13:13:39.536 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.536 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.536 INFO kablam! | Oct 13 13:13:39.536 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.536 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.536 INFO kablam! ... Oct 13 13:13:39.536 INFO kablam! 4079 | rt_alloc_excess_used!(rt_primes_1021bytes_32align_alloc_excess_used, 1021, 32); Oct 13 13:13:39.536 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.537 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:128:26 Oct 13 13:13:39.537 INFO kablam! | Oct 13 13:13:39.537 INFO kablam! 128 | 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! 4079 | rt_alloc_excess_used!(rt_primes_1021bytes_32align_alloc_excess_used, 1021, 32); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.537 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.537 INFO kablam! | Oct 13 13:13:39.537 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.537 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.537 INFO kablam! ... Oct 13 13:13:39.537 INFO kablam! 4092 | rt_alloc_excess_used!(rt_primes_2039bytes_32align_alloc_excess_used, 2039, 32); 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! 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:128:26 Oct 13 13:13:39.537 INFO kablam! | Oct 13 13:13:39.537 INFO kablam! 128 | 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! 4092 | rt_alloc_excess_used!(rt_primes_2039bytes_32align_alloc_excess_used, 2039, 32); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.537 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.537 INFO kablam! | Oct 13 13:13:39.537 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.537 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.537 INFO kablam! ... Oct 13 13:13:39.537 INFO kablam! 4105 | rt_alloc_excess_used!(rt_primes_4093bytes_32align_alloc_excess_used, 4093, 32); 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! 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:128:26 Oct 13 13:13:39.537 INFO kablam! | Oct 13 13:13:39.537 INFO kablam! 128 | 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! 4105 | rt_alloc_excess_used!(rt_primes_4093bytes_32align_alloc_excess_used, 4093, 32); 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.538 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.538 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.538 INFO kablam! | Oct 13 13:13:39.538 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 4118 | rt_alloc_excess_used!(rt_primes_8191bytes_32align_alloc_excess_used, 8191, 32); 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! 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:128:26 Oct 13 13:13:39.538 INFO kablam! | Oct 13 13:13:39.538 INFO kablam! 128 | 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! 4118 | rt_alloc_excess_used!(rt_primes_8191bytes_32align_alloc_excess_used, 8191, 32); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.538 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.538 INFO kablam! | Oct 13 13:13:39.538 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 4131 | rt_alloc_excess_used!(rt_primes_16381bytes_32align_alloc_excess_used, 16381, 32); 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! 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:128:26 Oct 13 13:13:39.539 INFO kablam! | Oct 13 13:13:39.539 INFO kablam! 128 | 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! 4131 | rt_alloc_excess_used!(rt_primes_16381bytes_32align_alloc_excess_used, 16381, 32); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.539 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.539 INFO kablam! | Oct 13 13:13:39.539 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 4144 | rt_alloc_excess_used!(rt_primes_32749bytes_32align_alloc_excess_used, 32749, 32); 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.548 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.548 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.548 INFO kablam! | Oct 13 13:13:39.548 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.548 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.548 INFO kablam! ... Oct 13 13:13:39.548 INFO kablam! 4144 | rt_alloc_excess_used!(rt_primes_32749bytes_32align_alloc_excess_used, 32749, 32); Oct 13 13:13:39.548 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.548 INFO kablam! | Oct 13 13:13:39.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.548 INFO kablam! | Oct 13 13:13:39.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.548 INFO kablam! | Oct 13 13:13:39.548 INFO kablam! Oct 13 13:13:39.548 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.548 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.548 INFO kablam! | Oct 13 13:13:39.548 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.548 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.548 INFO kablam! ... Oct 13 13:13:39.548 INFO kablam! 4157 | rt_alloc_excess_used!(rt_primes_65537bytes_32align_alloc_excess_used, 65537, 32); Oct 13 13:13:39.548 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.548 INFO kablam! Oct 13 13:13:39.548 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.548 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:39.548 INFO kablam! | Oct 13 13:13:39.548 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.548 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.548 INFO kablam! ... Oct 13 13:13:39.548 INFO kablam! 4157 | rt_alloc_excess_used!(rt_primes_65537bytes_32align_alloc_excess_used, 65537, 32); Oct 13 13:13:39.548 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.548 INFO kablam! | Oct 13 13:13:39.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.548 INFO kablam! | Oct 13 13:13:39.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.548 INFO kablam! | Oct 13 13:13:39.548 INFO kablam! Oct 13 13:13:39.548 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.548 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.548 INFO kablam! | Oct 13 13:13:39.548 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.548 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.548 INFO kablam! ... Oct 13 13:13:39.548 INFO kablam! 4170 | rt_alloc_excess_used!(rt_primes_131071bytes_32align_alloc_excess_used, 131071, 32); Oct 13 13:13:39.548 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.548 INFO kablam! Oct 13 13:13:39.548 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:128:26 Oct 13 13:13:39.549 INFO kablam! | Oct 13 13:13:39.549 INFO kablam! 128 | 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! 4170 | rt_alloc_excess_used!(rt_primes_131071bytes_32align_alloc_excess_used, 131071, 32); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.549 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:39.549 INFO kablam! | Oct 13 13:13:39.549 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(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! 4183 | rt_alloc_excess_used!(rt_primes_4194301bytes_32align_alloc_excess_used, 4194301, 32); 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! 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:128:26 Oct 13 13:13:39.549 INFO kablam! | Oct 13 13:13:39.549 INFO kablam! 128 | 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! 4183 | rt_alloc_excess_used!(rt_primes_4194301bytes_32align_alloc_excess_used, 4194301, 32); 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.948 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.948 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:39.948 INFO kablam! | Oct 13 13:13:39.948 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.948 INFO kablam! | ^^^^^ Oct 13 13:13:39.948 INFO kablam! ... Oct 13 13:13:39.948 INFO kablam! 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Oct 13 13:13:39.948 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.948 INFO kablam! | Oct 13 13:13:39.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.948 INFO kablam! | Oct 13 13:13:39.948 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.952 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.952 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:39.952 INFO kablam! | Oct 13 13:13:39.952 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:39.952 INFO kablam! | ^^^^^ Oct 13 13:13:39.952 INFO kablam! ... Oct 13 13:13:39.952 INFO kablam! 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Oct 13 13:13:39.952 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.952 INFO kablam! | Oct 13 13:13:39.952 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.952 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.952 INFO kablam! | Oct 13 13:13:39.952 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.952 INFO kablam! | 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:180:30 Oct 13 13:13:39.953 INFO kablam! | Oct 13 13:13:39.953 INFO kablam! 180 | 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! 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.953 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:39.953 INFO kablam! | Oct 13 13:13:39.953 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 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.954 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.954 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:39.954 INFO kablam! | Oct 13 13:13:39.954 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.954 INFO kablam! | ^^^^^ Oct 13 13:13:39.954 INFO kablam! ... Oct 13 13:13:39.954 INFO kablam! 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Oct 13 13:13:39.954 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.954 INFO kablam! | Oct 13 13:13:39.954 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.954 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.961 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.961 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:39.961 INFO kablam! | Oct 13 13:13:39.961 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:39.961 INFO kablam! | ^^^^^ Oct 13 13:13:39.961 INFO kablam! ... Oct 13 13:13:39.961 INFO kablam! 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Oct 13 13:13:39.961 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.961 INFO kablam! | Oct 13 13:13:39.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.961 INFO kablam! | Oct 13 13:13:39.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.961 INFO kablam! | Oct 13 13:13:39.961 INFO kablam! Oct 13 13:13:39.961 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.962 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.962 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.962 INFO kablam! ... Oct 13 13:13:39.962 INFO kablam! 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Oct 13 13:13:39.962 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.962 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! Oct 13 13:13:39.962 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.962 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:39.962 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.962 INFO kablam! ... Oct 13 13:13:39.962 INFO kablam! 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Oct 13 13:13:39.962 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.962 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! Oct 13 13:13:39.962 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.962 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.962 INFO kablam! | ^^^^^ Oct 13 13:13:39.962 INFO kablam! ... Oct 13 13:13:39.962 INFO kablam! 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Oct 13 13:13:39.962 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.962 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! Oct 13 13:13:39.962 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.962 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:39.962 INFO kablam! | ^^^^^ Oct 13 13:13:39.962 INFO kablam! ... Oct 13 13:13:39.962 INFO kablam! 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Oct 13 13:13:39.962 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.962 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! Oct 13 13:13:39.962 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.962 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.962 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.962 INFO kablam! ... Oct 13 13:13:39.962 INFO kablam! 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Oct 13 13:13:39.962 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.962 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! Oct 13 13:13:39.962 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.962 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:39.962 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.962 INFO kablam! ... Oct 13 13:13:39.962 INFO kablam! 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Oct 13 13:13:39.962 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.962 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.962 INFO kablam! | Oct 13 13:13:39.962 INFO kablam! Oct 13 13:13:39.962 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.962 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:39.963 INFO kablam! | Oct 13 13:13:39.963 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 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.966 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.967 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:39.967 INFO kablam! | Oct 13 13:13:39.967 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:39.967 INFO kablam! | ^^^^^ Oct 13 13:13:39.967 INFO kablam! ... Oct 13 13:13:39.967 INFO kablam! 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.967 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:39.967 INFO kablam! | Oct 13 13:13:39.967 INFO kablam! 180 | 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! 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.967 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:39.967 INFO kablam! | Oct 13 13:13:39.967 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.967 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:39.967 INFO kablam! | Oct 13 13:13:39.967 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.967 INFO kablam! | ^^^^^ Oct 13 13:13:39.967 INFO kablam! ... Oct 13 13:13:39.967 INFO kablam! 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 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.973 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.973 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:39.973 INFO kablam! | Oct 13 13:13:39.973 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:39.973 INFO kablam! | ^^^^^ Oct 13 13:13:39.973 INFO kablam! ... Oct 13 13:13:39.973 INFO kablam! 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Oct 13 13:13:39.973 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.973 INFO kablam! | Oct 13 13:13:39.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.973 INFO kablam! | Oct 13 13:13:39.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.973 INFO kablam! | Oct 13 13:13:39.973 INFO kablam! Oct 13 13:13:39.973 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.973 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:39.973 INFO kablam! | Oct 13 13:13:39.973 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.973 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.973 INFO kablam! ... Oct 13 13:13:39.973 INFO kablam! 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Oct 13 13:13:39.973 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.973 INFO kablam! | Oct 13 13:13:39.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.973 INFO kablam! | Oct 13 13:13:39.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.973 INFO kablam! | Oct 13 13:13:39.973 INFO kablam! Oct 13 13:13:39.973 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.973 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:39.973 INFO kablam! | Oct 13 13:13:39.973 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:39.973 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.973 INFO kablam! ... Oct 13 13:13:39.973 INFO kablam! 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Oct 13 13:13:39.973 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.973 INFO kablam! | Oct 13 13:13:39.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.973 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.978 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.978 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:39.978 INFO kablam! | Oct 13 13:13:39.978 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.978 INFO kablam! | ^^^^^ Oct 13 13:13:39.978 INFO kablam! ... Oct 13 13:13:39.978 INFO kablam! 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Oct 13 13:13:39.978 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.978 INFO kablam! | Oct 13 13:13:39.978 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.978 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.978 INFO kablam! | Oct 13 13:13:39.978 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.978 INFO kablam! | Oct 13 13:13:39.978 INFO kablam! Oct 13 13:13:39.978 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.978 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:39.978 INFO kablam! | Oct 13 13:13:39.978 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:39.978 INFO kablam! | ^^^^^ Oct 13 13:13:39.978 INFO kablam! ... Oct 13 13:13:39.978 INFO kablam! 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Oct 13 13:13:39.978 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.978 INFO kablam! | Oct 13 13:13:39.978 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.978 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.978 INFO kablam! | Oct 13 13:13:39.978 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.978 INFO kablam! | Oct 13 13:13:39.978 INFO kablam! Oct 13 13:13:39.985 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.985 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:39.985 INFO kablam! | Oct 13 13:13:39.985 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.985 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.985 INFO kablam! ... Oct 13 13:13:39.985 INFO kablam! 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Oct 13 13:13:39.985 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.985 INFO kablam! | Oct 13 13:13:39.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.985 INFO kablam! | Oct 13 13:13:39.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.985 INFO kablam! | Oct 13 13:13:39.985 INFO kablam! Oct 13 13:13:39.985 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.985 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:39.985 INFO kablam! | Oct 13 13:13:39.985 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:39.985 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.985 INFO kablam! ... Oct 13 13:13:39.985 INFO kablam! 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Oct 13 13:13:39.985 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.985 INFO kablam! | Oct 13 13:13:39.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.985 INFO kablam! | Oct 13 13:13:39.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.985 INFO kablam! | Oct 13 13:13:39.985 INFO kablam! Oct 13 13:13:39.985 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.985 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:39.985 INFO kablam! | Oct 13 13:13:39.985 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.985 INFO kablam! | ^^^^^ Oct 13 13:13:39.985 INFO kablam! ... Oct 13 13:13:39.985 INFO kablam! 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Oct 13 13:13:39.985 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.985 INFO kablam! | Oct 13 13:13:39.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.985 INFO kablam! | Oct 13 13:13:39.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.985 INFO kablam! | Oct 13 13:13:39.985 INFO kablam! Oct 13 13:13:39.985 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.985 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:39.985 INFO kablam! | Oct 13 13:13:39.986 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.986 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:39.986 INFO kablam! | Oct 13 13:13:39.986 INFO kablam! 180 | 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! 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 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.988 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.988 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:39.988 INFO kablam! | Oct 13 13:13:39.988 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:39.988 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.988 INFO kablam! ... Oct 13 13:13:39.988 INFO kablam! 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Oct 13 13:13:39.988 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.988 INFO kablam! | Oct 13 13:13:39.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.988 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.989 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:39.989 INFO kablam! | Oct 13 13:13:39.989 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 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.993 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.993 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:39.993 INFO kablam! | Oct 13 13:13:39.993 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:39.993 INFO kablam! | ^^^^^ Oct 13 13:13:39.993 INFO kablam! ... Oct 13 13:13:39.993 INFO kablam! 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Oct 13 13:13:39.993 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.993 INFO kablam! | Oct 13 13:13:39.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.993 INFO kablam! | Oct 13 13:13:39.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.993 INFO kablam! | Oct 13 13:13:39.993 INFO kablam! Oct 13 13:13:39.993 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.993 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:39.993 INFO kablam! | Oct 13 13:13:39.993 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.993 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.993 INFO kablam! ... Oct 13 13:13:39.993 INFO kablam! 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Oct 13 13:13:39.993 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.993 INFO kablam! | Oct 13 13:13:39.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.993 INFO kablam! | Oct 13 13:13:39.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.993 INFO kablam! | Oct 13 13:13:39.993 INFO kablam! Oct 13 13:13:39.995 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.995 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:39.995 INFO kablam! | Oct 13 13:13:39.995 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:39.995 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.995 INFO kablam! ... Oct 13 13:13:39.995 INFO kablam! 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Oct 13 13:13:39.995 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.995 INFO kablam! | Oct 13 13:13:39.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.995 INFO kablam! | Oct 13 13:13:39.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.995 INFO kablam! | Oct 13 13:13:39.995 INFO kablam! Oct 13 13:13:39.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.997 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:39.997 INFO kablam! | Oct 13 13:13:39.997 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.997 INFO kablam! | ^^^^^ Oct 13 13:13:39.997 INFO kablam! ... Oct 13 13:13:39.997 INFO kablam! 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.998 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:39.998 INFO kablam! | Oct 13 13:13:39.998 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.998 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:39.998 INFO kablam! | Oct 13 13:13:39.998 INFO kablam! 180 | 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! 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 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:40.005 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.005 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.005 INFO kablam! | Oct 13 13:13:40.005 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.005 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.005 INFO kablam! ... Oct 13 13:13:40.005 INFO kablam! 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Oct 13 13:13:40.005 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.005 INFO kablam! | Oct 13 13:13:40.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.005 INFO kablam! | Oct 13 13:13:40.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.005 INFO kablam! | Oct 13 13:13:40.005 INFO kablam! Oct 13 13:13:40.005 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.005 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.005 INFO kablam! | Oct 13 13:13:40.005 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.005 INFO kablam! | ^^^^^ Oct 13 13:13:40.005 INFO kablam! ... Oct 13 13:13:40.005 INFO kablam! 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Oct 13 13:13:40.005 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.005 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.006 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! Oct 13 13:13:40.006 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.006 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.006 INFO kablam! | ^^^^^ Oct 13 13:13:40.006 INFO kablam! ... Oct 13 13:13:40.006 INFO kablam! 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Oct 13 13:13:40.006 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.006 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! Oct 13 13:13:40.006 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.006 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.006 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.006 INFO kablam! ... Oct 13 13:13:40.006 INFO kablam! 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Oct 13 13:13:40.006 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.006 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! Oct 13 13:13:40.006 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.006 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.006 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.006 INFO kablam! ... Oct 13 13:13:40.006 INFO kablam! 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Oct 13 13:13:40.006 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.006 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! Oct 13 13:13:40.006 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.006 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.006 INFO kablam! | ^^^^^ Oct 13 13:13:40.006 INFO kablam! ... Oct 13 13:13:40.006 INFO kablam! 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Oct 13 13:13:40.006 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.006 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! Oct 13 13:13:40.006 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.006 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.006 INFO kablam! | ^^^^^ Oct 13 13:13:40.006 INFO kablam! ... Oct 13 13:13:40.006 INFO kablam! 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Oct 13 13:13:40.006 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.006 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.006 INFO kablam! | Oct 13 13:13:40.006 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:180:30 Oct 13 13:13:40.008 INFO kablam! | Oct 13 13:13:40.008 INFO kablam! 180 | 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! 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.008 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.008 INFO kablam! | Oct 13 13:13:40.008 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 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.016 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.016 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.016 INFO kablam! | Oct 13 13:13:40.016 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); 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.016 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.017 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.017 INFO kablam! | Oct 13 13:13:40.017 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); 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.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.017 INFO kablam! | 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:180:30 Oct 13 13:13:40.017 INFO kablam! | Oct 13 13:13:40.017 INFO kablam! 180 | 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! 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); 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.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.017 INFO kablam! | 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:185:26 Oct 13 13:13:40.017 INFO kablam! | Oct 13 13:13:40.017 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); 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.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.017 INFO kablam! | Oct 13 13:13:40.017 INFO kablam! Oct 13 13:13:40.017 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.017 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.017 INFO kablam! | Oct 13 13:13:40.017 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); 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.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.017 INFO kablam! | Oct 13 13:13:40.017 INFO kablam! Oct 13 13:13:40.019 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.019 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.019 INFO kablam! | Oct 13 13:13:40.019 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.019 INFO kablam! | ^^^^^ Oct 13 13:13:40.019 INFO kablam! ... Oct 13 13:13:40.019 INFO kablam! 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Oct 13 13:13:40.019 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.019 INFO kablam! | Oct 13 13:13:40.019 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.019 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.019 INFO kablam! | Oct 13 13:13:40.019 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.019 INFO kablam! | Oct 13 13:13:40.019 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:180:30 Oct 13 13:13:40.025 INFO kablam! | Oct 13 13:13:40.025 INFO kablam! 180 | 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! 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.025 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.025 INFO kablam! | Oct 13 13:13:40.025 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); 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.026 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.026 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.026 INFO kablam! | Oct 13 13:13:40.026 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.026 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.026 INFO kablam! | Oct 13 13:13:40.026 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); 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.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.034 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.034 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.034 INFO kablam! | Oct 13 13:13:40.034 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.034 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.034 INFO kablam! ... Oct 13 13:13:40.034 INFO kablam! 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Oct 13 13:13:40.034 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.034 INFO kablam! | Oct 13 13:13:40.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.034 INFO kablam! | Oct 13 13:13:40.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.034 INFO kablam! | Oct 13 13:13:40.034 INFO kablam! Oct 13 13:13:40.034 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.034 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.034 INFO kablam! | Oct 13 13:13:40.034 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.034 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.034 INFO kablam! ... Oct 13 13:13:40.034 INFO kablam! 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Oct 13 13:13:40.034 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.034 INFO kablam! | Oct 13 13:13:40.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.034 INFO kablam! | Oct 13 13:13:40.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.034 INFO kablam! | Oct 13 13:13:40.034 INFO kablam! Oct 13 13:13:40.034 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.034 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.035 INFO kablam! | Oct 13 13:13:40.035 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); 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.035 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.035 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.035 INFO kablam! | Oct 13 13:13:40.035 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); 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.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:180:30 Oct 13 13:13:40.035 INFO kablam! | Oct 13 13:13:40.035 INFO kablam! 180 | 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! 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); 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.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:185:26 Oct 13 13:13:40.035 INFO kablam! | Oct 13 13:13:40.035 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.036 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.036 INFO kablam! | Oct 13 13:13:40.036 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.036 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.036 INFO kablam! | Oct 13 13:13:40.036 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.037 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.037 INFO kablam! | Oct 13 13:13:40.037 INFO kablam! 180 | 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! 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.042 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.042 INFO kablam! | Oct 13 13:13:40.042 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); 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! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.042 INFO kablam! | Oct 13 13:13:40.042 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.042 INFO kablam! | Oct 13 13:13:40.042 INFO kablam! Oct 13 13:13:40.051 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.052 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.052 INFO kablam! | ^^^^^ Oct 13 13:13:40.052 INFO kablam! ... Oct 13 13:13:40.052 INFO kablam! 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Oct 13 13:13:40.052 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! Oct 13 13:13:40.052 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.052 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.052 INFO kablam! | ^^^^^ Oct 13 13:13:40.052 INFO kablam! ... Oct 13 13:13:40.052 INFO kablam! 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Oct 13 13:13:40.052 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! Oct 13 13:13:40.052 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.052 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.052 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.052 INFO kablam! ... Oct 13 13:13:40.052 INFO kablam! 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Oct 13 13:13:40.052 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! Oct 13 13:13:40.052 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.052 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.052 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.052 INFO kablam! ... Oct 13 13:13:40.052 INFO kablam! 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Oct 13 13:13:40.052 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! Oct 13 13:13:40.052 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.052 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.052 INFO kablam! | ^^^^^ Oct 13 13:13:40.052 INFO kablam! ... Oct 13 13:13:40.052 INFO kablam! 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Oct 13 13:13:40.052 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! Oct 13 13:13:40.052 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.052 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.052 INFO kablam! | ^^^^^ Oct 13 13:13:40.052 INFO kablam! ... Oct 13 13:13:40.052 INFO kablam! 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Oct 13 13:13:40.052 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.052 INFO kablam! | Oct 13 13:13:40.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.052 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.053 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.053 INFO kablam! | Oct 13 13:13:40.053 INFO kablam! 180 | 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! 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.053 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.053 INFO kablam! | Oct 13 13:13:40.053 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.053 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.053 INFO kablam! | Oct 13 13:13:40.053 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); 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.075 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.075 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.075 INFO kablam! | Oct 13 13:13:40.075 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.076 INFO kablam! | ^^^^^ Oct 13 13:13:40.076 INFO kablam! ... Oct 13 13:13:40.076 INFO kablam! 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Oct 13 13:13:40.076 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! Oct 13 13:13:40.076 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.076 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.076 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.076 INFO kablam! ... Oct 13 13:13:40.076 INFO kablam! 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Oct 13 13:13:40.076 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! Oct 13 13:13:40.076 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.076 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.076 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.076 INFO kablam! ... Oct 13 13:13:40.076 INFO kablam! 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Oct 13 13:13:40.076 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! Oct 13 13:13:40.076 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.076 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.076 INFO kablam! | ^^^^^ Oct 13 13:13:40.076 INFO kablam! ... Oct 13 13:13:40.076 INFO kablam! 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Oct 13 13:13:40.076 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! Oct 13 13:13:40.076 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.076 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.076 INFO kablam! | ^^^^^ Oct 13 13:13:40.076 INFO kablam! ... Oct 13 13:13:40.076 INFO kablam! 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Oct 13 13:13:40.076 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! Oct 13 13:13:40.076 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.076 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.076 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.076 INFO kablam! ... Oct 13 13:13:40.076 INFO kablam! 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Oct 13 13:13:40.076 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.076 INFO kablam! | Oct 13 13:13:40.076 INFO kablam! Oct 13 13:13:40.076 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.077 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.077 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.077 INFO kablam! ... Oct 13 13:13:40.077 INFO kablam! 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Oct 13 13:13:40.077 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! Oct 13 13:13:40.077 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.077 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Oct 13 13:13:40.077 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! Oct 13 13:13:40.077 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.077 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Oct 13 13:13:40.077 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! Oct 13 13:13:40.077 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.077 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.077 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.077 INFO kablam! ... Oct 13 13:13:40.077 INFO kablam! 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Oct 13 13:13:40.077 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! Oct 13 13:13:40.077 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.077 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.077 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.077 INFO kablam! ... Oct 13 13:13:40.077 INFO kablam! 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Oct 13 13:13:40.077 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! Oct 13 13:13:40.082 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.082 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.082 INFO kablam! | Oct 13 13:13:40.082 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.082 INFO kablam! | ^^^^^ Oct 13 13:13:40.082 INFO kablam! ... Oct 13 13:13:40.082 INFO kablam! 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Oct 13 13:13:40.082 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.082 INFO kablam! | Oct 13 13:13:40.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.082 INFO kablam! | Oct 13 13:13:40.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.082 INFO kablam! | Oct 13 13:13:40.082 INFO kablam! Oct 13 13:13:40.082 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.082 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.082 INFO kablam! | Oct 13 13:13:40.082 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.082 INFO kablam! | ^^^^^ Oct 13 13:13:40.082 INFO kablam! ... Oct 13 13:13:40.082 INFO kablam! 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Oct 13 13:13:40.082 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.082 INFO kablam! | Oct 13 13:13:40.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.082 INFO kablam! | Oct 13 13:13:40.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.082 INFO kablam! | Oct 13 13:13:40.082 INFO kablam! Oct 13 13:13:40.082 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.082 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.082 INFO kablam! | Oct 13 13:13:40.082 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.082 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.082 INFO kablam! ... Oct 13 13:13:40.082 INFO kablam! 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Oct 13 13:13:40.082 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.082 INFO kablam! | Oct 13 13:13:40.082 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.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:185:26 Oct 13 13:13:40.083 INFO kablam! | Oct 13 13:13:40.083 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); 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.088 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.088 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.088 INFO kablam! | Oct 13 13:13:40.088 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.088 INFO kablam! | ^^^^^ Oct 13 13:13:40.088 INFO kablam! ... Oct 13 13:13:40.088 INFO kablam! 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Oct 13 13:13:40.088 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.089 INFO kablam! | Oct 13 13:13:40.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.089 INFO kablam! | Oct 13 13:13:40.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.089 INFO kablam! | Oct 13 13:13:40.089 INFO kablam! Oct 13 13:13:40.089 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.089 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.089 INFO kablam! | Oct 13 13:13:40.089 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.089 INFO kablam! | ^^^^^ Oct 13 13:13:40.089 INFO kablam! ... Oct 13 13:13:40.089 INFO kablam! 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Oct 13 13:13:40.089 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.089 INFO kablam! | Oct 13 13:13:40.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.089 INFO kablam! | Oct 13 13:13:40.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.089 INFO kablam! | Oct 13 13:13:40.089 INFO kablam! Oct 13 13:13:40.089 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.089 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.089 INFO kablam! | Oct 13 13:13:40.089 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.089 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.089 INFO kablam! ... Oct 13 13:13:40.089 INFO kablam! 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Oct 13 13:13:40.089 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.089 INFO kablam! | Oct 13 13:13:40.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.089 INFO kablam! | Oct 13 13:13:40.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.089 INFO kablam! | Oct 13 13:13:40.089 INFO kablam! Oct 13 13:13:40.089 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.089 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.089 INFO kablam! | Oct 13 13:13:40.089 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.089 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.089 INFO kablam! ... Oct 13 13:13:40.089 INFO kablam! 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Oct 13 13:13:40.089 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.089 INFO kablam! | Oct 13 13:13:40.090 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.090 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.090 INFO kablam! | Oct 13 13:13:40.090 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.090 INFO kablam! | Oct 13 13:13:40.090 INFO kablam! Oct 13 13:13:40.090 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.090 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.090 INFO kablam! | Oct 13 13:13:40.090 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); 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! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.090 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.090 INFO kablam! | Oct 13 13:13:40.090 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.090 INFO kablam! | Oct 13 13:13:40.090 INFO kablam! Oct 13 13:13:40.090 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.090 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.090 INFO kablam! | Oct 13 13:13:40.090 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); 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! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.090 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.090 INFO kablam! | Oct 13 13:13:40.090 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.090 INFO kablam! | 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:180:30 Oct 13 13:13:40.090 INFO kablam! | Oct 13 13:13:40.090 INFO kablam! 180 | 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.090 INFO kablam! 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); 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! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.090 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.090 INFO kablam! | Oct 13 13:13:40.090 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.090 INFO kablam! | 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:185:26 Oct 13 13:13:40.090 INFO kablam! | Oct 13 13:13:40.090 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.090 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.090 INFO kablam! ... Oct 13 13:13:40.090 INFO kablam! 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); 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! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.090 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.090 INFO kablam! | Oct 13 13:13:40.090 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.090 INFO kablam! | Oct 13 13:13:40.090 INFO kablam! Oct 13 13:13:40.096 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.096 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.096 INFO kablam! | Oct 13 13:13:40.096 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.096 INFO kablam! | ^^^^^ Oct 13 13:13:40.096 INFO kablam! ... Oct 13 13:13:40.096 INFO kablam! 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Oct 13 13:13:40.096 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.098 INFO kablam! | Oct 13 13:13:40.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.098 INFO kablam! | Oct 13 13:13:40.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.098 INFO kablam! | Oct 13 13:13:40.098 INFO kablam! Oct 13 13:13:40.098 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.098 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.098 INFO kablam! | Oct 13 13:13:40.098 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.098 INFO kablam! | ^^^^^ Oct 13 13:13:40.098 INFO kablam! ... Oct 13 13:13:40.098 INFO kablam! 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Oct 13 13:13:40.098 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.098 INFO kablam! | Oct 13 13:13:40.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.098 INFO kablam! | Oct 13 13:13:40.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.098 INFO kablam! | Oct 13 13:13:40.098 INFO kablam! Oct 13 13:13:40.098 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.098 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.098 INFO kablam! | Oct 13 13:13:40.098 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.098 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.098 INFO kablam! ... Oct 13 13:13:40.098 INFO kablam! 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Oct 13 13:13:40.098 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.098 INFO kablam! | Oct 13 13:13:40.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.098 INFO kablam! | Oct 13 13:13:40.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.098 INFO kablam! | Oct 13 13:13:40.098 INFO kablam! Oct 13 13:13:40.098 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.098 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.098 INFO kablam! | Oct 13 13:13:40.098 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.098 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.098 INFO kablam! ... Oct 13 13:13:40.098 INFO kablam! 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Oct 13 13:13:40.098 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.098 INFO kablam! | Oct 13 13:13:40.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.098 INFO kablam! | Oct 13 13:13:40.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.098 INFO kablam! | Oct 13 13:13:40.098 INFO kablam! Oct 13 13:13:40.098 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.098 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.098 INFO kablam! | Oct 13 13:13:40.098 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.098 INFO kablam! | ^^^^^ Oct 13 13:13:40.099 INFO kablam! ... Oct 13 13:13:40.099 INFO kablam! 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.099 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.099 INFO kablam! | Oct 13 13:13:40.099 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.099 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.099 INFO kablam! | Oct 13 13:13:40.099 INFO kablam! 180 | 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! 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); 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.105 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.105 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.105 INFO kablam! | Oct 13 13:13:40.105 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.105 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.105 INFO kablam! ... Oct 13 13:13:40.105 INFO kablam! 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Oct 13 13:13:40.105 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.105 INFO kablam! | Oct 13 13:13:40.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.105 INFO kablam! | Oct 13 13:13:40.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.105 INFO kablam! | Oct 13 13:13:40.105 INFO kablam! Oct 13 13:13:40.106 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.106 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.106 INFO kablam! | ^^^^^ Oct 13 13:13:40.106 INFO kablam! ... Oct 13 13:13:40.106 INFO kablam! 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Oct 13 13:13:40.106 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.106 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! Oct 13 13:13:40.106 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.106 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.106 INFO kablam! | ^^^^^ Oct 13 13:13:40.106 INFO kablam! ... Oct 13 13:13:40.106 INFO kablam! 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Oct 13 13:13:40.106 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.106 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! Oct 13 13:13:40.106 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.106 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.106 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.106 INFO kablam! ... Oct 13 13:13:40.106 INFO kablam! 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Oct 13 13:13:40.106 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.106 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! Oct 13 13:13:40.106 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.106 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.106 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.106 INFO kablam! ... Oct 13 13:13:40.106 INFO kablam! 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Oct 13 13:13:40.106 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.106 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! Oct 13 13:13:40.106 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.106 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.106 INFO kablam! | ^^^^^ Oct 13 13:13:40.106 INFO kablam! ... Oct 13 13:13:40.106 INFO kablam! 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Oct 13 13:13:40.106 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.106 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! Oct 13 13:13:40.106 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.106 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.106 INFO kablam! | ^^^^^ Oct 13 13:13:40.106 INFO kablam! ... Oct 13 13:13:40.106 INFO kablam! 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Oct 13 13:13:40.106 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.106 INFO kablam! | Oct 13 13:13:40.106 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.106 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.112 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.112 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.112 INFO kablam! | Oct 13 13:13:40.112 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.112 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.112 INFO kablam! ... Oct 13 13:13:40.112 INFO kablam! 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Oct 13 13:13:40.112 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.112 INFO kablam! | Oct 13 13:13:40.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.112 INFO kablam! | Oct 13 13:13:40.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.112 INFO kablam! | Oct 13 13:13:40.112 INFO kablam! Oct 13 13:13:40.112 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.112 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.112 INFO kablam! | Oct 13 13:13:40.112 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.112 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.112 INFO kablam! ... Oct 13 13:13:40.112 INFO kablam! 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Oct 13 13:13:40.112 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.112 INFO kablam! | Oct 13 13:13:40.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.112 INFO kablam! | Oct 13 13:13:40.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.112 INFO kablam! | Oct 13 13:13:40.112 INFO kablam! Oct 13 13:13:40.112 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.112 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.112 INFO kablam! | Oct 13 13:13:40.112 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.112 INFO kablam! | ^^^^^ Oct 13 13:13:40.112 INFO kablam! ... Oct 13 13:13:40.112 INFO kablam! 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Oct 13 13:13:40.112 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.112 INFO kablam! | Oct 13 13:13:40.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.112 INFO kablam! | Oct 13 13:13:40.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.112 INFO kablam! | Oct 13 13:13:40.112 INFO kablam! Oct 13 13:13:40.112 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.112 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.112 INFO kablam! | Oct 13 13:13:40.112 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.113 INFO kablam! | ^^^^^ Oct 13 13:13:40.113 INFO kablam! ... Oct 13 13:13:40.113 INFO kablam! 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); 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.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.113 INFO kablam! | Oct 13 13:13:40.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.113 INFO kablam! | 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:180:30 Oct 13 13:13:40.113 INFO kablam! | Oct 13 13:13:40.113 INFO kablam! 180 | 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! 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); 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.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.113 INFO kablam! | Oct 13 13:13:40.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.113 INFO kablam! | 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:185:26 Oct 13 13:13:40.113 INFO kablam! | Oct 13 13:13:40.113 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); 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.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.113 INFO kablam! | Oct 13 13:13:40.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.113 INFO kablam! | Oct 13 13:13:40.113 INFO kablam! Oct 13 13:13:40.113 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.113 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.113 INFO kablam! | Oct 13 13:13:40.113 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.113 INFO kablam! | ^^^^^ Oct 13 13:13:40.113 INFO kablam! ... Oct 13 13:13:40.113 INFO kablam! 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); 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.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.113 INFO kablam! | Oct 13 13:13:40.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.113 INFO kablam! | Oct 13 13:13:40.113 INFO kablam! Oct 13 13:13:40.113 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.113 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.113 INFO kablam! | Oct 13 13:13:40.113 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.113 INFO kablam! | ^^^^^ Oct 13 13:13:40.113 INFO kablam! ... Oct 13 13:13:40.113 INFO kablam! 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); 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.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.113 INFO kablam! | Oct 13 13:13:40.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.113 INFO kablam! | Oct 13 13:13:40.113 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:180:30 Oct 13 13:13:40.120 INFO kablam! | Oct 13 13:13:40.120 INFO kablam! 180 | 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! 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.120 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.120 INFO kablam! | Oct 13 13:13:40.120 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.120 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.120 INFO kablam! | Oct 13 13:13:40.120 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.120 INFO kablam! | ^^^^^ Oct 13 13:13:40.120 INFO kablam! ... Oct 13 13:13:40.120 INFO kablam! 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); 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.126 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.127 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.127 INFO kablam! | ^^^^^ Oct 13 13:13:40.127 INFO kablam! ... Oct 13 13:13:40.127 INFO kablam! 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Oct 13 13:13:40.127 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! Oct 13 13:13:40.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.127 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.127 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.127 INFO kablam! ... Oct 13 13:13:40.127 INFO kablam! 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Oct 13 13:13:40.127 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! Oct 13 13:13:40.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.127 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.127 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.127 INFO kablam! ... Oct 13 13:13:40.127 INFO kablam! 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Oct 13 13:13:40.127 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! Oct 13 13:13:40.127 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.127 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.127 INFO kablam! | ^^^^^ Oct 13 13:13:40.127 INFO kablam! ... Oct 13 13:13:40.127 INFO kablam! 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Oct 13 13:13:40.127 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! Oct 13 13:13:40.127 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.127 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.127 INFO kablam! | ^^^^^ Oct 13 13:13:40.127 INFO kablam! ... Oct 13 13:13:40.127 INFO kablam! 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Oct 13 13:13:40.127 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! Oct 13 13:13:40.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.127 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.127 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.127 INFO kablam! ... Oct 13 13:13:40.127 INFO kablam! 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Oct 13 13:13:40.127 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.127 INFO kablam! | Oct 13 13:13:40.127 INFO kablam! Oct 13 13:13:40.127 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:185:26 Oct 13 13:13:40.128 INFO kablam! | Oct 13 13:13:40.128 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.128 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.128 INFO kablam! | Oct 13 13:13:40.128 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); 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.135 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.135 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.135 INFO kablam! | Oct 13 13:13:40.135 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.135 INFO kablam! | ^^^^^ Oct 13 13:13:40.135 INFO kablam! ... Oct 13 13:13:40.135 INFO kablam! 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Oct 13 13:13:40.135 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.135 INFO kablam! | Oct 13 13:13:40.135 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.135 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.135 INFO kablam! | Oct 13 13:13:40.135 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.135 INFO kablam! | Oct 13 13:13:40.135 INFO kablam! Oct 13 13:13:40.135 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.135 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.135 INFO kablam! | Oct 13 13:13:40.135 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.135 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.135 INFO kablam! ... Oct 13 13:13:40.135 INFO kablam! 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Oct 13 13:13:40.135 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.135 INFO kablam! | Oct 13 13:13:40.135 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.135 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.135 INFO kablam! | Oct 13 13:13:40.135 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.135 INFO kablam! | Oct 13 13:13:40.135 INFO kablam! Oct 13 13:13:40.135 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.135 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.135 INFO kablam! | Oct 13 13:13:40.135 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.135 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.135 INFO kablam! ... Oct 13 13:13:40.135 INFO kablam! 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Oct 13 13:13:40.135 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.135 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! Oct 13 13:13:40.136 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.136 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.136 INFO kablam! | ^^^^^ Oct 13 13:13:40.136 INFO kablam! ... Oct 13 13:13:40.136 INFO kablam! 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Oct 13 13:13:40.136 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! Oct 13 13:13:40.136 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.136 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.136 INFO kablam! | ^^^^^ Oct 13 13:13:40.136 INFO kablam! ... Oct 13 13:13:40.136 INFO kablam! 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Oct 13 13:13:40.136 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! Oct 13 13:13:40.136 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.136 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.136 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.136 INFO kablam! ... Oct 13 13:13:40.136 INFO kablam! 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Oct 13 13:13:40.136 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! Oct 13 13:13:40.136 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.136 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.136 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.136 INFO kablam! ... Oct 13 13:13:40.136 INFO kablam! 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Oct 13 13:13:40.136 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! Oct 13 13:13:40.136 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.136 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.136 INFO kablam! | ^^^^^ Oct 13 13:13:40.136 INFO kablam! ... Oct 13 13:13:40.136 INFO kablam! 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Oct 13 13:13:40.136 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! Oct 13 13:13:40.136 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.136 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.136 INFO kablam! | Oct 13 13:13:40.136 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.136 INFO kablam! | ^^^^^ Oct 13 13:13:40.137 INFO kablam! ... Oct 13 13:13:40.137 INFO kablam! 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Oct 13 13:13:40.137 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.146 INFO kablam! | Oct 13 13:13:40.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.146 INFO kablam! | Oct 13 13:13:40.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.146 INFO kablam! | Oct 13 13:13:40.146 INFO kablam! Oct 13 13:13:40.146 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.146 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.146 INFO kablam! | Oct 13 13:13:40.146 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.146 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.146 INFO kablam! ... Oct 13 13:13:40.146 INFO kablam! 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Oct 13 13:13:40.146 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.146 INFO kablam! | Oct 13 13:13:40.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.146 INFO kablam! | Oct 13 13:13:40.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.146 INFO kablam! | Oct 13 13:13:40.146 INFO kablam! Oct 13 13:13:40.146 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.146 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.146 INFO kablam! | Oct 13 13:13:40.146 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.146 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.146 INFO kablam! ... Oct 13 13:13:40.146 INFO kablam! 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Oct 13 13:13:40.146 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.146 INFO kablam! | Oct 13 13:13:40.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.146 INFO kablam! | Oct 13 13:13:40.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.146 INFO kablam! | Oct 13 13:13:40.146 INFO kablam! Oct 13 13:13:40.146 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.146 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.146 INFO kablam! | Oct 13 13:13:40.146 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.146 INFO kablam! | ^^^^^ Oct 13 13:13:40.147 INFO kablam! ... Oct 13 13:13:40.147 INFO kablam! 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Oct 13 13:13:40.147 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! Oct 13 13:13:40.147 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.147 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.147 INFO kablam! | ^^^^^ Oct 13 13:13:40.147 INFO kablam! ... Oct 13 13:13:40.147 INFO kablam! 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Oct 13 13:13:40.147 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! Oct 13 13:13:40.147 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.147 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.147 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.147 INFO kablam! ... Oct 13 13:13:40.147 INFO kablam! 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Oct 13 13:13:40.147 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! Oct 13 13:13:40.147 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.147 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.147 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.147 INFO kablam! ... Oct 13 13:13:40.147 INFO kablam! 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Oct 13 13:13:40.147 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! Oct 13 13:13:40.147 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.147 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.147 INFO kablam! | ^^^^^ Oct 13 13:13:40.147 INFO kablam! ... Oct 13 13:13:40.147 INFO kablam! 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Oct 13 13:13:40.147 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! Oct 13 13:13:40.147 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.147 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.147 INFO kablam! | ^^^^^ Oct 13 13:13:40.147 INFO kablam! ... Oct 13 13:13:40.147 INFO kablam! 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Oct 13 13:13:40.147 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.147 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! Oct 13 13:13:40.147 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.147 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.147 INFO kablam! | Oct 13 13:13:40.147 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.147 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.147 INFO kablam! ... Oct 13 13:13:40.148 INFO kablam! 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.148 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.148 INFO kablam! | Oct 13 13:13:40.148 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.148 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.148 INFO kablam! | Oct 13 13:13:40.148 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); 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.156 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.156 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.156 INFO kablam! | Oct 13 13:13:40.156 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.156 INFO kablam! | ^^^^^ Oct 13 13:13:40.156 INFO kablam! ... Oct 13 13:13:40.156 INFO kablam! 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Oct 13 13:13:40.156 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.156 INFO kablam! | Oct 13 13:13:40.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.156 INFO kablam! | Oct 13 13:13:40.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.156 INFO kablam! | Oct 13 13:13:40.156 INFO kablam! Oct 13 13:13:40.156 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.156 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.156 INFO kablam! | Oct 13 13:13:40.156 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.156 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.156 INFO kablam! ... Oct 13 13:13:40.156 INFO kablam! 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Oct 13 13:13:40.156 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.156 INFO kablam! | Oct 13 13:13:40.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.156 INFO kablam! | Oct 13 13:13:40.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.156 INFO kablam! | Oct 13 13:13:40.156 INFO kablam! Oct 13 13:13:40.156 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.156 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.156 INFO kablam! | Oct 13 13:13:40.156 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.156 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.156 INFO kablam! ... Oct 13 13:13:40.156 INFO kablam! 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Oct 13 13:13:40.156 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.156 INFO kablam! | Oct 13 13:13:40.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.156 INFO kablam! | Oct 13 13:13:40.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.156 INFO kablam! | Oct 13 13:13:40.156 INFO kablam! Oct 13 13:13:40.156 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.156 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.156 INFO kablam! | Oct 13 13:13:40.156 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.156 INFO kablam! | ^^^^^ Oct 13 13:13:40.156 INFO kablam! ... Oct 13 13:13:40.156 INFO kablam! 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Oct 13 13:13:40.156 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.156 INFO kablam! | Oct 13 13:13:40.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.156 INFO kablam! | Oct 13 13:13:40.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.156 INFO kablam! | Oct 13 13:13:40.156 INFO kablam! Oct 13 13:13:40.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.157 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.157 INFO kablam! | ^^^^^ Oct 13 13:13:40.157 INFO kablam! ... Oct 13 13:13:40.157 INFO kablam! 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Oct 13 13:13:40.157 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! Oct 13 13:13:40.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.157 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.157 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.157 INFO kablam! ... Oct 13 13:13:40.157 INFO kablam! 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Oct 13 13:13:40.157 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! Oct 13 13:13:40.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.157 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.157 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.157 INFO kablam! ... Oct 13 13:13:40.157 INFO kablam! 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Oct 13 13:13:40.157 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! Oct 13 13:13:40.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.157 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.157 INFO kablam! | ^^^^^ Oct 13 13:13:40.157 INFO kablam! ... Oct 13 13:13:40.157 INFO kablam! 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Oct 13 13:13:40.157 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! Oct 13 13:13:40.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.157 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.157 INFO kablam! | ^^^^^ Oct 13 13:13:40.157 INFO kablam! ... Oct 13 13:13:40.157 INFO kablam! 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Oct 13 13:13:40.157 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! Oct 13 13:13:40.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.157 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.157 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.157 INFO kablam! ... Oct 13 13:13:40.157 INFO kablam! 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Oct 13 13:13:40.157 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.157 INFO kablam! | Oct 13 13:13:40.157 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:185:26 Oct 13 13:13:40.158 INFO kablam! | Oct 13 13:13:40.158 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); 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.168 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.168 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.168 INFO kablam! | Oct 13 13:13:40.168 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.168 INFO kablam! | ^^^^^ Oct 13 13:13:40.168 INFO kablam! ... Oct 13 13:13:40.168 INFO kablam! 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Oct 13 13:13:40.168 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.168 INFO kablam! | Oct 13 13:13:40.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.168 INFO kablam! | Oct 13 13:13:40.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.168 INFO kablam! | Oct 13 13:13:40.168 INFO kablam! Oct 13 13:13:40.168 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.168 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.168 INFO kablam! | Oct 13 13:13:40.168 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.168 INFO kablam! | ^^^^^ Oct 13 13:13:40.168 INFO kablam! ... Oct 13 13:13:40.168 INFO kablam! 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Oct 13 13:13:40.168 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.168 INFO kablam! | Oct 13 13:13:40.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.168 INFO kablam! | Oct 13 13:13:40.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.168 INFO kablam! | Oct 13 13:13:40.168 INFO kablam! Oct 13 13:13:40.168 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.168 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.168 INFO kablam! | Oct 13 13:13:40.168 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.168 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.168 INFO kablam! ... Oct 13 13:13:40.168 INFO kablam! 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Oct 13 13:13:40.168 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.168 INFO kablam! | Oct 13 13:13:40.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.168 INFO kablam! | Oct 13 13:13:40.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.168 INFO kablam! | Oct 13 13:13:40.168 INFO kablam! Oct 13 13:13:40.168 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.168 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.169 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.169 INFO kablam! ... Oct 13 13:13:40.169 INFO kablam! 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Oct 13 13:13:40.169 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! Oct 13 13:13:40.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.169 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.169 INFO kablam! | ^^^^^ Oct 13 13:13:40.169 INFO kablam! ... Oct 13 13:13:40.169 INFO kablam! 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Oct 13 13:13:40.169 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! Oct 13 13:13:40.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.169 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.169 INFO kablam! | ^^^^^ Oct 13 13:13:40.169 INFO kablam! ... Oct 13 13:13:40.169 INFO kablam! 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Oct 13 13:13:40.169 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! Oct 13 13:13:40.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.169 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.169 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.169 INFO kablam! ... Oct 13 13:13:40.169 INFO kablam! 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Oct 13 13:13:40.169 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! Oct 13 13:13:40.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.169 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.169 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.169 INFO kablam! ... Oct 13 13:13:40.169 INFO kablam! 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Oct 13 13:13:40.169 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! Oct 13 13:13:40.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.169 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.169 INFO kablam! | ^^^^^ Oct 13 13:13:40.169 INFO kablam! ... Oct 13 13:13:40.169 INFO kablam! 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Oct 13 13:13:40.169 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.169 INFO kablam! Oct 13 13:13:40.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.169 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.169 INFO kablam! | Oct 13 13:13:40.170 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.170 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.170 INFO kablam! | Oct 13 13:13:40.170 INFO kablam! 180 | 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! 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.170 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.170 INFO kablam! | Oct 13 13:13:40.170 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.170 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.170 INFO kablam! | Oct 13 13:13:40.170 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); 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.176 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.176 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.176 INFO kablam! | Oct 13 13:13:40.176 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.176 INFO kablam! | ^^^^^ Oct 13 13:13:40.176 INFO kablam! ... Oct 13 13:13:40.176 INFO kablam! 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Oct 13 13:13:40.176 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.176 INFO kablam! | Oct 13 13:13:40.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.176 INFO kablam! | Oct 13 13:13:40.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.176 INFO kablam! | Oct 13 13:13:40.176 INFO kablam! Oct 13 13:13:40.176 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.176 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.176 INFO kablam! | Oct 13 13:13:40.176 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.176 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.176 INFO kablam! ... Oct 13 13:13:40.176 INFO kablam! 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Oct 13 13:13:40.176 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.176 INFO kablam! | Oct 13 13:13:40.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.176 INFO kablam! | Oct 13 13:13:40.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.176 INFO kablam! | Oct 13 13:13:40.176 INFO kablam! Oct 13 13:13:40.176 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.176 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.176 INFO kablam! | Oct 13 13:13:40.176 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.176 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.176 INFO kablam! ... Oct 13 13:13:40.176 INFO kablam! 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Oct 13 13:13:40.176 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.176 INFO kablam! | Oct 13 13:13:40.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.176 INFO kablam! | Oct 13 13:13:40.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.176 INFO kablam! | Oct 13 13:13:40.176 INFO kablam! Oct 13 13:13:40.176 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.176 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.176 INFO kablam! | Oct 13 13:13:40.176 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.176 INFO kablam! | ^^^^^ Oct 13 13:13:40.176 INFO kablam! ... Oct 13 13:13:40.176 INFO kablam! 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Oct 13 13:13:40.176 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.177 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.177 INFO kablam! | Oct 13 13:13:40.177 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.177 INFO kablam! | ^^^^^ Oct 13 13:13:40.177 INFO kablam! ... Oct 13 13:13:40.177 INFO kablam! 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.177 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.177 INFO kablam! | Oct 13 13:13:40.177 INFO kablam! 180 | 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! 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.177 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.177 INFO kablam! | Oct 13 13:13:40.177 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.177 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.177 INFO kablam! | Oct 13 13:13:40.177 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.177 INFO kablam! | ^^^^^ Oct 13 13:13:40.177 INFO kablam! ... Oct 13 13:13:40.177 INFO kablam! 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); 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.184 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.184 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.184 INFO kablam! | Oct 13 13:13:40.184 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.184 INFO kablam! | ^^^^^ Oct 13 13:13:40.184 INFO kablam! ... Oct 13 13:13:40.184 INFO kablam! 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Oct 13 13:13:40.184 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.184 INFO kablam! | Oct 13 13:13:40.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.184 INFO kablam! | Oct 13 13:13:40.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.184 INFO kablam! | Oct 13 13:13:40.184 INFO kablam! Oct 13 13:13:40.184 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.184 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.184 INFO kablam! | Oct 13 13:13:40.184 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.184 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.184 INFO kablam! ... Oct 13 13:13:40.184 INFO kablam! 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Oct 13 13:13:40.184 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.184 INFO kablam! | Oct 13 13:13:40.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.184 INFO kablam! | Oct 13 13:13:40.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.184 INFO kablam! | Oct 13 13:13:40.184 INFO kablam! Oct 13 13:13:40.184 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.184 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.184 INFO kablam! | Oct 13 13:13:40.184 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.184 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.184 INFO kablam! ... Oct 13 13:13:40.184 INFO kablam! 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Oct 13 13:13:40.184 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.184 INFO kablam! | Oct 13 13:13:40.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.184 INFO kablam! | Oct 13 13:13:40.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.184 INFO kablam! | Oct 13 13:13:40.184 INFO kablam! Oct 13 13:13:40.184 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.184 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.184 INFO kablam! | Oct 13 13:13:40.184 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.184 INFO kablam! | ^^^^^ Oct 13 13:13:40.184 INFO kablam! ... Oct 13 13:13:40.184 INFO kablam! 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.185 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.185 INFO kablam! | Oct 13 13:13:40.185 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); 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.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.196 INFO kablam! | Oct 13 13:13:40.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.196 INFO kablam! | Oct 13 13:13:40.196 INFO kablam! Oct 13 13:13:40.196 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.196 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.196 INFO kablam! | Oct 13 13:13:40.196 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.196 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.196 INFO kablam! ... Oct 13 13:13:40.196 INFO kablam! 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Oct 13 13:13:40.196 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.196 INFO kablam! | Oct 13 13:13:40.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.196 INFO kablam! | Oct 13 13:13:40.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.196 INFO kablam! | Oct 13 13:13:40.196 INFO kablam! Oct 13 13:13:40.196 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.196 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.196 INFO kablam! | Oct 13 13:13:40.196 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.196 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.196 INFO kablam! ... Oct 13 13:13:40.196 INFO kablam! 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Oct 13 13:13:40.196 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.196 INFO kablam! | Oct 13 13:13:40.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.196 INFO kablam! | Oct 13 13:13:40.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.196 INFO kablam! | Oct 13 13:13:40.196 INFO kablam! Oct 13 13:13:40.196 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.196 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.196 INFO kablam! | Oct 13 13:13:40.196 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.196 INFO kablam! | ^^^^^ Oct 13 13:13:40.196 INFO kablam! ... Oct 13 13:13:40.196 INFO kablam! 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Oct 13 13:13:40.196 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.196 INFO kablam! | Oct 13 13:13:40.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! Oct 13 13:13:40.197 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.197 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.197 INFO kablam! | ^^^^^ Oct 13 13:13:40.197 INFO kablam! ... Oct 13 13:13:40.197 INFO kablam! 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Oct 13 13:13:40.197 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! Oct 13 13:13:40.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.197 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.197 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.197 INFO kablam! ... Oct 13 13:13:40.197 INFO kablam! 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Oct 13 13:13:40.197 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! Oct 13 13:13:40.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.197 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.197 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.197 INFO kablam! ... Oct 13 13:13:40.197 INFO kablam! 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Oct 13 13:13:40.197 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! Oct 13 13:13:40.197 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.197 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.197 INFO kablam! | ^^^^^ Oct 13 13:13:40.197 INFO kablam! ... Oct 13 13:13:40.197 INFO kablam! 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Oct 13 13:13:40.197 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! Oct 13 13:13:40.197 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.197 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.197 INFO kablam! | ^^^^^ Oct 13 13:13:40.197 INFO kablam! ... Oct 13 13:13:40.197 INFO kablam! 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Oct 13 13:13:40.197 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! Oct 13 13:13:40.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.197 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.197 INFO kablam! | Oct 13 13:13:40.197 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.197 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.197 INFO kablam! ... Oct 13 13:13:40.197 INFO kablam! 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Oct 13 13:13:40.197 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! Oct 13 13:13:40.198 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.198 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.198 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.198 INFO kablam! ... Oct 13 13:13:40.198 INFO kablam! 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Oct 13 13:13:40.198 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! Oct 13 13:13:40.198 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.198 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.198 INFO kablam! | ^^^^^ Oct 13 13:13:40.198 INFO kablam! ... Oct 13 13:13:40.198 INFO kablam! 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Oct 13 13:13:40.198 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! Oct 13 13:13:40.198 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.198 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.198 INFO kablam! | ^^^^^ Oct 13 13:13:40.198 INFO kablam! ... Oct 13 13:13:40.198 INFO kablam! 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Oct 13 13:13:40.198 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! Oct 13 13:13:40.198 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.198 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.198 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.198 INFO kablam! ... Oct 13 13:13:40.198 INFO kablam! 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Oct 13 13:13:40.198 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! Oct 13 13:13:40.198 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.198 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.198 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.198 INFO kablam! ... Oct 13 13:13:40.198 INFO kablam! 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Oct 13 13:13:40.198 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.198 INFO kablam! | Oct 13 13:13:40.198 INFO kablam! Oct 13 13:13:40.204 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.204 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.204 INFO kablam! | Oct 13 13:13:40.204 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.204 INFO kablam! | ^^^^^ Oct 13 13:13:40.204 INFO kablam! ... Oct 13 13:13:40.204 INFO kablam! 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); Oct 13 13:13:40.204 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.204 INFO kablam! | Oct 13 13:13:40.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.204 INFO kablam! | Oct 13 13:13:40.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.204 INFO kablam! | Oct 13 13:13:40.204 INFO kablam! Oct 13 13:13:40.204 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.204 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.204 INFO kablam! | Oct 13 13:13:40.204 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.204 INFO kablam! | ^^^^^ Oct 13 13:13:40.204 INFO kablam! ... Oct 13 13:13:40.204 INFO kablam! 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); Oct 13 13:13:40.204 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.204 INFO kablam! | Oct 13 13:13:40.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.204 INFO kablam! | Oct 13 13:13:40.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.204 INFO kablam! | Oct 13 13:13:40.204 INFO kablam! Oct 13 13:13:40.204 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.204 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.204 INFO kablam! | Oct 13 13:13:40.204 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.204 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.204 INFO kablam! ... Oct 13 13:13:40.204 INFO kablam! 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); Oct 13 13:13:40.204 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.204 INFO kablam! | Oct 13 13:13:40.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.204 INFO kablam! | Oct 13 13:13:40.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.204 INFO kablam! | Oct 13 13:13:40.204 INFO kablam! Oct 13 13:13:40.204 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.204 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.204 INFO kablam! | Oct 13 13:13:40.204 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); 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.212 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.212 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.212 INFO kablam! | Oct 13 13:13:40.212 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.212 INFO kablam! | ^^^^^ Oct 13 13:13:40.212 INFO kablam! ... Oct 13 13:13:40.212 INFO kablam! 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Oct 13 13:13:40.212 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.212 INFO kablam! | Oct 13 13:13:40.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.212 INFO kablam! | Oct 13 13:13:40.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.212 INFO kablam! | Oct 13 13:13:40.212 INFO kablam! Oct 13 13:13:40.212 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.212 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.212 INFO kablam! | Oct 13 13:13:40.212 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.212 INFO kablam! | ^^^^^ Oct 13 13:13:40.212 INFO kablam! ... Oct 13 13:13:40.212 INFO kablam! 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Oct 13 13:13:40.212 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.212 INFO kablam! | Oct 13 13:13:40.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.212 INFO kablam! | Oct 13 13:13:40.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.212 INFO kablam! | Oct 13 13:13:40.212 INFO kablam! Oct 13 13:13:40.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.212 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.212 INFO kablam! | Oct 13 13:13:40.212 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.212 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.212 INFO kablam! ... Oct 13 13:13:40.212 INFO kablam! 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Oct 13 13:13:40.212 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.212 INFO kablam! | Oct 13 13:13:40.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.212 INFO kablam! | Oct 13 13:13:40.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.212 INFO kablam! | Oct 13 13:13:40.212 INFO kablam! Oct 13 13:13:40.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.212 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.212 INFO kablam! | Oct 13 13:13:40.212 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); 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.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.213 INFO kablam! | Oct 13 13:13:40.213 INFO kablam! Oct 13 13:13:40.213 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.213 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.213 INFO kablam! | Oct 13 13:13:40.213 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.213 INFO kablam! | ^^^^^ Oct 13 13:13:40.213 INFO kablam! ... Oct 13 13:13:40.213 INFO kablam! 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); 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.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.213 INFO kablam! | Oct 13 13:13:40.213 INFO kablam! Oct 13 13:13:40.213 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.213 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.213 INFO kablam! | Oct 13 13:13:40.213 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.213 INFO kablam! | ^^^^^ Oct 13 13:13:40.213 INFO kablam! ... Oct 13 13:13:40.213 INFO kablam! 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); 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.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.213 INFO kablam! | Oct 13 13:13:40.213 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:180:30 Oct 13 13:13:40.213 INFO kablam! | Oct 13 13:13:40.213 INFO kablam! 180 | 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! 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); 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.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.213 INFO kablam! | Oct 13 13:13:40.213 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:185:26 Oct 13 13:13:40.213 INFO kablam! | Oct 13 13:13:40.213 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); 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.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.213 INFO kablam! | Oct 13 13:13:40.213 INFO kablam! Oct 13 13:13:40.215 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.215 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.215 INFO kablam! | Oct 13 13:13:40.215 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.215 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.215 INFO kablam! | Oct 13 13:13:40.215 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.215 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.215 INFO kablam! | Oct 13 13:13:40.215 INFO kablam! 180 | 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! 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.215 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.215 INFO kablam! | Oct 13 13:13:40.215 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.215 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.215 INFO kablam! | Oct 13 13:13:40.215 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Oct 13 13:13:40.216 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.216 INFO kablam! | Oct 13 13:13:40.216 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.216 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.216 INFO kablam! | Oct 13 13:13:40.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.216 INFO kablam! | Oct 13 13:13:40.216 INFO kablam! Oct 13 13:13:40.216 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.216 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.216 INFO kablam! | Oct 13 13:13:40.216 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.216 INFO kablam! | ^^^^^ Oct 13 13:13:40.216 INFO kablam! ... Oct 13 13:13:40.216 INFO kablam! 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Oct 13 13:13:40.216 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.216 INFO kablam! | Oct 13 13:13:40.216 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.216 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.216 INFO kablam! | Oct 13 13:13:40.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.216 INFO kablam! | Oct 13 13:13:40.216 INFO kablam! Oct 13 13:13:40.228 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.228 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.228 INFO kablam! | Oct 13 13:13:40.228 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.228 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.228 INFO kablam! ... Oct 13 13:13:40.228 INFO kablam! 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Oct 13 13:13:40.228 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.228 INFO kablam! | Oct 13 13:13:40.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.228 INFO kablam! | Oct 13 13:13:40.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.228 INFO kablam! | Oct 13 13:13:40.228 INFO kablam! Oct 13 13:13:40.228 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.228 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.228 INFO kablam! | Oct 13 13:13:40.228 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.228 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.228 INFO kablam! ... Oct 13 13:13:40.228 INFO kablam! 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Oct 13 13:13:40.228 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.228 INFO kablam! | Oct 13 13:13:40.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.228 INFO kablam! | Oct 13 13:13:40.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.228 INFO kablam! | Oct 13 13:13:40.228 INFO kablam! Oct 13 13:13:40.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.228 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.228 INFO kablam! | Oct 13 13:13:40.228 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.228 INFO kablam! | ^^^^^ Oct 13 13:13:40.228 INFO kablam! ... Oct 13 13:13:40.228 INFO kablam! 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Oct 13 13:13:40.228 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.228 INFO kablam! | Oct 13 13:13:40.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.228 INFO kablam! | Oct 13 13:13:40.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.228 INFO kablam! | Oct 13 13:13:40.228 INFO kablam! Oct 13 13:13:40.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.228 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.228 INFO kablam! | Oct 13 13:13:40.228 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.228 INFO kablam! | ^^^^^ Oct 13 13:13:40.228 INFO kablam! ... Oct 13 13:13:40.228 INFO kablam! 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Oct 13 13:13:40.228 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.228 INFO kablam! | Oct 13 13:13:40.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.228 INFO kablam! | Oct 13 13:13:40.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.228 INFO kablam! | Oct 13 13:13:40.228 INFO kablam! Oct 13 13:13:40.228 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.228 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.229 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.229 INFO kablam! ... Oct 13 13:13:40.229 INFO kablam! 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Oct 13 13:13:40.229 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! Oct 13 13:13:40.229 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.229 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.229 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.229 INFO kablam! ... Oct 13 13:13:40.229 INFO kablam! 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Oct 13 13:13:40.229 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! Oct 13 13:13:40.229 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.229 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.229 INFO kablam! | ^^^^^ Oct 13 13:13:40.229 INFO kablam! ... Oct 13 13:13:40.229 INFO kablam! 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Oct 13 13:13:40.229 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! Oct 13 13:13:40.229 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.229 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.229 INFO kablam! | ^^^^^ Oct 13 13:13:40.229 INFO kablam! ... Oct 13 13:13:40.229 INFO kablam! 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Oct 13 13:13:40.229 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! Oct 13 13:13:40.229 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.229 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.229 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.229 INFO kablam! ... Oct 13 13:13:40.229 INFO kablam! 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Oct 13 13:13:40.229 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! Oct 13 13:13:40.229 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.229 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.229 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.229 INFO kablam! ... Oct 13 13:13:40.229 INFO kablam! 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Oct 13 13:13:40.229 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.229 INFO kablam! | Oct 13 13:13:40.229 INFO kablam! Oct 13 13:13:40.230 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.230 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.230 INFO kablam! | Oct 13 13:13:40.230 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.230 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.230 INFO kablam! | Oct 13 13:13:40.230 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.230 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.230 INFO kablam! | Oct 13 13:13:40.230 INFO kablam! 180 | 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! 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.230 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.230 INFO kablam! | Oct 13 13:13:40.230 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); 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.236 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.236 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.236 INFO kablam! | Oct 13 13:13:40.236 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.236 INFO kablam! | ^^^^^ Oct 13 13:13:40.236 INFO kablam! ... Oct 13 13:13:40.236 INFO kablam! 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Oct 13 13:13:40.236 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.236 INFO kablam! | Oct 13 13:13:40.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.236 INFO kablam! | Oct 13 13:13:40.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.236 INFO kablam! | Oct 13 13:13:40.236 INFO kablam! Oct 13 13:13:40.236 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.236 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.236 INFO kablam! | Oct 13 13:13:40.236 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.236 INFO kablam! | ^^^^^ Oct 13 13:13:40.236 INFO kablam! ... Oct 13 13:13:40.236 INFO kablam! 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Oct 13 13:13:40.236 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.236 INFO kablam! | Oct 13 13:13:40.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.236 INFO kablam! | Oct 13 13:13:40.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.236 INFO kablam! | Oct 13 13:13:40.236 INFO kablam! Oct 13 13:13:40.236 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.236 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.236 INFO kablam! | Oct 13 13:13:40.236 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.236 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.236 INFO kablam! ... Oct 13 13:13:40.236 INFO kablam! 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Oct 13 13:13:40.236 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.236 INFO kablam! | Oct 13 13:13:40.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.236 INFO kablam! | Oct 13 13:13:40.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.236 INFO kablam! | Oct 13 13:13:40.236 INFO kablam! Oct 13 13:13:40.236 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.236 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.236 INFO kablam! | Oct 13 13:13:40.236 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.236 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.236 INFO kablam! ... Oct 13 13:13:40.237 INFO kablam! 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.237 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.237 INFO kablam! | Oct 13 13:13:40.237 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.237 INFO kablam! | ^^^^^ Oct 13 13:13:40.237 INFO kablam! ... Oct 13 13:13:40.237 INFO kablam! 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.237 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.237 INFO kablam! | Oct 13 13:13:40.237 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.237 INFO kablam! | ^^^^^ Oct 13 13:13:40.237 INFO kablam! ... Oct 13 13:13:40.237 INFO kablam! 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.237 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.237 INFO kablam! | Oct 13 13:13:40.237 INFO kablam! 180 | 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! 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.237 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.237 INFO kablam! | Oct 13 13:13:40.237 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); 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.238 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.238 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.238 INFO kablam! | Oct 13 13:13:40.238 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); 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.240 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.240 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.240 INFO kablam! | Oct 13 13:13:40.240 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.240 INFO kablam! | ^^^^^ Oct 13 13:13:40.240 INFO kablam! ... Oct 13 13:13:40.240 INFO kablam! 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Oct 13 13:13:40.240 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.240 INFO kablam! | Oct 13 13:13:40.240 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.240 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.240 INFO kablam! | Oct 13 13:13:40.240 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.240 INFO kablam! | Oct 13 13:13:40.240 INFO kablam! Oct 13 13:13:40.240 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.240 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.240 INFO kablam! | Oct 13 13:13:40.240 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.240 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.240 INFO kablam! ... Oct 13 13:13:40.240 INFO kablam! 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Oct 13 13:13:40.240 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.240 INFO kablam! | Oct 13 13:13:40.240 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.240 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.240 INFO kablam! | Oct 13 13:13:40.240 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.240 INFO kablam! | Oct 13 13:13:40.240 INFO kablam! Oct 13 13:13:40.244 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.244 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.244 INFO kablam! | Oct 13 13:13:40.244 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.244 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.244 INFO kablam! ... Oct 13 13:13:40.244 INFO kablam! 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Oct 13 13:13:40.244 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.244 INFO kablam! | Oct 13 13:13:40.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.244 INFO kablam! | Oct 13 13:13:40.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.244 INFO kablam! | Oct 13 13:13:40.244 INFO kablam! Oct 13 13:13:40.244 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.244 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.244 INFO kablam! | Oct 13 13:13:40.244 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.244 INFO kablam! | ^^^^^ Oct 13 13:13:40.244 INFO kablam! ... Oct 13 13:13:40.244 INFO kablam! 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); Oct 13 13:13:40.244 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.244 INFO kablam! | Oct 13 13:13:40.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.244 INFO kablam! | Oct 13 13:13:40.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.244 INFO kablam! | Oct 13 13:13:40.244 INFO kablam! Oct 13 13:13:40.244 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.244 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.244 INFO kablam! | Oct 13 13:13:40.244 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.244 INFO kablam! | ^^^^^ Oct 13 13:13:40.244 INFO kablam! ... Oct 13 13:13:40.244 INFO kablam! 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); Oct 13 13:13:40.244 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.244 INFO kablam! | Oct 13 13:13:40.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.244 INFO kablam! | Oct 13 13:13:40.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.244 INFO kablam! | Oct 13 13:13:40.244 INFO kablam! Oct 13 13:13:40.244 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.244 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.244 INFO kablam! | Oct 13 13:13:40.244 INFO kablam! 180 | 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! 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); 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.252 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.252 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.252 INFO kablam! | Oct 13 13:13:40.252 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.252 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.252 INFO kablam! ... Oct 13 13:13:40.252 INFO kablam! 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); Oct 13 13:13:40.252 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.252 INFO kablam! | Oct 13 13:13:40.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.252 INFO kablam! | Oct 13 13:13:40.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.252 INFO kablam! | Oct 13 13:13:40.252 INFO kablam! Oct 13 13:13:40.252 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.252 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.252 INFO kablam! | Oct 13 13:13:40.252 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.252 INFO kablam! | ^^^^^ Oct 13 13:13:40.252 INFO kablam! ... Oct 13 13:13:40.252 INFO kablam! 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Oct 13 13:13:40.252 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.252 INFO kablam! | Oct 13 13:13:40.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.252 INFO kablam! | Oct 13 13:13:40.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.252 INFO kablam! | Oct 13 13:13:40.252 INFO kablam! Oct 13 13:13:40.252 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.252 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.252 INFO kablam! | Oct 13 13:13:40.252 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.252 INFO kablam! | ^^^^^ Oct 13 13:13:40.252 INFO kablam! ... Oct 13 13:13:40.252 INFO kablam! 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Oct 13 13:13:40.252 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.252 INFO kablam! | Oct 13 13:13:40.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.252 INFO kablam! | Oct 13 13:13:40.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.252 INFO kablam! | Oct 13 13:13:40.252 INFO kablam! Oct 13 13:13:40.252 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.252 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.253 INFO kablam! | Oct 13 13:13:40.253 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.253 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.253 INFO kablam! ... Oct 13 13:13:40.253 INFO kablam! 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Oct 13 13:13:40.253 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.253 INFO kablam! | Oct 13 13:13:40.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.253 INFO kablam! | Oct 13 13:13:40.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.253 INFO kablam! | Oct 13 13:13:40.253 INFO kablam! Oct 13 13:13:40.253 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.253 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.253 INFO kablam! | Oct 13 13:13:40.253 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.253 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.253 INFO kablam! ... Oct 13 13:13:40.253 INFO kablam! 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Oct 13 13:13:40.253 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.253 INFO kablam! | Oct 13 13:13:40.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.253 INFO kablam! | Oct 13 13:13:40.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.253 INFO kablam! | Oct 13 13:13:40.253 INFO kablam! Oct 13 13:13:40.253 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.253 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.253 INFO kablam! | Oct 13 13:13:40.253 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.253 INFO kablam! | ^^^^^ Oct 13 13:13:40.253 INFO kablam! ... Oct 13 13:13:40.253 INFO kablam! 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Oct 13 13:13:40.253 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.253 INFO kablam! | Oct 13 13:13:40.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.253 INFO kablam! | Oct 13 13:13:40.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.253 INFO kablam! | Oct 13 13:13:40.253 INFO kablam! Oct 13 13:13:40.253 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.253 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.253 INFO kablam! | Oct 13 13:13:40.253 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.253 INFO kablam! | ^^^^^ Oct 13 13:13:40.253 INFO kablam! ... Oct 13 13:13:40.253 INFO kablam! 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Oct 13 13:13:40.253 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.253 INFO kablam! | Oct 13 13:13:40.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.253 INFO kablam! | Oct 13 13:13:40.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.253 INFO kablam! | Oct 13 13:13:40.253 INFO kablam! Oct 13 13:13:40.253 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.253 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.253 INFO kablam! | Oct 13 13:13:40.253 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.253 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.253 INFO kablam! ... Oct 13 13:13:40.253 INFO kablam! 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Oct 13 13:13:40.253 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.253 INFO kablam! | Oct 13 13:13:40.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.253 INFO kablam! | Oct 13 13:13:40.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.253 INFO kablam! | Oct 13 13:13:40.253 INFO kablam! Oct 13 13:13:40.260 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.260 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.260 INFO kablam! | Oct 13 13:13:40.260 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.260 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.260 INFO kablam! ... Oct 13 13:13:40.260 INFO kablam! 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Oct 13 13:13:40.260 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.260 INFO kablam! | Oct 13 13:13:40.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.260 INFO kablam! | Oct 13 13:13:40.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.260 INFO kablam! | Oct 13 13:13:40.260 INFO kablam! Oct 13 13:13:40.260 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.260 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.260 INFO kablam! | Oct 13 13:13:40.260 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.260 INFO kablam! | ^^^^^ Oct 13 13:13:40.260 INFO kablam! ... Oct 13 13:13:40.260 INFO kablam! 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Oct 13 13:13:40.260 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.260 INFO kablam! | Oct 13 13:13:40.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.260 INFO kablam! | Oct 13 13:13:40.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.260 INFO kablam! | Oct 13 13:13:40.260 INFO kablam! Oct 13 13:13:40.260 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.260 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.260 INFO kablam! | Oct 13 13:13:40.260 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.260 INFO kablam! | ^^^^^ Oct 13 13:13:40.260 INFO kablam! ... Oct 13 13:13:40.260 INFO kablam! 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Oct 13 13:13:40.260 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.260 INFO kablam! | Oct 13 13:13:40.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.260 INFO kablam! | Oct 13 13:13:40.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.260 INFO kablam! | Oct 13 13:13:40.260 INFO kablam! Oct 13 13:13:40.260 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.260 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.260 INFO kablam! | Oct 13 13:13:40.261 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.261 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.261 INFO kablam! ... Oct 13 13:13:40.261 INFO kablam! 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Oct 13 13:13:40.261 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.261 INFO kablam! | Oct 13 13:13:40.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.261 INFO kablam! | Oct 13 13:13:40.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.261 INFO kablam! | Oct 13 13:13:40.261 INFO kablam! Oct 13 13:13:40.261 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.261 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.261 INFO kablam! | Oct 13 13:13:40.261 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.261 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.261 INFO kablam! ... Oct 13 13:13:40.261 INFO kablam! 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Oct 13 13:13:40.261 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.261 INFO kablam! | Oct 13 13:13:40.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.261 INFO kablam! | Oct 13 13:13:40.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.261 INFO kablam! | Oct 13 13:13:40.261 INFO kablam! Oct 13 13:13:40.261 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.261 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.261 INFO kablam! | Oct 13 13:13:40.261 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.261 INFO kablam! | ^^^^^ Oct 13 13:13:40.261 INFO kablam! ... Oct 13 13:13:40.261 INFO kablam! 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Oct 13 13:13:40.261 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.261 INFO kablam! | Oct 13 13:13:40.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.261 INFO kablam! | Oct 13 13:13:40.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.261 INFO kablam! | Oct 13 13:13:40.261 INFO kablam! Oct 13 13:13:40.261 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.261 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.261 INFO kablam! | Oct 13 13:13:40.261 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.261 INFO kablam! | ^^^^^ Oct 13 13:13:40.261 INFO kablam! ... Oct 13 13:13:40.261 INFO kablam! 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Oct 13 13:13:40.261 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.261 INFO kablam! | Oct 13 13:13:40.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.261 INFO kablam! | Oct 13 13:13:40.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.261 INFO kablam! | Oct 13 13:13:40.261 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:180:30 Oct 13 13:13:40.269 INFO kablam! | Oct 13 13:13:40.269 INFO kablam! 180 | 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! 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.269 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.269 INFO kablam! | Oct 13 13:13:40.269 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.269 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.269 INFO kablam! | Oct 13 13:13:40.269 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.269 INFO kablam! | ^^^^^ Oct 13 13:13:40.270 INFO kablam! ... Oct 13 13:13:40.270 INFO kablam! 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Oct 13 13:13:40.270 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.270 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! Oct 13 13:13:40.270 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.270 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.270 INFO kablam! | ^^^^^ Oct 13 13:13:40.270 INFO kablam! ... Oct 13 13:13:40.270 INFO kablam! 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Oct 13 13:13:40.270 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.270 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! Oct 13 13:13:40.270 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.270 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.270 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.270 INFO kablam! ... Oct 13 13:13:40.270 INFO kablam! 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Oct 13 13:13:40.270 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.270 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! Oct 13 13:13:40.270 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.270 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.270 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.270 INFO kablam! ... Oct 13 13:13:40.270 INFO kablam! 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Oct 13 13:13:40.270 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.270 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! Oct 13 13:13:40.270 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.270 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.270 INFO kablam! | ^^^^^ Oct 13 13:13:40.270 INFO kablam! ... Oct 13 13:13:40.270 INFO kablam! 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Oct 13 13:13:40.270 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.270 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! Oct 13 13:13:40.270 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.270 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.270 INFO kablam! | ^^^^^ Oct 13 13:13:40.270 INFO kablam! ... Oct 13 13:13:40.270 INFO kablam! 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Oct 13 13:13:40.270 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.270 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! Oct 13 13:13:40.270 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.270 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.270 INFO kablam! | Oct 13 13:13:40.270 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.270 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.270 INFO kablam! ... Oct 13 13:13:40.270 INFO kablam! 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Oct 13 13:13:40.270 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.271 INFO kablam! | Oct 13 13:13:40.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.271 INFO kablam! | Oct 13 13:13:40.271 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.271 INFO kablam! | Oct 13 13:13:40.271 INFO kablam! Oct 13 13:13:40.277 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.277 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.277 INFO kablam! | Oct 13 13:13:40.277 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.277 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.277 INFO kablam! ... Oct 13 13:13:40.277 INFO kablam! 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); 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.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.277 INFO kablam! | Oct 13 13:13:40.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.277 INFO kablam! | Oct 13 13:13:40.277 INFO kablam! Oct 13 13:13:40.277 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.277 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.277 INFO kablam! | Oct 13 13:13:40.277 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); 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.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.277 INFO kablam! | Oct 13 13:13:40.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.277 INFO kablam! | Oct 13 13:13:40.277 INFO kablam! Oct 13 13:13:40.277 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.277 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.277 INFO kablam! | Oct 13 13:13:40.277 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); 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.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.277 INFO kablam! | Oct 13 13:13:40.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.277 INFO kablam! | Oct 13 13:13:40.277 INFO kablam! Oct 13 13:13:40.277 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.277 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.277 INFO kablam! | Oct 13 13:13:40.277 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.277 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.277 INFO kablam! ... Oct 13 13:13:40.277 INFO kablam! 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); 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.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.277 INFO kablam! | Oct 13 13:13:40.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.277 INFO kablam! | Oct 13 13:13:40.277 INFO kablam! Oct 13 13:13:40.277 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.277 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.277 INFO kablam! | Oct 13 13:13:40.277 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.277 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.277 INFO kablam! ... Oct 13 13:13:40.277 INFO kablam! 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); 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.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.277 INFO kablam! | Oct 13 13:13:40.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.277 INFO kablam! | Oct 13 13:13:40.277 INFO kablam! Oct 13 13:13:40.278 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.278 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.278 INFO kablam! | Oct 13 13:13:40.278 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.278 INFO kablam! | ^^^^^ Oct 13 13:13:40.278 INFO kablam! ... Oct 13 13:13:40.278 INFO kablam! 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Oct 13 13:13:40.278 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.278 INFO kablam! | Oct 13 13:13:40.278 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.278 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.278 INFO kablam! | Oct 13 13:13:40.278 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.278 INFO kablam! | Oct 13 13:13:40.278 INFO kablam! Oct 13 13:13:40.278 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.278 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.278 INFO kablam! | Oct 13 13:13:40.278 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.278 INFO kablam! | ^^^^^ Oct 13 13:13:40.278 INFO kablam! ... Oct 13 13:13:40.278 INFO kablam! 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Oct 13 13:13:40.278 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.278 INFO kablam! | Oct 13 13:13:40.278 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.278 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.278 INFO kablam! | Oct 13 13:13:40.278 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.278 INFO kablam! | Oct 13 13:13:40.278 INFO kablam! Oct 13 13:13:40.278 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.278 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.278 INFO kablam! | Oct 13 13:13:40.278 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.278 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.278 INFO kablam! ... Oct 13 13:13:40.278 INFO kablam! 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Oct 13 13:13:40.278 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.278 INFO kablam! | Oct 13 13:13:40.278 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.278 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.278 INFO kablam! | Oct 13 13:13:40.278 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.278 INFO kablam! | Oct 13 13:13:40.278 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:185:26 Oct 13 13:13:40.280 INFO kablam! | Oct 13 13:13:40.280 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.280 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.281 INFO kablam! ... Oct 13 13:13:40.281 INFO kablam! 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Oct 13 13:13:40.281 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.281 INFO kablam! | Oct 13 13:13:40.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.281 INFO kablam! | Oct 13 13:13:40.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.281 INFO kablam! | Oct 13 13:13:40.281 INFO kablam! Oct 13 13:13:40.281 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.281 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.281 INFO kablam! | Oct 13 13:13:40.281 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.281 INFO kablam! | ^^^^^ Oct 13 13:13:40.281 INFO kablam! ... Oct 13 13:13:40.281 INFO kablam! 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Oct 13 13:13:40.281 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.281 INFO kablam! | Oct 13 13:13:40.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.281 INFO kablam! | Oct 13 13:13:40.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.281 INFO kablam! | Oct 13 13:13:40.281 INFO kablam! Oct 13 13:13:40.281 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.281 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.281 INFO kablam! | Oct 13 13:13:40.281 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.281 INFO kablam! | ^^^^^ Oct 13 13:13:40.281 INFO kablam! ... Oct 13 13:13:40.281 INFO kablam! 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Oct 13 13:13:40.281 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.281 INFO kablam! | Oct 13 13:13:40.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.281 INFO kablam! | Oct 13 13:13:40.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.281 INFO kablam! | Oct 13 13:13:40.281 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:180:30 Oct 13 13:13:40.287 INFO kablam! | Oct 13 13:13:40.287 INFO kablam! 180 | 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! 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); 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.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:185:26 Oct 13 13:13:40.287 INFO kablam! | Oct 13 13:13:40.287 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); 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.287 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.287 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.287 INFO kablam! | Oct 13 13:13:40.287 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); 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.287 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.287 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.287 INFO kablam! | Oct 13 13:13:40.288 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.288 INFO kablam! | ^^^^^ Oct 13 13:13:40.288 INFO kablam! ... Oct 13 13:13:40.288 INFO kablam! 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Oct 13 13:13:40.288 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.288 INFO kablam! | Oct 13 13:13:40.288 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.288 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.288 INFO kablam! | Oct 13 13:13:40.288 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.288 INFO kablam! | Oct 13 13:13:40.288 INFO kablam! Oct 13 13:13:40.288 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.288 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.288 INFO kablam! | Oct 13 13:13:40.288 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.288 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.288 INFO kablam! ... Oct 13 13:13:40.288 INFO kablam! 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Oct 13 13:13:40.288 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.288 INFO kablam! | Oct 13 13:13:40.288 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.288 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.288 INFO kablam! | Oct 13 13:13:40.288 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.288 INFO kablam! | Oct 13 13:13:40.288 INFO kablam! Oct 13 13:13:40.288 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.288 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.288 INFO kablam! | Oct 13 13:13:40.288 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.288 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.288 INFO kablam! ... Oct 13 13:13:40.288 INFO kablam! 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Oct 13 13:13:40.288 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.288 INFO kablam! | Oct 13 13:13:40.288 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.288 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.288 INFO kablam! | Oct 13 13:13:40.288 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.288 INFO kablam! | Oct 13 13:13:40.288 INFO kablam! Oct 13 13:13:40.288 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.288 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.288 INFO kablam! | Oct 13 13:13:40.288 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.288 INFO kablam! | ^^^^^ Oct 13 13:13:40.288 INFO kablam! ... Oct 13 13:13:40.288 INFO kablam! 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Oct 13 13:13:40.288 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.288 INFO kablam! | Oct 13 13:13:40.288 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.288 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.288 INFO kablam! | Oct 13 13:13:40.288 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.288 INFO kablam! | Oct 13 13:13:40.288 INFO kablam! Oct 13 13:13:40.301 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.301 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.301 INFO kablam! | Oct 13 13:13:40.301 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.301 INFO kablam! | ^^^^^ Oct 13 13:13:40.301 INFO kablam! ... Oct 13 13:13:40.301 INFO kablam! 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); 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.301 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:180:30 Oct 13 13:13:40.301 INFO kablam! | Oct 13 13:13:40.301 INFO kablam! 180 | 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! 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); 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.301 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:185:26 Oct 13 13:13:40.301 INFO kablam! | Oct 13 13:13:40.301 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); 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.301 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.301 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.301 INFO kablam! | Oct 13 13:13:40.301 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.301 INFO kablam! | ^^^^^ Oct 13 13:13:40.301 INFO kablam! ... Oct 13 13:13:40.301 INFO kablam! 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.304 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.304 INFO kablam! | Oct 13 13:13:40.304 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); 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.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.305 INFO kablam! | Oct 13 13:13:40.305 INFO kablam! Oct 13 13:13:40.305 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.305 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.305 INFO kablam! | Oct 13 13:13:40.305 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.305 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.305 INFO kablam! ... Oct 13 13:13:40.305 INFO kablam! 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Oct 13 13:13:40.305 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.305 INFO kablam! | Oct 13 13:13:40.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.305 INFO kablam! | Oct 13 13:13:40.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.305 INFO kablam! | Oct 13 13:13:40.305 INFO kablam! Oct 13 13:13:40.305 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.305 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.305 INFO kablam! | Oct 13 13:13:40.305 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.305 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.305 INFO kablam! ... Oct 13 13:13:40.305 INFO kablam! 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Oct 13 13:13:40.305 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.305 INFO kablam! | Oct 13 13:13:40.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.305 INFO kablam! | Oct 13 13:13:40.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.305 INFO kablam! | Oct 13 13:13:40.305 INFO kablam! Oct 13 13:13:40.305 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.305 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.305 INFO kablam! | Oct 13 13:13:40.305 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.305 INFO kablam! | ^^^^^ Oct 13 13:13:40.305 INFO kablam! ... Oct 13 13:13:40.305 INFO kablam! 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); Oct 13 13:13:40.305 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.305 INFO kablam! | Oct 13 13:13:40.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.305 INFO kablam! | Oct 13 13:13:40.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.305 INFO kablam! | Oct 13 13:13:40.305 INFO kablam! Oct 13 13:13:40.313 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.313 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.313 INFO kablam! | Oct 13 13:13:40.313 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.313 INFO kablam! | ^^^^^ Oct 13 13:13:40.313 INFO kablam! ... Oct 13 13:13:40.313 INFO kablam! 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); 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.313 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:180:30 Oct 13 13:13:40.313 INFO kablam! | Oct 13 13:13:40.313 INFO kablam! 180 | 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! 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); 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.313 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:185:26 Oct 13 13:13:40.313 INFO kablam! | Oct 13 13:13:40.313 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); 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.313 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.313 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.313 INFO kablam! | Oct 13 13:13:40.313 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.313 INFO kablam! | ^^^^^ Oct 13 13:13:40.313 INFO kablam! ... Oct 13 13:13:40.313 INFO kablam! 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); 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.316 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.316 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.316 INFO kablam! | Oct 13 13:13:40.316 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.316 INFO kablam! | ^^^^^ Oct 13 13:13:40.316 INFO kablam! ... Oct 13 13:13:40.316 INFO kablam! 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Oct 13 13:13:40.316 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.316 INFO kablam! | Oct 13 13:13:40.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.316 INFO kablam! | Oct 13 13:13:40.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.316 INFO kablam! | Oct 13 13:13:40.316 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:180:30 Oct 13 13:13:40.320 INFO kablam! | Oct 13 13:13:40.320 INFO kablam! 180 | 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! 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); 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.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:185:26 Oct 13 13:13:40.320 INFO kablam! | Oct 13 13:13:40.320 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.320 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.321 INFO kablam! ... Oct 13 13:13:40.321 INFO kablam! 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Oct 13 13:13:40.321 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.321 INFO kablam! | Oct 13 13:13:40.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.321 INFO kablam! | Oct 13 13:13:40.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.321 INFO kablam! | Oct 13 13:13:40.321 INFO kablam! Oct 13 13:13:40.321 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.321 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.321 INFO kablam! | Oct 13 13:13:40.321 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.321 INFO kablam! | ^^^^^ Oct 13 13:13:40.321 INFO kablam! ... Oct 13 13:13:40.321 INFO kablam! 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Oct 13 13:13:40.321 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.321 INFO kablam! | Oct 13 13:13:40.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.321 INFO kablam! | Oct 13 13:13:40.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.321 INFO kablam! | Oct 13 13:13:40.321 INFO kablam! Oct 13 13:13:40.321 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.321 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.321 INFO kablam! | Oct 13 13:13:40.321 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.321 INFO kablam! | ^^^^^ Oct 13 13:13:40.321 INFO kablam! ... Oct 13 13:13:40.321 INFO kablam! 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Oct 13 13:13:40.321 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.321 INFO kablam! | Oct 13 13:13:40.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.321 INFO kablam! | Oct 13 13:13:40.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.321 INFO kablam! | Oct 13 13:13:40.321 INFO kablam! Oct 13 13:13:40.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.321 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.321 INFO kablam! | Oct 13 13:13:40.321 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.321 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.321 INFO kablam! ... Oct 13 13:13:40.321 INFO kablam! 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Oct 13 13:13:40.321 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.321 INFO kablam! | Oct 13 13:13:40.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.321 INFO kablam! | Oct 13 13:13:40.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.321 INFO kablam! | Oct 13 13:13:40.321 INFO kablam! Oct 13 13:13:40.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.321 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.321 INFO kablam! | Oct 13 13:13:40.321 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.321 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.321 INFO kablam! ... Oct 13 13:13:40.321 INFO kablam! 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Oct 13 13:13:40.321 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.321 INFO kablam! | Oct 13 13:13:40.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.321 INFO kablam! | Oct 13 13:13:40.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.321 INFO kablam! | Oct 13 13:13:40.321 INFO kablam! Oct 13 13:13:40.329 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.329 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.329 INFO kablam! | Oct 13 13:13:40.329 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); 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.329 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.329 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.329 INFO kablam! | Oct 13 13:13:40.329 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); 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.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:180:30 Oct 13 13:13:40.329 INFO kablam! | Oct 13 13:13:40.329 INFO kablam! 180 | 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! 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); 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.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:185:26 Oct 13 13:13:40.329 INFO kablam! | Oct 13 13:13:40.329 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); 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.330 INFO kablam! Oct 13 13:13:40.330 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.330 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.330 INFO kablam! | Oct 13 13:13:40.330 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.330 INFO kablam! | ^^^^^ Oct 13 13:13:40.330 INFO kablam! ... Oct 13 13:13:40.330 INFO kablam! 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Oct 13 13:13:40.330 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.330 INFO kablam! | Oct 13 13:13:40.330 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.330 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.330 INFO kablam! | Oct 13 13:13:40.330 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.330 INFO kablam! | Oct 13 13:13:40.330 INFO kablam! Oct 13 13:13:40.330 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.330 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.330 INFO kablam! | Oct 13 13:13:40.330 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.330 INFO kablam! | ^^^^^ Oct 13 13:13:40.330 INFO kablam! ... Oct 13 13:13:40.330 INFO kablam! 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Oct 13 13:13:40.330 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.330 INFO kablam! | Oct 13 13:13:40.330 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.330 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.330 INFO kablam! | Oct 13 13:13:40.330 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.330 INFO kablam! | Oct 13 13:13:40.330 INFO kablam! Oct 13 13:13:40.330 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.330 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.330 INFO kablam! | Oct 13 13:13:40.330 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.330 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.330 INFO kablam! ... Oct 13 13:13:40.330 INFO kablam! 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Oct 13 13:13:40.330 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.330 INFO kablam! | Oct 13 13:13:40.330 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.330 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.330 INFO kablam! | Oct 13 13:13:40.330 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.330 INFO kablam! | Oct 13 13:13:40.330 INFO kablam! Oct 13 13:13:40.336 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.336 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.336 INFO kablam! | Oct 13 13:13:40.336 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.336 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.336 INFO kablam! ... Oct 13 13:13:40.336 INFO kablam! 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Oct 13 13:13:40.336 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.336 INFO kablam! | Oct 13 13:13:40.336 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.336 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.336 INFO kablam! | Oct 13 13:13:40.336 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.336 INFO kablam! | Oct 13 13:13:40.336 INFO kablam! Oct 13 13:13:40.336 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.336 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.336 INFO kablam! | Oct 13 13:13:40.336 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.336 INFO kablam! | ^^^^^ Oct 13 13:13:40.336 INFO kablam! ... Oct 13 13:13:40.336 INFO kablam! 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); Oct 13 13:13:40.336 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.336 INFO kablam! | Oct 13 13:13:40.336 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.336 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.336 INFO kablam! | Oct 13 13:13:40.336 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.336 INFO kablam! | Oct 13 13:13:40.336 INFO kablam! Oct 13 13:13:40.336 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.336 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.336 INFO kablam! | Oct 13 13:13:40.336 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.336 INFO kablam! | ^^^^^ Oct 13 13:13:40.336 INFO kablam! ... Oct 13 13:13:40.336 INFO kablam! 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); Oct 13 13:13:40.336 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.336 INFO kablam! | Oct 13 13:13:40.336 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.336 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.336 INFO kablam! | Oct 13 13:13:40.336 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.336 INFO kablam! | Oct 13 13:13:40.336 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:180:30 Oct 13 13:13:40.340 INFO kablam! | Oct 13 13:13:40.340 INFO kablam! 180 | 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! 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); 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.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.341 INFO kablam! | Oct 13 13:13:40.341 INFO kablam! Oct 13 13:13:40.341 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.341 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.341 INFO kablam! | Oct 13 13:13:40.341 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.341 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.341 INFO kablam! ... Oct 13 13:13:40.341 INFO kablam! 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); Oct 13 13:13:40.341 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.341 INFO kablam! | Oct 13 13:13:40.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.341 INFO kablam! | Oct 13 13:13:40.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.341 INFO kablam! | Oct 13 13:13:40.341 INFO kablam! Oct 13 13:13:40.341 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.341 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.341 INFO kablam! | Oct 13 13:13:40.341 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.341 INFO kablam! | ^^^^^ Oct 13 13:13:40.341 INFO kablam! ... Oct 13 13:13:40.341 INFO kablam! 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Oct 13 13:13:40.341 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.341 INFO kablam! | Oct 13 13:13:40.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.341 INFO kablam! | Oct 13 13:13:40.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.341 INFO kablam! | Oct 13 13:13:40.341 INFO kablam! Oct 13 13:13:40.344 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.344 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.344 INFO kablam! | Oct 13 13:13:40.344 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.344 INFO kablam! | ^^^^^ Oct 13 13:13:40.344 INFO kablam! ... Oct 13 13:13:40.344 INFO kablam! 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Oct 13 13:13:40.344 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.349 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.349 INFO kablam! | Oct 13 13:13:40.349 INFO kablam! 180 | 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! 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.349 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.349 INFO kablam! | Oct 13 13:13:40.349 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.349 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.349 INFO kablam! | Oct 13 13:13:40.349 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.350 INFO kablam! | ^^^^^ Oct 13 13:13:40.350 INFO kablam! ... Oct 13 13:13:40.350 INFO kablam! 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Oct 13 13:13:40.350 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.350 INFO kablam! | Oct 13 13:13:40.350 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.350 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.350 INFO kablam! | Oct 13 13:13:40.350 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.350 INFO kablam! | Oct 13 13:13:40.350 INFO kablam! Oct 13 13:13:40.350 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.350 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.350 INFO kablam! | Oct 13 13:13:40.350 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.350 INFO kablam! | ^^^^^ Oct 13 13:13:40.350 INFO kablam! ... Oct 13 13:13:40.350 INFO kablam! 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Oct 13 13:13:40.350 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.350 INFO kablam! | Oct 13 13:13:40.350 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.350 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.350 INFO kablam! | Oct 13 13:13:40.350 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.350 INFO kablam! | Oct 13 13:13:40.350 INFO kablam! Oct 13 13:13:40.350 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.350 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.350 INFO kablam! | Oct 13 13:13:40.350 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.350 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.350 INFO kablam! ... Oct 13 13:13:40.350 INFO kablam! 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Oct 13 13:13:40.350 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.350 INFO kablam! | Oct 13 13:13:40.350 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.350 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.350 INFO kablam! | Oct 13 13:13:40.350 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.350 INFO kablam! | Oct 13 13:13:40.350 INFO kablam! Oct 13 13:13:40.357 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.357 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.357 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.357 INFO kablam! ... Oct 13 13:13:40.357 INFO kablam! 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Oct 13 13:13:40.357 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! Oct 13 13:13:40.357 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.357 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.357 INFO kablam! | ^^^^^ Oct 13 13:13:40.357 INFO kablam! ... Oct 13 13:13:40.357 INFO kablam! 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Oct 13 13:13:40.357 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! Oct 13 13:13:40.357 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.357 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.357 INFO kablam! | ^^^^^ Oct 13 13:13:40.357 INFO kablam! ... Oct 13 13:13:40.357 INFO kablam! 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Oct 13 13:13:40.357 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! Oct 13 13:13:40.357 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.357 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.357 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.357 INFO kablam! ... Oct 13 13:13:40.357 INFO kablam! 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Oct 13 13:13:40.357 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! Oct 13 13:13:40.357 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.357 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.357 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.357 INFO kablam! ... Oct 13 13:13:40.357 INFO kablam! 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Oct 13 13:13:40.357 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! Oct 13 13:13:40.357 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.357 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.357 INFO kablam! | ^^^^^ Oct 13 13:13:40.357 INFO kablam! ... Oct 13 13:13:40.357 INFO kablam! 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Oct 13 13:13:40.357 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.357 INFO kablam! | Oct 13 13:13:40.357 INFO kablam! Oct 13 13:13:40.358 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.358 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.358 INFO kablam! | Oct 13 13:13:40.358 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.358 INFO kablam! | ^^^^^ Oct 13 13:13:40.358 INFO kablam! ... Oct 13 13:13:40.358 INFO kablam! 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Oct 13 13:13:40.358 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.358 INFO kablam! | Oct 13 13:13:40.358 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.358 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.358 INFO kablam! | Oct 13 13:13:40.358 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.358 INFO kablam! | Oct 13 13:13:40.358 INFO kablam! Oct 13 13:13:40.358 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.358 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.358 INFO kablam! | Oct 13 13:13:40.358 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.358 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.358 INFO kablam! ... Oct 13 13:13:40.358 INFO kablam! 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Oct 13 13:13:40.358 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.358 INFO kablam! | Oct 13 13:13:40.358 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.358 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.358 INFO kablam! | Oct 13 13:13:40.358 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.358 INFO kablam! | Oct 13 13:13:40.358 INFO kablam! Oct 13 13:13:40.360 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.360 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.360 INFO kablam! | Oct 13 13:13:40.360 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.360 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.360 INFO kablam! ... Oct 13 13:13:40.360 INFO kablam! 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Oct 13 13:13:40.360 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.360 INFO kablam! | Oct 13 13:13:40.360 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.360 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.360 INFO kablam! | Oct 13 13:13:40.360 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.360 INFO kablam! | Oct 13 13:13:40.360 INFO kablam! Oct 13 13:13:40.360 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.360 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.360 INFO kablam! | Oct 13 13:13:40.360 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.360 INFO kablam! | ^^^^^ Oct 13 13:13:40.360 INFO kablam! ... Oct 13 13:13:40.360 INFO kablam! 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Oct 13 13:13:40.360 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.360 INFO kablam! | Oct 13 13:13:40.360 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.360 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.360 INFO kablam! | Oct 13 13:13:40.360 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.360 INFO kablam! | Oct 13 13:13:40.360 INFO kablam! Oct 13 13:13:40.369 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.369 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.369 INFO kablam! | Oct 13 13:13:40.369 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.369 INFO kablam! | ^^^^^ Oct 13 13:13:40.369 INFO kablam! ... Oct 13 13:13:40.369 INFO kablam! 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Oct 13 13:13:40.369 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.369 INFO kablam! | Oct 13 13:13:40.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.369 INFO kablam! | Oct 13 13:13:40.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.369 INFO kablam! | Oct 13 13:13:40.369 INFO kablam! Oct 13 13:13:40.369 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.369 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.369 INFO kablam! | Oct 13 13:13:40.369 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.369 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.369 INFO kablam! ... Oct 13 13:13:40.369 INFO kablam! 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Oct 13 13:13:40.369 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.369 INFO kablam! | Oct 13 13:13:40.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.369 INFO kablam! | Oct 13 13:13:40.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.369 INFO kablam! | Oct 13 13:13:40.369 INFO kablam! Oct 13 13:13:40.369 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.369 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.369 INFO kablam! | Oct 13 13:13:40.369 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.369 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.369 INFO kablam! ... Oct 13 13:13:40.369 INFO kablam! 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Oct 13 13:13:40.369 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.369 INFO kablam! | Oct 13 13:13:40.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.369 INFO kablam! | Oct 13 13:13:40.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.369 INFO kablam! | Oct 13 13:13:40.369 INFO kablam! Oct 13 13:13:40.369 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.369 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.369 INFO kablam! | Oct 13 13:13:40.369 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.369 INFO kablam! | ^^^^^ Oct 13 13:13:40.369 INFO kablam! ... Oct 13 13:13:40.369 INFO kablam! 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Oct 13 13:13:40.369 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.369 INFO kablam! | Oct 13 13:13:40.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.369 INFO kablam! | Oct 13 13:13:40.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.369 INFO kablam! | Oct 13 13:13:40.369 INFO kablam! Oct 13 13:13:40.374 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.374 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.374 INFO kablam! | ^^^^^ Oct 13 13:13:40.374 INFO kablam! ... Oct 13 13:13:40.374 INFO kablam! 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Oct 13 13:13:40.374 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! Oct 13 13:13:40.374 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.374 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.374 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.374 INFO kablam! ... Oct 13 13:13:40.374 INFO kablam! 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Oct 13 13:13:40.374 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! Oct 13 13:13:40.374 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.374 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.374 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.374 INFO kablam! ... Oct 13 13:13:40.374 INFO kablam! 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Oct 13 13:13:40.374 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! Oct 13 13:13:40.374 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.374 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.374 INFO kablam! | ^^^^^ Oct 13 13:13:40.374 INFO kablam! ... Oct 13 13:13:40.374 INFO kablam! 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Oct 13 13:13:40.374 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! Oct 13 13:13:40.374 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.374 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.374 INFO kablam! | ^^^^^ Oct 13 13:13:40.374 INFO kablam! ... Oct 13 13:13:40.374 INFO kablam! 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Oct 13 13:13:40.374 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! Oct 13 13:13:40.374 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.374 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.374 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.374 INFO kablam! ... Oct 13 13:13:40.374 INFO kablam! 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Oct 13 13:13:40.374 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.374 INFO kablam! | Oct 13 13:13:40.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.375 INFO kablam! | Oct 13 13:13:40.375 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:185:26 Oct 13 13:13:40.381 INFO kablam! | Oct 13 13:13:40.381 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.381 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.381 INFO kablam! | Oct 13 13:13:40.381 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); 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.388 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.388 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.388 INFO kablam! | Oct 13 13:13:40.388 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.388 INFO kablam! | ^^^^^ Oct 13 13:13:40.388 INFO kablam! ... Oct 13 13:13:40.388 INFO kablam! 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); Oct 13 13:13:40.388 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.388 INFO kablam! | Oct 13 13:13:40.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.388 INFO kablam! | Oct 13 13:13:40.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.388 INFO kablam! | Oct 13 13:13:40.388 INFO kablam! Oct 13 13:13:40.388 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.388 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.388 INFO kablam! | Oct 13 13:13:40.388 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.388 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.388 INFO kablam! ... Oct 13 13:13:40.388 INFO kablam! 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); Oct 13 13:13:40.388 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.388 INFO kablam! | Oct 13 13:13:40.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.388 INFO kablam! | Oct 13 13:13:40.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.388 INFO kablam! | Oct 13 13:13:40.388 INFO kablam! Oct 13 13:13:40.388 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.388 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.388 INFO kablam! | Oct 13 13:13:40.388 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.388 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.388 INFO kablam! ... Oct 13 13:13:40.388 INFO kablam! 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); Oct 13 13:13:40.388 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.388 INFO kablam! | Oct 13 13:13:40.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.388 INFO kablam! | Oct 13 13:13:40.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.388 INFO kablam! | Oct 13 13:13:40.388 INFO kablam! Oct 13 13:13:40.388 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.388 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.388 INFO kablam! | Oct 13 13:13:40.388 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.388 INFO kablam! | ^^^^^ Oct 13 13:13:40.388 INFO kablam! ... Oct 13 13:13:40.389 INFO kablam! 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Oct 13 13:13:40.389 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.389 INFO kablam! | Oct 13 13:13:40.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.389 INFO kablam! | Oct 13 13:13:40.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.389 INFO kablam! | Oct 13 13:13:40.389 INFO kablam! Oct 13 13:13:40.389 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.389 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.389 INFO kablam! | Oct 13 13:13:40.389 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.389 INFO kablam! | ^^^^^ Oct 13 13:13:40.389 INFO kablam! ... Oct 13 13:13:40.389 INFO kablam! 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Oct 13 13:13:40.389 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.389 INFO kablam! | Oct 13 13:13:40.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.389 INFO kablam! | Oct 13 13:13:40.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.389 INFO kablam! | Oct 13 13:13:40.389 INFO kablam! Oct 13 13:13:40.389 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.389 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.389 INFO kablam! | Oct 13 13:13:40.389 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.389 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.389 INFO kablam! ... Oct 13 13:13:40.389 INFO kablam! 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Oct 13 13:13:40.389 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.389 INFO kablam! | Oct 13 13:13:40.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.389 INFO kablam! | Oct 13 13:13:40.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.389 INFO kablam! | Oct 13 13:13:40.389 INFO kablam! Oct 13 13:13:40.389 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.389 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.389 INFO kablam! | Oct 13 13:13:40.389 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.389 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.389 INFO kablam! ... Oct 13 13:13:40.389 INFO kablam! 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Oct 13 13:13:40.389 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.389 INFO kablam! | Oct 13 13:13:40.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.389 INFO kablam! | Oct 13 13:13:40.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.389 INFO kablam! | Oct 13 13:13:40.389 INFO kablam! Oct 13 13:13:40.389 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.389 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.389 INFO kablam! | Oct 13 13:13:40.389 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.389 INFO kablam! | ^^^^^ Oct 13 13:13:40.389 INFO kablam! ... Oct 13 13:13:40.389 INFO kablam! 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Oct 13 13:13:40.389 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.389 INFO kablam! | Oct 13 13:13:40.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.389 INFO kablam! | Oct 13 13:13:40.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.389 INFO kablam! | Oct 13 13:13:40.389 INFO kablam! Oct 13 13:13:40.394 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.394 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.394 INFO kablam! | Oct 13 13:13:40.394 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); 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.394 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.394 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.394 INFO kablam! | Oct 13 13:13:40.394 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.394 INFO kablam! | Oct 13 13:13:40.394 INFO kablam! Oct 13 13:13:40.394 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.394 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.394 INFO kablam! | Oct 13 13:13:40.394 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.394 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.394 INFO kablam! ... Oct 13 13:13:40.394 INFO kablam! 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); 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.394 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.394 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.394 INFO kablam! | Oct 13 13:13:40.394 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.394 INFO kablam! | Oct 13 13:13:40.394 INFO kablam! Oct 13 13:13:40.394 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.394 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.394 INFO kablam! | Oct 13 13:13:40.394 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.394 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.394 INFO kablam! ... Oct 13 13:13:40.394 INFO kablam! 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); 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.394 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.394 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.394 INFO kablam! | Oct 13 13:13:40.394 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.394 INFO kablam! | Oct 13 13:13:40.394 INFO kablam! Oct 13 13:13:40.401 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.401 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.401 INFO kablam! | Oct 13 13:13:40.401 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.401 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.401 INFO kablam! | Oct 13 13:13:40.401 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.401 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.401 INFO kablam! | Oct 13 13:13:40.401 INFO kablam! 180 | 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! 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.401 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.401 INFO kablam! | Oct 13 13:13:40.401 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); 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.408 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.408 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.408 INFO kablam! | Oct 13 13:13:40.408 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.409 INFO kablam! | ^^^^^ Oct 13 13:13:40.409 INFO kablam! ... Oct 13 13:13:40.409 INFO kablam! 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Oct 13 13:13:40.409 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! Oct 13 13:13:40.409 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.409 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.409 INFO kablam! | ^^^^^ Oct 13 13:13:40.409 INFO kablam! ... Oct 13 13:13:40.409 INFO kablam! 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Oct 13 13:13:40.409 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! Oct 13 13:13:40.409 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.409 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.409 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.409 INFO kablam! ... Oct 13 13:13:40.409 INFO kablam! 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Oct 13 13:13:40.409 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! Oct 13 13:13:40.409 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.409 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.409 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.409 INFO kablam! ... Oct 13 13:13:40.409 INFO kablam! 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Oct 13 13:13:40.409 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! Oct 13 13:13:40.409 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.409 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.409 INFO kablam! | ^^^^^ Oct 13 13:13:40.409 INFO kablam! ... Oct 13 13:13:40.409 INFO kablam! 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Oct 13 13:13:40.409 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! Oct 13 13:13:40.409 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.409 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.409 INFO kablam! | ^^^^^ Oct 13 13:13:40.409 INFO kablam! ... Oct 13 13:13:40.409 INFO kablam! 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Oct 13 13:13:40.409 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! Oct 13 13:13:40.409 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.409 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.409 INFO kablam! | Oct 13 13:13:40.409 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.410 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.410 INFO kablam! ... Oct 13 13:13:40.410 INFO kablam! 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Oct 13 13:13:40.410 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.410 INFO kablam! | Oct 13 13:13:40.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.410 INFO kablam! | Oct 13 13:13:40.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.410 INFO kablam! | Oct 13 13:13:40.410 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:185:26 Oct 13 13:13:40.419 INFO kablam! | Oct 13 13:13:40.419 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.419 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.419 INFO kablam! | Oct 13 13:13:40.419 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); 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.429 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.429 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.429 INFO kablam! | Oct 13 13:13:40.429 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.429 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.429 INFO kablam! | Oct 13 13:13:40.429 INFO kablam! 180 | 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! 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.429 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.429 INFO kablam! | Oct 13 13:13:40.429 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); 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.430 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.430 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.430 INFO kablam! | Oct 13 13:13:40.430 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.430 INFO kablam! | ^^^^^ Oct 13 13:13:40.430 INFO kablam! ... Oct 13 13:13:40.430 INFO kablam! 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Oct 13 13:13:40.430 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.430 INFO kablam! | Oct 13 13:13:40.430 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.430 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.430 INFO kablam! | Oct 13 13:13:40.430 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.430 INFO kablam! | Oct 13 13:13:40.430 INFO kablam! Oct 13 13:13:40.434 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.434 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.434 INFO kablam! | Oct 13 13:13:40.434 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.434 INFO kablam! | ^^^^^ Oct 13 13:13:40.434 INFO kablam! ... Oct 13 13:13:40.434 INFO kablam! 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); 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.434 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.434 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.434 INFO kablam! | Oct 13 13:13:40.434 INFO kablam! 180 | 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! 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); 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.434 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.434 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.434 INFO kablam! | Oct 13 13:13:40.434 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); 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.434 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.434 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.434 INFO kablam! | Oct 13 13:13:40.434 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.434 INFO kablam! | ^^^^^ Oct 13 13:13:40.434 INFO kablam! ... Oct 13 13:13:40.434 INFO kablam! 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); 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.451 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.451 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.451 INFO kablam! | Oct 13 13:13:40.451 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.451 INFO kablam! | ^^^^^ Oct 13 13:13:40.451 INFO kablam! ... Oct 13 13:13:40.451 INFO kablam! 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Oct 13 13:13:40.451 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.451 INFO kablam! | Oct 13 13:13:40.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.451 INFO kablam! | Oct 13 13:13:40.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.451 INFO kablam! | Oct 13 13:13:40.451 INFO kablam! Oct 13 13:13:40.451 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.451 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.451 INFO kablam! | Oct 13 13:13:40.451 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.451 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.451 INFO kablam! ... Oct 13 13:13:40.451 INFO kablam! 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Oct 13 13:13:40.451 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.451 INFO kablam! | Oct 13 13:13:40.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.451 INFO kablam! | Oct 13 13:13:40.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.451 INFO kablam! | Oct 13 13:13:40.451 INFO kablam! Oct 13 13:13:40.451 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.451 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.451 INFO kablam! | Oct 13 13:13:40.451 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.451 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.451 INFO kablam! ... Oct 13 13:13:40.451 INFO kablam! 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Oct 13 13:13:40.451 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.451 INFO kablam! | Oct 13 13:13:40.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.451 INFO kablam! | Oct 13 13:13:40.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.451 INFO kablam! | Oct 13 13:13:40.451 INFO kablam! Oct 13 13:13:40.451 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.451 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.451 INFO kablam! | Oct 13 13:13:40.452 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.452 INFO kablam! | ^^^^^ Oct 13 13:13:40.452 INFO kablam! ... Oct 13 13:13:40.452 INFO kablam! 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Oct 13 13:13:40.452 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.452 INFO kablam! | Oct 13 13:13:40.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.452 INFO kablam! | Oct 13 13:13:40.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.452 INFO kablam! | Oct 13 13:13:40.452 INFO kablam! Oct 13 13:13:40.452 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.452 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.452 INFO kablam! | Oct 13 13:13:40.452 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.452 INFO kablam! | ^^^^^ Oct 13 13:13:40.452 INFO kablam! ... Oct 13 13:13:40.452 INFO kablam! 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Oct 13 13:13:40.452 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.452 INFO kablam! | Oct 13 13:13:40.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.452 INFO kablam! | Oct 13 13:13:40.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.452 INFO kablam! | Oct 13 13:13:40.452 INFO kablam! Oct 13 13:13:40.452 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.452 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.452 INFO kablam! | Oct 13 13:13:40.452 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.452 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.452 INFO kablam! ... Oct 13 13:13:40.452 INFO kablam! 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Oct 13 13:13:40.452 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.452 INFO kablam! | Oct 13 13:13:40.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.452 INFO kablam! | Oct 13 13:13:40.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.452 INFO kablam! | Oct 13 13:13:40.452 INFO kablam! Oct 13 13:13:40.455 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.455 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.455 INFO kablam! | Oct 13 13:13:40.455 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.455 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.455 INFO kablam! ... Oct 13 13:13:40.455 INFO kablam! 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Oct 13 13:13:40.455 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.455 INFO kablam! | Oct 13 13:13:40.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.455 INFO kablam! | Oct 13 13:13:40.455 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.455 INFO kablam! | Oct 13 13:13:40.455 INFO kablam! Oct 13 13:13:40.469 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.469 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.469 INFO kablam! | Oct 13 13:13:40.469 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.469 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.469 INFO kablam! | Oct 13 13:13:40.469 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); 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.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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.470 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.470 INFO kablam! | Oct 13 13:13:40.470 INFO kablam! 180 | 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! 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.470 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.470 INFO kablam! | Oct 13 13:13:40.470 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.470 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.470 INFO kablam! | Oct 13 13:13:40.470 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.470 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.470 INFO kablam! | Oct 13 13:13:40.470 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.471 INFO kablam! | ^^^^^ Oct 13 13:13:40.471 INFO kablam! ... Oct 13 13:13:40.471 INFO kablam! 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); Oct 13 13:13:40.471 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.471 INFO kablam! | Oct 13 13:13:40.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.471 INFO kablam! | Oct 13 13:13:40.471 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.471 INFO kablam! | Oct 13 13:13:40.471 INFO kablam! Oct 13 13:13:40.471 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.471 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.471 INFO kablam! | Oct 13 13:13:40.471 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.471 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.471 INFO kablam! ... Oct 13 13:13:40.471 INFO kablam! 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); Oct 13 13:13:40.471 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.471 INFO kablam! | Oct 13 13:13:40.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.471 INFO kablam! | Oct 13 13:13:40.471 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.471 INFO kablam! | Oct 13 13:13:40.471 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:185:26 Oct 13 13:13:40.481 INFO kablam! | Oct 13 13:13:40.481 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.481 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.481 INFO kablam! | Oct 13 13:13:40.481 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.481 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.481 INFO kablam! | Oct 13 13:13:40.481 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.482 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.482 INFO kablam! | Oct 13 13:13:40.482 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.482 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.482 INFO kablam! ... Oct 13 13:13:40.482 INFO kablam! 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Oct 13 13:13:40.482 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.482 INFO kablam! | Oct 13 13:13:40.482 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.482 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.482 INFO kablam! | Oct 13 13:13:40.482 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.482 INFO kablam! | Oct 13 13:13:40.482 INFO kablam! Oct 13 13:13:40.482 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.482 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.482 INFO kablam! | Oct 13 13:13:40.482 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.482 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.482 INFO kablam! ... Oct 13 13:13:40.482 INFO kablam! 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Oct 13 13:13:40.482 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.482 INFO kablam! | Oct 13 13:13:40.482 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.482 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.482 INFO kablam! | Oct 13 13:13:40.482 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.482 INFO kablam! | Oct 13 13:13:40.482 INFO kablam! Oct 13 13:13:40.482 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.482 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.482 INFO kablam! | Oct 13 13:13:40.482 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.482 INFO kablam! | ^^^^^ Oct 13 13:13:40.482 INFO kablam! ... Oct 13 13:13:40.482 INFO kablam! 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Oct 13 13:13:40.482 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.482 INFO kablam! | Oct 13 13:13:40.482 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.482 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.482 INFO kablam! | Oct 13 13:13:40.482 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.482 INFO kablam! | Oct 13 13:13:40.482 INFO kablam! Oct 13 13:13:40.488 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.488 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.488 INFO kablam! | Oct 13 13:13:40.488 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); 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.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.488 INFO kablam! | 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:180:30 Oct 13 13:13:40.488 INFO kablam! | Oct 13 13:13:40.488 INFO kablam! 180 | 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! 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Oct 13 13:13:40.488 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.489 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.489 INFO kablam! | Oct 13 13:13:40.489 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); 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.496 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.496 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.496 INFO kablam! | Oct 13 13:13:40.496 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.496 INFO kablam! | ^^^^^ Oct 13 13:13:40.496 INFO kablam! ... Oct 13 13:13:40.496 INFO kablam! 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Oct 13 13:13:40.496 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.496 INFO kablam! | Oct 13 13:13:40.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.496 INFO kablam! | Oct 13 13:13:40.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.496 INFO kablam! | Oct 13 13:13:40.496 INFO kablam! Oct 13 13:13:40.496 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.496 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.496 INFO kablam! | Oct 13 13:13:40.496 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.496 INFO kablam! | ^^^^^ Oct 13 13:13:40.496 INFO kablam! ... Oct 13 13:13:40.496 INFO kablam! 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Oct 13 13:13:40.496 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.496 INFO kablam! | Oct 13 13:13:40.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.496 INFO kablam! | Oct 13 13:13:40.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.496 INFO kablam! | Oct 13 13:13:40.496 INFO kablam! Oct 13 13:13:40.496 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.496 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.496 INFO kablam! | Oct 13 13:13:40.496 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.496 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.496 INFO kablam! ... Oct 13 13:13:40.496 INFO kablam! 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Oct 13 13:13:40.496 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.496 INFO kablam! | Oct 13 13:13:40.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.496 INFO kablam! | Oct 13 13:13:40.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.496 INFO kablam! | Oct 13 13:13:40.496 INFO kablam! Oct 13 13:13:40.496 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.496 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.497 INFO kablam! | Oct 13 13:13:40.497 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.497 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.497 INFO kablam! | Oct 13 13:13:40.497 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); 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.500 INFO kablam! | Oct 13 13:13:40.500 INFO kablam! Oct 13 13:13:40.500 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.500 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.500 INFO kablam! | Oct 13 13:13:40.500 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.500 INFO kablam! | ^^^^^ Oct 13 13:13:40.500 INFO kablam! ... Oct 13 13:13:40.500 INFO kablam! 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Oct 13 13:13:40.500 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.500 INFO kablam! | Oct 13 13:13:40.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.500 INFO kablam! | Oct 13 13:13:40.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.500 INFO kablam! | Oct 13 13:13:40.500 INFO kablam! Oct 13 13:13:40.500 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.500 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.500 INFO kablam! | Oct 13 13:13:40.500 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.500 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.500 INFO kablam! ... Oct 13 13:13:40.500 INFO kablam! 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Oct 13 13:13:40.500 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.500 INFO kablam! | Oct 13 13:13:40.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.500 INFO kablam! | Oct 13 13:13:40.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.500 INFO kablam! | Oct 13 13:13:40.500 INFO kablam! Oct 13 13:13:40.500 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.500 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.500 INFO kablam! | Oct 13 13:13:40.500 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.500 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.500 INFO kablam! ... Oct 13 13:13:40.500 INFO kablam! 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Oct 13 13:13:40.500 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.500 INFO kablam! | Oct 13 13:13:40.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.500 INFO kablam! | Oct 13 13:13:40.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.500 INFO kablam! | Oct 13 13:13:40.500 INFO kablam! Oct 13 13:13:40.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.501 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.501 INFO kablam! | ^^^^^ Oct 13 13:13:40.501 INFO kablam! ... Oct 13 13:13:40.501 INFO kablam! 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Oct 13 13:13:40.501 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! Oct 13 13:13:40.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.501 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.501 INFO kablam! | ^^^^^ Oct 13 13:13:40.501 INFO kablam! ... Oct 13 13:13:40.501 INFO kablam! 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Oct 13 13:13:40.501 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! Oct 13 13:13:40.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.501 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.501 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.501 INFO kablam! ... Oct 13 13:13:40.501 INFO kablam! 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Oct 13 13:13:40.501 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! Oct 13 13:13:40.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.501 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.501 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.501 INFO kablam! ... Oct 13 13:13:40.501 INFO kablam! 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Oct 13 13:13:40.501 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! Oct 13 13:13:40.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.501 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.501 INFO kablam! | ^^^^^ Oct 13 13:13:40.501 INFO kablam! ... Oct 13 13:13:40.501 INFO kablam! 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Oct 13 13:13:40.501 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! Oct 13 13:13:40.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.501 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.501 INFO kablam! | ^^^^^ Oct 13 13:13:40.501 INFO kablam! ... Oct 13 13:13:40.501 INFO kablam! 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Oct 13 13:13:40.501 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.501 INFO kablam! | Oct 13 13:13:40.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.502 INFO kablam! | Oct 13 13:13:40.502 INFO kablam! Oct 13 13:13:40.502 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.502 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.502 INFO kablam! | Oct 13 13:13:40.502 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.502 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.502 INFO kablam! ... Oct 13 13:13:40.502 INFO kablam! 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Oct 13 13:13:40.502 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.502 INFO kablam! | Oct 13 13:13:40.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.502 INFO kablam! | Oct 13 13:13:40.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.502 INFO kablam! | Oct 13 13:13:40.502 INFO kablam! Oct 13 13:13:40.502 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.502 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.502 INFO kablam! | Oct 13 13:13:40.502 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.502 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.502 INFO kablam! ... Oct 13 13:13:40.502 INFO kablam! 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Oct 13 13:13:40.502 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.502 INFO kablam! | Oct 13 13:13:40.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.502 INFO kablam! | Oct 13 13:13:40.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.502 INFO kablam! | Oct 13 13:13:40.502 INFO kablam! Oct 13 13:13:40.512 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.512 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.512 INFO kablam! | Oct 13 13:13:40.512 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); 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.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.512 INFO kablam! | Oct 13 13:13:40.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.512 INFO kablam! | Oct 13 13:13:40.512 INFO kablam! Oct 13 13:13:40.512 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.512 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.512 INFO kablam! | Oct 13 13:13:40.512 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); 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.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.512 INFO kablam! | Oct 13 13:13:40.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.512 INFO kablam! | Oct 13 13:13:40.512 INFO kablam! Oct 13 13:13:40.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.512 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.512 INFO kablam! | Oct 13 13:13:40.512 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.512 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.512 INFO kablam! ... Oct 13 13:13:40.512 INFO kablam! 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); 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.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.512 INFO kablam! | Oct 13 13:13:40.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.512 INFO kablam! | Oct 13 13:13:40.512 INFO kablam! Oct 13 13:13:40.513 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.513 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.513 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.513 INFO kablam! ... Oct 13 13:13:40.513 INFO kablam! 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); Oct 13 13:13:40.513 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! Oct 13 13:13:40.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.513 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.513 INFO kablam! | ^^^^^ Oct 13 13:13:40.513 INFO kablam! ... Oct 13 13:13:40.513 INFO kablam! 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Oct 13 13:13:40.513 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! Oct 13 13:13:40.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.513 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.513 INFO kablam! | ^^^^^ Oct 13 13:13:40.513 INFO kablam! ... Oct 13 13:13:40.513 INFO kablam! 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Oct 13 13:13:40.513 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! Oct 13 13:13:40.513 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.513 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.513 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.513 INFO kablam! ... Oct 13 13:13:40.513 INFO kablam! 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Oct 13 13:13:40.513 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! Oct 13 13:13:40.513 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.513 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.513 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.513 INFO kablam! ... Oct 13 13:13:40.513 INFO kablam! 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Oct 13 13:13:40.513 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! Oct 13 13:13:40.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.513 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.513 INFO kablam! | ^^^^^ Oct 13 13:13:40.513 INFO kablam! ... Oct 13 13:13:40.513 INFO kablam! 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Oct 13 13:13:40.513 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.513 INFO kablam! | Oct 13 13:13:40.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.514 INFO kablam! | Oct 13 13:13:40.514 INFO kablam! Oct 13 13:13:40.514 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.514 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.514 INFO kablam! | Oct 13 13:13:40.514 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.514 INFO kablam! | ^^^^^ Oct 13 13:13:40.514 INFO kablam! ... Oct 13 13:13:40.514 INFO kablam! 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); 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.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.514 INFO kablam! | Oct 13 13:13:40.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.514 INFO kablam! | Oct 13 13:13:40.514 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:180:30 Oct 13 13:13:40.514 INFO kablam! | Oct 13 13:13:40.514 INFO kablam! 180 | 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! 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); 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.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.514 INFO kablam! | Oct 13 13:13:40.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.514 INFO kablam! | Oct 13 13:13:40.514 INFO kablam! Oct 13 13:13:40.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.520 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.520 INFO kablam! | Oct 13 13:13:40.520 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.520 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.520 INFO kablam! ... Oct 13 13:13:40.520 INFO kablam! 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Oct 13 13:13:40.520 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.520 INFO kablam! | Oct 13 13:13:40.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.520 INFO kablam! | Oct 13 13:13:40.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.520 INFO kablam! | Oct 13 13:13:40.520 INFO kablam! Oct 13 13:13:40.520 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.520 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.520 INFO kablam! | Oct 13 13:13:40.520 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.520 INFO kablam! | ^^^^^ Oct 13 13:13:40.520 INFO kablam! ... Oct 13 13:13:40.520 INFO kablam! 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Oct 13 13:13:40.520 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.520 INFO kablam! | Oct 13 13:13:40.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.520 INFO kablam! | Oct 13 13:13:40.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.520 INFO kablam! | Oct 13 13:13:40.520 INFO kablam! Oct 13 13:13:40.526 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.526 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.526 INFO kablam! | Oct 13 13:13:40.526 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.526 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.526 INFO kablam! | Oct 13 13:13:40.526 INFO kablam! 180 | 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! 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.526 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.526 INFO kablam! | Oct 13 13:13:40.526 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Oct 13 13:13:40.527 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! Oct 13 13:13:40.527 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.527 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.527 INFO kablam! | ^^^^^ Oct 13 13:13:40.527 INFO kablam! ... Oct 13 13:13:40.527 INFO kablam! 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Oct 13 13:13:40.527 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! Oct 13 13:13:40.527 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.527 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.527 INFO kablam! | ^^^^^ Oct 13 13:13:40.527 INFO kablam! ... Oct 13 13:13:40.527 INFO kablam! 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Oct 13 13:13:40.527 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! Oct 13 13:13:40.527 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.527 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.527 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.527 INFO kablam! ... Oct 13 13:13:40.527 INFO kablam! 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Oct 13 13:13:40.527 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! Oct 13 13:13:40.527 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.527 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.527 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.527 INFO kablam! ... Oct 13 13:13:40.527 INFO kablam! 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Oct 13 13:13:40.527 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! Oct 13 13:13:40.527 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.527 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.527 INFO kablam! | ^^^^^ Oct 13 13:13:40.527 INFO kablam! ... Oct 13 13:13:40.527 INFO kablam! 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Oct 13 13:13:40.527 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! Oct 13 13:13:40.527 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.527 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.527 INFO kablam! | ^^^^^ Oct 13 13:13:40.527 INFO kablam! ... Oct 13 13:13:40.527 INFO kablam! 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Oct 13 13:13:40.527 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.527 INFO kablam! | Oct 13 13:13:40.527 INFO kablam! Oct 13 13:13:40.528 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.528 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.528 INFO kablam! | Oct 13 13:13:40.528 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.528 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.528 INFO kablam! ... Oct 13 13:13:40.528 INFO kablam! 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Oct 13 13:13:40.528 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.528 INFO kablam! | Oct 13 13:13:40.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.528 INFO kablam! | Oct 13 13:13:40.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.528 INFO kablam! | Oct 13 13:13:40.528 INFO kablam! Oct 13 13:13:40.528 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.528 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.528 INFO kablam! | Oct 13 13:13:40.528 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.528 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.528 INFO kablam! ... Oct 13 13:13:40.528 INFO kablam! 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Oct 13 13:13:40.528 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.528 INFO kablam! | Oct 13 13:13:40.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.528 INFO kablam! | Oct 13 13:13:40.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.528 INFO kablam! | Oct 13 13:13:40.528 INFO kablam! Oct 13 13:13:40.536 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.536 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.536 INFO kablam! | Oct 13 13:13:40.536 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.536 INFO kablam! | ^^^^^ Oct 13 13:13:40.536 INFO kablam! ... Oct 13 13:13:40.536 INFO kablam! 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Oct 13 13:13:40.536 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.536 INFO kablam! | Oct 13 13:13:40.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.536 INFO kablam! | Oct 13 13:13:40.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.536 INFO kablam! | Oct 13 13:13:40.536 INFO kablam! Oct 13 13:13:40.536 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.536 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.536 INFO kablam! | Oct 13 13:13:40.536 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.536 INFO kablam! | ^^^^^ Oct 13 13:13:40.536 INFO kablam! ... Oct 13 13:13:40.536 INFO kablam! 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Oct 13 13:13:40.536 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.536 INFO kablam! | Oct 13 13:13:40.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.536 INFO kablam! | Oct 13 13:13:40.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.536 INFO kablam! | Oct 13 13:13:40.536 INFO kablam! Oct 13 13:13:40.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.536 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.536 INFO kablam! | Oct 13 13:13:40.536 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.536 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.536 INFO kablam! ... Oct 13 13:13:40.536 INFO kablam! 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Oct 13 13:13:40.536 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.536 INFO kablam! | Oct 13 13:13:40.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.536 INFO kablam! | Oct 13 13:13:40.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.536 INFO kablam! | Oct 13 13:13:40.536 INFO kablam! Oct 13 13:13:40.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.536 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.536 INFO kablam! | Oct 13 13:13:40.536 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.537 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.537 INFO kablam! | Oct 13 13:13:40.537 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.540 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.540 INFO kablam! | Oct 13 13:13:40.540 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); 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.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.540 INFO kablam! | Oct 13 13:13:40.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.540 INFO kablam! | Oct 13 13:13:40.540 INFO kablam! Oct 13 13:13:40.540 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.540 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.540 INFO kablam! | Oct 13 13:13:40.540 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.540 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.540 INFO kablam! ... Oct 13 13:13:40.544 INFO kablam! 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Oct 13 13:13:40.544 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.544 INFO kablam! | Oct 13 13:13:40.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.544 INFO kablam! | Oct 13 13:13:40.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.544 INFO kablam! | Oct 13 13:13:40.544 INFO kablam! Oct 13 13:13:40.544 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.544 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.544 INFO kablam! | Oct 13 13:13:40.544 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.544 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.544 INFO kablam! ... Oct 13 13:13:40.544 INFO kablam! 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Oct 13 13:13:40.544 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.544 INFO kablam! | Oct 13 13:13:40.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.544 INFO kablam! | Oct 13 13:13:40.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.544 INFO kablam! | Oct 13 13:13:40.544 INFO kablam! Oct 13 13:13:40.544 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.544 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.544 INFO kablam! | Oct 13 13:13:40.544 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.544 INFO kablam! | ^^^^^ Oct 13 13:13:40.544 INFO kablam! ... Oct 13 13:13:40.544 INFO kablam! 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Oct 13 13:13:40.544 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.544 INFO kablam! | Oct 13 13:13:40.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.544 INFO kablam! | Oct 13 13:13:40.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.544 INFO kablam! | Oct 13 13:13:40.544 INFO kablam! Oct 13 13:13:40.544 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.544 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.544 INFO kablam! | Oct 13 13:13:40.544 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.544 INFO kablam! | ^^^^^ Oct 13 13:13:40.544 INFO kablam! ... Oct 13 13:13:40.544 INFO kablam! 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Oct 13 13:13:40.544 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.544 INFO kablam! | Oct 13 13:13:40.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.545 INFO kablam! | Oct 13 13:13:40.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.545 INFO kablam! | Oct 13 13:13:40.545 INFO kablam! Oct 13 13:13:40.545 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.545 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.545 INFO kablam! | Oct 13 13:13:40.545 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.545 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.545 INFO kablam! ... Oct 13 13:13:40.545 INFO kablam! 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Oct 13 13:13:40.545 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.545 INFO kablam! | Oct 13 13:13:40.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.545 INFO kablam! | Oct 13 13:13:40.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.545 INFO kablam! | Oct 13 13:13:40.545 INFO kablam! Oct 13 13:13:40.545 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.545 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.545 INFO kablam! | Oct 13 13:13:40.545 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.545 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.545 INFO kablam! ... Oct 13 13:13:40.545 INFO kablam! 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Oct 13 13:13:40.545 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.545 INFO kablam! | Oct 13 13:13:40.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.545 INFO kablam! | Oct 13 13:13:40.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.545 INFO kablam! | Oct 13 13:13:40.545 INFO kablam! Oct 13 13:13:40.545 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.545 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.545 INFO kablam! | Oct 13 13:13:40.545 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.545 INFO kablam! | ^^^^^ Oct 13 13:13:40.545 INFO kablam! ... Oct 13 13:13:40.545 INFO kablam! 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Oct 13 13:13:40.545 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.545 INFO kablam! | Oct 13 13:13:40.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.545 INFO kablam! | Oct 13 13:13:40.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.545 INFO kablam! | Oct 13 13:13:40.545 INFO kablam! Oct 13 13:13:40.552 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.552 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.552 INFO kablam! | Oct 13 13:13:40.552 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.552 INFO kablam! | ^^^^^ Oct 13 13:13:40.552 INFO kablam! ... Oct 13 13:13:40.552 INFO kablam! 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Oct 13 13:13:40.552 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.552 INFO kablam! | Oct 13 13:13:40.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.552 INFO kablam! | Oct 13 13:13:40.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.552 INFO kablam! | Oct 13 13:13:40.552 INFO kablam! Oct 13 13:13:40.552 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.552 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.552 INFO kablam! | Oct 13 13:13:40.552 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.552 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.552 INFO kablam! ... Oct 13 13:13:40.552 INFO kablam! 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Oct 13 13:13:40.552 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.552 INFO kablam! | Oct 13 13:13:40.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.552 INFO kablam! | Oct 13 13:13:40.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.552 INFO kablam! | Oct 13 13:13:40.552 INFO kablam! Oct 13 13:13:40.552 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.552 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.552 INFO kablam! | Oct 13 13:13:40.552 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.552 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.552 INFO kablam! ... Oct 13 13:13:40.552 INFO kablam! 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Oct 13 13:13:40.552 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.552 INFO kablam! | Oct 13 13:13:40.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.552 INFO kablam! | Oct 13 13:13:40.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.552 INFO kablam! | Oct 13 13:13:40.552 INFO kablam! Oct 13 13:13:40.552 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.552 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.553 INFO kablam! | Oct 13 13:13:40.553 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.553 INFO kablam! | ^^^^^ Oct 13 13:13:40.553 INFO kablam! ... Oct 13 13:13:40.553 INFO kablam! 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Oct 13 13:13:40.553 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.553 INFO kablam! | Oct 13 13:13:40.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.553 INFO kablam! | Oct 13 13:13:40.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.553 INFO kablam! | Oct 13 13:13:40.553 INFO kablam! Oct 13 13:13:40.553 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.553 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.553 INFO kablam! | Oct 13 13:13:40.553 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.553 INFO kablam! | ^^^^^ Oct 13 13:13:40.553 INFO kablam! ... Oct 13 13:13:40.553 INFO kablam! 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Oct 13 13:13:40.553 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.553 INFO kablam! | Oct 13 13:13:40.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.553 INFO kablam! | Oct 13 13:13:40.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.553 INFO kablam! | Oct 13 13:13:40.553 INFO kablam! Oct 13 13:13:40.553 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.553 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.553 INFO kablam! | Oct 13 13:13:40.553 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.553 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.553 INFO kablam! ... Oct 13 13:13:40.553 INFO kablam! 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Oct 13 13:13:40.553 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.553 INFO kablam! | Oct 13 13:13:40.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.553 INFO kablam! | Oct 13 13:13:40.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.553 INFO kablam! | Oct 13 13:13:40.553 INFO kablam! Oct 13 13:13:40.553 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.553 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.553 INFO kablam! | Oct 13 13:13:40.553 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.553 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.553 INFO kablam! ... Oct 13 13:13:40.553 INFO kablam! 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Oct 13 13:13:40.553 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.553 INFO kablam! | Oct 13 13:13:40.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.553 INFO kablam! | Oct 13 13:13:40.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.553 INFO kablam! | Oct 13 13:13:40.553 INFO kablam! Oct 13 13:13:40.560 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.560 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.560 INFO kablam! | Oct 13 13:13:40.560 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.560 INFO kablam! | ^^^^^ Oct 13 13:13:40.560 INFO kablam! ... Oct 13 13:13:40.560 INFO kablam! 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Oct 13 13:13:40.560 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.560 INFO kablam! | Oct 13 13:13:40.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.560 INFO kablam! | Oct 13 13:13:40.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.560 INFO kablam! | Oct 13 13:13:40.560 INFO kablam! Oct 13 13:13:40.560 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.560 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.560 INFO kablam! | Oct 13 13:13:40.560 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.560 INFO kablam! | ^^^^^ Oct 13 13:13:40.560 INFO kablam! ... Oct 13 13:13:40.560 INFO kablam! 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Oct 13 13:13:40.560 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.560 INFO kablam! | Oct 13 13:13:40.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.560 INFO kablam! | Oct 13 13:13:40.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.560 INFO kablam! | Oct 13 13:13:40.560 INFO kablam! Oct 13 13:13:40.560 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.560 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.560 INFO kablam! | Oct 13 13:13:40.560 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.560 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.560 INFO kablam! ... Oct 13 13:13:40.560 INFO kablam! 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Oct 13 13:13:40.560 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.560 INFO kablam! | Oct 13 13:13:40.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.560 INFO kablam! | Oct 13 13:13:40.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.560 INFO kablam! | Oct 13 13:13:40.560 INFO kablam! Oct 13 13:13:40.560 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.560 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.560 INFO kablam! | Oct 13 13:13:40.560 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.560 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.560 INFO kablam! ... Oct 13 13:13:40.560 INFO kablam! 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Oct 13 13:13:40.560 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.560 INFO kablam! | Oct 13 13:13:40.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! Oct 13 13:13:40.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.561 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.561 INFO kablam! | ^^^^^ Oct 13 13:13:40.561 INFO kablam! ... Oct 13 13:13:40.561 INFO kablam! 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Oct 13 13:13:40.561 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! Oct 13 13:13:40.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.561 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.561 INFO kablam! | ^^^^^ Oct 13 13:13:40.561 INFO kablam! ... Oct 13 13:13:40.561 INFO kablam! 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Oct 13 13:13:40.561 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! Oct 13 13:13:40.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.561 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.561 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.561 INFO kablam! ... Oct 13 13:13:40.561 INFO kablam! 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Oct 13 13:13:40.561 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! Oct 13 13:13:40.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.561 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.561 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.561 INFO kablam! ... Oct 13 13:13:40.561 INFO kablam! 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Oct 13 13:13:40.561 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! Oct 13 13:13:40.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.561 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.561 INFO kablam! | ^^^^^ Oct 13 13:13:40.561 INFO kablam! ... Oct 13 13:13:40.561 INFO kablam! 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Oct 13 13:13:40.561 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! Oct 13 13:13:40.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.561 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.561 INFO kablam! | Oct 13 13:13:40.561 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.568 INFO kablam! | ^^^^^ Oct 13 13:13:40.568 INFO kablam! ... Oct 13 13:13:40.568 INFO kablam! 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Oct 13 13:13:40.568 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.568 INFO kablam! | Oct 13 13:13:40.568 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.568 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.568 INFO kablam! | Oct 13 13:13:40.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.568 INFO kablam! | Oct 13 13:13:40.568 INFO kablam! Oct 13 13:13:40.568 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.568 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.568 INFO kablam! | Oct 13 13:13:40.568 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.568 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.568 INFO kablam! ... Oct 13 13:13:40.568 INFO kablam! 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Oct 13 13:13:40.568 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.568 INFO kablam! | Oct 13 13:13:40.568 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.568 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.568 INFO kablam! | Oct 13 13:13:40.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.568 INFO kablam! | Oct 13 13:13:40.568 INFO kablam! Oct 13 13:13:40.568 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.568 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.568 INFO kablam! | Oct 13 13:13:40.568 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.568 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.568 INFO kablam! ... Oct 13 13:13:40.568 INFO kablam! 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Oct 13 13:13:40.568 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.568 INFO kablam! | Oct 13 13:13:40.568 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.568 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.568 INFO kablam! | Oct 13 13:13:40.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.568 INFO kablam! | Oct 13 13:13:40.568 INFO kablam! Oct 13 13:13:40.568 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.568 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.568 INFO kablam! | Oct 13 13:13:40.568 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.568 INFO kablam! | ^^^^^ Oct 13 13:13:40.569 INFO kablam! ... Oct 13 13:13:40.569 INFO kablam! 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Oct 13 13:13:40.569 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.569 INFO kablam! | Oct 13 13:13:40.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.569 INFO kablam! | Oct 13 13:13:40.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.569 INFO kablam! | Oct 13 13:13:40.569 INFO kablam! Oct 13 13:13:40.573 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.573 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.573 INFO kablam! | Oct 13 13:13:40.573 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); 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! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.573 INFO kablam! | Oct 13 13:13:40.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.573 INFO kablam! | Oct 13 13:13:40.573 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:180:30 Oct 13 13:13:40.574 INFO kablam! | Oct 13 13:13:40.574 INFO kablam! 180 | 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! 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.574 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.574 INFO kablam! | Oct 13 13:13:40.574 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.574 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.574 INFO kablam! | Oct 13 13:13:40.574 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.574 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.574 INFO kablam! | Oct 13 13:13:40.574 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.574 INFO kablam! | ^^^^^ Oct 13 13:13:40.575 INFO kablam! ... Oct 13 13:13:40.575 INFO kablam! 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Oct 13 13:13:40.575 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.575 INFO kablam! | Oct 13 13:13:40.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.575 INFO kablam! | Oct 13 13:13:40.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.575 INFO kablam! | Oct 13 13:13:40.575 INFO kablam! Oct 13 13:13:40.575 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.575 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.575 INFO kablam! | Oct 13 13:13:40.575 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.575 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.575 INFO kablam! ... Oct 13 13:13:40.575 INFO kablam! 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Oct 13 13:13:40.575 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.575 INFO kablam! | Oct 13 13:13:40.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.575 INFO kablam! | Oct 13 13:13:40.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.575 INFO kablam! | Oct 13 13:13:40.575 INFO kablam! Oct 13 13:13:40.575 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.575 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.575 INFO kablam! | Oct 13 13:13:40.575 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.575 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.575 INFO kablam! ... Oct 13 13:13:40.575 INFO kablam! 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Oct 13 13:13:40.575 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.575 INFO kablam! | Oct 13 13:13:40.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.575 INFO kablam! | Oct 13 13:13:40.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.575 INFO kablam! | Oct 13 13:13:40.575 INFO kablam! Oct 13 13:13:40.575 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.575 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.575 INFO kablam! | Oct 13 13:13:40.575 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.575 INFO kablam! | ^^^^^ Oct 13 13:13:40.575 INFO kablam! ... Oct 13 13:13:40.575 INFO kablam! 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Oct 13 13:13:40.575 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.575 INFO kablam! | Oct 13 13:13:40.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.575 INFO kablam! | Oct 13 13:13:40.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.575 INFO kablam! | Oct 13 13:13:40.575 INFO kablam! Oct 13 13:13:40.580 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.580 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.580 INFO kablam! | Oct 13 13:13:40.580 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.580 INFO kablam! | ^^^^^ Oct 13 13:13:40.580 INFO kablam! ... Oct 13 13:13:40.580 INFO kablam! 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Oct 13 13:13:40.580 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.580 INFO kablam! | Oct 13 13:13:40.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.580 INFO kablam! | Oct 13 13:13:40.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.580 INFO kablam! | Oct 13 13:13:40.580 INFO kablam! Oct 13 13:13:40.580 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.580 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.580 INFO kablam! | Oct 13 13:13:40.580 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.580 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.580 INFO kablam! ... Oct 13 13:13:40.580 INFO kablam! 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Oct 13 13:13:40.580 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.580 INFO kablam! | Oct 13 13:13:40.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.580 INFO kablam! | Oct 13 13:13:40.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.580 INFO kablam! | Oct 13 13:13:40.580 INFO kablam! Oct 13 13:13:40.580 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.580 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.580 INFO kablam! | Oct 13 13:13:40.580 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.580 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.580 INFO kablam! ... Oct 13 13:13:40.580 INFO kablam! 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Oct 13 13:13:40.580 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.580 INFO kablam! | Oct 13 13:13:40.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.580 INFO kablam! | Oct 13 13:13:40.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.580 INFO kablam! | Oct 13 13:13:40.580 INFO kablam! Oct 13 13:13:40.588 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.588 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.588 INFO kablam! | Oct 13 13:13:40.588 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.588 INFO kablam! | ^^^^^ Oct 13 13:13:40.588 INFO kablam! ... Oct 13 13:13:40.588 INFO kablam! 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Oct 13 13:13:40.588 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.588 INFO kablam! | Oct 13 13:13:40.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.588 INFO kablam! | Oct 13 13:13:40.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.588 INFO kablam! | Oct 13 13:13:40.588 INFO kablam! Oct 13 13:13:40.588 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.588 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.588 INFO kablam! | Oct 13 13:13:40.588 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.588 INFO kablam! | ^^^^^ Oct 13 13:13:40.588 INFO kablam! ... Oct 13 13:13:40.588 INFO kablam! 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Oct 13 13:13:40.588 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.588 INFO kablam! | Oct 13 13:13:40.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.588 INFO kablam! | Oct 13 13:13:40.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.588 INFO kablam! | Oct 13 13:13:40.588 INFO kablam! Oct 13 13:13:40.588 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.588 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.588 INFO kablam! | Oct 13 13:13:40.588 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.588 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.588 INFO kablam! ... Oct 13 13:13:40.588 INFO kablam! 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Oct 13 13:13:40.588 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.588 INFO kablam! | Oct 13 13:13:40.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.588 INFO kablam! | Oct 13 13:13:40.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.588 INFO kablam! | Oct 13 13:13:40.588 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:185:26 Oct 13 13:13:40.589 INFO kablam! | Oct 13 13:13:40.589 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.589 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.591 INFO kablam! ... Oct 13 13:13:40.591 INFO kablam! 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Oct 13 13:13:40.591 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.591 INFO kablam! | Oct 13 13:13:40.591 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.591 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.591 INFO kablam! | Oct 13 13:13:40.591 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.591 INFO kablam! | Oct 13 13:13:40.591 INFO kablam! Oct 13 13:13:40.591 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.591 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.591 INFO kablam! | Oct 13 13:13:40.591 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.591 INFO kablam! | ^^^^^ Oct 13 13:13:40.591 INFO kablam! ... Oct 13 13:13:40.591 INFO kablam! 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Oct 13 13:13:40.591 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.591 INFO kablam! | Oct 13 13:13:40.591 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.591 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.591 INFO kablam! | Oct 13 13:13:40.591 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.591 INFO kablam! | Oct 13 13:13:40.591 INFO kablam! Oct 13 13:13:40.591 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.591 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.591 INFO kablam! | Oct 13 13:13:40.591 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.591 INFO kablam! | ^^^^^ Oct 13 13:13:40.591 INFO kablam! ... Oct 13 13:13:40.591 INFO kablam! 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Oct 13 13:13:40.591 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.591 INFO kablam! | Oct 13 13:13:40.591 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.591 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.591 INFO kablam! | Oct 13 13:13:40.591 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.591 INFO kablam! | Oct 13 13:13:40.591 INFO kablam! Oct 13 13:13:40.591 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.591 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.591 INFO kablam! | Oct 13 13:13:40.591 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.591 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.592 INFO kablam! ... Oct 13 13:13:40.592 INFO kablam! 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Oct 13 13:13:40.592 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.592 INFO kablam! | Oct 13 13:13:40.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.592 INFO kablam! | Oct 13 13:13:40.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.592 INFO kablam! | Oct 13 13:13:40.592 INFO kablam! Oct 13 13:13:40.592 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.592 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.592 INFO kablam! | Oct 13 13:13:40.592 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.592 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.592 INFO kablam! ... Oct 13 13:13:40.592 INFO kablam! 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Oct 13 13:13:40.592 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.592 INFO kablam! | Oct 13 13:13:40.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.592 INFO kablam! | Oct 13 13:13:40.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.592 INFO kablam! | Oct 13 13:13:40.592 INFO kablam! Oct 13 13:13:40.592 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.592 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.592 INFO kablam! | Oct 13 13:13:40.592 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.592 INFO kablam! | ^^^^^ Oct 13 13:13:40.592 INFO kablam! ... Oct 13 13:13:40.592 INFO kablam! 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); Oct 13 13:13:40.592 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.592 INFO kablam! | Oct 13 13:13:40.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.592 INFO kablam! | Oct 13 13:13:40.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.592 INFO kablam! | Oct 13 13:13:40.592 INFO kablam! Oct 13 13:13:40.592 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.592 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.592 INFO kablam! | Oct 13 13:13:40.592 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.592 INFO kablam! | ^^^^^ Oct 13 13:13:40.592 INFO kablam! ... Oct 13 13:13:40.592 INFO kablam! 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); Oct 13 13:13:40.592 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.592 INFO kablam! | Oct 13 13:13:40.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.592 INFO kablam! | Oct 13 13:13:40.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.592 INFO kablam! | Oct 13 13:13:40.592 INFO kablam! Oct 13 13:13:40.592 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.592 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.592 INFO kablam! | Oct 13 13:13:40.592 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.592 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.592 INFO kablam! ... Oct 13 13:13:40.592 INFO kablam! 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); Oct 13 13:13:40.592 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.592 INFO kablam! | Oct 13 13:13:40.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.592 INFO kablam! | Oct 13 13:13:40.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.592 INFO kablam! | Oct 13 13:13:40.592 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:185:26 Oct 13 13:13:40.596 INFO kablam! | Oct 13 13:13:40.596 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); 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! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.596 INFO kablam! | Oct 13 13:13:40.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.596 INFO kablam! | Oct 13 13:13:40.596 INFO kablam! Oct 13 13:13:40.600 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.600 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.600 INFO kablam! | Oct 13 13:13:40.600 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.600 INFO kablam! | ^^^^^ Oct 13 13:13:40.600 INFO kablam! ... Oct 13 13:13:40.600 INFO kablam! 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Oct 13 13:13:40.600 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.600 INFO kablam! Oct 13 13:13:40.600 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.600 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.600 INFO kablam! | Oct 13 13:13:40.600 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.600 INFO kablam! | ^^^^^ Oct 13 13:13:40.600 INFO kablam! ... Oct 13 13:13:40.600 INFO kablam! 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Oct 13 13:13:40.600 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.600 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:180:30 Oct 13 13:13:40.601 INFO kablam! | Oct 13 13:13:40.601 INFO kablam! 180 | 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! 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.601 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.601 INFO kablam! | Oct 13 13:13:40.601 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.601 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.601 INFO kablam! | Oct 13 13:13:40.601 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.601 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.601 INFO kablam! | Oct 13 13:13:40.602 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.602 INFO kablam! | ^^^^^ Oct 13 13:13:40.602 INFO kablam! ... Oct 13 13:13:40.602 INFO kablam! 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Oct 13 13:13:40.602 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.602 INFO kablam! | Oct 13 13:13:40.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.602 INFO kablam! | Oct 13 13:13:40.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.602 INFO kablam! | Oct 13 13:13:40.602 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:180:30 Oct 13 13:13:40.614 INFO kablam! | Oct 13 13:13:40.614 INFO kablam! 180 | 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! 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.614 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.614 INFO kablam! | Oct 13 13:13:40.614 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.614 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.616 INFO kablam! | Oct 13 13:13:40.616 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.616 INFO kablam! | ^^^^^ Oct 13 13:13:40.616 INFO kablam! ... Oct 13 13:13:40.616 INFO kablam! 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Oct 13 13:13:40.616 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.616 INFO kablam! | Oct 13 13:13:40.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.616 INFO kablam! | Oct 13 13:13:40.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.616 INFO kablam! | Oct 13 13:13:40.616 INFO kablam! Oct 13 13:13:40.616 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.616 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.616 INFO kablam! | Oct 13 13:13:40.616 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.616 INFO kablam! | ^^^^^ Oct 13 13:13:40.616 INFO kablam! ... Oct 13 13:13:40.616 INFO kablam! 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Oct 13 13:13:40.616 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.616 INFO kablam! | Oct 13 13:13:40.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.616 INFO kablam! | Oct 13 13:13:40.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.616 INFO kablam! | Oct 13 13:13:40.616 INFO kablam! Oct 13 13:13:40.616 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.616 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.616 INFO kablam! | Oct 13 13:13:40.616 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.616 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.616 INFO kablam! ... Oct 13 13:13:40.616 INFO kablam! 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Oct 13 13:13:40.616 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.616 INFO kablam! | Oct 13 13:13:40.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.616 INFO kablam! | Oct 13 13:13:40.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.616 INFO kablam! | Oct 13 13:13:40.616 INFO kablam! Oct 13 13:13:40.616 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.616 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.616 INFO kablam! | Oct 13 13:13:40.616 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.616 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.616 INFO kablam! ... Oct 13 13:13:40.616 INFO kablam! 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Oct 13 13:13:40.616 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.616 INFO kablam! | Oct 13 13:13:40.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.616 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! Oct 13 13:13:40.617 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.617 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.617 INFO kablam! | ^^^^^ Oct 13 13:13:40.617 INFO kablam! ... Oct 13 13:13:40.617 INFO kablam! 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Oct 13 13:13:40.617 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! Oct 13 13:13:40.617 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.617 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.617 INFO kablam! | ^^^^^ Oct 13 13:13:40.617 INFO kablam! ... Oct 13 13:13:40.617 INFO kablam! 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Oct 13 13:13:40.617 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! Oct 13 13:13:40.617 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.617 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.617 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.617 INFO kablam! ... Oct 13 13:13:40.617 INFO kablam! 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Oct 13 13:13:40.617 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! Oct 13 13:13:40.617 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.617 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.617 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.617 INFO kablam! ... Oct 13 13:13:40.617 INFO kablam! 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Oct 13 13:13:40.617 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! Oct 13 13:13:40.617 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.617 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.617 INFO kablam! | ^^^^^ Oct 13 13:13:40.617 INFO kablam! ... Oct 13 13:13:40.617 INFO kablam! 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Oct 13 13:13:40.617 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! Oct 13 13:13:40.617 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.617 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.617 INFO kablam! | ^^^^^ Oct 13 13:13:40.617 INFO kablam! ... Oct 13 13:13:40.617 INFO kablam! 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Oct 13 13:13:40.617 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.617 INFO kablam! | Oct 13 13:13:40.617 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:180:30 Oct 13 13:13:40.618 INFO kablam! | Oct 13 13:13:40.618 INFO kablam! 180 | 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! 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); 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.624 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.624 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.624 INFO kablam! | Oct 13 13:13:40.624 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.624 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.624 INFO kablam! ... Oct 13 13:13:40.624 INFO kablam! 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Oct 13 13:13:40.624 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.624 INFO kablam! | Oct 13 13:13:40.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.624 INFO kablam! | Oct 13 13:13:40.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.624 INFO kablam! | Oct 13 13:13:40.624 INFO kablam! Oct 13 13:13:40.624 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.624 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.624 INFO kablam! | Oct 13 13:13:40.624 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.624 INFO kablam! | ^^^^^ Oct 13 13:13:40.624 INFO kablam! ... Oct 13 13:13:40.624 INFO kablam! 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Oct 13 13:13:40.624 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.624 INFO kablam! | Oct 13 13:13:40.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.624 INFO kablam! | Oct 13 13:13:40.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.624 INFO kablam! | Oct 13 13:13:40.624 INFO kablam! Oct 13 13:13:40.628 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.628 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.628 INFO kablam! | Oct 13 13:13:40.628 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.628 INFO kablam! | ^^^^^ Oct 13 13:13:40.628 INFO kablam! ... Oct 13 13:13:40.628 INFO kablam! 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Oct 13 13:13:40.628 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.628 INFO kablam! | Oct 13 13:13:40.628 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.628 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.628 INFO kablam! | Oct 13 13:13:40.628 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.628 INFO kablam! | Oct 13 13:13:40.628 INFO kablam! Oct 13 13:13:40.628 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.628 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.628 INFO kablam! | Oct 13 13:13:40.628 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.628 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.628 INFO kablam! ... Oct 13 13:13:40.628 INFO kablam! 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Oct 13 13:13:40.628 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.628 INFO kablam! | Oct 13 13:13:40.628 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.628 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.628 INFO kablam! | Oct 13 13:13:40.628 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.628 INFO kablam! | Oct 13 13:13:40.628 INFO kablam! Oct 13 13:13:40.628 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.628 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.628 INFO kablam! | Oct 13 13:13:40.628 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.628 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.628 INFO kablam! ... Oct 13 13:13:40.628 INFO kablam! 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Oct 13 13:13:40.628 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.628 INFO kablam! | Oct 13 13:13:40.628 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.628 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.628 INFO kablam! | Oct 13 13:13:40.628 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.628 INFO kablam! | Oct 13 13:13:40.628 INFO kablam! Oct 13 13:13:40.628 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.628 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.628 INFO kablam! | Oct 13 13:13:40.628 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.628 INFO kablam! | ^^^^^ Oct 13 13:13:40.629 INFO kablam! ... Oct 13 13:13:40.629 INFO kablam! 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Oct 13 13:13:40.629 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.629 INFO kablam! | Oct 13 13:13:40.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.629 INFO kablam! | Oct 13 13:13:40.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.629 INFO kablam! | Oct 13 13:13:40.629 INFO kablam! Oct 13 13:13:40.629 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.629 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.629 INFO kablam! | Oct 13 13:13:40.629 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.629 INFO kablam! | ^^^^^ Oct 13 13:13:40.629 INFO kablam! ... Oct 13 13:13:40.629 INFO kablam! 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Oct 13 13:13:40.629 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.629 INFO kablam! | Oct 13 13:13:40.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.629 INFO kablam! | Oct 13 13:13:40.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.629 INFO kablam! | Oct 13 13:13:40.629 INFO kablam! Oct 13 13:13:40.629 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.629 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.629 INFO kablam! | Oct 13 13:13:40.629 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.629 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.629 INFO kablam! ... Oct 13 13:13:40.629 INFO kablam! 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Oct 13 13:13:40.629 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.629 INFO kablam! | Oct 13 13:13:40.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.629 INFO kablam! | Oct 13 13:13:40.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.629 INFO kablam! | Oct 13 13:13:40.629 INFO kablam! Oct 13 13:13:40.629 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.629 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.629 INFO kablam! | Oct 13 13:13:40.629 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.629 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.629 INFO kablam! ... Oct 13 13:13:40.629 INFO kablam! 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Oct 13 13:13:40.629 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.629 INFO kablam! | Oct 13 13:13:40.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.629 INFO kablam! | Oct 13 13:13:40.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.629 INFO kablam! | Oct 13 13:13:40.629 INFO kablam! Oct 13 13:13:40.634 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.634 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.634 INFO kablam! | ^^^^^ Oct 13 13:13:40.634 INFO kablam! ... Oct 13 13:13:40.634 INFO kablam! 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Oct 13 13:13:40.634 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.634 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! Oct 13 13:13:40.634 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.634 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.634 INFO kablam! | ^^^^^ Oct 13 13:13:40.634 INFO kablam! ... Oct 13 13:13:40.634 INFO kablam! 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Oct 13 13:13:40.634 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.634 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! Oct 13 13:13:40.634 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.634 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.634 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.634 INFO kablam! ... Oct 13 13:13:40.634 INFO kablam! 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Oct 13 13:13:40.634 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.634 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! Oct 13 13:13:40.634 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.634 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.634 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.634 INFO kablam! ... Oct 13 13:13:40.634 INFO kablam! 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Oct 13 13:13:40.634 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.634 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! Oct 13 13:13:40.634 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.634 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.634 INFO kablam! | ^^^^^ Oct 13 13:13:40.634 INFO kablam! ... Oct 13 13:13:40.634 INFO kablam! 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); Oct 13 13:13:40.634 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.634 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! Oct 13 13:13:40.634 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.634 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.634 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); 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.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.635 INFO kablam! | Oct 13 13:13:40.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.635 INFO kablam! | Oct 13 13:13:40.635 INFO kablam! Oct 13 13:13:40.636 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.637 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.637 INFO kablam! | Oct 13 13:13:40.637 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.637 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.637 INFO kablam! ... Oct 13 13:13:40.637 INFO kablam! 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); Oct 13 13:13:40.637 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.637 INFO kablam! | Oct 13 13:13:40.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.637 INFO kablam! | Oct 13 13:13:40.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.637 INFO kablam! | Oct 13 13:13:40.637 INFO kablam! Oct 13 13:13:40.637 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.637 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.637 INFO kablam! | Oct 13 13:13:40.637 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.637 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.637 INFO kablam! ... Oct 13 13:13:40.637 INFO kablam! 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); Oct 13 13:13:40.637 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.637 INFO kablam! | Oct 13 13:13:40.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.637 INFO kablam! | Oct 13 13:13:40.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.637 INFO kablam! | Oct 13 13:13:40.637 INFO kablam! Oct 13 13:13:40.637 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.637 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.637 INFO kablam! | Oct 13 13:13:40.637 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.637 INFO kablam! | ^^^^^ Oct 13 13:13:40.637 INFO kablam! ... Oct 13 13:13:40.637 INFO kablam! 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Oct 13 13:13:40.637 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.637 INFO kablam! | Oct 13 13:13:40.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.637 INFO kablam! | Oct 13 13:13:40.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.637 INFO kablam! | Oct 13 13:13:40.637 INFO kablam! Oct 13 13:13:40.640 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.640 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.640 INFO kablam! | Oct 13 13:13:40.640 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); 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.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:180:30 Oct 13 13:13:40.644 INFO kablam! | Oct 13 13:13:40.644 INFO kablam! 180 | 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! 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); 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.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.644 INFO kablam! | Oct 13 13:13:40.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.644 INFO kablam! | Oct 13 13:13:40.644 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:185:26 Oct 13 13:13:40.644 INFO kablam! | Oct 13 13:13:40.644 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); 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.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.644 INFO kablam! | Oct 13 13:13:40.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.644 INFO kablam! | Oct 13 13:13:40.644 INFO kablam! Oct 13 13:13:40.644 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.644 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.644 INFO kablam! | Oct 13 13:13:40.644 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.644 INFO kablam! | ^^^^^ Oct 13 13:13:40.644 INFO kablam! ... Oct 13 13:13:40.644 INFO kablam! 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); 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.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.648 INFO kablam! | Oct 13 13:13:40.648 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.648 INFO kablam! | Oct 13 13:13:40.648 INFO kablam! Oct 13 13:13:40.648 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.648 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.648 INFO kablam! | Oct 13 13:13:40.648 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.648 INFO kablam! | ^^^^^ Oct 13 13:13:40.648 INFO kablam! ... Oct 13 13:13:40.648 INFO kablam! 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Oct 13 13:13:40.648 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.648 INFO kablam! | Oct 13 13:13:40.648 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.648 INFO kablam! | Oct 13 13:13:40.648 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.648 INFO kablam! | Oct 13 13:13:40.648 INFO kablam! Oct 13 13:13:40.648 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.648 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.648 INFO kablam! | Oct 13 13:13:40.648 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.648 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.648 INFO kablam! ... Oct 13 13:13:40.648 INFO kablam! 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Oct 13 13:13:40.648 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.648 INFO kablam! | Oct 13 13:13:40.648 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.648 INFO kablam! | Oct 13 13:13:40.648 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.648 INFO kablam! | Oct 13 13:13:40.648 INFO kablam! Oct 13 13:13:40.648 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.648 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.648 INFO kablam! | Oct 13 13:13:40.648 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.648 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.648 INFO kablam! ... Oct 13 13:13:40.648 INFO kablam! 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Oct 13 13:13:40.648 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.648 INFO kablam! | Oct 13 13:13:40.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.652 INFO kablam! | Oct 13 13:13:40.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.652 INFO kablam! | Oct 13 13:13:40.652 INFO kablam! Oct 13 13:13:40.652 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.652 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.652 INFO kablam! | Oct 13 13:13:40.652 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.652 INFO kablam! | ^^^^^ Oct 13 13:13:40.652 INFO kablam! ... Oct 13 13:13:40.652 INFO kablam! 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Oct 13 13:13:40.652 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.652 INFO kablam! | Oct 13 13:13:40.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.652 INFO kablam! | Oct 13 13:13:40.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.652 INFO kablam! | Oct 13 13:13:40.652 INFO kablam! Oct 13 13:13:40.652 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.652 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.652 INFO kablam! | Oct 13 13:13:40.652 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.652 INFO kablam! | ^^^^^ Oct 13 13:13:40.652 INFO kablam! ... Oct 13 13:13:40.652 INFO kablam! 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Oct 13 13:13:40.652 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.652 INFO kablam! | Oct 13 13:13:40.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.652 INFO kablam! | Oct 13 13:13:40.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.652 INFO kablam! | Oct 13 13:13:40.652 INFO kablam! Oct 13 13:13:40.652 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.652 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.652 INFO kablam! | Oct 13 13:13:40.652 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.652 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.652 INFO kablam! ... Oct 13 13:13:40.652 INFO kablam! 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Oct 13 13:13:40.652 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.652 INFO kablam! | Oct 13 13:13:40.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.652 INFO kablam! | Oct 13 13:13:40.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.652 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! Oct 13 13:13:40.653 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.653 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.653 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.653 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.653 INFO kablam! ... Oct 13 13:13:40.653 INFO kablam! 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Oct 13 13:13:40.653 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.653 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.653 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.653 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! Oct 13 13:13:40.653 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.653 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.653 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.653 INFO kablam! | ^^^^^ Oct 13 13:13:40.653 INFO kablam! ... Oct 13 13:13:40.653 INFO kablam! 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Oct 13 13:13:40.653 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.653 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.653 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.653 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! Oct 13 13:13:40.653 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.653 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.653 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.653 INFO kablam! | ^^^^^ Oct 13 13:13:40.653 INFO kablam! ... Oct 13 13:13:40.653 INFO kablam! 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Oct 13 13:13:40.653 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.653 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.653 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.653 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! Oct 13 13:13:40.653 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.653 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.653 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.653 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.653 INFO kablam! ... Oct 13 13:13:40.653 INFO kablam! 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Oct 13 13:13:40.653 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.653 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.653 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.653 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! Oct 13 13:13:40.653 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.653 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.653 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.653 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.653 INFO kablam! ... Oct 13 13:13:40.653 INFO kablam! 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Oct 13 13:13:40.653 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.653 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.653 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.653 INFO kablam! | Oct 13 13:13:40.653 INFO kablam! Oct 13 13:13:40.660 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.660 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.660 INFO kablam! | Oct 13 13:13:40.660 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); 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.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.664 INFO kablam! | Oct 13 13:13:40.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.664 INFO kablam! | Oct 13 13:13:40.664 INFO kablam! Oct 13 13:13:40.664 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.664 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.664 INFO kablam! | Oct 13 13:13:40.664 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.664 INFO kablam! | ^^^^^ Oct 13 13:13:40.664 INFO kablam! ... Oct 13 13:13:40.664 INFO kablam! 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Oct 13 13:13:40.664 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.664 INFO kablam! | Oct 13 13:13:40.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.664 INFO kablam! | Oct 13 13:13:40.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.664 INFO kablam! | Oct 13 13:13:40.664 INFO kablam! Oct 13 13:13:40.664 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.664 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.664 INFO kablam! | Oct 13 13:13:40.664 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.664 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.664 INFO kablam! ... Oct 13 13:13:40.664 INFO kablam! 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Oct 13 13:13:40.664 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.664 INFO kablam! | Oct 13 13:13:40.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.664 INFO kablam! | Oct 13 13:13:40.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.664 INFO kablam! | Oct 13 13:13:40.664 INFO kablam! Oct 13 13:13:40.664 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.664 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.664 INFO kablam! | Oct 13 13:13:40.664 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.664 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.664 INFO kablam! ... Oct 13 13:13:40.664 INFO kablam! 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Oct 13 13:13:40.664 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.664 INFO kablam! | Oct 13 13:13:40.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.664 INFO kablam! | Oct 13 13:13:40.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.664 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! Oct 13 13:13:40.665 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.665 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.665 INFO kablam! | ^^^^^ Oct 13 13:13:40.665 INFO kablam! ... Oct 13 13:13:40.665 INFO kablam! 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Oct 13 13:13:40.665 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! Oct 13 13:13:40.665 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.665 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.665 INFO kablam! | ^^^^^ Oct 13 13:13:40.665 INFO kablam! ... Oct 13 13:13:40.665 INFO kablam! 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Oct 13 13:13:40.665 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! Oct 13 13:13:40.665 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.665 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.665 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.665 INFO kablam! ... Oct 13 13:13:40.665 INFO kablam! 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Oct 13 13:13:40.665 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! Oct 13 13:13:40.665 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.665 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.665 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.665 INFO kablam! ... Oct 13 13:13:40.665 INFO kablam! 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Oct 13 13:13:40.665 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! Oct 13 13:13:40.665 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.665 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.665 INFO kablam! | ^^^^^ Oct 13 13:13:40.665 INFO kablam! ... Oct 13 13:13:40.665 INFO kablam! 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Oct 13 13:13:40.665 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! Oct 13 13:13:40.665 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.665 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.665 INFO kablam! | ^^^^^ Oct 13 13:13:40.665 INFO kablam! ... Oct 13 13:13:40.665 INFO kablam! 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Oct 13 13:13:40.665 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.665 INFO kablam! | Oct 13 13:13:40.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.666 INFO kablam! | Oct 13 13:13:40.666 INFO kablam! Oct 13 13:13:40.666 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.666 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.666 INFO kablam! | Oct 13 13:13:40.666 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.666 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.666 INFO kablam! ... Oct 13 13:13:40.666 INFO kablam! 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Oct 13 13:13:40.666 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.666 INFO kablam! | Oct 13 13:13:40.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.666 INFO kablam! | Oct 13 13:13:40.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.666 INFO kablam! | Oct 13 13:13:40.666 INFO kablam! Oct 13 13:13:40.666 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.666 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.666 INFO kablam! | Oct 13 13:13:40.666 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.666 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.666 INFO kablam! ... Oct 13 13:13:40.666 INFO kablam! 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Oct 13 13:13:40.666 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.666 INFO kablam! | Oct 13 13:13:40.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.666 INFO kablam! | Oct 13 13:13:40.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.666 INFO kablam! | Oct 13 13:13:40.666 INFO kablam! Oct 13 13:13:40.668 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.668 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.668 INFO kablam! | Oct 13 13:13:40.668 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); 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.672 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.672 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.672 INFO kablam! | Oct 13 13:13:40.672 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.672 INFO kablam! | ^^^^^ Oct 13 13:13:40.672 INFO kablam! ... Oct 13 13:13:40.672 INFO kablam! 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Oct 13 13:13:40.672 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.672 INFO kablam! | Oct 13 13:13:40.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.672 INFO kablam! | Oct 13 13:13:40.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.672 INFO kablam! | Oct 13 13:13:40.672 INFO kablam! Oct 13 13:13:40.676 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.676 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.676 INFO kablam! | Oct 13 13:13:40.676 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.676 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.676 INFO kablam! ... Oct 13 13:13:40.676 INFO kablam! 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Oct 13 13:13:40.676 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.676 INFO kablam! | Oct 13 13:13:40.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.676 INFO kablam! | Oct 13 13:13:40.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.676 INFO kablam! | Oct 13 13:13:40.676 INFO kablam! Oct 13 13:13:40.676 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.676 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.676 INFO kablam! | Oct 13 13:13:40.676 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.676 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.676 INFO kablam! ... Oct 13 13:13:40.676 INFO kablam! 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Oct 13 13:13:40.676 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.676 INFO kablam! | Oct 13 13:13:40.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.676 INFO kablam! | Oct 13 13:13:40.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.676 INFO kablam! | Oct 13 13:13:40.676 INFO kablam! Oct 13 13:13:40.676 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.676 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.676 INFO kablam! | Oct 13 13:13:40.676 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.676 INFO kablam! | ^^^^^ Oct 13 13:13:40.676 INFO kablam! ... Oct 13 13:13:40.676 INFO kablam! 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Oct 13 13:13:40.676 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.676 INFO kablam! | Oct 13 13:13:40.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.676 INFO kablam! | Oct 13 13:13:40.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.676 INFO kablam! | Oct 13 13:13:40.676 INFO kablam! Oct 13 13:13:40.676 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.676 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.676 INFO kablam! | Oct 13 13:13:40.676 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.676 INFO kablam! | ^^^^^ Oct 13 13:13:40.676 INFO kablam! ... Oct 13 13:13:40.677 INFO kablam! 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Oct 13 13:13:40.677 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.677 INFO kablam! | Oct 13 13:13:40.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.677 INFO kablam! | Oct 13 13:13:40.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.677 INFO kablam! | Oct 13 13:13:40.677 INFO kablam! Oct 13 13:13:40.677 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.677 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.677 INFO kablam! | Oct 13 13:13:40.677 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.677 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.677 INFO kablam! ... Oct 13 13:13:40.677 INFO kablam! 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Oct 13 13:13:40.677 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.677 INFO kablam! | Oct 13 13:13:40.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.677 INFO kablam! | Oct 13 13:13:40.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.677 INFO kablam! | Oct 13 13:13:40.677 INFO kablam! Oct 13 13:13:40.677 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.677 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.677 INFO kablam! | Oct 13 13:13:40.677 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.677 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.677 INFO kablam! ... Oct 13 13:13:40.677 INFO kablam! 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Oct 13 13:13:40.677 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.677 INFO kablam! | Oct 13 13:13:40.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.677 INFO kablam! | Oct 13 13:13:40.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.677 INFO kablam! | Oct 13 13:13:40.677 INFO kablam! Oct 13 13:13:40.677 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.677 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.677 INFO kablam! | Oct 13 13:13:40.677 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.677 INFO kablam! | ^^^^^ Oct 13 13:13:40.677 INFO kablam! ... Oct 13 13:13:40.677 INFO kablam! 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Oct 13 13:13:40.677 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.677 INFO kablam! | Oct 13 13:13:40.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.677 INFO kablam! | Oct 13 13:13:40.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.677 INFO kablam! | Oct 13 13:13:40.677 INFO kablam! Oct 13 13:13:40.677 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.677 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.677 INFO kablam! | Oct 13 13:13:40.677 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.677 INFO kablam! | ^^^^^ Oct 13 13:13:40.677 INFO kablam! ... Oct 13 13:13:40.677 INFO kablam! 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Oct 13 13:13:40.677 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.677 INFO kablam! | Oct 13 13:13:40.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.677 INFO kablam! | Oct 13 13:13:40.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.677 INFO kablam! | Oct 13 13:13:40.677 INFO kablam! Oct 13 13:13:40.684 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.684 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.684 INFO kablam! | Oct 13 13:13:40.684 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.684 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.684 INFO kablam! ... Oct 13 13:13:40.684 INFO kablam! 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Oct 13 13:13:40.684 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.684 INFO kablam! | Oct 13 13:13:40.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.684 INFO kablam! | Oct 13 13:13:40.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.684 INFO kablam! | Oct 13 13:13:40.684 INFO kablam! Oct 13 13:13:40.684 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.684 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.684 INFO kablam! | Oct 13 13:13:40.684 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.684 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.684 INFO kablam! ... Oct 13 13:13:40.684 INFO kablam! 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Oct 13 13:13:40.684 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.684 INFO kablam! | Oct 13 13:13:40.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.684 INFO kablam! | Oct 13 13:13:40.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.684 INFO kablam! | Oct 13 13:13:40.684 INFO kablam! Oct 13 13:13:40.684 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.684 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.684 INFO kablam! | Oct 13 13:13:40.684 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.684 INFO kablam! | ^^^^^ Oct 13 13:13:40.684 INFO kablam! ... Oct 13 13:13:40.684 INFO kablam! 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Oct 13 13:13:40.684 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.684 INFO kablam! | Oct 13 13:13:40.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.684 INFO kablam! | Oct 13 13:13:40.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.684 INFO kablam! | Oct 13 13:13:40.684 INFO kablam! Oct 13 13:13:40.684 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.684 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.684 INFO kablam! | Oct 13 13:13:40.684 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.684 INFO kablam! | ^^^^^ Oct 13 13:13:40.684 INFO kablam! ... Oct 13 13:13:40.685 INFO kablam! 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Oct 13 13:13:40.685 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.685 INFO kablam! | Oct 13 13:13:40.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.685 INFO kablam! | Oct 13 13:13:40.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.685 INFO kablam! | Oct 13 13:13:40.685 INFO kablam! Oct 13 13:13:40.685 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.685 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.685 INFO kablam! | Oct 13 13:13:40.685 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.685 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.685 INFO kablam! ... Oct 13 13:13:40.685 INFO kablam! 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Oct 13 13:13:40.685 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.685 INFO kablam! | Oct 13 13:13:40.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.685 INFO kablam! | Oct 13 13:13:40.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.685 INFO kablam! | Oct 13 13:13:40.685 INFO kablam! Oct 13 13:13:40.685 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.685 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.685 INFO kablam! | Oct 13 13:13:40.685 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.685 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.685 INFO kablam! ... Oct 13 13:13:40.685 INFO kablam! 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Oct 13 13:13:40.685 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.685 INFO kablam! | Oct 13 13:13:40.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.685 INFO kablam! | Oct 13 13:13:40.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.685 INFO kablam! | Oct 13 13:13:40.685 INFO kablam! Oct 13 13:13:40.692 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.692 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.692 INFO kablam! | Oct 13 13:13:40.692 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.692 INFO kablam! | ^^^^^ Oct 13 13:13:40.692 INFO kablam! ... Oct 13 13:13:40.692 INFO kablam! 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Oct 13 13:13:40.692 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.692 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.692 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.692 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.692 INFO kablam! | Oct 13 13:13:40.692 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.692 INFO kablam! | ^^^^^ Oct 13 13:13:40.692 INFO kablam! ... Oct 13 13:13:40.692 INFO kablam! 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Oct 13 13:13:40.692 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.692 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.696 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.696 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.696 INFO kablam! | Oct 13 13:13:40.696 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.696 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.696 INFO kablam! ... Oct 13 13:13:40.696 INFO kablam! 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Oct 13 13:13:40.696 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.696 INFO kablam! | Oct 13 13:13:40.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.696 INFO kablam! | Oct 13 13:13:40.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.696 INFO kablam! | Oct 13 13:13:40.696 INFO kablam! Oct 13 13:13:40.696 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.696 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.696 INFO kablam! | Oct 13 13:13:40.696 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.696 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.696 INFO kablam! ... Oct 13 13:13:40.696 INFO kablam! 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Oct 13 13:13:40.696 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.696 INFO kablam! | Oct 13 13:13:40.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.696 INFO kablam! | Oct 13 13:13:40.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.696 INFO kablam! | Oct 13 13:13:40.696 INFO kablam! Oct 13 13:13:40.696 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.696 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.696 INFO kablam! | Oct 13 13:13:40.696 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.696 INFO kablam! | ^^^^^ Oct 13 13:13:40.696 INFO kablam! ... Oct 13 13:13:40.696 INFO kablam! 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Oct 13 13:13:40.696 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.696 INFO kablam! | Oct 13 13:13:40.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.696 INFO kablam! | Oct 13 13:13:40.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.696 INFO kablam! | Oct 13 13:13:40.696 INFO kablam! Oct 13 13:13:40.696 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.696 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.696 INFO kablam! | Oct 13 13:13:40.696 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.697 INFO kablam! | ^^^^^ Oct 13 13:13:40.697 INFO kablam! ... Oct 13 13:13:40.697 INFO kablam! 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Oct 13 13:13:40.697 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! Oct 13 13:13:40.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.697 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.697 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.697 INFO kablam! ... Oct 13 13:13:40.697 INFO kablam! 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Oct 13 13:13:40.697 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! Oct 13 13:13:40.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.697 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.697 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.697 INFO kablam! ... Oct 13 13:13:40.697 INFO kablam! 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Oct 13 13:13:40.697 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! Oct 13 13:13:40.697 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.697 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.697 INFO kablam! | ^^^^^ Oct 13 13:13:40.697 INFO kablam! ... Oct 13 13:13:40.697 INFO kablam! 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Oct 13 13:13:40.697 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! Oct 13 13:13:40.697 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.697 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.697 INFO kablam! | ^^^^^ Oct 13 13:13:40.697 INFO kablam! ... Oct 13 13:13:40.697 INFO kablam! 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Oct 13 13:13:40.697 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! Oct 13 13:13:40.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.697 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.697 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.697 INFO kablam! ... Oct 13 13:13:40.697 INFO kablam! 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Oct 13 13:13:40.697 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.697 INFO kablam! Oct 13 13:13:40.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.697 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.697 INFO kablam! | Oct 13 13:13:40.698 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.698 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.698 INFO kablam! | Oct 13 13:13:40.698 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 4); 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.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.705 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.705 INFO kablam! | Oct 13 13:13:40.705 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.705 INFO kablam! | ^^^^^ Oct 13 13:13:40.705 INFO kablam! ... Oct 13 13:13:40.705 INFO kablam! 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 4); Oct 13 13:13:40.705 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.705 INFO kablam! | Oct 13 13:13:40.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.705 INFO kablam! | Oct 13 13:13:40.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.705 INFO kablam! | Oct 13 13:13:40.705 INFO kablam! Oct 13 13:13:40.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.705 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.705 INFO kablam! | Oct 13 13:13:40.705 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.705 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.705 INFO kablam! ... Oct 13 13:13:40.705 INFO kablam! 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 4); Oct 13 13:13:40.705 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.705 INFO kablam! | Oct 13 13:13:40.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.705 INFO kablam! | Oct 13 13:13:40.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.705 INFO kablam! | Oct 13 13:13:40.705 INFO kablam! Oct 13 13:13:40.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.705 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.705 INFO kablam! | Oct 13 13:13:40.705 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.705 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.705 INFO kablam! ... Oct 13 13:13:40.705 INFO kablam! 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 4); Oct 13 13:13:40.705 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.705 INFO kablam! | Oct 13 13:13:40.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.705 INFO kablam! | Oct 13 13:13:40.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.705 INFO kablam! | Oct 13 13:13:40.705 INFO kablam! Oct 13 13:13:40.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.705 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.705 INFO kablam! | Oct 13 13:13:40.705 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.705 INFO kablam! | ^^^^^ Oct 13 13:13:40.705 INFO kablam! ... Oct 13 13:13:40.705 INFO kablam! 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Oct 13 13:13:40.705 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.705 INFO kablam! | Oct 13 13:13:40.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.705 INFO kablam! | Oct 13 13:13:40.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.705 INFO kablam! | Oct 13 13:13:40.705 INFO kablam! Oct 13 13:13:40.712 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.712 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.712 INFO kablam! | Oct 13 13:13:40.712 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.712 INFO kablam! | ^^^^^ Oct 13 13:13:40.712 INFO kablam! ... Oct 13 13:13:40.712 INFO kablam! 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Oct 13 13:13:40.712 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.712 INFO kablam! | Oct 13 13:13:40.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.712 INFO kablam! | Oct 13 13:13:40.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.712 INFO kablam! | Oct 13 13:13:40.712 INFO kablam! Oct 13 13:13:40.712 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.712 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.712 INFO kablam! | Oct 13 13:13:40.712 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.712 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.712 INFO kablam! ... Oct 13 13:13:40.712 INFO kablam! 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Oct 13 13:13:40.712 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.712 INFO kablam! | Oct 13 13:13:40.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.712 INFO kablam! | Oct 13 13:13:40.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.712 INFO kablam! | Oct 13 13:13:40.712 INFO kablam! Oct 13 13:13:40.712 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.712 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.712 INFO kablam! | Oct 13 13:13:40.712 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.712 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.712 INFO kablam! ... Oct 13 13:13:40.712 INFO kablam! 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Oct 13 13:13:40.712 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.712 INFO kablam! | Oct 13 13:13:40.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.712 INFO kablam! | Oct 13 13:13:40.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.712 INFO kablam! | Oct 13 13:13:40.712 INFO kablam! Oct 13 13:13:40.712 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.712 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.712 INFO kablam! | Oct 13 13:13:40.712 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.712 INFO kablam! | ^^^^^ Oct 13 13:13:40.712 INFO kablam! ... Oct 13 13:13:40.712 INFO kablam! 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Oct 13 13:13:40.713 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! Oct 13 13:13:40.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.713 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.713 INFO kablam! | ^^^^^ Oct 13 13:13:40.713 INFO kablam! ... Oct 13 13:13:40.713 INFO kablam! 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Oct 13 13:13:40.713 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! Oct 13 13:13:40.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.713 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.713 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.713 INFO kablam! ... Oct 13 13:13:40.713 INFO kablam! 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Oct 13 13:13:40.713 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! Oct 13 13:13:40.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.713 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.713 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.713 INFO kablam! ... Oct 13 13:13:40.713 INFO kablam! 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Oct 13 13:13:40.713 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! Oct 13 13:13:40.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.713 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.713 INFO kablam! | ^^^^^ Oct 13 13:13:40.713 INFO kablam! ... Oct 13 13:13:40.713 INFO kablam! 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); Oct 13 13:13:40.713 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! Oct 13 13:13:40.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.713 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.713 INFO kablam! | ^^^^^ Oct 13 13:13:40.713 INFO kablam! ... Oct 13 13:13:40.713 INFO kablam! 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); Oct 13 13:13:40.713 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.713 INFO kablam! Oct 13 13:13:40.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.713 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.719 INFO kablam! | Oct 13 13:13:40.719 INFO kablam! 180 | 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! 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.719 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.719 INFO kablam! | Oct 13 13:13:40.719 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.719 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.719 INFO kablam! | Oct 13 13:13:40.719 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.719 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.719 INFO kablam! | Oct 13 13:13:40.720 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.720 INFO kablam! | ^^^^^ Oct 13 13:13:40.720 INFO kablam! ... Oct 13 13:13:40.720 INFO kablam! 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); 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.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:180:30 Oct 13 13:13:40.720 INFO kablam! | Oct 13 13:13:40.720 INFO kablam! 180 | 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! 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.722 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.722 INFO kablam! | Oct 13 13:13:40.722 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); 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.722 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.722 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.722 INFO kablam! | Oct 13 13:13:40.722 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.722 INFO kablam! | ^^^^^ Oct 13 13:13:40.722 INFO kablam! ... Oct 13 13:13:40.723 INFO kablam! 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Oct 13 13:13:40.723 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.723 INFO kablam! | Oct 13 13:13:40.723 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.723 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.723 INFO kablam! | Oct 13 13:13:40.723 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.723 INFO kablam! | Oct 13 13:13:40.723 INFO kablam! Oct 13 13:13:40.728 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.728 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.728 INFO kablam! | Oct 13 13:13:40.728 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); 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.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! Oct 13 13:13:40.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.729 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.729 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.729 INFO kablam! ... Oct 13 13:13:40.729 INFO kablam! 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Oct 13 13:13:40.729 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! Oct 13 13:13:40.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.729 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.729 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.729 INFO kablam! ... Oct 13 13:13:40.729 INFO kablam! 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Oct 13 13:13:40.729 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! Oct 13 13:13:40.729 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.729 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.729 INFO kablam! | ^^^^^ Oct 13 13:13:40.729 INFO kablam! ... Oct 13 13:13:40.729 INFO kablam! 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Oct 13 13:13:40.729 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! Oct 13 13:13:40.729 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.729 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.729 INFO kablam! | ^^^^^ Oct 13 13:13:40.729 INFO kablam! ... Oct 13 13:13:40.729 INFO kablam! 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Oct 13 13:13:40.729 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! Oct 13 13:13:40.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.729 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.729 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.729 INFO kablam! ... Oct 13 13:13:40.729 INFO kablam! 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Oct 13 13:13:40.729 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.729 INFO kablam! | Oct 13 13:13:40.729 INFO kablam! Oct 13 13:13:40.736 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.736 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.736 INFO kablam! | Oct 13 13:13:40.736 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.736 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.736 INFO kablam! ... Oct 13 13:13:40.736 INFO kablam! 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Oct 13 13:13:40.736 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.736 INFO kablam! | Oct 13 13:13:40.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.736 INFO kablam! | Oct 13 13:13:40.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.736 INFO kablam! | Oct 13 13:13:40.736 INFO kablam! Oct 13 13:13:40.736 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.736 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.736 INFO kablam! | Oct 13 13:13:40.736 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.736 INFO kablam! | ^^^^^ Oct 13 13:13:40.736 INFO kablam! ... Oct 13 13:13:40.736 INFO kablam! 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); Oct 13 13:13:40.736 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.736 INFO kablam! | Oct 13 13:13:40.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.736 INFO kablam! | Oct 13 13:13:40.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.736 INFO kablam! | Oct 13 13:13:40.736 INFO kablam! Oct 13 13:13:40.736 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.736 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.736 INFO kablam! | Oct 13 13:13:40.736 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.736 INFO kablam! | ^^^^^ Oct 13 13:13:40.736 INFO kablam! ... Oct 13 13:13:40.736 INFO kablam! 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); Oct 13 13:13:40.736 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.736 INFO kablam! | Oct 13 13:13:40.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.736 INFO kablam! | Oct 13 13:13:40.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.736 INFO kablam! | Oct 13 13:13:40.736 INFO kablam! Oct 13 13:13:40.736 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.736 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.736 INFO kablam! | Oct 13 13:13:40.736 INFO kablam! 180 | 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! 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.737 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.737 INFO kablam! | Oct 13 13:13:40.737 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.737 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.737 INFO kablam! | Oct 13 13:13:40.737 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.737 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.737 INFO kablam! | Oct 13 13:13:40.737 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); 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.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:180:30 Oct 13 13:13:40.744 INFO kablam! | Oct 13 13:13:40.744 INFO kablam! 180 | 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! 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); 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.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:185:26 Oct 13 13:13:40.745 INFO kablam! | Oct 13 13:13:40.745 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); 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.746 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.746 INFO kablam! | Oct 13 13:13:40.746 INFO kablam! Oct 13 13:13:40.746 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.746 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.746 INFO kablam! | Oct 13 13:13:40.746 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.746 INFO kablam! | ^^^^^ Oct 13 13:13:40.746 INFO kablam! ... Oct 13 13:13:40.746 INFO kablam! 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Oct 13 13:13:40.746 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.746 INFO kablam! | Oct 13 13:13:40.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.746 INFO kablam! | Oct 13 13:13:40.746 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.746 INFO kablam! | Oct 13 13:13:40.746 INFO kablam! Oct 13 13:13:40.746 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.746 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.746 INFO kablam! | Oct 13 13:13:40.746 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.746 INFO kablam! | ^^^^^ Oct 13 13:13:40.746 INFO kablam! ... Oct 13 13:13:40.746 INFO kablam! 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Oct 13 13:13:40.746 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.746 INFO kablam! | Oct 13 13:13:40.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.746 INFO kablam! | Oct 13 13:13:40.746 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.746 INFO kablam! | Oct 13 13:13:40.746 INFO kablam! Oct 13 13:13:40.746 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.746 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.746 INFO kablam! | Oct 13 13:13:40.746 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.746 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.746 INFO kablam! ... Oct 13 13:13:40.746 INFO kablam! 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Oct 13 13:13:40.746 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.746 INFO kablam! | Oct 13 13:13:40.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.746 INFO kablam! | Oct 13 13:13:40.746 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.746 INFO kablam! | Oct 13 13:13:40.746 INFO kablam! Oct 13 13:13:40.746 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.746 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.746 INFO kablam! | Oct 13 13:13:40.746 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.746 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.746 INFO kablam! ... Oct 13 13:13:40.746 INFO kablam! 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Oct 13 13:13:40.746 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.746 INFO kablam! | Oct 13 13:13:40.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.746 INFO kablam! | Oct 13 13:13:40.746 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.746 INFO kablam! | Oct 13 13:13:40.746 INFO kablam! Oct 13 13:13:40.752 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.752 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.752 INFO kablam! | Oct 13 13:13:40.752 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.752 INFO kablam! | ^^^^^ Oct 13 13:13:40.752 INFO kablam! ... Oct 13 13:13:40.752 INFO kablam! 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); 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.752 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.752 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.752 INFO kablam! | Oct 13 13:13:40.752 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.752 INFO kablam! | ^^^^^ Oct 13 13:13:40.752 INFO kablam! ... Oct 13 13:13:40.752 INFO kablam! 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); 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.753 INFO kablam! Oct 13 13:13:40.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.753 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.753 INFO kablam! | Oct 13 13:13:40.753 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.753 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.753 INFO kablam! ... Oct 13 13:13:40.753 INFO kablam! 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); 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.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.753 INFO kablam! | Oct 13 13:13:40.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.753 INFO kablam! | Oct 13 13:13:40.753 INFO kablam! Oct 13 13:13:40.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.753 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.753 INFO kablam! | Oct 13 13:13:40.753 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.753 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.753 INFO kablam! ... Oct 13 13:13:40.753 INFO kablam! 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); 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.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.753 INFO kablam! | Oct 13 13:13:40.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.753 INFO kablam! | Oct 13 13:13:40.753 INFO kablam! Oct 13 13:13:40.753 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.753 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.753 INFO kablam! | Oct 13 13:13:40.753 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); 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.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.753 INFO kablam! | Oct 13 13:13:40.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.753 INFO kablam! | Oct 13 13:13:40.753 INFO kablam! Oct 13 13:13:40.753 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.753 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.753 INFO kablam! | Oct 13 13:13:40.753 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); 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.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.753 INFO kablam! | Oct 13 13:13:40.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.753 INFO kablam! | Oct 13 13:13:40.753 INFO kablam! Oct 13 13:13:40.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.753 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.753 INFO kablam! | Oct 13 13:13:40.753 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.753 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.753 INFO kablam! ... Oct 13 13:13:40.753 INFO kablam! 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); 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.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.753 INFO kablam! | Oct 13 13:13:40.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.753 INFO kablam! | 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:185:26 Oct 13 13:13:40.760 INFO kablam! | Oct 13 13:13:40.760 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.760 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.761 INFO kablam! | Oct 13 13:13:40.761 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.761 INFO kablam! | ^^^^^ Oct 13 13:13:40.761 INFO kablam! ... Oct 13 13:13:40.761 INFO kablam! 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); 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.761 INFO kablam! | Oct 13 13:13:40.761 INFO kablam! Oct 13 13:13:40.761 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.761 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.761 INFO kablam! | Oct 13 13:13:40.761 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.761 INFO kablam! | ^^^^^ Oct 13 13:13:40.761 INFO kablam! ... Oct 13 13:13:40.761 INFO kablam! 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); 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.761 INFO kablam! | Oct 13 13:13:40.761 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:180:30 Oct 13 13:13:40.761 INFO kablam! | Oct 13 13:13:40.761 INFO kablam! 180 | 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! 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); 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.761 INFO kablam! | Oct 13 13:13:40.761 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:185:26 Oct 13 13:13:40.761 INFO kablam! | Oct 13 13:13:40.761 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); 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.761 INFO kablam! | Oct 13 13:13:40.761 INFO kablam! Oct 13 13:13:40.761 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.761 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.761 INFO kablam! | Oct 13 13:13:40.761 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.761 INFO kablam! | ^^^^^ Oct 13 13:13:40.761 INFO kablam! ... Oct 13 13:13:40.761 INFO kablam! 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); 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.761 INFO kablam! | Oct 13 13:13:40.761 INFO kablam! Oct 13 13:13:40.768 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.768 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.768 INFO kablam! | Oct 13 13:13:40.768 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.768 INFO kablam! | ^^^^^ Oct 13 13:13:40.768 INFO kablam! ... Oct 13 13:13:40.768 INFO kablam! 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Oct 13 13:13:40.768 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.768 INFO kablam! | Oct 13 13:13:40.768 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.768 INFO kablam! | Oct 13 13:13:40.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.768 INFO kablam! | Oct 13 13:13:40.768 INFO kablam! Oct 13 13:13:40.768 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.768 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.768 INFO kablam! | Oct 13 13:13:40.768 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.768 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.768 INFO kablam! ... Oct 13 13:13:40.768 INFO kablam! 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Oct 13 13:13:40.768 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.768 INFO kablam! | Oct 13 13:13:40.768 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.768 INFO kablam! | Oct 13 13:13:40.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.768 INFO kablam! | Oct 13 13:13:40.768 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:185:26 Oct 13 13:13:40.773 INFO kablam! | Oct 13 13:13:40.773 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.773 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.773 INFO kablam! | Oct 13 13:13:40.773 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.773 INFO kablam! | ^^^^^ Oct 13 13:13:40.773 INFO kablam! ... Oct 13 13:13:40.774 INFO kablam! 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Oct 13 13:13:40.774 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! Oct 13 13:13:40.774 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.774 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.774 INFO kablam! | ^^^^^ Oct 13 13:13:40.774 INFO kablam! ... Oct 13 13:13:40.774 INFO kablam! 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Oct 13 13:13:40.774 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! Oct 13 13:13:40.774 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.774 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.774 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.774 INFO kablam! ... Oct 13 13:13:40.774 INFO kablam! 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Oct 13 13:13:40.774 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! Oct 13 13:13:40.774 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.774 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.774 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.774 INFO kablam! ... Oct 13 13:13:40.774 INFO kablam! 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Oct 13 13:13:40.774 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! Oct 13 13:13:40.774 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.774 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.774 INFO kablam! | ^^^^^ Oct 13 13:13:40.774 INFO kablam! ... Oct 13 13:13:40.774 INFO kablam! 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Oct 13 13:13:40.774 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! Oct 13 13:13:40.774 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.774 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.774 INFO kablam! | ^^^^^ Oct 13 13:13:40.774 INFO kablam! ... Oct 13 13:13:40.774 INFO kablam! 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Oct 13 13:13:40.774 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! Oct 13 13:13:40.774 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.774 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.774 INFO kablam! | Oct 13 13:13:40.774 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.774 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.774 INFO kablam! ... Oct 13 13:13:40.774 INFO kablam! 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Oct 13 13:13:40.775 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.775 INFO kablam! | Oct 13 13:13:40.775 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.775 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.775 INFO kablam! | Oct 13 13:13:40.775 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.775 INFO kablam! | Oct 13 13:13:40.775 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:185:26 Oct 13 13:13:40.785 INFO kablam! | Oct 13 13:13:40.785 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.785 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.785 INFO kablam! | Oct 13 13:13:40.785 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.785 INFO kablam! | ^^^^^ Oct 13 13:13:40.785 INFO kablam! ... Oct 13 13:13:40.786 INFO kablam! 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Oct 13 13:13:40.786 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! Oct 13 13:13:40.786 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.786 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.786 INFO kablam! | ^^^^^ Oct 13 13:13:40.786 INFO kablam! ... Oct 13 13:13:40.786 INFO kablam! 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Oct 13 13:13:40.786 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! Oct 13 13:13:40.786 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.786 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.786 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.786 INFO kablam! ... Oct 13 13:13:40.786 INFO kablam! 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Oct 13 13:13:40.786 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! Oct 13 13:13:40.786 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.786 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.786 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.786 INFO kablam! ... Oct 13 13:13:40.786 INFO kablam! 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Oct 13 13:13:40.786 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! Oct 13 13:13:40.786 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.786 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.786 INFO kablam! | ^^^^^ Oct 13 13:13:40.786 INFO kablam! ... Oct 13 13:13:40.786 INFO kablam! 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Oct 13 13:13:40.786 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! Oct 13 13:13:40.786 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.786 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.786 INFO kablam! | ^^^^^ Oct 13 13:13:40.786 INFO kablam! ... Oct 13 13:13:40.786 INFO kablam! 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Oct 13 13:13:40.786 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.786 INFO kablam! | Oct 13 13:13:40.786 INFO kablam! Oct 13 13:13:40.786 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.786 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.787 INFO kablam! | Oct 13 13:13:40.787 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.787 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.787 INFO kablam! ... Oct 13 13:13:40.787 INFO kablam! 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Oct 13 13:13:40.787 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.787 INFO kablam! | Oct 13 13:13:40.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.787 INFO kablam! | Oct 13 13:13:40.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.787 INFO kablam! | Oct 13 13:13:40.787 INFO kablam! Oct 13 13:13:40.787 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.787 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.787 INFO kablam! | Oct 13 13:13:40.787 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.787 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.787 INFO kablam! ... Oct 13 13:13:40.787 INFO kablam! 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Oct 13 13:13:40.787 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.787 INFO kablam! | Oct 13 13:13:40.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.787 INFO kablam! | Oct 13 13:13:40.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.787 INFO kablam! | Oct 13 13:13:40.787 INFO kablam! Oct 13 13:13:40.787 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.787 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.787 INFO kablam! | Oct 13 13:13:40.787 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.787 INFO kablam! | ^^^^^ Oct 13 13:13:40.787 INFO kablam! ... Oct 13 13:13:40.787 INFO kablam! 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Oct 13 13:13:40.787 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.787 INFO kablam! | Oct 13 13:13:40.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.787 INFO kablam! | Oct 13 13:13:40.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.787 INFO kablam! | Oct 13 13:13:40.787 INFO kablam! Oct 13 13:13:40.797 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.797 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.797 INFO kablam! | Oct 13 13:13:40.797 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); 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.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! Oct 13 13:13:40.798 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.798 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.798 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.798 INFO kablam! ... Oct 13 13:13:40.798 INFO kablam! 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Oct 13 13:13:40.798 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! Oct 13 13:13:40.798 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.798 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.798 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.798 INFO kablam! ... Oct 13 13:13:40.798 INFO kablam! 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Oct 13 13:13:40.798 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! Oct 13 13:13:40.798 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.798 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.798 INFO kablam! | ^^^^^ Oct 13 13:13:40.798 INFO kablam! ... Oct 13 13:13:40.798 INFO kablam! 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Oct 13 13:13:40.798 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! Oct 13 13:13:40.798 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.798 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.798 INFO kablam! | ^^^^^ Oct 13 13:13:40.798 INFO kablam! ... Oct 13 13:13:40.798 INFO kablam! 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Oct 13 13:13:40.798 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! Oct 13 13:13:40.798 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.798 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.798 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.798 INFO kablam! ... Oct 13 13:13:40.798 INFO kablam! 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Oct 13 13:13:40.798 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! Oct 13 13:13:40.798 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.798 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.798 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.798 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.798 INFO kablam! ... Oct 13 13:13:40.798 INFO kablam! 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Oct 13 13:13:40.798 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.798 INFO kablam! | Oct 13 13:13:40.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.799 INFO kablam! | Oct 13 13:13:40.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.799 INFO kablam! | Oct 13 13:13:40.799 INFO kablam! Oct 13 13:13:40.799 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.799 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.799 INFO kablam! | Oct 13 13:13:40.799 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.799 INFO kablam! | ^^^^^ Oct 13 13:13:40.799 INFO kablam! ... Oct 13 13:13:40.799 INFO kablam! 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Oct 13 13:13:40.799 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.799 INFO kablam! | Oct 13 13:13:40.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.799 INFO kablam! | Oct 13 13:13:40.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.799 INFO kablam! | Oct 13 13:13:40.799 INFO kablam! Oct 13 13:13:40.799 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.799 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.799 INFO kablam! | Oct 13 13:13:40.799 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.799 INFO kablam! | ^^^^^ Oct 13 13:13:40.799 INFO kablam! ... Oct 13 13:13:40.799 INFO kablam! 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Oct 13 13:13:40.799 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.799 INFO kablam! | Oct 13 13:13:40.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.799 INFO kablam! | Oct 13 13:13:40.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.799 INFO kablam! | Oct 13 13:13:40.799 INFO kablam! Oct 13 13:13:40.799 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.799 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.799 INFO kablam! | Oct 13 13:13:40.799 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.799 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.799 INFO kablam! ... Oct 13 13:13:40.799 INFO kablam! 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Oct 13 13:13:40.799 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.799 INFO kablam! | Oct 13 13:13:40.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.799 INFO kablam! | Oct 13 13:13:40.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.799 INFO kablam! | Oct 13 13:13:40.799 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:185:26 Oct 13 13:13:40.809 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.810 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.810 INFO kablam! ... Oct 13 13:13:40.810 INFO kablam! 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Oct 13 13:13:40.810 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.810 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! Oct 13 13:13:40.810 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.810 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.810 INFO kablam! | ^^^^^ Oct 13 13:13:40.810 INFO kablam! ... Oct 13 13:13:40.810 INFO kablam! 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Oct 13 13:13:40.810 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.810 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! Oct 13 13:13:40.810 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.810 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.810 INFO kablam! | ^^^^^ Oct 13 13:13:40.810 INFO kablam! ... Oct 13 13:13:40.810 INFO kablam! 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Oct 13 13:13:40.810 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.810 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! Oct 13 13:13:40.810 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.810 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.810 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.810 INFO kablam! ... Oct 13 13:13:40.810 INFO kablam! 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Oct 13 13:13:40.810 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.810 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! Oct 13 13:13:40.810 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.810 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.810 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.810 INFO kablam! ... Oct 13 13:13:40.810 INFO kablam! 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Oct 13 13:13:40.810 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.810 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! Oct 13 13:13:40.810 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.810 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.810 INFO kablam! | ^^^^^ Oct 13 13:13:40.810 INFO kablam! ... Oct 13 13:13:40.810 INFO kablam! 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Oct 13 13:13:40.810 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.810 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.810 INFO kablam! | Oct 13 13:13:40.810 INFO kablam! Oct 13 13:13:40.811 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.811 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.811 INFO kablam! | Oct 13 13:13:40.811 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.811 INFO kablam! | ^^^^^ Oct 13 13:13:40.811 INFO kablam! ... Oct 13 13:13:40.811 INFO kablam! 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Oct 13 13:13:40.811 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.811 INFO kablam! | Oct 13 13:13:40.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.811 INFO kablam! | Oct 13 13:13:40.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.811 INFO kablam! | Oct 13 13:13:40.811 INFO kablam! Oct 13 13:13:40.811 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.811 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.811 INFO kablam! | Oct 13 13:13:40.811 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.811 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.811 INFO kablam! ... Oct 13 13:13:40.811 INFO kablam! 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Oct 13 13:13:40.811 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.811 INFO kablam! | Oct 13 13:13:40.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.811 INFO kablam! | Oct 13 13:13:40.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.811 INFO kablam! | Oct 13 13:13:40.811 INFO kablam! Oct 13 13:13:40.811 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.811 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.811 INFO kablam! | Oct 13 13:13:40.811 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.811 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.811 INFO kablam! ... Oct 13 13:13:40.811 INFO kablam! 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Oct 13 13:13:40.811 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.811 INFO kablam! | Oct 13 13:13:40.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.811 INFO kablam! | Oct 13 13:13:40.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.811 INFO kablam! | Oct 13 13:13:40.811 INFO kablam! Oct 13 13:13:40.821 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.821 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.821 INFO kablam! | Oct 13 13:13:40.821 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.821 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.821 INFO kablam! | Oct 13 13:13:40.821 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.821 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.821 INFO kablam! | Oct 13 13:13:40.821 INFO kablam! 180 | 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! 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.822 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.822 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.822 INFO kablam! ... Oct 13 13:13:40.822 INFO kablam! 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Oct 13 13:13:40.822 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! Oct 13 13:13:40.822 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.822 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.822 INFO kablam! | ^^^^^ Oct 13 13:13:40.822 INFO kablam! ... Oct 13 13:13:40.822 INFO kablam! 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Oct 13 13:13:40.822 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! Oct 13 13:13:40.822 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.822 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.822 INFO kablam! | ^^^^^ Oct 13 13:13:40.822 INFO kablam! ... Oct 13 13:13:40.822 INFO kablam! 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Oct 13 13:13:40.822 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! Oct 13 13:13:40.822 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.822 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.822 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.822 INFO kablam! ... Oct 13 13:13:40.822 INFO kablam! 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Oct 13 13:13:40.822 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! Oct 13 13:13:40.822 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.822 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.822 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.822 INFO kablam! ... Oct 13 13:13:40.822 INFO kablam! 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Oct 13 13:13:40.822 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! Oct 13 13:13:40.822 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.822 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.822 INFO kablam! | ^^^^^ Oct 13 13:13:40.822 INFO kablam! ... Oct 13 13:13:40.822 INFO kablam! 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Oct 13 13:13:40.822 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.822 INFO kablam! Oct 13 13:13:40.822 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.822 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.822 INFO kablam! | Oct 13 13:13:40.823 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.823 INFO kablam! | ^^^^^ Oct 13 13:13:40.823 INFO kablam! ... Oct 13 13:13:40.823 INFO kablam! 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Oct 13 13:13:40.823 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.823 INFO kablam! | Oct 13 13:13:40.823 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.823 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.823 INFO kablam! | Oct 13 13:13:40.823 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.823 INFO kablam! | Oct 13 13:13:40.823 INFO kablam! Oct 13 13:13:40.829 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.829 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.829 INFO kablam! | Oct 13 13:13:40.829 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.829 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.829 INFO kablam! ... Oct 13 13:13:40.829 INFO kablam! 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); 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.829 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.829 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.829 INFO kablam! | Oct 13 13:13:40.829 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.829 INFO kablam! | Oct 13 13:13:40.829 INFO kablam! Oct 13 13:13:40.829 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.829 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.829 INFO kablam! | Oct 13 13:13:40.829 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.829 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.829 INFO kablam! ... Oct 13 13:13:40.829 INFO kablam! 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); 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.829 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.829 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.829 INFO kablam! | Oct 13 13:13:40.829 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.829 INFO kablam! | Oct 13 13:13:40.829 INFO kablam! Oct 13 13:13:40.829 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.829 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.829 INFO kablam! | Oct 13 13:13:40.829 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); 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.829 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.829 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.829 INFO kablam! | Oct 13 13:13:40.829 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.829 INFO kablam! | Oct 13 13:13:40.829 INFO kablam! Oct 13 13:13:40.834 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.834 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.834 INFO kablam! | Oct 13 13:13:40.834 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.834 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.834 INFO kablam! | Oct 13 13:13:40.834 INFO kablam! 180 | 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! 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.834 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.834 INFO kablam! | Oct 13 13:13:40.834 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); 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.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.835 INFO kablam! | Oct 13 13:13:40.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.835 INFO kablam! | Oct 13 13:13:40.835 INFO kablam! Oct 13 13:13:40.835 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.835 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.835 INFO kablam! | Oct 13 13:13:40.835 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.835 INFO kablam! | ^^^^^ Oct 13 13:13:40.835 INFO kablam! ... Oct 13 13:13:40.835 INFO kablam! 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Oct 13 13:13:40.835 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.835 INFO kablam! | Oct 13 13:13:40.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.835 INFO kablam! | Oct 13 13:13:40.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.835 INFO kablam! | Oct 13 13:13:40.835 INFO kablam! Oct 13 13:13:40.835 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.835 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.835 INFO kablam! | Oct 13 13:13:40.835 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.835 INFO kablam! | ^^^^^ Oct 13 13:13:40.835 INFO kablam! ... Oct 13 13:13:40.835 INFO kablam! 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Oct 13 13:13:40.835 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.835 INFO kablam! | Oct 13 13:13:40.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.835 INFO kablam! | Oct 13 13:13:40.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.835 INFO kablam! | Oct 13 13:13:40.835 INFO kablam! Oct 13 13:13:40.835 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.835 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.835 INFO kablam! | Oct 13 13:13:40.835 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.835 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.835 INFO kablam! ... Oct 13 13:13:40.835 INFO kablam! 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Oct 13 13:13:40.835 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.835 INFO kablam! | Oct 13 13:13:40.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.835 INFO kablam! | Oct 13 13:13:40.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.835 INFO kablam! | Oct 13 13:13:40.835 INFO kablam! Oct 13 13:13:40.835 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.835 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.835 INFO kablam! | Oct 13 13:13:40.835 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.835 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.835 INFO kablam! ... Oct 13 13:13:40.835 INFO kablam! 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Oct 13 13:13:40.835 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.835 INFO kablam! | Oct 13 13:13:40.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.835 INFO kablam! | Oct 13 13:13:40.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.835 INFO kablam! | Oct 13 13:13:40.835 INFO kablam! Oct 13 13:13:40.845 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.845 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.845 INFO kablam! | Oct 13 13:13:40.845 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.845 INFO kablam! | ^^^^^ Oct 13 13:13:40.845 INFO kablam! ... Oct 13 13:13:40.846 INFO kablam! 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Oct 13 13:13:40.846 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! Oct 13 13:13:40.846 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.846 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.846 INFO kablam! | ^^^^^ Oct 13 13:13:40.846 INFO kablam! ... Oct 13 13:13:40.846 INFO kablam! 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Oct 13 13:13:40.846 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! Oct 13 13:13:40.846 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.846 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.846 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.846 INFO kablam! ... Oct 13 13:13:40.846 INFO kablam! 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Oct 13 13:13:40.846 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! Oct 13 13:13:40.846 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.846 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.846 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.846 INFO kablam! ... Oct 13 13:13:40.846 INFO kablam! 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Oct 13 13:13:40.846 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! Oct 13 13:13:40.846 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.846 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.846 INFO kablam! | ^^^^^ Oct 13 13:13:40.846 INFO kablam! ... Oct 13 13:13:40.846 INFO kablam! 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Oct 13 13:13:40.846 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! Oct 13 13:13:40.846 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.846 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.846 INFO kablam! | ^^^^^ Oct 13 13:13:40.846 INFO kablam! ... Oct 13 13:13:40.846 INFO kablam! 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Oct 13 13:13:40.846 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! Oct 13 13:13:40.846 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.846 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.846 INFO kablam! | Oct 13 13:13:40.846 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.846 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.846 INFO kablam! ... Oct 13 13:13:40.847 INFO kablam! 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Oct 13 13:13:40.847 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.847 INFO kablam! | Oct 13 13:13:40.847 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.847 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.847 INFO kablam! | Oct 13 13:13:40.847 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.847 INFO kablam! | Oct 13 13:13:40.847 INFO kablam! Oct 13 13:13:40.847 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.847 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.847 INFO kablam! | Oct 13 13:13:40.847 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.847 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.847 INFO kablam! ... Oct 13 13:13:40.847 INFO kablam! 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Oct 13 13:13:40.847 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.847 INFO kablam! | Oct 13 13:13:40.847 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.847 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.847 INFO kablam! | Oct 13 13:13:40.847 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.847 INFO kablam! | Oct 13 13:13:40.847 INFO kablam! Oct 13 13:13:40.847 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.847 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.847 INFO kablam! | Oct 13 13:13:40.847 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.847 INFO kablam! | ^^^^^ Oct 13 13:13:40.847 INFO kablam! ... Oct 13 13:13:40.847 INFO kablam! 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Oct 13 13:13:40.847 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.847 INFO kablam! | Oct 13 13:13:40.847 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.847 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.847 INFO kablam! | Oct 13 13:13:40.847 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.847 INFO kablam! | Oct 13 13:13:40.847 INFO kablam! Oct 13 13:13:40.857 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.857 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.857 INFO kablam! | Oct 13 13:13:40.857 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.857 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.858 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.858 INFO kablam! ... Oct 13 13:13:40.858 INFO kablam! 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Oct 13 13:13:40.858 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! Oct 13 13:13:40.858 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.858 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.858 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.858 INFO kablam! ... Oct 13 13:13:40.858 INFO kablam! 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Oct 13 13:13:40.858 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! Oct 13 13:13:40.858 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.858 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.858 INFO kablam! | ^^^^^ Oct 13 13:13:40.858 INFO kablam! ... Oct 13 13:13:40.858 INFO kablam! 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Oct 13 13:13:40.858 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! Oct 13 13:13:40.858 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.858 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.858 INFO kablam! | ^^^^^ Oct 13 13:13:40.858 INFO kablam! ... Oct 13 13:13:40.858 INFO kablam! 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Oct 13 13:13:40.858 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! Oct 13 13:13:40.858 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.858 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.858 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.858 INFO kablam! ... Oct 13 13:13:40.858 INFO kablam! 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Oct 13 13:13:40.858 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! Oct 13 13:13:40.858 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.858 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.858 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.858 INFO kablam! ... Oct 13 13:13:40.858 INFO kablam! 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Oct 13 13:13:40.858 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! Oct 13 13:13:40.858 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.858 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.858 INFO kablam! | Oct 13 13:13:40.858 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.859 INFO kablam! | ^^^^^ Oct 13 13:13:40.859 INFO kablam! ... Oct 13 13:13:40.859 INFO kablam! 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Oct 13 13:13:40.859 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.859 INFO kablam! | Oct 13 13:13:40.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.859 INFO kablam! | Oct 13 13:13:40.859 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.859 INFO kablam! | Oct 13 13:13:40.859 INFO kablam! Oct 13 13:13:40.866 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.866 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.866 INFO kablam! | ^^^^^ Oct 13 13:13:40.866 INFO kablam! ... Oct 13 13:13:40.866 INFO kablam! 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Oct 13 13:13:40.866 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! Oct 13 13:13:40.866 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.866 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.866 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.866 INFO kablam! ... Oct 13 13:13:40.866 INFO kablam! 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Oct 13 13:13:40.866 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! Oct 13 13:13:40.866 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.866 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.866 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.866 INFO kablam! ... Oct 13 13:13:40.866 INFO kablam! 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Oct 13 13:13:40.866 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! Oct 13 13:13:40.866 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.866 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.866 INFO kablam! | ^^^^^ Oct 13 13:13:40.866 INFO kablam! ... Oct 13 13:13:40.866 INFO kablam! 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Oct 13 13:13:40.866 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! Oct 13 13:13:40.866 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.866 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.866 INFO kablam! | ^^^^^ Oct 13 13:13:40.866 INFO kablam! ... Oct 13 13:13:40.866 INFO kablam! 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Oct 13 13:13:40.866 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! Oct 13 13:13:40.866 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.866 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.866 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.866 INFO kablam! ... Oct 13 13:13:40.866 INFO kablam! 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Oct 13 13:13:40.866 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.866 INFO kablam! | Oct 13 13:13:40.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.867 INFO kablam! | Oct 13 13:13:40.867 INFO kablam! Oct 13 13:13:40.867 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.867 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.867 INFO kablam! | Oct 13 13:13:40.867 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.867 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.867 INFO kablam! ... Oct 13 13:13:40.867 INFO kablam! 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Oct 13 13:13:40.867 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.867 INFO kablam! | Oct 13 13:13:40.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.867 INFO kablam! | Oct 13 13:13:40.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.867 INFO kablam! | Oct 13 13:13:40.867 INFO kablam! Oct 13 13:13:40.872 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.872 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.872 INFO kablam! | Oct 13 13:13:40.872 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); 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! = 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.873 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.873 INFO kablam! | Oct 13 13:13:40.873 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.873 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.873 INFO kablam! | Oct 13 13:13:40.873 INFO kablam! 180 | 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! 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.873 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.873 INFO kablam! | Oct 13 13:13:40.873 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); 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.874 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.874 INFO kablam! | Oct 13 13:13:40.874 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.874 INFO kablam! | Oct 13 13:13:40.874 INFO kablam! Oct 13 13:13:40.874 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.874 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.874 INFO kablam! | Oct 13 13:13:40.874 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.874 INFO kablam! | ^^^^^ Oct 13 13:13:40.874 INFO kablam! ... Oct 13 13:13:40.874 INFO kablam! 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Oct 13 13:13:40.874 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.874 INFO kablam! | Oct 13 13:13:40.874 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.874 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.874 INFO kablam! | Oct 13 13:13:40.874 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.874 INFO kablam! | Oct 13 13:13:40.874 INFO kablam! Oct 13 13:13:40.874 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.874 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.874 INFO kablam! | Oct 13 13:13:40.874 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.874 INFO kablam! | ^^^^^ Oct 13 13:13:40.874 INFO kablam! ... Oct 13 13:13:40.874 INFO kablam! 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Oct 13 13:13:40.874 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.874 INFO kablam! | Oct 13 13:13:40.874 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.874 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.874 INFO kablam! | Oct 13 13:13:40.874 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.874 INFO kablam! | Oct 13 13:13:40.874 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:180:30 Oct 13 13:13:40.884 INFO kablam! | Oct 13 13:13:40.884 INFO kablam! 180 | 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! 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); 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.885 INFO kablam! Oct 13 13:13:40.885 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.885 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.885 INFO kablam! | Oct 13 13:13:40.885 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.885 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.885 INFO kablam! ... Oct 13 13:13:40.885 INFO kablam! 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Oct 13 13:13:40.885 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.885 INFO kablam! | Oct 13 13:13:40.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.885 INFO kablam! | Oct 13 13:13:40.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.885 INFO kablam! | Oct 13 13:13:40.885 INFO kablam! Oct 13 13:13:40.887 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.887 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.887 INFO kablam! | Oct 13 13:13:40.887 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.887 INFO kablam! | ^^^^^ Oct 13 13:13:40.887 INFO kablam! ... Oct 13 13:13:40.887 INFO kablam! 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); 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.887 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.887 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.887 INFO kablam! | Oct 13 13:13:40.887 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.887 INFO kablam! | ^^^^^ Oct 13 13:13:40.887 INFO kablam! ... Oct 13 13:13:40.887 INFO kablam! 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); 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.887 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.887 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.887 INFO kablam! | Oct 13 13:13:40.887 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.887 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.887 INFO kablam! ... Oct 13 13:13:40.887 INFO kablam! 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); 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.887 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.887 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.887 INFO kablam! | Oct 13 13:13:40.887 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.887 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.887 INFO kablam! ... Oct 13 13:13:40.887 INFO kablam! 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); 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.887 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.887 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.887 INFO kablam! | Oct 13 13:13:40.887 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.887 INFO kablam! | ^^^^^ Oct 13 13:13:40.887 INFO kablam! ... Oct 13 13:13:40.887 INFO kablam! 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); 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.887 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.887 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.887 INFO kablam! | Oct 13 13:13:40.888 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.888 INFO kablam! | ^^^^^ Oct 13 13:13:40.888 INFO kablam! ... Oct 13 13:13:40.888 INFO kablam! 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Oct 13 13:13:40.888 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.888 INFO kablam! | Oct 13 13:13:40.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.888 INFO kablam! | Oct 13 13:13:40.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.888 INFO kablam! | Oct 13 13:13:40.888 INFO kablam! Oct 13 13:13:40.888 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.888 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.888 INFO kablam! | Oct 13 13:13:40.888 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.888 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.888 INFO kablam! ... Oct 13 13:13:40.888 INFO kablam! 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Oct 13 13:13:40.888 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.888 INFO kablam! | Oct 13 13:13:40.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.888 INFO kablam! | Oct 13 13:13:40.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.888 INFO kablam! | Oct 13 13:13:40.888 INFO kablam! Oct 13 13:13:40.888 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.888 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.888 INFO kablam! | Oct 13 13:13:40.888 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.888 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.888 INFO kablam! ... Oct 13 13:13:40.888 INFO kablam! 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Oct 13 13:13:40.888 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.888 INFO kablam! | Oct 13 13:13:40.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.888 INFO kablam! | Oct 13 13:13:40.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.888 INFO kablam! | Oct 13 13:13:40.888 INFO kablam! Oct 13 13:13:40.888 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.888 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.888 INFO kablam! | Oct 13 13:13:40.888 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.888 INFO kablam! | ^^^^^ Oct 13 13:13:40.888 INFO kablam! ... Oct 13 13:13:40.888 INFO kablam! 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Oct 13 13:13:40.888 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.888 INFO kablam! | Oct 13 13:13:40.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.888 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.888 INFO kablam! | Oct 13 13:13:40.888 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.888 INFO kablam! | Oct 13 13:13:40.888 INFO kablam! Oct 13 13:13:40.894 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.894 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.894 INFO kablam! | Oct 13 13:13:40.894 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); 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.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:180:30 Oct 13 13:13:40.894 INFO kablam! | Oct 13 13:13:40.894 INFO kablam! 180 | 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! 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); 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.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:185:26 Oct 13 13:13:40.894 INFO kablam! | Oct 13 13:13:40.894 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); 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.894 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.894 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.894 INFO kablam! | Oct 13 13:13:40.894 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Oct 13 13:13:40.895 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.895 INFO kablam! | Oct 13 13:13:40.895 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.895 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.895 INFO kablam! | Oct 13 13:13:40.895 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.895 INFO kablam! | Oct 13 13:13:40.895 INFO kablam! Oct 13 13:13:40.901 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.901 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.901 INFO kablam! | Oct 13 13:13:40.901 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); 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.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.901 INFO kablam! | Oct 13 13:13:40.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.901 INFO kablam! | Oct 13 13:13:40.901 INFO kablam! Oct 13 13:13:40.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.901 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.901 INFO kablam! | Oct 13 13:13:40.901 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.901 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.901 INFO kablam! ... Oct 13 13:13:40.901 INFO kablam! 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); 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.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.901 INFO kablam! | Oct 13 13:13:40.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.901 INFO kablam! | Oct 13 13:13:40.901 INFO kablam! Oct 13 13:13:40.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.901 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.901 INFO kablam! | Oct 13 13:13:40.901 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.901 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.901 INFO kablam! ... Oct 13 13:13:40.901 INFO kablam! 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); 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.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.901 INFO kablam! | Oct 13 13:13:40.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.901 INFO kablam! | Oct 13 13:13:40.901 INFO kablam! Oct 13 13:13:40.901 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.901 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.901 INFO kablam! | Oct 13 13:13:40.901 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); 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.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.901 INFO kablam! | Oct 13 13:13:40.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.901 INFO kablam! | Oct 13 13:13:40.901 INFO kablam! Oct 13 13:13:40.901 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.901 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.901 INFO kablam! | Oct 13 13:13:40.901 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.901 INFO kablam! | ^^^^^ Oct 13 13:13:40.902 INFO kablam! ... Oct 13 13:13:40.902 INFO kablam! 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Oct 13 13:13:40.902 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.902 INFO kablam! | Oct 13 13:13:40.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.902 INFO kablam! | Oct 13 13:13:40.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.902 INFO kablam! | Oct 13 13:13:40.902 INFO kablam! Oct 13 13:13:40.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.902 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.902 INFO kablam! | Oct 13 13:13:40.902 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.902 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.902 INFO kablam! ... Oct 13 13:13:40.902 INFO kablam! 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Oct 13 13:13:40.902 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.902 INFO kablam! | Oct 13 13:13:40.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.902 INFO kablam! | Oct 13 13:13:40.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.902 INFO kablam! | Oct 13 13:13:40.902 INFO kablam! Oct 13 13:13:40.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.902 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.902 INFO kablam! | Oct 13 13:13:40.902 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.902 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.902 INFO kablam! ... Oct 13 13:13:40.902 INFO kablam! 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Oct 13 13:13:40.902 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.902 INFO kablam! | Oct 13 13:13:40.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.902 INFO kablam! | Oct 13 13:13:40.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.902 INFO kablam! | Oct 13 13:13:40.902 INFO kablam! Oct 13 13:13:40.908 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.908 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.908 INFO kablam! | Oct 13 13:13:40.908 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Oct 13 13:13:40.908 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.909 INFO kablam! | Oct 13 13:13:40.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.909 INFO kablam! | Oct 13 13:13:40.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.909 INFO kablam! | Oct 13 13:13:40.909 INFO kablam! Oct 13 13:13:40.909 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.909 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.909 INFO kablam! | Oct 13 13:13:40.909 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.909 INFO kablam! | ^^^^^ Oct 13 13:13:40.909 INFO kablam! ... Oct 13 13:13:40.909 INFO kablam! 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Oct 13 13:13:40.909 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.909 INFO kablam! | Oct 13 13:13:40.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.909 INFO kablam! | Oct 13 13:13:40.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.909 INFO kablam! | Oct 13 13:13:40.909 INFO kablam! Oct 13 13:13:40.909 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.909 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.909 INFO kablam! | Oct 13 13:13:40.909 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.909 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.909 INFO kablam! ... Oct 13 13:13:40.909 INFO kablam! 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Oct 13 13:13:40.909 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.909 INFO kablam! | Oct 13 13:13:40.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.909 INFO kablam! | Oct 13 13:13:40.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.909 INFO kablam! | Oct 13 13:13:40.909 INFO kablam! Oct 13 13:13:40.909 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.909 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.909 INFO kablam! | Oct 13 13:13:40.909 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.909 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.909 INFO kablam! ... Oct 13 13:13:40.909 INFO kablam! 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Oct 13 13:13:40.909 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.909 INFO kablam! | Oct 13 13:13:40.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.909 INFO kablam! | Oct 13 13:13:40.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.909 INFO kablam! | Oct 13 13:13:40.909 INFO kablam! Oct 13 13:13:40.909 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.909 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.909 INFO kablam! | Oct 13 13:13:40.909 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.909 INFO kablam! | ^^^^^ Oct 13 13:13:40.909 INFO kablam! ... Oct 13 13:13:40.909 INFO kablam! 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Oct 13 13:13:40.909 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.909 INFO kablam! | Oct 13 13:13:40.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.909 INFO kablam! | Oct 13 13:13:40.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.909 INFO kablam! | Oct 13 13:13:40.909 INFO kablam! Oct 13 13:13:40.917 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.918 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.918 INFO kablam! | Oct 13 13:13:40.918 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.918 INFO kablam! | ^^^^^ Oct 13 13:13:40.918 INFO kablam! ... Oct 13 13:13:40.918 INFO kablam! 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Oct 13 13:13:40.918 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.918 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.918 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.918 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.918 INFO kablam! | Oct 13 13:13:40.918 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.918 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.918 INFO kablam! ... Oct 13 13:13:40.918 INFO kablam! 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Oct 13 13:13:40.918 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.918 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.918 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.918 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.918 INFO kablam! | Oct 13 13:13:40.918 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.918 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.918 INFO kablam! ... Oct 13 13:13:40.918 INFO kablam! 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Oct 13 13:13:40.918 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.918 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.918 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.918 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.918 INFO kablam! | Oct 13 13:13:40.918 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.918 INFO kablam! | ^^^^^ Oct 13 13:13:40.918 INFO kablam! ... Oct 13 13:13:40.918 INFO kablam! 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Oct 13 13:13:40.918 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.918 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.918 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.918 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.918 INFO kablam! | Oct 13 13:13:40.918 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.918 INFO kablam! | ^^^^^ Oct 13 13:13:40.918 INFO kablam! ... Oct 13 13:13:40.918 INFO kablam! 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Oct 13 13:13:40.918 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.918 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.918 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.918 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.918 INFO kablam! | Oct 13 13:13:40.918 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.918 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.918 INFO kablam! ... Oct 13 13:13:40.918 INFO kablam! 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Oct 13 13:13:40.918 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.918 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.919 INFO kablam! | Oct 13 13:13:40.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.919 INFO kablam! | Oct 13 13:13:40.919 INFO kablam! Oct 13 13:13:40.919 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.919 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.919 INFO kablam! | Oct 13 13:13:40.919 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.919 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.919 INFO kablam! ... Oct 13 13:13:40.919 INFO kablam! 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Oct 13 13:13:40.919 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.919 INFO kablam! | Oct 13 13:13:40.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.919 INFO kablam! | Oct 13 13:13:40.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.919 INFO kablam! | Oct 13 13:13:40.919 INFO kablam! Oct 13 13:13:40.922 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.922 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.922 INFO kablam! | Oct 13 13:13:40.922 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.922 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.922 INFO kablam! | Oct 13 13:13:40.922 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.927 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.927 INFO kablam! | Oct 13 13:13:40.927 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.927 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.928 INFO kablam! ... Oct 13 13:13:40.928 INFO kablam! 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); 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.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.928 INFO kablam! | Oct 13 13:13:40.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.928 INFO kablam! | Oct 13 13:13:40.928 INFO kablam! Oct 13 13:13:40.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.928 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.928 INFO kablam! | Oct 13 13:13:40.928 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.928 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.928 INFO kablam! ... Oct 13 13:13:40.928 INFO kablam! 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); 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.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.928 INFO kablam! | Oct 13 13:13:40.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.928 INFO kablam! | Oct 13 13:13:40.928 INFO kablam! Oct 13 13:13:40.928 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.928 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.928 INFO kablam! | Oct 13 13:13:40.928 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); 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.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.928 INFO kablam! | Oct 13 13:13:40.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.928 INFO kablam! | Oct 13 13:13:40.928 INFO kablam! Oct 13 13:13:40.928 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.928 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.928 INFO kablam! | Oct 13 13:13:40.928 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); 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.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.928 INFO kablam! | Oct 13 13:13:40.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.928 INFO kablam! | Oct 13 13:13:40.928 INFO kablam! Oct 13 13:13:40.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.928 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.928 INFO kablam! | Oct 13 13:13:40.928 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.928 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.928 INFO kablam! ... Oct 13 13:13:40.928 INFO kablam! 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); 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.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.928 INFO kablam! | Oct 13 13:13:40.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.928 INFO kablam! | Oct 13 13:13:40.928 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:185:26 Oct 13 13:13:40.933 INFO kablam! | Oct 13 13:13:40.933 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.933 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.933 INFO kablam! ... Oct 13 13:13:40.933 INFO kablam! 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); 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.933 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.933 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.933 INFO kablam! | Oct 13 13:13:40.933 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.933 INFO kablam! | Oct 13 13:13:40.933 INFO kablam! Oct 13 13:13:40.933 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.933 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.933 INFO kablam! | Oct 13 13:13:40.933 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); 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.933 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.933 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.933 INFO kablam! | Oct 13 13:13:40.933 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.933 INFO kablam! | Oct 13 13:13:40.933 INFO kablam! Oct 13 13:13:40.933 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.933 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.933 INFO kablam! | Oct 13 13:13:40.933 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); 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.933 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.933 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.933 INFO kablam! | Oct 13 13:13:40.933 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.933 INFO kablam! | 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:180:30 Oct 13 13:13:40.937 INFO kablam! | Oct 13 13:13:40.937 INFO kablam! 180 | 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! 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.937 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.937 INFO kablam! | Oct 13 13:13:40.937 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Oct 13 13:13:40.938 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.938 INFO kablam! | Oct 13 13:13:40.938 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.938 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.938 INFO kablam! | Oct 13 13:13:40.938 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.938 INFO kablam! | Oct 13 13:13:40.938 INFO kablam! Oct 13 13:13:40.938 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.938 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.938 INFO kablam! | Oct 13 13:13:40.938 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.938 INFO kablam! | ^^^^^ Oct 13 13:13:40.938 INFO kablam! ... Oct 13 13:13:40.938 INFO kablam! 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Oct 13 13:13:40.938 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.938 INFO kablam! | Oct 13 13:13:40.938 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.938 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.938 INFO kablam! | Oct 13 13:13:40.938 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.938 INFO kablam! | Oct 13 13:13:40.938 INFO kablam! Oct 13 13:13:40.942 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.942 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.942 INFO kablam! | Oct 13 13:13:40.942 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); 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.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:180:30 Oct 13 13:13:40.942 INFO kablam! | Oct 13 13:13:40.942 INFO kablam! 180 | 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! 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); 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.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:185:26 Oct 13 13:13:40.942 INFO kablam! | Oct 13 13:13:40.942 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); 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.946 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.946 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.946 INFO kablam! | Oct 13 13:13:40.946 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.946 INFO kablam! | ^^^^^ Oct 13 13:13:40.946 INFO kablam! ... Oct 13 13:13:40.946 INFO kablam! 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); 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.946 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.946 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.946 INFO kablam! | Oct 13 13:13:40.946 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.946 INFO kablam! | ^^^^^ Oct 13 13:13:40.946 INFO kablam! ... Oct 13 13:13:40.946 INFO kablam! 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); 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.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:180:30 Oct 13 13:13:40.946 INFO kablam! | Oct 13 13:13:40.946 INFO kablam! 180 | 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! 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.954 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.954 INFO kablam! | Oct 13 13:13:40.954 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.955 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.955 INFO kablam! ... Oct 13 13:13:40.955 INFO kablam! 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Oct 13 13:13:40.955 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.955 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! Oct 13 13:13:40.955 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.955 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.955 INFO kablam! | ^^^^^ Oct 13 13:13:40.955 INFO kablam! ... Oct 13 13:13:40.955 INFO kablam! 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Oct 13 13:13:40.955 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.955 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! Oct 13 13:13:40.955 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.955 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.955 INFO kablam! | ^^^^^ Oct 13 13:13:40.955 INFO kablam! ... Oct 13 13:13:40.955 INFO kablam! 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Oct 13 13:13:40.955 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.955 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! Oct 13 13:13:40.955 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.955 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.955 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.955 INFO kablam! ... Oct 13 13:13:40.955 INFO kablam! 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Oct 13 13:13:40.955 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.955 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! Oct 13 13:13:40.955 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.955 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.955 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.955 INFO kablam! ... Oct 13 13:13:40.955 INFO kablam! 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Oct 13 13:13:40.955 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.955 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! Oct 13 13:13:40.955 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.955 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.955 INFO kablam! | ^^^^^ Oct 13 13:13:40.955 INFO kablam! ... Oct 13 13:13:40.955 INFO kablam! 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Oct 13 13:13:40.955 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.955 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.955 INFO kablam! | Oct 13 13:13:40.955 INFO kablam! Oct 13 13:13:40.958 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.958 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.958 INFO kablam! | Oct 13 13:13:40.958 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); 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.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:180:30 Oct 13 13:13:40.958 INFO kablam! | Oct 13 13:13:40.958 INFO kablam! 180 | 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! 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); 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.959 INFO kablam! | Oct 13 13:13:40.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.959 INFO kablam! | Oct 13 13:13:40.959 INFO kablam! Oct 13 13:13:40.959 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.959 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.959 INFO kablam! | Oct 13 13:13:40.959 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.959 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.959 INFO kablam! ... Oct 13 13:13:40.959 INFO kablam! 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Oct 13 13:13:40.959 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.959 INFO kablam! | Oct 13 13:13:40.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.959 INFO kablam! | Oct 13 13:13:40.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.959 INFO kablam! | Oct 13 13:13:40.959 INFO kablam! Oct 13 13:13:40.960 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.960 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.960 INFO kablam! | Oct 13 13:13:40.960 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); 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.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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.965 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.965 INFO kablam! | Oct 13 13:13:40.965 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.965 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.965 INFO kablam! | Oct 13 13:13:40.965 INFO kablam! 180 | 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.966 INFO kablam! 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); 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.966 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.966 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.966 INFO kablam! | Oct 13 13:13:40.966 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.966 INFO kablam! | Oct 13 13:13:40.966 INFO kablam! Oct 13 13:13:40.966 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.966 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.966 INFO kablam! | Oct 13 13:13:40.966 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.966 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.966 INFO kablam! ... Oct 13 13:13:40.966 INFO kablam! 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); 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.966 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.966 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.966 INFO kablam! | Oct 13 13:13:40.966 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.966 INFO kablam! | Oct 13 13:13:40.966 INFO kablam! Oct 13 13:13:40.966 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.966 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.966 INFO kablam! | Oct 13 13:13:40.966 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); 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.966 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.966 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.966 INFO kablam! | Oct 13 13:13:40.966 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.966 INFO kablam! | Oct 13 13:13:40.966 INFO kablam! Oct 13 13:13:40.967 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.967 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.967 INFO kablam! | Oct 13 13:13:40.968 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); 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.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.974 INFO kablam! | Oct 13 13:13:40.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.974 INFO kablam! | Oct 13 13:13:40.974 INFO kablam! Oct 13 13:13:40.974 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.974 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.974 INFO kablam! | Oct 13 13:13:40.974 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.974 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.974 INFO kablam! ... Oct 13 13:13:40.974 INFO kablam! 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Oct 13 13:13:40.974 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.974 INFO kablam! | Oct 13 13:13:40.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.974 INFO kablam! | Oct 13 13:13:40.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.974 INFO kablam! | Oct 13 13:13:40.974 INFO kablam! Oct 13 13:13:40.974 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.974 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.974 INFO kablam! | Oct 13 13:13:40.974 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.974 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.974 INFO kablam! ... Oct 13 13:13:40.974 INFO kablam! 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Oct 13 13:13:40.974 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.974 INFO kablam! | Oct 13 13:13:40.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.974 INFO kablam! | Oct 13 13:13:40.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.974 INFO kablam! | Oct 13 13:13:40.974 INFO kablam! Oct 13 13:13:40.974 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.974 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.974 INFO kablam! | Oct 13 13:13:40.974 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.974 INFO kablam! | ^^^^^ Oct 13 13:13:40.974 INFO kablam! ... Oct 13 13:13:40.974 INFO kablam! 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); Oct 13 13:13:40.974 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.974 INFO kablam! | Oct 13 13:13:40.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.974 INFO kablam! | Oct 13 13:13:40.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.974 INFO kablam! | Oct 13 13:13:40.974 INFO kablam! Oct 13 13:13:40.974 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.974 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.974 INFO kablam! | Oct 13 13:13:40.974 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.974 INFO kablam! | ^^^^^ Oct 13 13:13:40.974 INFO kablam! ... Oct 13 13:13:40.974 INFO kablam! 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); Oct 13 13:13:40.974 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.974 INFO kablam! | Oct 13 13:13:40.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.974 INFO kablam! | Oct 13 13:13:40.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.974 INFO kablam! | 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:180:30 Oct 13 13:13:40.977 INFO kablam! | Oct 13 13:13:40.977 INFO kablam! 180 | 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! 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.977 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.977 INFO kablam! | Oct 13 13:13:40.977 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.977 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.977 INFO kablam! | Oct 13 13:13:40.977 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:40.977 INFO kablam! | ^^^^^ Oct 13 13:13:40.978 INFO kablam! ... Oct 13 13:13:40.978 INFO kablam! 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Oct 13 13:13:40.978 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.978 INFO kablam! | Oct 13 13:13:40.978 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.978 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.978 INFO kablam! | Oct 13 13:13:40.978 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.978 INFO kablam! | Oct 13 13:13:40.978 INFO kablam! Oct 13 13:13:40.983 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.983 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.983 INFO kablam! | Oct 13 13:13:40.983 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.983 INFO kablam! | ^^^^^ Oct 13 13:13:40.983 INFO kablam! ... Oct 13 13:13:40.983 INFO kablam! 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Oct 13 13:13:40.983 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.983 INFO kablam! | Oct 13 13:13:40.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.983 INFO kablam! | Oct 13 13:13:40.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.983 INFO kablam! | Oct 13 13:13:40.983 INFO kablam! Oct 13 13:13:40.983 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.983 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.983 INFO kablam! | Oct 13 13:13:40.983 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.983 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.983 INFO kablam! ... Oct 13 13:13:40.983 INFO kablam! 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Oct 13 13:13:40.983 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.983 INFO kablam! | Oct 13 13:13:40.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.983 INFO kablam! | Oct 13 13:13:40.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.983 INFO kablam! | Oct 13 13:13:40.983 INFO kablam! Oct 13 13:13:40.983 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.983 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.983 INFO kablam! | Oct 13 13:13:40.983 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.983 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.983 INFO kablam! ... Oct 13 13:13:40.983 INFO kablam! 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Oct 13 13:13:40.983 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.983 INFO kablam! | Oct 13 13:13:40.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.983 INFO kablam! | Oct 13 13:13:40.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.983 INFO kablam! | Oct 13 13:13:40.983 INFO kablam! Oct 13 13:13:40.985 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.985 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.985 INFO kablam! | Oct 13 13:13:40.985 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); Oct 13 13:13:40.985 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.986 INFO kablam! | Oct 13 13:13:40.986 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.986 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.986 INFO kablam! | Oct 13 13:13:40.986 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.986 INFO kablam! | Oct 13 13:13:40.986 INFO kablam! Oct 13 13:13:40.986 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.986 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.986 INFO kablam! | Oct 13 13:13:40.986 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.986 INFO kablam! | ^^^^^ Oct 13 13:13:40.986 INFO kablam! ... Oct 13 13:13:40.986 INFO kablam! 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); Oct 13 13:13:40.986 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.986 INFO kablam! | Oct 13 13:13:40.986 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.986 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.986 INFO kablam! | Oct 13 13:13:40.986 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.986 INFO kablam! | Oct 13 13:13:40.986 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:180:30 Oct 13 13:13:40.989 INFO kablam! | Oct 13 13:13:40.989 INFO kablam! 180 | 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! 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); 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.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:185:26 Oct 13 13:13:40.989 INFO kablam! | Oct 13 13:13:40.989 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); 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.994 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.994 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.994 INFO kablam! | Oct 13 13:13:40.994 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.994 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.994 INFO kablam! | Oct 13 13:13:40.994 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:40.994 INFO kablam! | ^^^^^ Oct 13 13:13:40.995 INFO kablam! ... Oct 13 13:13:40.995 INFO kablam! 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); Oct 13 13:13:40.995 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.995 INFO kablam! | Oct 13 13:13:40.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.995 INFO kablam! | Oct 13 13:13:40.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.995 INFO kablam! | Oct 13 13:13:40.995 INFO kablam! Oct 13 13:13:40.995 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.995 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:40.995 INFO kablam! | Oct 13 13:13:40.995 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.995 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.995 INFO kablam! ... Oct 13 13:13:40.995 INFO kablam! 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); Oct 13 13:13:40.995 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.995 INFO kablam! | Oct 13 13:13:40.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.995 INFO kablam! | Oct 13 13:13:40.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.995 INFO kablam! | Oct 13 13:13:40.995 INFO kablam! Oct 13 13:13:40.995 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.995 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:40.995 INFO kablam! | Oct 13 13:13:40.995 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:40.995 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.995 INFO kablam! ... Oct 13 13:13:40.995 INFO kablam! 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); Oct 13 13:13:40.995 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.995 INFO kablam! | Oct 13 13:13:40.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.995 INFO kablam! | Oct 13 13:13:40.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.995 INFO kablam! | Oct 13 13:13:40.995 INFO kablam! Oct 13 13:13:40.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.997 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:40.997 INFO kablam! | Oct 13 13:13:40.997 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); 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:40.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.997 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:40.997 INFO kablam! | Oct 13 13:13:40.997 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.001 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.001 INFO kablam! | Oct 13 13:13:41.001 INFO kablam! 180 | 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! 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.001 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.001 INFO kablam! | Oct 13 13:13:41.001 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); 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.002 INFO kablam! | Oct 13 13:13:41.002 INFO kablam! Oct 13 13:13:41.002 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.002 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.002 INFO kablam! | Oct 13 13:13:41.002 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.002 INFO kablam! | ^^^^^ Oct 13 13:13:41.002 INFO kablam! ... Oct 13 13:13:41.002 INFO kablam! 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Oct 13 13:13:41.002 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.002 INFO kablam! | Oct 13 13:13:41.002 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.002 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.002 INFO kablam! | Oct 13 13:13:41.002 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.002 INFO kablam! | Oct 13 13:13:41.002 INFO kablam! Oct 13 13:13:41.002 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.002 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.002 INFO kablam! | Oct 13 13:13:41.002 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.002 INFO kablam! | ^^^^^ Oct 13 13:13:41.002 INFO kablam! ... Oct 13 13:13:41.002 INFO kablam! 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Oct 13 13:13:41.002 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.002 INFO kablam! | Oct 13 13:13:41.002 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.002 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.002 INFO kablam! | Oct 13 13:13:41.002 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.002 INFO kablam! | Oct 13 13:13:41.002 INFO kablam! Oct 13 13:13:41.007 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.007 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.007 INFO kablam! | Oct 13 13:13:41.007 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.007 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.007 INFO kablam! ... Oct 13 13:13:41.007 INFO kablam! 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Oct 13 13:13:41.007 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.007 INFO kablam! | Oct 13 13:13:41.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.007 INFO kablam! | Oct 13 13:13:41.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.007 INFO kablam! | Oct 13 13:13:41.007 INFO kablam! Oct 13 13:13:41.007 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.007 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.007 INFO kablam! | Oct 13 13:13:41.007 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.007 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.007 INFO kablam! ... Oct 13 13:13:41.007 INFO kablam! 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Oct 13 13:13:41.007 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.007 INFO kablam! | Oct 13 13:13:41.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.007 INFO kablam! | Oct 13 13:13:41.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.007 INFO kablam! | Oct 13 13:13:41.007 INFO kablam! Oct 13 13:13:41.014 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.014 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.014 INFO kablam! | Oct 13 13:13:41.014 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.014 INFO kablam! | ^^^^^ Oct 13 13:13:41.014 INFO kablam! ... Oct 13 13:13:41.014 INFO kablam! 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); Oct 13 13:13:41.014 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.014 INFO kablam! | Oct 13 13:13:41.014 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.014 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.014 INFO kablam! | Oct 13 13:13:41.014 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.014 INFO kablam! | Oct 13 13:13:41.014 INFO kablam! Oct 13 13:13:41.014 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.014 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.014 INFO kablam! | Oct 13 13:13:41.014 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.014 INFO kablam! | ^^^^^ Oct 13 13:13:41.014 INFO kablam! ... Oct 13 13:13:41.014 INFO kablam! 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); Oct 13 13:13:41.014 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.014 INFO kablam! | Oct 13 13:13:41.014 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.014 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.014 INFO kablam! | Oct 13 13:13:41.014 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.014 INFO kablam! | Oct 13 13:13:41.014 INFO kablam! Oct 13 13:13:41.014 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.014 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.014 INFO kablam! | Oct 13 13:13:41.014 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.014 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.014 INFO kablam! ... Oct 13 13:13:41.014 INFO kablam! 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); Oct 13 13:13:41.014 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.014 INFO kablam! | Oct 13 13:13:41.014 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.014 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.014 INFO kablam! | Oct 13 13:13:41.014 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.014 INFO kablam! | Oct 13 13:13:41.014 INFO kablam! Oct 13 13:13:41.014 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.014 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.014 INFO kablam! | Oct 13 13:13:41.014 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.014 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.014 INFO kablam! ... Oct 13 13:13:41.014 INFO kablam! 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); Oct 13 13:13:41.014 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.014 INFO kablam! | Oct 13 13:13:41.014 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.014 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.014 INFO kablam! | Oct 13 13:13:41.014 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.014 INFO kablam! | Oct 13 13:13:41.014 INFO kablam! Oct 13 13:13:41.014 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.015 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.015 INFO kablam! | Oct 13 13:13:41.015 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.015 INFO kablam! | ^^^^^ Oct 13 13:13:41.015 INFO kablam! ... Oct 13 13:13:41.015 INFO kablam! 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Oct 13 13:13:41.015 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.015 INFO kablam! | Oct 13 13:13:41.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.015 INFO kablam! | Oct 13 13:13:41.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.015 INFO kablam! | Oct 13 13:13:41.015 INFO kablam! Oct 13 13:13:41.015 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.015 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.015 INFO kablam! | Oct 13 13:13:41.015 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.015 INFO kablam! | ^^^^^ Oct 13 13:13:41.015 INFO kablam! ... Oct 13 13:13:41.015 INFO kablam! 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Oct 13 13:13:41.015 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.015 INFO kablam! | Oct 13 13:13:41.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.015 INFO kablam! | Oct 13 13:13:41.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.015 INFO kablam! | Oct 13 13:13:41.015 INFO kablam! Oct 13 13:13:41.015 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.015 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.015 INFO kablam! | Oct 13 13:13:41.015 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.015 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.015 INFO kablam! ... Oct 13 13:13:41.015 INFO kablam! 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Oct 13 13:13:41.015 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.015 INFO kablam! | Oct 13 13:13:41.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.015 INFO kablam! | Oct 13 13:13:41.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.015 INFO kablam! | Oct 13 13:13:41.015 INFO kablam! Oct 13 13:13:41.015 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.015 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.015 INFO kablam! | Oct 13 13:13:41.015 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.015 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.015 INFO kablam! ... Oct 13 13:13:41.015 INFO kablam! 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Oct 13 13:13:41.015 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.015 INFO kablam! | Oct 13 13:13:41.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.015 INFO kablam! | Oct 13 13:13:41.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.015 INFO kablam! | Oct 13 13:13:41.015 INFO kablam! Oct 13 13:13:41.017 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.017 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.017 INFO kablam! | Oct 13 13:13:41.017 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.017 INFO kablam! | ^^^^^ Oct 13 13:13:41.017 INFO kablam! ... Oct 13 13:13:41.017 INFO kablam! 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); 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.017 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.017 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.017 INFO kablam! | Oct 13 13:13:41.017 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.017 INFO kablam! | ^^^^^ Oct 13 13:13:41.017 INFO kablam! ... Oct 13 13:13:41.017 INFO kablam! 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); 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.018 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.018 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.018 INFO kablam! | Oct 13 13:13:41.018 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.018 INFO kablam! | Oct 13 13:13:41.018 INFO kablam! Oct 13 13:13:41.018 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.018 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.018 INFO kablam! | Oct 13 13:13:41.018 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.018 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.018 INFO kablam! ... Oct 13 13:13:41.018 INFO kablam! 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Oct 13 13:13:41.018 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.018 INFO kablam! | Oct 13 13:13:41.018 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.018 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.018 INFO kablam! | Oct 13 13:13:41.018 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.018 INFO kablam! | Oct 13 13:13:41.018 INFO kablam! Oct 13 13:13:41.020 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.020 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.020 INFO kablam! | Oct 13 13:13:41.020 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.020 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.020 INFO kablam! ... Oct 13 13:13:41.020 INFO kablam! 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Oct 13 13:13:41.020 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.020 INFO kablam! | Oct 13 13:13:41.020 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.020 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.020 INFO kablam! | Oct 13 13:13:41.020 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.020 INFO kablam! | Oct 13 13:13:41.020 INFO kablam! Oct 13 13:13:41.024 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.024 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.024 INFO kablam! | Oct 13 13:13:41.024 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.024 INFO kablam! | ^^^^^ Oct 13 13:13:41.025 INFO kablam! ... Oct 13 13:13:41.025 INFO kablam! 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); 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.025 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.025 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.025 INFO kablam! | Oct 13 13:13:41.025 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); 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.026 INFO kablam! | Oct 13 13:13:41.026 INFO kablam! Oct 13 13:13:41.026 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.026 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.026 INFO kablam! | Oct 13 13:13:41.026 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.026 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.026 INFO kablam! ... Oct 13 13:13:41.026 INFO kablam! 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); Oct 13 13:13:41.026 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.026 INFO kablam! | Oct 13 13:13:41.026 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.026 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.026 INFO kablam! | Oct 13 13:13:41.026 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.026 INFO kablam! | Oct 13 13:13:41.026 INFO kablam! Oct 13 13:13:41.026 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.026 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.026 INFO kablam! | Oct 13 13:13:41.026 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.026 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.026 INFO kablam! ... Oct 13 13:13:41.026 INFO kablam! 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); Oct 13 13:13:41.026 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.026 INFO kablam! | Oct 13 13:13:41.026 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.026 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.026 INFO kablam! | Oct 13 13:13:41.026 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.026 INFO kablam! | Oct 13 13:13:41.026 INFO kablam! Oct 13 13:13:41.026 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.026 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.026 INFO kablam! | Oct 13 13:13:41.026 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.026 INFO kablam! | ^^^^^ Oct 13 13:13:41.026 INFO kablam! ... Oct 13 13:13:41.026 INFO kablam! 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Oct 13 13:13:41.026 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.026 INFO kablam! | Oct 13 13:13:41.026 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.026 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.026 INFO kablam! | Oct 13 13:13:41.026 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.026 INFO kablam! | Oct 13 13:13:41.026 INFO kablam! Oct 13 13:13:41.029 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.029 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.029 INFO kablam! | Oct 13 13:13:41.029 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.029 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.029 INFO kablam! | Oct 13 13:13:41.029 INFO kablam! 180 | 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! 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); 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.034 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.034 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.034 INFO kablam! | Oct 13 13:13:41.034 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.034 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.034 INFO kablam! ... Oct 13 13:13:41.034 INFO kablam! 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Oct 13 13:13:41.034 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.034 INFO kablam! | Oct 13 13:13:41.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.034 INFO kablam! | Oct 13 13:13:41.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.034 INFO kablam! | Oct 13 13:13:41.034 INFO kablam! Oct 13 13:13:41.034 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.034 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.034 INFO kablam! | Oct 13 13:13:41.034 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.034 INFO kablam! | ^^^^^ Oct 13 13:13:41.034 INFO kablam! ... Oct 13 13:13:41.034 INFO kablam! 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Oct 13 13:13:41.034 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.034 INFO kablam! | Oct 13 13:13:41.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.034 INFO kablam! | Oct 13 13:13:41.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.034 INFO kablam! | Oct 13 13:13:41.034 INFO kablam! Oct 13 13:13:41.034 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.034 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.034 INFO kablam! | Oct 13 13:13:41.034 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.034 INFO kablam! | ^^^^^ Oct 13 13:13:41.034 INFO kablam! ... Oct 13 13:13:41.034 INFO kablam! 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Oct 13 13:13:41.034 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.034 INFO kablam! | Oct 13 13:13:41.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.040 INFO kablam! | Oct 13 13:13:41.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.040 INFO kablam! | Oct 13 13:13:41.040 INFO kablam! Oct 13 13:13:41.040 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.040 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.040 INFO kablam! | Oct 13 13:13:41.040 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.040 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.040 INFO kablam! ... Oct 13 13:13:41.040 INFO kablam! 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Oct 13 13:13:41.040 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.040 INFO kablam! | Oct 13 13:13:41.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.040 INFO kablam! | Oct 13 13:13:41.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.040 INFO kablam! | Oct 13 13:13:41.040 INFO kablam! Oct 13 13:13:41.040 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.040 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.040 INFO kablam! | Oct 13 13:13:41.040 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.040 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.040 INFO kablam! ... Oct 13 13:13:41.040 INFO kablam! 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Oct 13 13:13:41.040 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.040 INFO kablam! | Oct 13 13:13:41.040 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.040 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.040 INFO kablam! | Oct 13 13:13:41.040 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.040 INFO kablam! | Oct 13 13:13:41.040 INFO kablam! Oct 13 13:13:41.044 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.044 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.044 INFO kablam! | Oct 13 13:13:41.044 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.045 INFO kablam! | ^^^^^ Oct 13 13:13:41.045 INFO kablam! ... Oct 13 13:13:41.045 INFO kablam! 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Oct 13 13:13:41.045 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.045 INFO kablam! | Oct 13 13:13:41.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.045 INFO kablam! | Oct 13 13:13:41.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.045 INFO kablam! | Oct 13 13:13:41.045 INFO kablam! Oct 13 13:13:41.045 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.045 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.045 INFO kablam! | Oct 13 13:13:41.045 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.045 INFO kablam! | ^^^^^ Oct 13 13:13:41.045 INFO kablam! ... Oct 13 13:13:41.045 INFO kablam! 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Oct 13 13:13:41.045 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.045 INFO kablam! | Oct 13 13:13:41.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.045 INFO kablam! | Oct 13 13:13:41.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.045 INFO kablam! | Oct 13 13:13:41.045 INFO kablam! Oct 13 13:13:41.045 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.045 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.045 INFO kablam! | Oct 13 13:13:41.045 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.045 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.045 INFO kablam! ... Oct 13 13:13:41.045 INFO kablam! 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Oct 13 13:13:41.045 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.045 INFO kablam! | Oct 13 13:13:41.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.045 INFO kablam! | Oct 13 13:13:41.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.045 INFO kablam! | Oct 13 13:13:41.045 INFO kablam! Oct 13 13:13:41.045 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.045 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.045 INFO kablam! | Oct 13 13:13:41.045 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.045 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.045 INFO kablam! ... Oct 13 13:13:41.045 INFO kablam! 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Oct 13 13:13:41.045 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.045 INFO kablam! | Oct 13 13:13:41.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.045 INFO kablam! | Oct 13 13:13:41.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.045 INFO kablam! | Oct 13 13:13:41.045 INFO kablam! Oct 13 13:13:41.047 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.047 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.047 INFO kablam! | Oct 13 13:13:41.047 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.048 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.048 INFO kablam! | Oct 13 13:13:41.048 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); 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.049 INFO kablam! | Oct 13 13:13:41.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.049 INFO kablam! | Oct 13 13:13:41.049 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:180:30 Oct 13 13:13:41.050 INFO kablam! | Oct 13 13:13:41.050 INFO kablam! 180 | 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! 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.052 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.052 INFO kablam! | Oct 13 13:13:41.052 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.052 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.052 INFO kablam! ... Oct 13 13:13:41.052 INFO kablam! 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); 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.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.052 INFO kablam! | Oct 13 13:13:41.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.052 INFO kablam! | Oct 13 13:13:41.052 INFO kablam! Oct 13 13:13:41.053 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.053 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.053 INFO kablam! | Oct 13 13:13:41.053 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.053 INFO kablam! | ^^^^^ Oct 13 13:13:41.053 INFO kablam! ... Oct 13 13:13:41.053 INFO kablam! 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.054 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.054 INFO kablam! | Oct 13 13:13:41.054 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.056 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.056 INFO kablam! | Oct 13 13:13:41.056 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.056 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.056 INFO kablam! ... Oct 13 13:13:41.056 INFO kablam! 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); 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.056 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.056 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.056 INFO kablam! | Oct 13 13:13:41.056 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.056 INFO kablam! | Oct 13 13:13:41.056 INFO kablam! Oct 13 13:13:41.062 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.062 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.062 INFO kablam! | Oct 13 13:13:41.062 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.062 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.062 INFO kablam! ... Oct 13 13:13:41.062 INFO kablam! 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Oct 13 13:13:41.062 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.062 INFO kablam! | Oct 13 13:13:41.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.062 INFO kablam! | Oct 13 13:13:41.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.062 INFO kablam! | Oct 13 13:13:41.062 INFO kablam! Oct 13 13:13:41.062 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.062 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.062 INFO kablam! | Oct 13 13:13:41.062 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.062 INFO kablam! | ^^^^^ Oct 13 13:13:41.062 INFO kablam! ... Oct 13 13:13:41.062 INFO kablam! 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Oct 13 13:13:41.062 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.062 INFO kablam! | Oct 13 13:13:41.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.062 INFO kablam! | Oct 13 13:13:41.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.063 INFO kablam! | Oct 13 13:13:41.063 INFO kablam! Oct 13 13:13:41.063 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.063 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.063 INFO kablam! | Oct 13 13:13:41.063 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.063 INFO kablam! | ^^^^^ Oct 13 13:13:41.063 INFO kablam! ... Oct 13 13:13:41.063 INFO kablam! 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Oct 13 13:13:41.063 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.063 INFO kablam! | Oct 13 13:13:41.063 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.063 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.063 INFO kablam! | Oct 13 13:13:41.063 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.063 INFO kablam! | Oct 13 13:13:41.063 INFO kablam! Oct 13 13:13:41.063 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.063 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.063 INFO kablam! | Oct 13 13:13:41.063 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.063 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.063 INFO kablam! ... Oct 13 13:13:41.063 INFO kablam! 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Oct 13 13:13:41.063 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.063 INFO kablam! | Oct 13 13:13:41.063 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.063 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.063 INFO kablam! | Oct 13 13:13:41.063 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.063 INFO kablam! | Oct 13 13:13:41.063 INFO kablam! Oct 13 13:13:41.064 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.064 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.064 INFO kablam! | Oct 13 13:13:41.064 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.064 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.064 INFO kablam! ... Oct 13 13:13:41.064 INFO kablam! 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Oct 13 13:13:41.064 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.064 INFO kablam! | Oct 13 13:13:41.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.064 INFO kablam! | Oct 13 13:13:41.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.064 INFO kablam! | Oct 13 13:13:41.064 INFO kablam! Oct 13 13:13:41.065 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.065 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.065 INFO kablam! | Oct 13 13:13:41.065 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.065 INFO kablam! | ^^^^^ Oct 13 13:13:41.065 INFO kablam! ... Oct 13 13:13:41.065 INFO kablam! 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Oct 13 13:13:41.065 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.065 INFO kablam! | Oct 13 13:13:41.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.065 INFO kablam! | Oct 13 13:13:41.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.065 INFO kablam! | Oct 13 13:13:41.065 INFO kablam! Oct 13 13:13:41.065 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.065 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.065 INFO kablam! | Oct 13 13:13:41.065 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.065 INFO kablam! | ^^^^^ Oct 13 13:13:41.065 INFO kablam! ... Oct 13 13:13:41.065 INFO kablam! 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Oct 13 13:13:41.065 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.065 INFO kablam! | Oct 13 13:13:41.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.065 INFO kablam! | Oct 13 13:13:41.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.065 INFO kablam! | Oct 13 13:13:41.065 INFO kablam! Oct 13 13:13:41.065 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.065 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.065 INFO kablam! | Oct 13 13:13:41.065 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.065 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.065 INFO kablam! ... Oct 13 13:13:41.065 INFO kablam! 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Oct 13 13:13:41.065 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.065 INFO kablam! | Oct 13 13:13:41.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.065 INFO kablam! | Oct 13 13:13:41.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.065 INFO kablam! | Oct 13 13:13:41.065 INFO kablam! Oct 13 13:13:41.072 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.072 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.072 INFO kablam! | Oct 13 13:13:41.072 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.072 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.072 INFO kablam! ... Oct 13 13:13:41.072 INFO kablam! 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Oct 13 13:13:41.072 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.072 INFO kablam! | Oct 13 13:13:41.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.072 INFO kablam! | Oct 13 13:13:41.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.072 INFO kablam! | Oct 13 13:13:41.072 INFO kablam! Oct 13 13:13:41.072 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.072 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.072 INFO kablam! | Oct 13 13:13:41.072 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.072 INFO kablam! | ^^^^^ Oct 13 13:13:41.072 INFO kablam! ... Oct 13 13:13:41.072 INFO kablam! 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); Oct 13 13:13:41.072 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.072 INFO kablam! | Oct 13 13:13:41.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.072 INFO kablam! | Oct 13 13:13:41.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.072 INFO kablam! | Oct 13 13:13:41.072 INFO kablam! Oct 13 13:13:41.072 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.072 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.072 INFO kablam! | Oct 13 13:13:41.072 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.072 INFO kablam! | ^^^^^ Oct 13 13:13:41.072 INFO kablam! ... Oct 13 13:13:41.072 INFO kablam! 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); Oct 13 13:13:41.072 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.072 INFO kablam! | Oct 13 13:13:41.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.072 INFO kablam! | Oct 13 13:13:41.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.072 INFO kablam! | Oct 13 13:13:41.072 INFO kablam! Oct 13 13:13:41.072 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.072 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.072 INFO kablam! | Oct 13 13:13:41.072 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.072 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.072 INFO kablam! ... Oct 13 13:13:41.072 INFO kablam! 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.073 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.073 INFO kablam! | Oct 13 13:13:41.073 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.073 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.073 INFO kablam! | Oct 13 13:13:41.073 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.073 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.073 INFO kablam! | Oct 13 13:13:41.073 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); 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.076 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.076 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.076 INFO kablam! | Oct 13 13:13:41.076 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.076 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.076 INFO kablam! ... Oct 13 13:13:41.076 INFO kablam! 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Oct 13 13:13:41.076 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.076 INFO kablam! | Oct 13 13:13:41.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.076 INFO kablam! | Oct 13 13:13:41.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.076 INFO kablam! | Oct 13 13:13:41.076 INFO kablam! Oct 13 13:13:41.085 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.085 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.085 INFO kablam! | Oct 13 13:13:41.085 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.085 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.085 INFO kablam! ... Oct 13 13:13:41.085 INFO kablam! 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Oct 13 13:13:41.085 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.085 INFO kablam! | Oct 13 13:13:41.085 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.085 INFO kablam! | Oct 13 13:13:41.085 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.085 INFO kablam! | Oct 13 13:13:41.085 INFO kablam! Oct 13 13:13:41.085 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.085 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.085 INFO kablam! | Oct 13 13:13:41.085 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.085 INFO kablam! | ^^^^^ Oct 13 13:13:41.085 INFO kablam! ... Oct 13 13:13:41.085 INFO kablam! 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Oct 13 13:13:41.085 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.085 INFO kablam! | Oct 13 13:13:41.085 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.085 INFO kablam! | Oct 13 13:13:41.085 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.085 INFO kablam! | Oct 13 13:13:41.085 INFO kablam! Oct 13 13:13:41.085 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.085 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.085 INFO kablam! | Oct 13 13:13:41.085 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.085 INFO kablam! | ^^^^^ Oct 13 13:13:41.085 INFO kablam! ... Oct 13 13:13:41.085 INFO kablam! 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Oct 13 13:13:41.085 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.085 INFO kablam! | Oct 13 13:13:41.085 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.085 INFO kablam! | Oct 13 13:13:41.085 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.085 INFO kablam! | Oct 13 13:13:41.085 INFO kablam! Oct 13 13:13:41.085 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.085 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.085 INFO kablam! | Oct 13 13:13:41.085 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.085 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.085 INFO kablam! ... Oct 13 13:13:41.085 INFO kablam! 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Oct 13 13:13:41.085 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.085 INFO kablam! | Oct 13 13:13:41.085 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.085 INFO kablam! | Oct 13 13:13:41.085 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.085 INFO kablam! | Oct 13 13:13:41.085 INFO kablam! Oct 13 13:13:41.085 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.085 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.085 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.086 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.086 INFO kablam! ... Oct 13 13:13:41.086 INFO kablam! 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Oct 13 13:13:41.086 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.086 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.086 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.086 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! Oct 13 13:13:41.086 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.086 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.086 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.086 INFO kablam! | ^^^^^ Oct 13 13:13:41.086 INFO kablam! ... Oct 13 13:13:41.086 INFO kablam! 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Oct 13 13:13:41.086 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.086 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.086 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.086 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! Oct 13 13:13:41.086 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.086 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.086 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.086 INFO kablam! | ^^^^^ Oct 13 13:13:41.086 INFO kablam! ... Oct 13 13:13:41.086 INFO kablam! 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Oct 13 13:13:41.086 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.086 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.086 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.086 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! Oct 13 13:13:41.086 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.086 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.086 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.086 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.086 INFO kablam! ... Oct 13 13:13:41.086 INFO kablam! 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Oct 13 13:13:41.086 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.086 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.086 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.086 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! Oct 13 13:13:41.086 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.086 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.086 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.086 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.086 INFO kablam! ... Oct 13 13:13:41.086 INFO kablam! 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Oct 13 13:13:41.086 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.086 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.086 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.086 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! Oct 13 13:13:41.086 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.086 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.086 INFO kablam! | Oct 13 13:13:41.086 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.086 INFO kablam! | ^^^^^ Oct 13 13:13:41.086 INFO kablam! ... Oct 13 13:13:41.086 INFO kablam! 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Oct 13 13:13:41.086 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.092 INFO kablam! | Oct 13 13:13:41.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.092 INFO kablam! | Oct 13 13:13:41.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.092 INFO kablam! | Oct 13 13:13:41.092 INFO kablam! Oct 13 13:13:41.096 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.096 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.096 INFO kablam! | Oct 13 13:13:41.096 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.096 INFO kablam! | ^^^^^ Oct 13 13:13:41.096 INFO kablam! ... Oct 13 13:13:41.096 INFO kablam! 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Oct 13 13:13:41.096 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.096 INFO kablam! | Oct 13 13:13:41.096 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.096 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.096 INFO kablam! | Oct 13 13:13:41.096 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.096 INFO kablam! | Oct 13 13:13:41.096 INFO kablam! Oct 13 13:13:41.096 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.096 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.096 INFO kablam! | Oct 13 13:13:41.096 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.096 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.096 INFO kablam! ... Oct 13 13:13:41.096 INFO kablam! 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Oct 13 13:13:41.096 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.096 INFO kablam! | Oct 13 13:13:41.096 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.096 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.096 INFO kablam! | Oct 13 13:13:41.096 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.096 INFO kablam! | Oct 13 13:13:41.096 INFO kablam! Oct 13 13:13:41.096 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.096 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.096 INFO kablam! | Oct 13 13:13:41.096 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.096 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.096 INFO kablam! ... Oct 13 13:13:41.096 INFO kablam! 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Oct 13 13:13:41.096 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.096 INFO kablam! | Oct 13 13:13:41.096 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.096 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.096 INFO kablam! | Oct 13 13:13:41.096 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.096 INFO kablam! | Oct 13 13:13:41.096 INFO kablam! Oct 13 13:13:41.096 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.096 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.096 INFO kablam! | Oct 13 13:13:41.096 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.096 INFO kablam! | ^^^^^ Oct 13 13:13:41.096 INFO kablam! ... Oct 13 13:13:41.097 INFO kablam! 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Oct 13 13:13:41.097 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.097 INFO kablam! | Oct 13 13:13:41.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.097 INFO kablam! | Oct 13 13:13:41.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.097 INFO kablam! | Oct 13 13:13:41.097 INFO kablam! Oct 13 13:13:41.100 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.100 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.100 INFO kablam! | Oct 13 13:13:41.100 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.100 INFO kablam! | ^^^^^ Oct 13 13:13:41.100 INFO kablam! ... Oct 13 13:13:41.100 INFO kablam! 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Oct 13 13:13:41.100 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.100 INFO kablam! | Oct 13 13:13:41.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.100 INFO kablam! | Oct 13 13:13:41.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.100 INFO kablam! | Oct 13 13:13:41.100 INFO kablam! Oct 13 13:13:41.100 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.100 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.100 INFO kablam! | Oct 13 13:13:41.100 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.100 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.100 INFO kablam! ... Oct 13 13:13:41.100 INFO kablam! 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Oct 13 13:13:41.100 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.100 INFO kablam! | Oct 13 13:13:41.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! Oct 13 13:13:41.101 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.101 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.101 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.101 INFO kablam! ... Oct 13 13:13:41.101 INFO kablam! 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Oct 13 13:13:41.101 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! Oct 13 13:13:41.101 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.101 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.101 INFO kablam! | ^^^^^ Oct 13 13:13:41.101 INFO kablam! ... Oct 13 13:13:41.101 INFO kablam! 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Oct 13 13:13:41.101 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! Oct 13 13:13:41.101 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.101 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.101 INFO kablam! | ^^^^^ Oct 13 13:13:41.101 INFO kablam! ... Oct 13 13:13:41.101 INFO kablam! 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Oct 13 13:13:41.101 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! Oct 13 13:13:41.101 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.101 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.101 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.101 INFO kablam! ... Oct 13 13:13:41.101 INFO kablam! 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Oct 13 13:13:41.101 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! Oct 13 13:13:41.101 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.101 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.101 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.101 INFO kablam! ... Oct 13 13:13:41.101 INFO kablam! 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Oct 13 13:13:41.101 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! Oct 13 13:13:41.101 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.101 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.101 INFO kablam! | ^^^^^ Oct 13 13:13:41.101 INFO kablam! ... Oct 13 13:13:41.101 INFO kablam! 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Oct 13 13:13:41.101 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.101 INFO kablam! | Oct 13 13:13:41.102 INFO kablam! Oct 13 13:13:41.116 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.116 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.116 INFO kablam! | Oct 13 13:13:41.116 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.116 INFO kablam! | ^^^^^ Oct 13 13:13:41.116 INFO kablam! ... Oct 13 13:13:41.116 INFO kablam! 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Oct 13 13:13:41.116 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.116 INFO kablam! | Oct 13 13:13:41.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.116 INFO kablam! | Oct 13 13:13:41.116 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.116 INFO kablam! | Oct 13 13:13:41.116 INFO kablam! Oct 13 13:13:41.116 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.116 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.116 INFO kablam! | Oct 13 13:13:41.116 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.117 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.117 INFO kablam! ... Oct 13 13:13:41.117 INFO kablam! 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Oct 13 13:13:41.117 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.117 INFO kablam! | Oct 13 13:13:41.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.117 INFO kablam! | Oct 13 13:13:41.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.117 INFO kablam! | Oct 13 13:13:41.117 INFO kablam! Oct 13 13:13:41.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.124 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.124 INFO kablam! | Oct 13 13:13:41.124 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.124 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.124 INFO kablam! ... Oct 13 13:13:41.124 INFO kablam! 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Oct 13 13:13:41.124 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.124 INFO kablam! | Oct 13 13:13:41.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.124 INFO kablam! | Oct 13 13:13:41.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.124 INFO kablam! | Oct 13 13:13:41.124 INFO kablam! Oct 13 13:13:41.127 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.127 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.127 INFO kablam! | Oct 13 13:13:41.127 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.127 INFO kablam! | ^^^^^ Oct 13 13:13:41.127 INFO kablam! ... Oct 13 13:13:41.127 INFO kablam! 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Oct 13 13:13:41.127 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.127 INFO kablam! | Oct 13 13:13:41.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.127 INFO kablam! | Oct 13 13:13:41.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.127 INFO kablam! | Oct 13 13:13:41.127 INFO kablam! Oct 13 13:13:41.127 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.127 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.127 INFO kablam! | Oct 13 13:13:41.127 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.127 INFO kablam! | ^^^^^ Oct 13 13:13:41.127 INFO kablam! ... Oct 13 13:13:41.127 INFO kablam! 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Oct 13 13:13:41.127 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.127 INFO kablam! | Oct 13 13:13:41.127 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.127 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.127 INFO kablam! | Oct 13 13:13:41.127 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.127 INFO kablam! | Oct 13 13:13:41.127 INFO kablam! Oct 13 13:13:41.127 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.128 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.128 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.128 INFO kablam! ... Oct 13 13:13:41.128 INFO kablam! 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Oct 13 13:13:41.128 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! Oct 13 13:13:41.128 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.128 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.128 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.128 INFO kablam! ... Oct 13 13:13:41.128 INFO kablam! 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Oct 13 13:13:41.128 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! Oct 13 13:13:41.128 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.128 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.128 INFO kablam! | ^^^^^ Oct 13 13:13:41.128 INFO kablam! ... Oct 13 13:13:41.128 INFO kablam! 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Oct 13 13:13:41.128 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! Oct 13 13:13:41.128 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.128 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.128 INFO kablam! | ^^^^^ Oct 13 13:13:41.128 INFO kablam! ... Oct 13 13:13:41.128 INFO kablam! 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Oct 13 13:13:41.128 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! Oct 13 13:13:41.128 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.128 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.128 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.128 INFO kablam! ... Oct 13 13:13:41.128 INFO kablam! 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Oct 13 13:13:41.128 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! Oct 13 13:13:41.128 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.128 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.128 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.128 INFO kablam! ... Oct 13 13:13:41.128 INFO kablam! 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Oct 13 13:13:41.128 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.128 INFO kablam! | Oct 13 13:13:41.129 INFO kablam! Oct 13 13:13:41.136 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.136 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.136 INFO kablam! | Oct 13 13:13:41.136 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.136 INFO kablam! | ^^^^^ Oct 13 13:13:41.136 INFO kablam! ... Oct 13 13:13:41.136 INFO kablam! 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Oct 13 13:13:41.136 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.136 INFO kablam! | Oct 13 13:13:41.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.136 INFO kablam! | Oct 13 13:13:41.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.136 INFO kablam! | Oct 13 13:13:41.136 INFO kablam! Oct 13 13:13:41.136 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.136 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.136 INFO kablam! | Oct 13 13:13:41.136 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.136 INFO kablam! | ^^^^^ Oct 13 13:13:41.136 INFO kablam! ... Oct 13 13:13:41.136 INFO kablam! 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Oct 13 13:13:41.136 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.136 INFO kablam! | Oct 13 13:13:41.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.136 INFO kablam! | Oct 13 13:13:41.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.136 INFO kablam! | Oct 13 13:13:41.136 INFO kablam! Oct 13 13:13:41.136 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.136 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.136 INFO kablam! | Oct 13 13:13:41.136 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.136 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.136 INFO kablam! ... Oct 13 13:13:41.136 INFO kablam! 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Oct 13 13:13:41.136 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.136 INFO kablam! | Oct 13 13:13:41.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.136 INFO kablam! | Oct 13 13:13:41.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.136 INFO kablam! | Oct 13 13:13:41.136 INFO kablam! Oct 13 13:13:41.136 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.137 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.137 INFO kablam! | Oct 13 13:13:41.137 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.137 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.137 INFO kablam! ... Oct 13 13:13:41.137 INFO kablam! 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Oct 13 13:13:41.137 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.137 INFO kablam! | Oct 13 13:13:41.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.137 INFO kablam! | Oct 13 13:13:41.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.137 INFO kablam! | Oct 13 13:13:41.137 INFO kablam! Oct 13 13:13:41.145 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.145 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.145 INFO kablam! | Oct 13 13:13:41.145 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.145 INFO kablam! | ^^^^^ Oct 13 13:13:41.145 INFO kablam! ... Oct 13 13:13:41.145 INFO kablam! 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Oct 13 13:13:41.145 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.145 INFO kablam! | Oct 13 13:13:41.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.145 INFO kablam! | Oct 13 13:13:41.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.145 INFO kablam! | Oct 13 13:13:41.145 INFO kablam! Oct 13 13:13:41.145 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.145 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.145 INFO kablam! | Oct 13 13:13:41.145 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.145 INFO kablam! | ^^^^^ Oct 13 13:13:41.145 INFO kablam! ... Oct 13 13:13:41.145 INFO kablam! 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Oct 13 13:13:41.145 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.145 INFO kablam! | Oct 13 13:13:41.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.146 INFO kablam! | Oct 13 13:13:41.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.146 INFO kablam! | Oct 13 13:13:41.146 INFO kablam! Oct 13 13:13:41.146 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.146 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.146 INFO kablam! | Oct 13 13:13:41.146 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.146 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.146 INFO kablam! ... Oct 13 13:13:41.146 INFO kablam! 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Oct 13 13:13:41.146 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.146 INFO kablam! | Oct 13 13:13:41.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.146 INFO kablam! | Oct 13 13:13:41.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.146 INFO kablam! | Oct 13 13:13:41.146 INFO kablam! Oct 13 13:13:41.146 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.146 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.146 INFO kablam! | Oct 13 13:13:41.146 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.146 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.146 INFO kablam! ... Oct 13 13:13:41.146 INFO kablam! 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Oct 13 13:13:41.146 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.146 INFO kablam! | Oct 13 13:13:41.146 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.146 INFO kablam! | Oct 13 13:13:41.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.146 INFO kablam! | Oct 13 13:13:41.146 INFO kablam! Oct 13 13:13:41.150 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.150 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.150 INFO kablam! | Oct 13 13:13:41.150 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.150 INFO kablam! | ^^^^^ Oct 13 13:13:41.150 INFO kablam! ... Oct 13 13:13:41.150 INFO kablam! 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Oct 13 13:13:41.150 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.150 INFO kablam! | Oct 13 13:13:41.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.150 INFO kablam! | Oct 13 13:13:41.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.150 INFO kablam! | Oct 13 13:13:41.150 INFO kablam! Oct 13 13:13:41.150 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.150 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.150 INFO kablam! | Oct 13 13:13:41.150 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.150 INFO kablam! | ^^^^^ Oct 13 13:13:41.150 INFO kablam! ... Oct 13 13:13:41.150 INFO kablam! 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Oct 13 13:13:41.150 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.150 INFO kablam! | Oct 13 13:13:41.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.150 INFO kablam! | Oct 13 13:13:41.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.150 INFO kablam! | Oct 13 13:13:41.150 INFO kablam! Oct 13 13:13:41.150 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.150 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.150 INFO kablam! | Oct 13 13:13:41.150 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.150 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.150 INFO kablam! ... Oct 13 13:13:41.150 INFO kablam! 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Oct 13 13:13:41.150 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.150 INFO kablam! | Oct 13 13:13:41.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.150 INFO kablam! | Oct 13 13:13:41.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.150 INFO kablam! | Oct 13 13:13:41.150 INFO kablam! Oct 13 13:13:41.150 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.150 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.150 INFO kablam! | Oct 13 13:13:41.150 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.150 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.150 INFO kablam! ... Oct 13 13:13:41.150 INFO kablam! 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Oct 13 13:13:41.150 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.150 INFO kablam! | Oct 13 13:13:41.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.150 INFO kablam! | Oct 13 13:13:41.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.150 INFO kablam! | Oct 13 13:13:41.150 INFO kablam! Oct 13 13:13:41.150 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.150 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.150 INFO kablam! | Oct 13 13:13:41.150 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.150 INFO kablam! | ^^^^^ Oct 13 13:13:41.150 INFO kablam! ... Oct 13 13:13:41.150 INFO kablam! 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Oct 13 13:13:41.150 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.150 INFO kablam! | Oct 13 13:13:41.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.150 INFO kablam! | Oct 13 13:13:41.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.150 INFO kablam! | Oct 13 13:13:41.150 INFO kablam! Oct 13 13:13:41.151 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.151 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.151 INFO kablam! | Oct 13 13:13:41.151 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.151 INFO kablam! | ^^^^^ Oct 13 13:13:41.151 INFO kablam! ... Oct 13 13:13:41.151 INFO kablam! 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Oct 13 13:13:41.151 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.151 INFO kablam! | Oct 13 13:13:41.151 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.151 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.151 INFO kablam! | Oct 13 13:13:41.151 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.151 INFO kablam! | Oct 13 13:13:41.151 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.153 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.153 INFO kablam! | Oct 13 13:13:41.153 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.153 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.153 INFO kablam! ... Oct 13 13:13:41.153 INFO kablam! 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Oct 13 13:13:41.153 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.153 INFO kablam! | Oct 13 13:13:41.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.153 INFO kablam! | Oct 13 13:13:41.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.153 INFO kablam! | Oct 13 13:13:41.153 INFO kablam! Oct 13 13:13:41.168 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.168 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.168 INFO kablam! | Oct 13 13:13:41.168 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.168 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.168 INFO kablam! ... Oct 13 13:13:41.168 INFO kablam! 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Oct 13 13:13:41.168 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.168 INFO kablam! | Oct 13 13:13:41.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.168 INFO kablam! | Oct 13 13:13:41.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.168 INFO kablam! | Oct 13 13:13:41.168 INFO kablam! Oct 13 13:13:41.168 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.168 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.168 INFO kablam! | Oct 13 13:13:41.168 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.168 INFO kablam! | ^^^^^ Oct 13 13:13:41.168 INFO kablam! ... Oct 13 13:13:41.168 INFO kablam! 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Oct 13 13:13:41.169 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.169 INFO kablam! | Oct 13 13:13:41.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.169 INFO kablam! | Oct 13 13:13:41.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.169 INFO kablam! | Oct 13 13:13:41.169 INFO kablam! Oct 13 13:13:41.181 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.181 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.181 INFO kablam! | Oct 13 13:13:41.181 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.181 INFO kablam! | ^^^^^ Oct 13 13:13:41.181 INFO kablam! ... Oct 13 13:13:41.181 INFO kablam! 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Oct 13 13:13:41.181 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.181 INFO kablam! | Oct 13 13:13:41.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.181 INFO kablam! | Oct 13 13:13:41.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.181 INFO kablam! | Oct 13 13:13:41.181 INFO kablam! Oct 13 13:13:41.181 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.181 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.181 INFO kablam! | Oct 13 13:13:41.181 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.181 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.181 INFO kablam! ... Oct 13 13:13:41.181 INFO kablam! 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Oct 13 13:13:41.181 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.181 INFO kablam! | Oct 13 13:13:41.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.181 INFO kablam! | Oct 13 13:13:41.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.181 INFO kablam! | Oct 13 13:13:41.181 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:185:26 Oct 13 13:13:41.184 INFO kablam! | Oct 13 13:13:41.184 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); 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.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.185 INFO kablam! | Oct 13 13:13:41.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.185 INFO kablam! | Oct 13 13:13:41.185 INFO kablam! Oct 13 13:13:41.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.185 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.185 INFO kablam! | Oct 13 13:13:41.185 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.185 INFO kablam! | ^^^^^ Oct 13 13:13:41.185 INFO kablam! ... Oct 13 13:13:41.185 INFO kablam! 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Oct 13 13:13:41.185 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.185 INFO kablam! | Oct 13 13:13:41.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.185 INFO kablam! | Oct 13 13:13:41.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.185 INFO kablam! | Oct 13 13:13:41.185 INFO kablam! Oct 13 13:13:41.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.185 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.185 INFO kablam! | Oct 13 13:13:41.185 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.185 INFO kablam! | ^^^^^ Oct 13 13:13:41.185 INFO kablam! ... Oct 13 13:13:41.185 INFO kablam! 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Oct 13 13:13:41.185 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.185 INFO kablam! | Oct 13 13:13:41.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.185 INFO kablam! | Oct 13 13:13:41.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.185 INFO kablam! | Oct 13 13:13:41.185 INFO kablam! Oct 13 13:13:41.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.185 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.185 INFO kablam! | Oct 13 13:13:41.185 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.185 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.185 INFO kablam! ... Oct 13 13:13:41.185 INFO kablam! 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Oct 13 13:13:41.185 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.185 INFO kablam! | Oct 13 13:13:41.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.185 INFO kablam! | Oct 13 13:13:41.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.185 INFO kablam! | Oct 13 13:13:41.185 INFO kablam! Oct 13 13:13:41.187 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.187 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.187 INFO kablam! | Oct 13 13:13:41.187 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.187 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.187 INFO kablam! ... Oct 13 13:13:41.187 INFO kablam! 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); 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.187 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.187 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.187 INFO kablam! | Oct 13 13:13:41.187 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); 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.187 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.189 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.189 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.189 INFO kablam! | Oct 13 13:13:41.189 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.189 INFO kablam! | ^^^^^ Oct 13 13:13:41.189 INFO kablam! ... Oct 13 13:13:41.189 INFO kablam! 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); 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.189 INFO kablam! | Oct 13 13:13:41.189 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.189 INFO kablam! | Oct 13 13:13:41.189 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:180:30 Oct 13 13:13:41.189 INFO kablam! | Oct 13 13:13:41.189 INFO kablam! 180 | 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! 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); 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.189 INFO kablam! | Oct 13 13:13:41.189 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.189 INFO kablam! | Oct 13 13:13:41.192 INFO kablam! Oct 13 13:13:41.192 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.192 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.192 INFO kablam! | Oct 13 13:13:41.192 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.192 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.192 INFO kablam! ... Oct 13 13:13:41.192 INFO kablam! 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Oct 13 13:13:41.192 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.192 INFO kablam! | Oct 13 13:13:41.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.192 INFO kablam! | Oct 13 13:13:41.192 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.192 INFO kablam! | Oct 13 13:13:41.192 INFO kablam! Oct 13 13:13:41.192 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.192 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.192 INFO kablam! | Oct 13 13:13:41.192 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.192 INFO kablam! | ^^^^^ Oct 13 13:13:41.192 INFO kablam! ... Oct 13 13:13:41.192 INFO kablam! 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Oct 13 13:13:41.192 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.192 INFO kablam! | Oct 13 13:13:41.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.192 INFO kablam! | Oct 13 13:13:41.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.193 INFO kablam! | Oct 13 13:13:41.193 INFO kablam! Oct 13 13:13:41.193 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.193 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.193 INFO kablam! | Oct 13 13:13:41.193 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.193 INFO kablam! | ^^^^^ Oct 13 13:13:41.193 INFO kablam! ... Oct 13 13:13:41.193 INFO kablam! 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Oct 13 13:13:41.193 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.193 INFO kablam! | Oct 13 13:13:41.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.193 INFO kablam! | Oct 13 13:13:41.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.193 INFO kablam! | Oct 13 13:13:41.193 INFO kablam! Oct 13 13:13:41.195 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.195 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.195 INFO kablam! | Oct 13 13:13:41.195 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.195 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.195 INFO kablam! ... Oct 13 13:13:41.195 INFO kablam! 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); 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.195 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.195 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.195 INFO kablam! | Oct 13 13:13:41.195 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.195 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.195 INFO kablam! ... Oct 13 13:13:41.195 INFO kablam! 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); 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.200 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.200 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.200 INFO kablam! | Oct 13 13:13:41.200 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.200 INFO kablam! | ^^^^^ Oct 13 13:13:41.200 INFO kablam! ... Oct 13 13:13:41.200 INFO kablam! 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Oct 13 13:13:41.200 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.200 INFO kablam! | Oct 13 13:13:41.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.200 INFO kablam! | Oct 13 13:13:41.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.200 INFO kablam! | Oct 13 13:13:41.200 INFO kablam! Oct 13 13:13:41.200 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.200 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.200 INFO kablam! | Oct 13 13:13:41.200 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.200 INFO kablam! | ^^^^^ Oct 13 13:13:41.200 INFO kablam! ... Oct 13 13:13:41.200 INFO kablam! 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Oct 13 13:13:41.200 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.200 INFO kablam! | Oct 13 13:13:41.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.200 INFO kablam! | Oct 13 13:13:41.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.200 INFO kablam! | Oct 13 13:13:41.200 INFO kablam! Oct 13 13:13:41.200 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.200 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.200 INFO kablam! | Oct 13 13:13:41.200 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.200 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.200 INFO kablam! ... Oct 13 13:13:41.200 INFO kablam! 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Oct 13 13:13:41.200 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.200 INFO kablam! | Oct 13 13:13:41.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.200 INFO kablam! | Oct 13 13:13:41.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.200 INFO kablam! | Oct 13 13:13:41.200 INFO kablam! Oct 13 13:13:41.200 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.200 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.201 INFO kablam! | Oct 13 13:13:41.201 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.201 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.201 INFO kablam! ... Oct 13 13:13:41.201 INFO kablam! 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Oct 13 13:13:41.201 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.201 INFO kablam! | Oct 13 13:13:41.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.201 INFO kablam! | Oct 13 13:13:41.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.201 INFO kablam! | Oct 13 13:13:41.201 INFO kablam! Oct 13 13:13:41.201 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.201 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.201 INFO kablam! | Oct 13 13:13:41.201 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.201 INFO kablam! | ^^^^^ Oct 13 13:13:41.201 INFO kablam! ... Oct 13 13:13:41.201 INFO kablam! 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Oct 13 13:13:41.201 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.201 INFO kablam! | Oct 13 13:13:41.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.201 INFO kablam! | Oct 13 13:13:41.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.201 INFO kablam! | Oct 13 13:13:41.201 INFO kablam! Oct 13 13:13:41.208 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.208 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.208 INFO kablam! | Oct 13 13:13:41.208 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.208 INFO kablam! | ^^^^^ Oct 13 13:13:41.208 INFO kablam! ... Oct 13 13:13:41.208 INFO kablam! 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Oct 13 13:13:41.208 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.221 INFO kablam! | Oct 13 13:13:41.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.221 INFO kablam! | Oct 13 13:13:41.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.221 INFO kablam! | Oct 13 13:13:41.221 INFO kablam! Oct 13 13:13:41.221 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.221 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.221 INFO kablam! | Oct 13 13:13:41.221 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.221 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.221 INFO kablam! ... Oct 13 13:13:41.221 INFO kablam! 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Oct 13 13:13:41.221 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.221 INFO kablam! | Oct 13 13:13:41.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.221 INFO kablam! | Oct 13 13:13:41.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.221 INFO kablam! | Oct 13 13:13:41.221 INFO kablam! Oct 13 13:13:41.221 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.221 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.221 INFO kablam! | Oct 13 13:13:41.221 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.221 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.221 INFO kablam! ... Oct 13 13:13:41.221 INFO kablam! 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Oct 13 13:13:41.221 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.221 INFO kablam! | Oct 13 13:13:41.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.221 INFO kablam! | Oct 13 13:13:41.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.221 INFO kablam! | Oct 13 13:13:41.221 INFO kablam! Oct 13 13:13:41.221 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.221 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.221 INFO kablam! | Oct 13 13:13:41.221 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.221 INFO kablam! | ^^^^^ Oct 13 13:13:41.221 INFO kablam! ... Oct 13 13:13:41.221 INFO kablam! 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Oct 13 13:13:41.221 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.221 INFO kablam! | Oct 13 13:13:41.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.221 INFO kablam! | Oct 13 13:13:41.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.221 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! Oct 13 13:13:41.222 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.222 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.222 INFO kablam! | ^^^^^ Oct 13 13:13:41.222 INFO kablam! ... Oct 13 13:13:41.222 INFO kablam! 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Oct 13 13:13:41.222 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! Oct 13 13:13:41.222 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.222 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.222 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.222 INFO kablam! ... Oct 13 13:13:41.222 INFO kablam! 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Oct 13 13:13:41.222 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! Oct 13 13:13:41.222 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.222 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.222 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.222 INFO kablam! ... Oct 13 13:13:41.222 INFO kablam! 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Oct 13 13:13:41.222 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! Oct 13 13:13:41.222 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.222 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.222 INFO kablam! | ^^^^^ Oct 13 13:13:41.222 INFO kablam! ... Oct 13 13:13:41.222 INFO kablam! 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Oct 13 13:13:41.222 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! Oct 13 13:13:41.222 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.222 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.222 INFO kablam! | ^^^^^ Oct 13 13:13:41.222 INFO kablam! ... Oct 13 13:13:41.222 INFO kablam! 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Oct 13 13:13:41.222 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! Oct 13 13:13:41.222 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.222 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.222 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.222 INFO kablam! ... Oct 13 13:13:41.222 INFO kablam! 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Oct 13 13:13:41.222 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.222 INFO kablam! | Oct 13 13:13:41.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! Oct 13 13:13:41.223 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.223 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.223 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.223 INFO kablam! ... Oct 13 13:13:41.223 INFO kablam! 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Oct 13 13:13:41.223 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! Oct 13 13:13:41.223 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.223 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.223 INFO kablam! | ^^^^^ Oct 13 13:13:41.223 INFO kablam! ... Oct 13 13:13:41.223 INFO kablam! 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Oct 13 13:13:41.223 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! Oct 13 13:13:41.223 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.223 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.223 INFO kablam! | ^^^^^ Oct 13 13:13:41.223 INFO kablam! ... Oct 13 13:13:41.223 INFO kablam! 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Oct 13 13:13:41.223 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! Oct 13 13:13:41.223 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.223 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.223 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.223 INFO kablam! ... Oct 13 13:13:41.223 INFO kablam! 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Oct 13 13:13:41.223 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! Oct 13 13:13:41.223 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.223 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.223 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.223 INFO kablam! ... Oct 13 13:13:41.223 INFO kablam! 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Oct 13 13:13:41.223 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.223 INFO kablam! | Oct 13 13:13:41.223 INFO kablam! Oct 13 13:13:41.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.228 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.228 INFO kablam! | Oct 13 13:13:41.228 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.228 INFO kablam! | ^^^^^ Oct 13 13:13:41.228 INFO kablam! ... Oct 13 13:13:41.228 INFO kablam! 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Oct 13 13:13:41.228 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.228 INFO kablam! | Oct 13 13:13:41.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.228 INFO kablam! | Oct 13 13:13:41.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.228 INFO kablam! | Oct 13 13:13:41.228 INFO kablam! Oct 13 13:13:41.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.228 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.228 INFO kablam! | Oct 13 13:13:41.228 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.228 INFO kablam! | ^^^^^ Oct 13 13:13:41.228 INFO kablam! ... Oct 13 13:13:41.228 INFO kablam! 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Oct 13 13:13:41.228 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.228 INFO kablam! | Oct 13 13:13:41.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.228 INFO kablam! | Oct 13 13:13:41.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.228 INFO kablam! | Oct 13 13:13:41.228 INFO kablam! Oct 13 13:13:41.228 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.228 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.228 INFO kablam! | Oct 13 13:13:41.228 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.228 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.229 INFO kablam! ... Oct 13 13:13:41.229 INFO kablam! 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Oct 13 13:13:41.229 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.229 INFO kablam! | Oct 13 13:13:41.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.229 INFO kablam! | Oct 13 13:13:41.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.229 INFO kablam! | Oct 13 13:13:41.229 INFO kablam! Oct 13 13:13:41.229 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.229 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.229 INFO kablam! | Oct 13 13:13:41.229 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.229 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.229 INFO kablam! ... Oct 13 13:13:41.229 INFO kablam! 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Oct 13 13:13:41.229 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.229 INFO kablam! | Oct 13 13:13:41.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.229 INFO kablam! | Oct 13 13:13:41.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.229 INFO kablam! | Oct 13 13:13:41.229 INFO kablam! Oct 13 13:13:41.241 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.241 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.241 INFO kablam! | Oct 13 13:13:41.241 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.241 INFO kablam! | ^^^^^ Oct 13 13:13:41.241 INFO kablam! ... Oct 13 13:13:41.241 INFO kablam! 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Oct 13 13:13:41.241 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.241 INFO kablam! | Oct 13 13:13:41.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.241 INFO kablam! | Oct 13 13:13:41.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.241 INFO kablam! | Oct 13 13:13:41.241 INFO kablam! Oct 13 13:13:41.241 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.241 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.241 INFO kablam! | Oct 13 13:13:41.241 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.241 INFO kablam! | ^^^^^ Oct 13 13:13:41.241 INFO kablam! ... Oct 13 13:13:41.241 INFO kablam! 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Oct 13 13:13:41.241 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.241 INFO kablam! | Oct 13 13:13:41.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.241 INFO kablam! | Oct 13 13:13:41.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.241 INFO kablam! | Oct 13 13:13:41.241 INFO kablam! Oct 13 13:13:41.241 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.241 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.241 INFO kablam! | Oct 13 13:13:41.241 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.241 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.241 INFO kablam! ... Oct 13 13:13:41.241 INFO kablam! 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Oct 13 13:13:41.241 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.241 INFO kablam! | Oct 13 13:13:41.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.241 INFO kablam! | Oct 13 13:13:41.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.241 INFO kablam! | Oct 13 13:13:41.241 INFO kablam! Oct 13 13:13:41.241 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.241 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.241 INFO kablam! | Oct 13 13:13:41.241 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.241 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.241 INFO kablam! ... Oct 13 13:13:41.241 INFO kablam! 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Oct 13 13:13:41.241 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.241 INFO kablam! | Oct 13 13:13:41.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.241 INFO kablam! | Oct 13 13:13:41.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.241 INFO kablam! | Oct 13 13:13:41.241 INFO kablam! Oct 13 13:13:41.241 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.241 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.241 INFO kablam! | Oct 13 13:13:41.242 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); 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.243 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.243 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.243 INFO kablam! | Oct 13 13:13:41.243 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.243 INFO kablam! | ^^^^^ Oct 13 13:13:41.243 INFO kablam! ... Oct 13 13:13:41.243 INFO kablam! 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.244 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.245 INFO kablam! | Oct 13 13:13:41.245 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.245 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.245 INFO kablam! ... Oct 13 13:13:41.245 INFO kablam! 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Oct 13 13:13:41.245 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.245 INFO kablam! | Oct 13 13:13:41.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.245 INFO kablam! | Oct 13 13:13:41.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.245 INFO kablam! | Oct 13 13:13:41.245 INFO kablam! Oct 13 13:13:41.245 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.245 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.245 INFO kablam! | Oct 13 13:13:41.245 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.245 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.245 INFO kablam! ... Oct 13 13:13:41.245 INFO kablam! 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Oct 13 13:13:41.245 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.245 INFO kablam! | Oct 13 13:13:41.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.245 INFO kablam! | Oct 13 13:13:41.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.245 INFO kablam! | Oct 13 13:13:41.245 INFO kablam! Oct 13 13:13:41.256 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.256 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.256 INFO kablam! | Oct 13 13:13:41.256 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.256 INFO kablam! | ^^^^^ Oct 13 13:13:41.256 INFO kablam! ... Oct 13 13:13:41.256 INFO kablam! 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Oct 13 13:13:41.256 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.256 INFO kablam! | Oct 13 13:13:41.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.256 INFO kablam! | Oct 13 13:13:41.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.256 INFO kablam! | Oct 13 13:13:41.256 INFO kablam! Oct 13 13:13:41.256 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.256 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.256 INFO kablam! | Oct 13 13:13:41.256 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.256 INFO kablam! | ^^^^^ Oct 13 13:13:41.256 INFO kablam! ... Oct 13 13:13:41.256 INFO kablam! 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Oct 13 13:13:41.256 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.256 INFO kablam! | Oct 13 13:13:41.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.256 INFO kablam! | Oct 13 13:13:41.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.256 INFO kablam! | Oct 13 13:13:41.256 INFO kablam! Oct 13 13:13:41.256 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.256 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.256 INFO kablam! | Oct 13 13:13:41.256 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.256 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.256 INFO kablam! ... Oct 13 13:13:41.256 INFO kablam! 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Oct 13 13:13:41.256 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.256 INFO kablam! | Oct 13 13:13:41.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.256 INFO kablam! | Oct 13 13:13:41.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.256 INFO kablam! | Oct 13 13:13:41.256 INFO kablam! Oct 13 13:13:41.257 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.257 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.257 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.257 INFO kablam! ... Oct 13 13:13:41.257 INFO kablam! 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Oct 13 13:13:41.257 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! Oct 13 13:13:41.257 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.257 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.257 INFO kablam! | ^^^^^ Oct 13 13:13:41.257 INFO kablam! ... Oct 13 13:13:41.257 INFO kablam! 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Oct 13 13:13:41.257 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! Oct 13 13:13:41.257 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.257 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.257 INFO kablam! | ^^^^^ Oct 13 13:13:41.257 INFO kablam! ... Oct 13 13:13:41.257 INFO kablam! 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Oct 13 13:13:41.257 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! Oct 13 13:13:41.257 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.257 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.257 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.257 INFO kablam! ... Oct 13 13:13:41.257 INFO kablam! 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Oct 13 13:13:41.257 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! Oct 13 13:13:41.257 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.257 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.257 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.257 INFO kablam! ... Oct 13 13:13:41.257 INFO kablam! 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Oct 13 13:13:41.257 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! Oct 13 13:13:41.257 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.257 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.257 INFO kablam! | ^^^^^ Oct 13 13:13:41.257 INFO kablam! ... Oct 13 13:13:41.257 INFO kablam! 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Oct 13 13:13:41.257 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.257 INFO kablam! | Oct 13 13:13:41.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.258 INFO kablam! | Oct 13 13:13:41.258 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.258 INFO kablam! | Oct 13 13:13:41.258 INFO kablam! Oct 13 13:13:41.272 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.272 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.272 INFO kablam! | Oct 13 13:13:41.272 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.272 INFO kablam! | ^^^^^ Oct 13 13:13:41.272 INFO kablam! ... Oct 13 13:13:41.272 INFO kablam! 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Oct 13 13:13:41.272 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.272 INFO kablam! | Oct 13 13:13:41.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.272 INFO kablam! | Oct 13 13:13:41.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.272 INFO kablam! | Oct 13 13:13:41.273 INFO kablam! Oct 13 13:13:41.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.273 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.273 INFO kablam! | Oct 13 13:13:41.273 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.273 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.273 INFO kablam! ... Oct 13 13:13:41.273 INFO kablam! 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Oct 13 13:13:41.273 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.273 INFO kablam! | Oct 13 13:13:41.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.273 INFO kablam! | Oct 13 13:13:41.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.273 INFO kablam! | Oct 13 13:13:41.273 INFO kablam! Oct 13 13:13:41.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.273 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.273 INFO kablam! | Oct 13 13:13:41.273 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.273 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.273 INFO kablam! ... Oct 13 13:13:41.273 INFO kablam! 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Oct 13 13:13:41.273 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.273 INFO kablam! | Oct 13 13:13:41.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.273 INFO kablam! | Oct 13 13:13:41.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.273 INFO kablam! | Oct 13 13:13:41.273 INFO kablam! Oct 13 13:13:41.273 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.273 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.273 INFO kablam! | Oct 13 13:13:41.273 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.273 INFO kablam! | ^^^^^ Oct 13 13:13:41.273 INFO kablam! ... Oct 13 13:13:41.273 INFO kablam! 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Oct 13 13:13:41.273 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.273 INFO kablam! | Oct 13 13:13:41.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.273 INFO kablam! | Oct 13 13:13:41.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.273 INFO kablam! | Oct 13 13:13:41.273 INFO kablam! Oct 13 13:13:41.280 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.280 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.280 INFO kablam! | Oct 13 13:13:41.280 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.280 INFO kablam! | ^^^^^ Oct 13 13:13:41.280 INFO kablam! ... Oct 13 13:13:41.280 INFO kablam! 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Oct 13 13:13:41.280 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.280 INFO kablam! | Oct 13 13:13:41.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.280 INFO kablam! | Oct 13 13:13:41.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.280 INFO kablam! | Oct 13 13:13:41.280 INFO kablam! Oct 13 13:13:41.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.280 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.280 INFO kablam! | Oct 13 13:13:41.280 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.280 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.280 INFO kablam! ... Oct 13 13:13:41.280 INFO kablam! 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Oct 13 13:13:41.280 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.280 INFO kablam! | Oct 13 13:13:41.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.280 INFO kablam! | Oct 13 13:13:41.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.280 INFO kablam! | Oct 13 13:13:41.280 INFO kablam! Oct 13 13:13:41.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.280 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.280 INFO kablam! | Oct 13 13:13:41.280 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.280 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.280 INFO kablam! ... Oct 13 13:13:41.280 INFO kablam! 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Oct 13 13:13:41.280 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.280 INFO kablam! | Oct 13 13:13:41.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.280 INFO kablam! | Oct 13 13:13:41.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.280 INFO kablam! | Oct 13 13:13:41.280 INFO kablam! Oct 13 13:13:41.280 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.280 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.280 INFO kablam! | Oct 13 13:13:41.280 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.281 INFO kablam! | ^^^^^ Oct 13 13:13:41.281 INFO kablam! ... Oct 13 13:13:41.281 INFO kablam! 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Oct 13 13:13:41.281 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.281 INFO kablam! | Oct 13 13:13:41.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.281 INFO kablam! | Oct 13 13:13:41.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.281 INFO kablam! | Oct 13 13:13:41.281 INFO kablam! Oct 13 13:13:41.281 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.281 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.281 INFO kablam! | Oct 13 13:13:41.281 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.281 INFO kablam! | ^^^^^ Oct 13 13:13:41.281 INFO kablam! ... Oct 13 13:13:41.281 INFO kablam! 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Oct 13 13:13:41.281 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.281 INFO kablam! | Oct 13 13:13:41.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.281 INFO kablam! | Oct 13 13:13:41.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.281 INFO kablam! | Oct 13 13:13:41.281 INFO kablam! Oct 13 13:13:41.281 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.281 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.281 INFO kablam! | Oct 13 13:13:41.281 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.281 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.281 INFO kablam! ... Oct 13 13:13:41.281 INFO kablam! 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Oct 13 13:13:41.281 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.281 INFO kablam! | Oct 13 13:13:41.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.281 INFO kablam! | Oct 13 13:13:41.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.281 INFO kablam! | Oct 13 13:13:41.281 INFO kablam! Oct 13 13:13:41.281 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.281 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.281 INFO kablam! | Oct 13 13:13:41.281 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.281 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.281 INFO kablam! ... Oct 13 13:13:41.281 INFO kablam! 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Oct 13 13:13:41.281 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.281 INFO kablam! | Oct 13 13:13:41.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.281 INFO kablam! | Oct 13 13:13:41.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.281 INFO kablam! | Oct 13 13:13:41.281 INFO kablam! Oct 13 13:13:41.289 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.289 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.289 INFO kablam! | Oct 13 13:13:41.289 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.289 INFO kablam! | ^^^^^ Oct 13 13:13:41.289 INFO kablam! ... Oct 13 13:13:41.289 INFO kablam! 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Oct 13 13:13:41.289 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.289 INFO kablam! | Oct 13 13:13:41.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.289 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.289 INFO kablam! | Oct 13 13:13:41.289 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.289 INFO kablam! | Oct 13 13:13:41.289 INFO kablam! Oct 13 13:13:41.289 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.289 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.289 INFO kablam! | Oct 13 13:13:41.289 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.289 INFO kablam! | ^^^^^ Oct 13 13:13:41.289 INFO kablam! ... Oct 13 13:13:41.289 INFO kablam! 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Oct 13 13:13:41.289 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.289 INFO kablam! | Oct 13 13:13:41.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.289 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.289 INFO kablam! | Oct 13 13:13:41.289 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.289 INFO kablam! | Oct 13 13:13:41.289 INFO kablam! Oct 13 13:13:41.289 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.289 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.290 INFO kablam! | Oct 13 13:13:41.290 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.290 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.290 INFO kablam! ... Oct 13 13:13:41.290 INFO kablam! 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Oct 13 13:13:41.290 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.290 INFO kablam! | Oct 13 13:13:41.290 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.290 INFO kablam! | Oct 13 13:13:41.290 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.290 INFO kablam! | Oct 13 13:13:41.290 INFO kablam! Oct 13 13:13:41.290 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.290 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.290 INFO kablam! | Oct 13 13:13:41.290 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.290 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.290 INFO kablam! ... Oct 13 13:13:41.290 INFO kablam! 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Oct 13 13:13:41.290 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.290 INFO kablam! | Oct 13 13:13:41.290 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.290 INFO kablam! | Oct 13 13:13:41.290 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.290 INFO kablam! | Oct 13 13:13:41.290 INFO kablam! Oct 13 13:13:41.290 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.290 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.290 INFO kablam! | Oct 13 13:13:41.290 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.290 INFO kablam! | ^^^^^ Oct 13 13:13:41.290 INFO kablam! ... Oct 13 13:13:41.290 INFO kablam! 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Oct 13 13:13:41.290 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.290 INFO kablam! | Oct 13 13:13:41.290 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.290 INFO kablam! | Oct 13 13:13:41.290 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.290 INFO kablam! | Oct 13 13:13:41.290 INFO kablam! Oct 13 13:13:41.292 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.292 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.292 INFO kablam! | Oct 13 13:13:41.292 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.293 INFO kablam! | ^^^^^ Oct 13 13:13:41.293 INFO kablam! ... Oct 13 13:13:41.293 INFO kablam! 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Oct 13 13:13:41.293 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.293 INFO kablam! | Oct 13 13:13:41.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.293 INFO kablam! | Oct 13 13:13:41.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.293 INFO kablam! | Oct 13 13:13:41.293 INFO kablam! Oct 13 13:13:41.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.293 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.293 INFO kablam! | Oct 13 13:13:41.293 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.293 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.293 INFO kablam! ... Oct 13 13:13:41.293 INFO kablam! 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Oct 13 13:13:41.293 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.293 INFO kablam! | Oct 13 13:13:41.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.293 INFO kablam! | Oct 13 13:13:41.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.293 INFO kablam! | Oct 13 13:13:41.293 INFO kablam! Oct 13 13:13:41.294 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.294 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.294 INFO kablam! | Oct 13 13:13:41.294 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.294 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.294 INFO kablam! ... Oct 13 13:13:41.294 INFO kablam! 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Oct 13 13:13:41.294 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.294 INFO kablam! | Oct 13 13:13:41.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.294 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.295 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.295 INFO kablam! | Oct 13 13:13:41.295 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); 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.296 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.296 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.296 INFO kablam! | Oct 13 13:13:41.296 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.296 INFO kablam! | ^^^^^ Oct 13 13:13:41.296 INFO kablam! ... Oct 13 13:13:41.296 INFO kablam! 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Oct 13 13:13:41.296 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.296 INFO kablam! | Oct 13 13:13:41.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.296 INFO kablam! | Oct 13 13:13:41.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.296 INFO kablam! | Oct 13 13:13:41.296 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:180:30 Oct 13 13:13:41.297 INFO kablam! | Oct 13 13:13:41.297 INFO kablam! 180 | 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! 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.299 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.299 INFO kablam! | Oct 13 13:13:41.299 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); 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.299 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.299 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.299 INFO kablam! | Oct 13 13:13:41.299 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); 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.304 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.304 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.304 INFO kablam! | Oct 13 13:13:41.304 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.304 INFO kablam! | ^^^^^ Oct 13 13:13:41.304 INFO kablam! ... Oct 13 13:13:41.304 INFO kablam! 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Oct 13 13:13:41.304 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.304 INFO kablam! | Oct 13 13:13:41.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.305 INFO kablam! | Oct 13 13:13:41.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.305 INFO kablam! | Oct 13 13:13:41.305 INFO kablam! Oct 13 13:13:41.305 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.305 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.305 INFO kablam! | Oct 13 13:13:41.305 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.305 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.305 INFO kablam! ... Oct 13 13:13:41.305 INFO kablam! 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Oct 13 13:13:41.305 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.305 INFO kablam! | Oct 13 13:13:41.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.305 INFO kablam! | Oct 13 13:13:41.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.305 INFO kablam! | Oct 13 13:13:41.305 INFO kablam! Oct 13 13:13:41.305 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.305 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.305 INFO kablam! | Oct 13 13:13:41.305 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.305 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.305 INFO kablam! ... Oct 13 13:13:41.305 INFO kablam! 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Oct 13 13:13:41.305 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.305 INFO kablam! | Oct 13 13:13:41.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.305 INFO kablam! | Oct 13 13:13:41.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.305 INFO kablam! | Oct 13 13:13:41.305 INFO kablam! Oct 13 13:13:41.305 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.305 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.305 INFO kablam! | Oct 13 13:13:41.305 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.305 INFO kablam! | ^^^^^ Oct 13 13:13:41.305 INFO kablam! ... Oct 13 13:13:41.305 INFO kablam! 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Oct 13 13:13:41.305 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.305 INFO kablam! | Oct 13 13:13:41.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.305 INFO kablam! | Oct 13 13:13:41.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.305 INFO kablam! | Oct 13 13:13:41.305 INFO kablam! Oct 13 13:13:41.305 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.305 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.305 INFO kablam! | Oct 13 13:13:41.305 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.305 INFO kablam! | ^^^^^ Oct 13 13:13:41.305 INFO kablam! ... Oct 13 13:13:41.305 INFO kablam! 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Oct 13 13:13:41.305 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.305 INFO kablam! | Oct 13 13:13:41.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.305 INFO kablam! | Oct 13 13:13:41.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.305 INFO kablam! | Oct 13 13:13:41.305 INFO kablam! Oct 13 13:13:41.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.312 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.312 INFO kablam! | Oct 13 13:13:41.312 INFO kablam! 180 | 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! 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); 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.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.312 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.312 INFO kablam! | Oct 13 13:13:41.312 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); 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.312 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.312 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.312 INFO kablam! | Oct 13 13:13:41.312 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.312 INFO kablam! | ^^^^^ Oct 13 13:13:41.312 INFO kablam! ... Oct 13 13:13:41.312 INFO kablam! 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); 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.312 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.312 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.312 INFO kablam! | Oct 13 13:13:41.312 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.313 INFO kablam! | ^^^^^ Oct 13 13:13:41.313 INFO kablam! ... Oct 13 13:13:41.313 INFO kablam! 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Oct 13 13:13:41.313 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.313 INFO kablam! | Oct 13 13:13:41.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.313 INFO kablam! | Oct 13 13:13:41.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.313 INFO kablam! | Oct 13 13:13:41.313 INFO kablam! Oct 13 13:13:41.313 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.313 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.313 INFO kablam! | Oct 13 13:13:41.313 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.313 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.313 INFO kablam! ... Oct 13 13:13:41.313 INFO kablam! 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Oct 13 13:13:41.313 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.313 INFO kablam! | Oct 13 13:13:41.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.313 INFO kablam! | Oct 13 13:13:41.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.313 INFO kablam! | Oct 13 13:13:41.313 INFO kablam! Oct 13 13:13:41.313 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.313 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.313 INFO kablam! | Oct 13 13:13:41.313 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.313 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.313 INFO kablam! ... Oct 13 13:13:41.313 INFO kablam! 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Oct 13 13:13:41.313 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.313 INFO kablam! | Oct 13 13:13:41.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.313 INFO kablam! | Oct 13 13:13:41.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.313 INFO kablam! | Oct 13 13:13:41.313 INFO kablam! Oct 13 13:13:41.313 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.313 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.313 INFO kablam! | Oct 13 13:13:41.313 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.313 INFO kablam! | ^^^^^ Oct 13 13:13:41.313 INFO kablam! ... Oct 13 13:13:41.313 INFO kablam! 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Oct 13 13:13:41.313 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.313 INFO kablam! | Oct 13 13:13:41.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.313 INFO kablam! | Oct 13 13:13:41.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.313 INFO kablam! | Oct 13 13:13:41.313 INFO kablam! Oct 13 13:13:41.313 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.313 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.313 INFO kablam! | Oct 13 13:13:41.313 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.313 INFO kablam! | ^^^^^ Oct 13 13:13:41.313 INFO kablam! ... Oct 13 13:13:41.313 INFO kablam! 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Oct 13 13:13:41.313 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.313 INFO kablam! | Oct 13 13:13:41.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.313 INFO kablam! | Oct 13 13:13:41.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.313 INFO kablam! | Oct 13 13:13:41.313 INFO kablam! Oct 13 13:13:41.316 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.316 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.316 INFO kablam! | Oct 13 13:13:41.316 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.316 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.316 INFO kablam! ... Oct 13 13:13:41.316 INFO kablam! 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Oct 13 13:13:41.316 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.316 INFO kablam! | Oct 13 13:13:41.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.317 INFO kablam! | Oct 13 13:13:41.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.317 INFO kablam! | Oct 13 13:13:41.317 INFO kablam! Oct 13 13:13:41.317 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.317 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.317 INFO kablam! | Oct 13 13:13:41.317 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.317 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.317 INFO kablam! ... Oct 13 13:13:41.317 INFO kablam! 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Oct 13 13:13:41.317 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.317 INFO kablam! | Oct 13 13:13:41.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.317 INFO kablam! | Oct 13 13:13:41.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.317 INFO kablam! | Oct 13 13:13:41.317 INFO kablam! Oct 13 13:13:41.317 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.317 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.317 INFO kablam! | Oct 13 13:13:41.317 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.317 INFO kablam! | ^^^^^ Oct 13 13:13:41.317 INFO kablam! ... Oct 13 13:13:41.317 INFO kablam! 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Oct 13 13:13:41.317 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.317 INFO kablam! | Oct 13 13:13:41.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.317 INFO kablam! | Oct 13 13:13:41.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.317 INFO kablam! | Oct 13 13:13:41.317 INFO kablam! Oct 13 13:13:41.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.324 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.324 INFO kablam! | Oct 13 13:13:41.324 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.324 INFO kablam! | ^^^^^ Oct 13 13:13:41.324 INFO kablam! ... Oct 13 13:13:41.324 INFO kablam! 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Oct 13 13:13:41.324 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.324 INFO kablam! | Oct 13 13:13:41.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.324 INFO kablam! | Oct 13 13:13:41.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.324 INFO kablam! | Oct 13 13:13:41.324 INFO kablam! Oct 13 13:13:41.324 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.324 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.324 INFO kablam! | Oct 13 13:13:41.324 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.324 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.324 INFO kablam! ... Oct 13 13:13:41.324 INFO kablam! 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Oct 13 13:13:41.324 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.324 INFO kablam! | Oct 13 13:13:41.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.324 INFO kablam! | Oct 13 13:13:41.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.324 INFO kablam! | Oct 13 13:13:41.324 INFO kablam! Oct 13 13:13:41.324 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.324 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.324 INFO kablam! | Oct 13 13:13:41.324 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.324 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.324 INFO kablam! ... Oct 13 13:13:41.324 INFO kablam! 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Oct 13 13:13:41.324 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.324 INFO kablam! | Oct 13 13:13:41.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.324 INFO kablam! | Oct 13 13:13:41.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.324 INFO kablam! | Oct 13 13:13:41.324 INFO kablam! Oct 13 13:13:41.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.324 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.324 INFO kablam! | Oct 13 13:13:41.324 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.324 INFO kablam! | ^^^^^ Oct 13 13:13:41.324 INFO kablam! ... Oct 13 13:13:41.325 INFO kablam! 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); 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! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.325 INFO kablam! | Oct 13 13:13:41.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.325 INFO kablam! | Oct 13 13:13:41.325 INFO kablam! Oct 13 13:13:41.325 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.325 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.325 INFO kablam! | Oct 13 13:13:41.325 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_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! 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); 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! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.325 INFO kablam! | Oct 13 13:13:41.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.325 INFO kablam! | 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:180:30 Oct 13 13:13:41.325 INFO kablam! | Oct 13 13:13:41.325 INFO kablam! 180 | 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! 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); 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! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.325 INFO kablam! | Oct 13 13:13:41.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.325 INFO kablam! | 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:185:26 Oct 13 13:13:41.325 INFO kablam! | Oct 13 13:13:41.325 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); 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! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.325 INFO kablam! | Oct 13 13:13:41.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.325 INFO kablam! | Oct 13 13:13:41.325 INFO kablam! Oct 13 13:13:41.325 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.325 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.325 INFO kablam! | Oct 13 13:13:41.325 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); 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! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.332 INFO kablam! | Oct 13 13:13:41.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.332 INFO kablam! | Oct 13 13:13:41.332 INFO kablam! Oct 13 13:13:41.332 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.332 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.332 INFO kablam! | Oct 13 13:13:41.332 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.332 INFO kablam! | ^^^^^ Oct 13 13:13:41.332 INFO kablam! ... Oct 13 13:13:41.332 INFO kablam! 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Oct 13 13:13:41.332 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.332 INFO kablam! | Oct 13 13:13:41.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.332 INFO kablam! | Oct 13 13:13:41.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.332 INFO kablam! | Oct 13 13:13:41.332 INFO kablam! Oct 13 13:13:41.332 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.332 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.332 INFO kablam! | Oct 13 13:13:41.332 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.332 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.332 INFO kablam! ... Oct 13 13:13:41.332 INFO kablam! 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Oct 13 13:13:41.332 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.332 INFO kablam! | Oct 13 13:13:41.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.332 INFO kablam! | Oct 13 13:13:41.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.332 INFO kablam! | Oct 13 13:13:41.332 INFO kablam! Oct 13 13:13:41.332 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.332 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.332 INFO kablam! | Oct 13 13:13:41.332 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.332 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.332 INFO kablam! ... Oct 13 13:13:41.332 INFO kablam! 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Oct 13 13:13:41.332 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.332 INFO kablam! | Oct 13 13:13:41.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.332 INFO kablam! | Oct 13 13:13:41.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.332 INFO kablam! | Oct 13 13:13:41.332 INFO kablam! Oct 13 13:13:41.332 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.333 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.333 INFO kablam! | Oct 13 13:13:41.333 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.333 INFO kablam! | ^^^^^ Oct 13 13:13:41.333 INFO kablam! ... Oct 13 13:13:41.333 INFO kablam! 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Oct 13 13:13:41.333 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.333 INFO kablam! | Oct 13 13:13:41.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.333 INFO kablam! | Oct 13 13:13:41.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.333 INFO kablam! | Oct 13 13:13:41.333 INFO kablam! Oct 13 13:13:41.333 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.333 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.333 INFO kablam! | Oct 13 13:13:41.333 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.333 INFO kablam! | ^^^^^ Oct 13 13:13:41.333 INFO kablam! ... Oct 13 13:13:41.333 INFO kablam! 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Oct 13 13:13:41.333 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.333 INFO kablam! | Oct 13 13:13:41.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.333 INFO kablam! | Oct 13 13:13:41.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.333 INFO kablam! | Oct 13 13:13:41.333 INFO kablam! Oct 13 13:13:41.333 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.333 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.333 INFO kablam! | Oct 13 13:13:41.333 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.333 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.333 INFO kablam! ... Oct 13 13:13:41.333 INFO kablam! 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Oct 13 13:13:41.333 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.333 INFO kablam! | Oct 13 13:13:41.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.333 INFO kablam! | Oct 13 13:13:41.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.333 INFO kablam! | Oct 13 13:13:41.333 INFO kablam! Oct 13 13:13:41.333 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.333 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.333 INFO kablam! | Oct 13 13:13:41.333 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.333 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.333 INFO kablam! ... Oct 13 13:13:41.333 INFO kablam! 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Oct 13 13:13:41.333 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.333 INFO kablam! | Oct 13 13:13:41.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.333 INFO kablam! | Oct 13 13:13:41.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.333 INFO kablam! | Oct 13 13:13:41.333 INFO kablam! Oct 13 13:13:41.340 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.340 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.340 INFO kablam! | Oct 13 13:13:41.340 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.340 INFO kablam! | ^^^^^ Oct 13 13:13:41.340 INFO kablam! ... Oct 13 13:13:41.340 INFO kablam! 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Oct 13 13:13:41.340 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.340 INFO kablam! | Oct 13 13:13:41.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.340 INFO kablam! | Oct 13 13:13:41.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.340 INFO kablam! | Oct 13 13:13:41.340 INFO kablam! Oct 13 13:13:41.344 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.344 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.344 INFO kablam! | Oct 13 13:13:41.344 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.344 INFO kablam! | ^^^^^ Oct 13 13:13:41.344 INFO kablam! ... Oct 13 13:13:41.344 INFO kablam! 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Oct 13 13:13:41.344 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.344 INFO kablam! | Oct 13 13:13:41.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.344 INFO kablam! | Oct 13 13:13:41.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.344 INFO kablam! | Oct 13 13:13:41.344 INFO kablam! Oct 13 13:13:41.344 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.344 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.344 INFO kablam! | Oct 13 13:13:41.344 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.344 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.344 INFO kablam! ... Oct 13 13:13:41.344 INFO kablam! 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Oct 13 13:13:41.344 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.344 INFO kablam! | Oct 13 13:13:41.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.344 INFO kablam! | Oct 13 13:13:41.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.344 INFO kablam! | Oct 13 13:13:41.344 INFO kablam! Oct 13 13:13:41.344 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.344 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.344 INFO kablam! | Oct 13 13:13:41.344 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.344 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.344 INFO kablam! ... Oct 13 13:13:41.344 INFO kablam! 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Oct 13 13:13:41.344 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.344 INFO kablam! | Oct 13 13:13:41.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.344 INFO kablam! | Oct 13 13:13:41.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.344 INFO kablam! | Oct 13 13:13:41.344 INFO kablam! Oct 13 13:13:41.344 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.344 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.344 INFO kablam! | Oct 13 13:13:41.344 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.345 INFO kablam! | ^^^^^ Oct 13 13:13:41.345 INFO kablam! ... Oct 13 13:13:41.345 INFO kablam! 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Oct 13 13:13:41.345 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! Oct 13 13:13:41.345 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.345 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.345 INFO kablam! | ^^^^^ Oct 13 13:13:41.345 INFO kablam! ... Oct 13 13:13:41.345 INFO kablam! 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Oct 13 13:13:41.345 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! Oct 13 13:13:41.345 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.345 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.345 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.345 INFO kablam! ... Oct 13 13:13:41.345 INFO kablam! 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Oct 13 13:13:41.345 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! Oct 13 13:13:41.345 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.345 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.345 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.345 INFO kablam! ... Oct 13 13:13:41.345 INFO kablam! 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Oct 13 13:13:41.345 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! Oct 13 13:13:41.345 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.345 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.345 INFO kablam! | ^^^^^ Oct 13 13:13:41.345 INFO kablam! ... Oct 13 13:13:41.345 INFO kablam! 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Oct 13 13:13:41.345 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! Oct 13 13:13:41.345 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.345 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.345 INFO kablam! | ^^^^^ Oct 13 13:13:41.345 INFO kablam! ... Oct 13 13:13:41.345 INFO kablam! 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Oct 13 13:13:41.345 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.345 INFO kablam! | Oct 13 13:13:41.345 INFO kablam! Oct 13 13:13:41.345 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.346 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.346 INFO kablam! | Oct 13 13:13:41.346 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.346 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.346 INFO kablam! ... Oct 13 13:13:41.346 INFO kablam! 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Oct 13 13:13:41.346 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.346 INFO kablam! | Oct 13 13:13:41.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.346 INFO kablam! | Oct 13 13:13:41.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.346 INFO kablam! | Oct 13 13:13:41.346 INFO kablam! Oct 13 13:13:41.346 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.346 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.346 INFO kablam! | Oct 13 13:13:41.346 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.346 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.346 INFO kablam! ... Oct 13 13:13:41.346 INFO kablam! 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Oct 13 13:13:41.346 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.346 INFO kablam! | Oct 13 13:13:41.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.346 INFO kablam! | Oct 13 13:13:41.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.346 INFO kablam! | Oct 13 13:13:41.346 INFO kablam! Oct 13 13:13:41.352 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.352 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.352 INFO kablam! | Oct 13 13:13:41.352 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.352 INFO kablam! | ^^^^^ Oct 13 13:13:41.352 INFO kablam! ... Oct 13 13:13:41.352 INFO kablam! 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Oct 13 13:13:41.352 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.352 INFO kablam! | Oct 13 13:13:41.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.352 INFO kablam! | Oct 13 13:13:41.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.352 INFO kablam! | Oct 13 13:13:41.352 INFO kablam! Oct 13 13:13:41.360 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.360 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.360 INFO kablam! | Oct 13 13:13:41.360 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.360 INFO kablam! | ^^^^^ Oct 13 13:13:41.360 INFO kablam! ... Oct 13 13:13:41.360 INFO kablam! 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); 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.360 INFO kablam! | Oct 13 13:13:41.360 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.360 INFO kablam! | Oct 13 13:13:41.360 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:180:30 Oct 13 13:13:41.360 INFO kablam! | Oct 13 13:13:41.360 INFO kablam! 180 | 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! 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); 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.360 INFO kablam! | Oct 13 13:13:41.360 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.360 INFO kablam! | Oct 13 13:13:41.360 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:185:26 Oct 13 13:13:41.360 INFO kablam! | Oct 13 13:13:41.360 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); 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.360 INFO kablam! | Oct 13 13:13:41.360 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.360 INFO kablam! | Oct 13 13:13:41.360 INFO kablam! Oct 13 13:13:41.360 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.360 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.360 INFO kablam! | Oct 13 13:13:41.360 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.360 INFO kablam! | ^^^^^ Oct 13 13:13:41.360 INFO kablam! ... Oct 13 13:13:41.361 INFO kablam! 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Oct 13 13:13:41.361 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! Oct 13 13:13:41.361 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.361 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.361 INFO kablam! | ^^^^^ Oct 13 13:13:41.361 INFO kablam! ... Oct 13 13:13:41.361 INFO kablam! 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Oct 13 13:13:41.361 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! Oct 13 13:13:41.361 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.361 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.361 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.361 INFO kablam! ... Oct 13 13:13:41.361 INFO kablam! 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Oct 13 13:13:41.361 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! Oct 13 13:13:41.361 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.361 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.361 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.361 INFO kablam! ... Oct 13 13:13:41.361 INFO kablam! 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Oct 13 13:13:41.361 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! Oct 13 13:13:41.361 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.361 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.361 INFO kablam! | ^^^^^ Oct 13 13:13:41.361 INFO kablam! ... Oct 13 13:13:41.361 INFO kablam! 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Oct 13 13:13:41.361 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! Oct 13 13:13:41.361 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.361 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.361 INFO kablam! | ^^^^^ Oct 13 13:13:41.361 INFO kablam! ... Oct 13 13:13:41.361 INFO kablam! 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Oct 13 13:13:41.361 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! Oct 13 13:13:41.361 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.361 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.361 INFO kablam! | Oct 13 13:13:41.361 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.361 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.361 INFO kablam! ... Oct 13 13:13:41.362 INFO kablam! 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Oct 13 13:13:41.362 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.362 INFO kablam! | Oct 13 13:13:41.362 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.362 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.362 INFO kablam! | Oct 13 13:13:41.362 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.362 INFO kablam! | Oct 13 13:13:41.362 INFO kablam! Oct 13 13:13:41.362 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.362 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.362 INFO kablam! | Oct 13 13:13:41.362 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.362 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.362 INFO kablam! ... Oct 13 13:13:41.362 INFO kablam! 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Oct 13 13:13:41.362 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.362 INFO kablam! | Oct 13 13:13:41.362 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.362 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.362 INFO kablam! | Oct 13 13:13:41.362 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.362 INFO kablam! | Oct 13 13:13:41.362 INFO kablam! Oct 13 13:13:41.362 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.362 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.362 INFO kablam! | Oct 13 13:13:41.362 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.362 INFO kablam! | ^^^^^ Oct 13 13:13:41.362 INFO kablam! ... Oct 13 13:13:41.362 INFO kablam! 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Oct 13 13:13:41.362 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.362 INFO kablam! | Oct 13 13:13:41.362 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.362 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.362 INFO kablam! | Oct 13 13:13:41.362 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.362 INFO kablam! | Oct 13 13:13:41.362 INFO kablam! Oct 13 13:13:41.362 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.362 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.362 INFO kablam! | Oct 13 13:13:41.362 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.362 INFO kablam! | ^^^^^ Oct 13 13:13:41.362 INFO kablam! ... Oct 13 13:13:41.362 INFO kablam! 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Oct 13 13:13:41.362 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.362 INFO kablam! | Oct 13 13:13:41.362 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.362 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.362 INFO kablam! | Oct 13 13:13:41.362 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.362 INFO kablam! | Oct 13 13:13:41.362 INFO kablam! Oct 13 13:13:41.362 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.362 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.362 INFO kablam! | Oct 13 13:13:41.362 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.362 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.362 INFO kablam! ... Oct 13 13:13:41.362 INFO kablam! 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Oct 13 13:13:41.362 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.362 INFO kablam! | Oct 13 13:13:41.362 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.362 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.362 INFO kablam! | Oct 13 13:13:41.362 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.362 INFO kablam! | Oct 13 13:13:41.362 INFO kablam! Oct 13 13:13:41.368 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.368 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.368 INFO kablam! | Oct 13 13:13:41.368 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.368 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.368 INFO kablam! ... Oct 13 13:13:41.368 INFO kablam! 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Oct 13 13:13:41.368 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.368 INFO kablam! | Oct 13 13:13:41.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.368 INFO kablam! | Oct 13 13:13:41.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.368 INFO kablam! | Oct 13 13:13:41.368 INFO kablam! Oct 13 13:13:41.368 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.368 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.368 INFO kablam! | Oct 13 13:13:41.368 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.368 INFO kablam! | ^^^^^ Oct 13 13:13:41.368 INFO kablam! ... Oct 13 13:13:41.368 INFO kablam! 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Oct 13 13:13:41.368 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.368 INFO kablam! | Oct 13 13:13:41.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.368 INFO kablam! | Oct 13 13:13:41.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.368 INFO kablam! | Oct 13 13:13:41.368 INFO kablam! Oct 13 13:13:41.368 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.368 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.368 INFO kablam! | Oct 13 13:13:41.368 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.368 INFO kablam! | ^^^^^ Oct 13 13:13:41.368 INFO kablam! ... Oct 13 13:13:41.368 INFO kablam! 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Oct 13 13:13:41.368 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.368 INFO kablam! | Oct 13 13:13:41.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.368 INFO kablam! | Oct 13 13:13:41.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.368 INFO kablam! | Oct 13 13:13:41.368 INFO kablam! Oct 13 13:13:41.368 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.368 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.368 INFO kablam! | Oct 13 13:13:41.368 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.368 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.369 INFO kablam! ... Oct 13 13:13:41.369 INFO kablam! 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Oct 13 13:13:41.369 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.369 INFO kablam! | Oct 13 13:13:41.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.369 INFO kablam! | Oct 13 13:13:41.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.369 INFO kablam! | Oct 13 13:13:41.369 INFO kablam! Oct 13 13:13:41.369 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.369 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.369 INFO kablam! | Oct 13 13:13:41.369 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.369 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.369 INFO kablam! ... Oct 13 13:13:41.369 INFO kablam! 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Oct 13 13:13:41.369 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.369 INFO kablam! | Oct 13 13:13:41.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.369 INFO kablam! | Oct 13 13:13:41.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.369 INFO kablam! | Oct 13 13:13:41.369 INFO kablam! Oct 13 13:13:41.369 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.369 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.369 INFO kablam! | Oct 13 13:13:41.369 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.369 INFO kablam! | ^^^^^ Oct 13 13:13:41.369 INFO kablam! ... Oct 13 13:13:41.369 INFO kablam! 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Oct 13 13:13:41.369 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.369 INFO kablam! | Oct 13 13:13:41.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.380 INFO kablam! | Oct 13 13:13:41.380 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.380 INFO kablam! | Oct 13 13:13:41.380 INFO kablam! Oct 13 13:13:41.380 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.380 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.380 INFO kablam! | Oct 13 13:13:41.380 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.380 INFO kablam! | ^^^^^ Oct 13 13:13:41.380 INFO kablam! ... Oct 13 13:13:41.380 INFO kablam! 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Oct 13 13:13:41.380 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.380 INFO kablam! | Oct 13 13:13:41.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.380 INFO kablam! | Oct 13 13:13:41.380 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.380 INFO kablam! | Oct 13 13:13:41.380 INFO kablam! Oct 13 13:13:41.380 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.380 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.380 INFO kablam! | Oct 13 13:13:41.380 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.380 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.380 INFO kablam! ... Oct 13 13:13:41.380 INFO kablam! 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Oct 13 13:13:41.380 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.380 INFO kablam! | Oct 13 13:13:41.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.380 INFO kablam! | Oct 13 13:13:41.380 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.380 INFO kablam! | Oct 13 13:13:41.380 INFO kablam! Oct 13 13:13:41.380 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.380 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.380 INFO kablam! | Oct 13 13:13:41.380 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.380 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.380 INFO kablam! ... Oct 13 13:13:41.380 INFO kablam! 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Oct 13 13:13:41.380 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.380 INFO kablam! | Oct 13 13:13:41.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.380 INFO kablam! | Oct 13 13:13:41.380 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.380 INFO kablam! | Oct 13 13:13:41.380 INFO kablam! Oct 13 13:13:41.381 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.381 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.381 INFO kablam! | ^^^^^ Oct 13 13:13:41.381 INFO kablam! ... Oct 13 13:13:41.381 INFO kablam! 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Oct 13 13:13:41.381 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! Oct 13 13:13:41.381 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.381 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.381 INFO kablam! | ^^^^^ Oct 13 13:13:41.381 INFO kablam! ... Oct 13 13:13:41.381 INFO kablam! 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Oct 13 13:13:41.381 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! Oct 13 13:13:41.381 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.381 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.381 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.381 INFO kablam! ... Oct 13 13:13:41.381 INFO kablam! 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Oct 13 13:13:41.381 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! Oct 13 13:13:41.381 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.381 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.381 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.381 INFO kablam! ... Oct 13 13:13:41.381 INFO kablam! 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Oct 13 13:13:41.381 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! Oct 13 13:13:41.381 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.381 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.381 INFO kablam! | ^^^^^ Oct 13 13:13:41.381 INFO kablam! ... Oct 13 13:13:41.381 INFO kablam! 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Oct 13 13:13:41.381 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! Oct 13 13:13:41.381 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.381 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.381 INFO kablam! | ^^^^^ Oct 13 13:13:41.381 INFO kablam! ... Oct 13 13:13:41.381 INFO kablam! 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Oct 13 13:13:41.381 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.381 INFO kablam! | Oct 13 13:13:41.381 INFO kablam! Oct 13 13:13:41.381 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.382 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.382 INFO kablam! | Oct 13 13:13:41.382 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.382 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.382 INFO kablam! ... Oct 13 13:13:41.382 INFO kablam! 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Oct 13 13:13:41.382 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.382 INFO kablam! | Oct 13 13:13:41.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.382 INFO kablam! | Oct 13 13:13:41.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.382 INFO kablam! | Oct 13 13:13:41.382 INFO kablam! Oct 13 13:13:41.382 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.382 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.382 INFO kablam! | Oct 13 13:13:41.382 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.382 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.382 INFO kablam! ... Oct 13 13:13:41.382 INFO kablam! 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Oct 13 13:13:41.382 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.382 INFO kablam! | Oct 13 13:13:41.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.382 INFO kablam! | Oct 13 13:13:41.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.382 INFO kablam! | Oct 13 13:13:41.382 INFO kablam! Oct 13 13:13:41.382 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.382 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.382 INFO kablam! | Oct 13 13:13:41.382 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.382 INFO kablam! | ^^^^^ Oct 13 13:13:41.382 INFO kablam! ... Oct 13 13:13:41.382 INFO kablam! 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Oct 13 13:13:41.382 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.382 INFO kablam! | Oct 13 13:13:41.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.382 INFO kablam! | Oct 13 13:13:41.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.382 INFO kablam! | Oct 13 13:13:41.382 INFO kablam! Oct 13 13:13:41.383 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.383 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.384 INFO kablam! | Oct 13 13:13:41.384 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.384 INFO kablam! | ^^^^^ Oct 13 13:13:41.384 INFO kablam! ... Oct 13 13:13:41.384 INFO kablam! 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Oct 13 13:13:41.384 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.384 INFO kablam! | Oct 13 13:13:41.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.384 INFO kablam! | Oct 13 13:13:41.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.384 INFO kablam! | Oct 13 13:13:41.384 INFO kablam! Oct 13 13:13:41.388 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.388 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.388 INFO kablam! | Oct 13 13:13:41.388 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.388 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.388 INFO kablam! ... Oct 13 13:13:41.388 INFO kablam! 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Oct 13 13:13:41.388 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.388 INFO kablam! | Oct 13 13:13:41.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.388 INFO kablam! | Oct 13 13:13:41.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.388 INFO kablam! | Oct 13 13:13:41.388 INFO kablam! Oct 13 13:13:41.388 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.388 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.388 INFO kablam! | Oct 13 13:13:41.388 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.388 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.388 INFO kablam! ... Oct 13 13:13:41.388 INFO kablam! 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Oct 13 13:13:41.388 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.388 INFO kablam! | Oct 13 13:13:41.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.388 INFO kablam! | Oct 13 13:13:41.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.388 INFO kablam! | Oct 13 13:13:41.388 INFO kablam! Oct 13 13:13:41.388 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.388 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.388 INFO kablam! | Oct 13 13:13:41.388 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.388 INFO kablam! | ^^^^^ Oct 13 13:13:41.388 INFO kablam! ... Oct 13 13:13:41.388 INFO kablam! 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Oct 13 13:13:41.388 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.388 INFO kablam! | Oct 13 13:13:41.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.388 INFO kablam! | Oct 13 13:13:41.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.388 INFO kablam! | Oct 13 13:13:41.388 INFO kablam! Oct 13 13:13:41.388 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.388 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.388 INFO kablam! | Oct 13 13:13:41.388 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.388 INFO kablam! | ^^^^^ Oct 13 13:13:41.388 INFO kablam! ... Oct 13 13:13:41.388 INFO kablam! 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.389 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.389 INFO kablam! | Oct 13 13:13:41.389 INFO kablam! 180 | 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! 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.389 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.389 INFO kablam! | Oct 13 13:13:41.389 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); 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.396 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.396 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.396 INFO kablam! | Oct 13 13:13:41.396 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.396 INFO kablam! | ^^^^^ Oct 13 13:13:41.396 INFO kablam! ... Oct 13 13:13:41.396 INFO kablam! 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); Oct 13 13:13:41.396 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.396 INFO kablam! | Oct 13 13:13:41.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.396 INFO kablam! | Oct 13 13:13:41.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.396 INFO kablam! | Oct 13 13:13:41.396 INFO kablam! Oct 13 13:13:41.400 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.400 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.400 INFO kablam! | Oct 13 13:13:41.400 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.400 INFO kablam! | ^^^^^ Oct 13 13:13:41.400 INFO kablam! ... Oct 13 13:13:41.400 INFO kablam! 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); Oct 13 13:13:41.400 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.400 INFO kablam! | Oct 13 13:13:41.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.400 INFO kablam! | Oct 13 13:13:41.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.400 INFO kablam! | Oct 13 13:13:41.400 INFO kablam! Oct 13 13:13:41.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.400 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.400 INFO kablam! | Oct 13 13:13:41.400 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.400 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.400 INFO kablam! ... Oct 13 13:13:41.400 INFO kablam! 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); Oct 13 13:13:41.400 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.400 INFO kablam! | Oct 13 13:13:41.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.400 INFO kablam! | Oct 13 13:13:41.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.400 INFO kablam! | Oct 13 13:13:41.400 INFO kablam! Oct 13 13:13:41.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.400 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.400 INFO kablam! | Oct 13 13:13:41.400 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.400 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.400 INFO kablam! ... Oct 13 13:13:41.400 INFO kablam! 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); Oct 13 13:13:41.400 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.400 INFO kablam! | Oct 13 13:13:41.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.400 INFO kablam! | Oct 13 13:13:41.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.400 INFO kablam! | Oct 13 13:13:41.400 INFO kablam! Oct 13 13:13:41.400 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.400 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.400 INFO kablam! | Oct 13 13:13:41.400 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.400 INFO kablam! | ^^^^^ Oct 13 13:13:41.400 INFO kablam! ... Oct 13 13:13:41.400 INFO kablam! 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Oct 13 13:13:41.401 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! Oct 13 13:13:41.401 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.401 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.401 INFO kablam! | ^^^^^ Oct 13 13:13:41.401 INFO kablam! ... Oct 13 13:13:41.401 INFO kablam! 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Oct 13 13:13:41.401 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! Oct 13 13:13:41.401 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.401 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.401 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.401 INFO kablam! ... Oct 13 13:13:41.401 INFO kablam! 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Oct 13 13:13:41.401 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! Oct 13 13:13:41.401 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.401 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.401 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.401 INFO kablam! ... Oct 13 13:13:41.401 INFO kablam! 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Oct 13 13:13:41.401 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! Oct 13 13:13:41.401 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.401 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.401 INFO kablam! | ^^^^^ Oct 13 13:13:41.401 INFO kablam! ... Oct 13 13:13:41.401 INFO kablam! 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Oct 13 13:13:41.401 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! Oct 13 13:13:41.401 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.401 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.401 INFO kablam! | ^^^^^ Oct 13 13:13:41.401 INFO kablam! ... Oct 13 13:13:41.401 INFO kablam! 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Oct 13 13:13:41.401 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! Oct 13 13:13:41.401 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.401 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.401 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.401 INFO kablam! ... Oct 13 13:13:41.401 INFO kablam! 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Oct 13 13:13:41.401 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.401 INFO kablam! | Oct 13 13:13:41.402 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.402 INFO kablam! | Oct 13 13:13:41.402 INFO kablam! Oct 13 13:13:41.402 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.402 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.402 INFO kablam! | Oct 13 13:13:41.402 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.402 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.403 INFO kablam! ... Oct 13 13:13:41.403 INFO kablam! 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Oct 13 13:13:41.403 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.403 INFO kablam! | Oct 13 13:13:41.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.403 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.408 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.408 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.408 INFO kablam! | Oct 13 13:13:41.408 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.408 INFO kablam! | ^^^^^ Oct 13 13:13:41.408 INFO kablam! ... Oct 13 13:13:41.408 INFO kablam! 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Oct 13 13:13:41.408 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.408 INFO kablam! | Oct 13 13:13:41.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.408 INFO kablam! | Oct 13 13:13:41.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.408 INFO kablam! | Oct 13 13:13:41.408 INFO kablam! Oct 13 13:13:41.408 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.408 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.408 INFO kablam! | Oct 13 13:13:41.408 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.408 INFO kablam! | ^^^^^ Oct 13 13:13:41.408 INFO kablam! ... Oct 13 13:13:41.408 INFO kablam! 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Oct 13 13:13:41.408 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.408 INFO kablam! | Oct 13 13:13:41.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.408 INFO kablam! | Oct 13 13:13:41.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.408 INFO kablam! | Oct 13 13:13:41.408 INFO kablam! Oct 13 13:13:41.408 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.408 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.408 INFO kablam! | Oct 13 13:13:41.408 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.408 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.408 INFO kablam! ... Oct 13 13:13:41.408 INFO kablam! 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Oct 13 13:13:41.408 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.408 INFO kablam! | Oct 13 13:13:41.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.408 INFO kablam! | Oct 13 13:13:41.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.408 INFO kablam! | Oct 13 13:13:41.408 INFO kablam! Oct 13 13:13:41.408 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.408 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.408 INFO kablam! | Oct 13 13:13:41.408 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.408 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.409 INFO kablam! ... Oct 13 13:13:41.409 INFO kablam! 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Oct 13 13:13:41.409 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.409 INFO kablam! | Oct 13 13:13:41.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.409 INFO kablam! | Oct 13 13:13:41.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.409 INFO kablam! | Oct 13 13:13:41.409 INFO kablam! Oct 13 13:13:41.409 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.409 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.409 INFO kablam! | Oct 13 13:13:41.409 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.409 INFO kablam! | ^^^^^ Oct 13 13:13:41.409 INFO kablam! ... Oct 13 13:13:41.409 INFO kablam! 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Oct 13 13:13:41.409 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.409 INFO kablam! | Oct 13 13:13:41.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.409 INFO kablam! | Oct 13 13:13:41.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.409 INFO kablam! | Oct 13 13:13:41.409 INFO kablam! Oct 13 13:13:41.412 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.412 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.412 INFO kablam! | Oct 13 13:13:41.412 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.412 INFO kablam! | ^^^^^ Oct 13 13:13:41.412 INFO kablam! ... Oct 13 13:13:41.412 INFO kablam! 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Oct 13 13:13:41.412 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.412 INFO kablam! | Oct 13 13:13:41.412 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.412 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.412 INFO kablam! | Oct 13 13:13:41.412 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.412 INFO kablam! | Oct 13 13:13:41.412 INFO kablam! Oct 13 13:13:41.412 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.412 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.412 INFO kablam! | Oct 13 13:13:41.412 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.412 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.412 INFO kablam! ... Oct 13 13:13:41.412 INFO kablam! 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Oct 13 13:13:41.412 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.412 INFO kablam! | Oct 13 13:13:41.412 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.412 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.412 INFO kablam! | Oct 13 13:13:41.412 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.412 INFO kablam! | Oct 13 13:13:41.412 INFO kablam! Oct 13 13:13:41.412 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.412 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.412 INFO kablam! | Oct 13 13:13:41.412 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.412 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.412 INFO kablam! ... Oct 13 13:13:41.412 INFO kablam! 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Oct 13 13:13:41.412 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.412 INFO kablam! | Oct 13 13:13:41.412 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.412 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.412 INFO kablam! | Oct 13 13:13:41.412 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.412 INFO kablam! | Oct 13 13:13:41.412 INFO kablam! Oct 13 13:13:41.416 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.416 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.416 INFO kablam! | Oct 13 13:13:41.416 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.416 INFO kablam! | ^^^^^ Oct 13 13:13:41.416 INFO kablam! ... Oct 13 13:13:41.416 INFO kablam! 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Oct 13 13:13:41.416 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.416 INFO kablam! | Oct 13 13:13:41.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.416 INFO kablam! | Oct 13 13:13:41.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.416 INFO kablam! | Oct 13 13:13:41.416 INFO kablam! Oct 13 13:13:41.420 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.420 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.420 INFO kablam! | Oct 13 13:13:41.420 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.420 INFO kablam! | ^^^^^ Oct 13 13:13:41.420 INFO kablam! ... Oct 13 13:13:41.420 INFO kablam! 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Oct 13 13:13:41.420 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.420 INFO kablam! | Oct 13 13:13:41.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.420 INFO kablam! | Oct 13 13:13:41.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.420 INFO kablam! | Oct 13 13:13:41.420 INFO kablam! Oct 13 13:13:41.420 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.420 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.420 INFO kablam! | Oct 13 13:13:41.420 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.420 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.420 INFO kablam! ... Oct 13 13:13:41.420 INFO kablam! 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Oct 13 13:13:41.420 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.420 INFO kablam! | Oct 13 13:13:41.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.420 INFO kablam! | Oct 13 13:13:41.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.420 INFO kablam! | Oct 13 13:13:41.420 INFO kablam! Oct 13 13:13:41.420 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.420 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.420 INFO kablam! | Oct 13 13:13:41.420 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.420 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.420 INFO kablam! ... Oct 13 13:13:41.420 INFO kablam! 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Oct 13 13:13:41.420 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.420 INFO kablam! | Oct 13 13:13:41.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.420 INFO kablam! | Oct 13 13:13:41.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.420 INFO kablam! | Oct 13 13:13:41.420 INFO kablam! Oct 13 13:13:41.420 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.420 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.420 INFO kablam! | Oct 13 13:13:41.420 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.420 INFO kablam! | ^^^^^ Oct 13 13:13:41.420 INFO kablam! ... Oct 13 13:13:41.420 INFO kablam! 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Oct 13 13:13:41.420 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.421 INFO kablam! | Oct 13 13:13:41.421 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.421 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.421 INFO kablam! | Oct 13 13:13:41.421 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.421 INFO kablam! | Oct 13 13:13:41.421 INFO kablam! Oct 13 13:13:41.421 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.421 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.421 INFO kablam! | Oct 13 13:13:41.421 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.421 INFO kablam! | ^^^^^ Oct 13 13:13:41.421 INFO kablam! ... Oct 13 13:13:41.421 INFO kablam! 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Oct 13 13:13:41.421 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.421 INFO kablam! | Oct 13 13:13:41.421 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.421 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.421 INFO kablam! | Oct 13 13:13:41.421 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.421 INFO kablam! | Oct 13 13:13:41.421 INFO kablam! Oct 13 13:13:41.421 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.421 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.421 INFO kablam! | Oct 13 13:13:41.421 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.421 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.421 INFO kablam! ... Oct 13 13:13:41.421 INFO kablam! 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Oct 13 13:13:41.421 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.421 INFO kablam! | Oct 13 13:13:41.421 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.421 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.421 INFO kablam! | Oct 13 13:13:41.421 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.421 INFO kablam! | Oct 13 13:13:41.421 INFO kablam! Oct 13 13:13:41.421 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.421 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.421 INFO kablam! | Oct 13 13:13:41.421 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.421 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.421 INFO kablam! ... Oct 13 13:13:41.421 INFO kablam! 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Oct 13 13:13:41.421 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.424 INFO kablam! | Oct 13 13:13:41.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.424 INFO kablam! | Oct 13 13:13:41.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.424 INFO kablam! | Oct 13 13:13:41.424 INFO kablam! Oct 13 13:13:41.424 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.424 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.424 INFO kablam! | Oct 13 13:13:41.424 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.424 INFO kablam! | ^^^^^ Oct 13 13:13:41.424 INFO kablam! ... Oct 13 13:13:41.424 INFO kablam! 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Oct 13 13:13:41.424 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.424 INFO kablam! | Oct 13 13:13:41.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.424 INFO kablam! | Oct 13 13:13:41.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.424 INFO kablam! | Oct 13 13:13:41.424 INFO kablam! Oct 13 13:13:41.424 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.424 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.424 INFO kablam! | Oct 13 13:13:41.424 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.424 INFO kablam! | ^^^^^ Oct 13 13:13:41.424 INFO kablam! ... Oct 13 13:13:41.424 INFO kablam! 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Oct 13 13:13:41.424 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.425 INFO kablam! | Oct 13 13:13:41.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.425 INFO kablam! | Oct 13 13:13:41.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.425 INFO kablam! | Oct 13 13:13:41.425 INFO kablam! Oct 13 13:13:41.428 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.428 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.428 INFO kablam! | Oct 13 13:13:41.429 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.429 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.429 INFO kablam! ... Oct 13 13:13:41.429 INFO kablam! 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Oct 13 13:13:41.429 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.429 INFO kablam! | Oct 13 13:13:41.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.429 INFO kablam! | Oct 13 13:13:41.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.429 INFO kablam! | Oct 13 13:13:41.429 INFO kablam! Oct 13 13:13:41.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.429 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.429 INFO kablam! | Oct 13 13:13:41.429 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.429 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.429 INFO kablam! ... Oct 13 13:13:41.429 INFO kablam! 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Oct 13 13:13:41.429 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.429 INFO kablam! | Oct 13 13:13:41.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.429 INFO kablam! | Oct 13 13:13:41.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.429 INFO kablam! | Oct 13 13:13:41.429 INFO kablam! Oct 13 13:13:41.429 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.429 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.429 INFO kablam! | Oct 13 13:13:41.429 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.429 INFO kablam! | ^^^^^ Oct 13 13:13:41.429 INFO kablam! ... Oct 13 13:13:41.429 INFO kablam! 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Oct 13 13:13:41.429 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.429 INFO kablam! | Oct 13 13:13:41.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.429 INFO kablam! | Oct 13 13:13:41.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.429 INFO kablam! | Oct 13 13:13:41.429 INFO kablam! Oct 13 13:13:41.429 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.429 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.429 INFO kablam! | Oct 13 13:13:41.429 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.429 INFO kablam! | ^^^^^ Oct 13 13:13:41.429 INFO kablam! ... Oct 13 13:13:41.429 INFO kablam! 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Oct 13 13:13:41.429 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.429 INFO kablam! | Oct 13 13:13:41.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.429 INFO kablam! | Oct 13 13:13:41.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.429 INFO kablam! | Oct 13 13:13:41.429 INFO kablam! Oct 13 13:13:41.436 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.436 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.436 INFO kablam! | Oct 13 13:13:41.436 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.436 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.436 INFO kablam! ... Oct 13 13:13:41.436 INFO kablam! 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Oct 13 13:13:41.436 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.436 INFO kablam! | Oct 13 13:13:41.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.436 INFO kablam! | Oct 13 13:13:41.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.436 INFO kablam! | Oct 13 13:13:41.436 INFO kablam! Oct 13 13:13:41.436 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.436 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.436 INFO kablam! | Oct 13 13:13:41.436 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.436 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.436 INFO kablam! ... Oct 13 13:13:41.436 INFO kablam! 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Oct 13 13:13:41.436 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.436 INFO kablam! | Oct 13 13:13:41.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.436 INFO kablam! | Oct 13 13:13:41.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.436 INFO kablam! | Oct 13 13:13:41.436 INFO kablam! Oct 13 13:13:41.436 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.436 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.436 INFO kablam! | Oct 13 13:13:41.436 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.436 INFO kablam! | ^^^^^ Oct 13 13:13:41.436 INFO kablam! ... Oct 13 13:13:41.436 INFO kablam! 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Oct 13 13:13:41.436 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.436 INFO kablam! | Oct 13 13:13:41.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.436 INFO kablam! | Oct 13 13:13:41.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.436 INFO kablam! | Oct 13 13:13:41.436 INFO kablam! Oct 13 13:13:41.436 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.436 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.436 INFO kablam! | Oct 13 13:13:41.436 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.436 INFO kablam! | ^^^^^ Oct 13 13:13:41.436 INFO kablam! ... Oct 13 13:13:41.437 INFO kablam! 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Oct 13 13:13:41.437 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.437 INFO kablam! | Oct 13 13:13:41.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.437 INFO kablam! | Oct 13 13:13:41.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.437 INFO kablam! | Oct 13 13:13:41.437 INFO kablam! Oct 13 13:13:41.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.437 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.437 INFO kablam! | Oct 13 13:13:41.437 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.437 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.437 INFO kablam! ... Oct 13 13:13:41.437 INFO kablam! 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Oct 13 13:13:41.437 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.437 INFO kablam! | Oct 13 13:13:41.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.437 INFO kablam! | Oct 13 13:13:41.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.437 INFO kablam! | Oct 13 13:13:41.437 INFO kablam! Oct 13 13:13:41.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.437 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.437 INFO kablam! | Oct 13 13:13:41.437 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.437 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.437 INFO kablam! ... Oct 13 13:13:41.437 INFO kablam! 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Oct 13 13:13:41.437 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.437 INFO kablam! | Oct 13 13:13:41.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.437 INFO kablam! | Oct 13 13:13:41.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.437 INFO kablam! | Oct 13 13:13:41.437 INFO kablam! Oct 13 13:13:41.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.437 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.437 INFO kablam! | Oct 13 13:13:41.437 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.437 INFO kablam! | ^^^^^ Oct 13 13:13:41.437 INFO kablam! ... Oct 13 13:13:41.437 INFO kablam! 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Oct 13 13:13:41.437 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.437 INFO kablam! | Oct 13 13:13:41.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.437 INFO kablam! | Oct 13 13:13:41.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.437 INFO kablam! | Oct 13 13:13:41.437 INFO kablam! Oct 13 13:13:41.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.437 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.437 INFO kablam! | Oct 13 13:13:41.437 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.437 INFO kablam! | ^^^^^ Oct 13 13:13:41.437 INFO kablam! ... Oct 13 13:13:41.437 INFO kablam! 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Oct 13 13:13:41.437 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.437 INFO kablam! | Oct 13 13:13:41.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.437 INFO kablam! | Oct 13 13:13:41.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.437 INFO kablam! | Oct 13 13:13:41.437 INFO kablam! Oct 13 13:13:41.444 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.444 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.444 INFO kablam! | Oct 13 13:13:41.444 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.444 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.444 INFO kablam! ... Oct 13 13:13:41.444 INFO kablam! 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Oct 13 13:13:41.444 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.444 INFO kablam! | Oct 13 13:13:41.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.444 INFO kablam! | Oct 13 13:13:41.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.444 INFO kablam! | Oct 13 13:13:41.444 INFO kablam! Oct 13 13:13:41.444 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.444 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.444 INFO kablam! | Oct 13 13:13:41.444 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.444 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.444 INFO kablam! ... Oct 13 13:13:41.444 INFO kablam! 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Oct 13 13:13:41.444 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.444 INFO kablam! | Oct 13 13:13:41.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.444 INFO kablam! | Oct 13 13:13:41.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.444 INFO kablam! | Oct 13 13:13:41.444 INFO kablam! Oct 13 13:13:41.444 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.444 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.444 INFO kablam! | Oct 13 13:13:41.444 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.444 INFO kablam! | ^^^^^ Oct 13 13:13:41.444 INFO kablam! ... Oct 13 13:13:41.444 INFO kablam! 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Oct 13 13:13:41.444 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.444 INFO kablam! | Oct 13 13:13:41.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.444 INFO kablam! | Oct 13 13:13:41.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.444 INFO kablam! | Oct 13 13:13:41.444 INFO kablam! Oct 13 13:13:41.444 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.444 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.444 INFO kablam! | Oct 13 13:13:41.444 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.444 INFO kablam! | ^^^^^ Oct 13 13:13:41.445 INFO kablam! ... Oct 13 13:13:41.445 INFO kablam! 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.445 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.445 INFO kablam! | Oct 13 13:13:41.445 INFO kablam! 180 | 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! 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.445 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.445 INFO kablam! | Oct 13 13:13:41.445 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_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! 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); 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.446 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.446 INFO kablam! | Oct 13 13:13:41.446 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.446 INFO kablam! | Oct 13 13:13:41.446 INFO kablam! Oct 13 13:13:41.446 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.446 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.446 INFO kablam! | Oct 13 13:13:41.446 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.446 INFO kablam! | ^^^^^ Oct 13 13:13:41.446 INFO kablam! ... Oct 13 13:13:41.446 INFO kablam! 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Oct 13 13:13:41.446 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.446 INFO kablam! | Oct 13 13:13:41.446 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.446 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.446 INFO kablam! | Oct 13 13:13:41.446 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.446 INFO kablam! | Oct 13 13:13:41.446 INFO kablam! Oct 13 13:13:41.446 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.446 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.446 INFO kablam! | Oct 13 13:13:41.446 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.446 INFO kablam! | ^^^^^ Oct 13 13:13:41.446 INFO kablam! ... Oct 13 13:13:41.446 INFO kablam! 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Oct 13 13:13:41.446 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.446 INFO kablam! | Oct 13 13:13:41.446 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.446 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.446 INFO kablam! | Oct 13 13:13:41.446 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.446 INFO kablam! | Oct 13 13:13:41.446 INFO kablam! Oct 13 13:13:41.456 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.456 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.456 INFO kablam! | Oct 13 13:13:41.456 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.456 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.456 INFO kablam! ... Oct 13 13:13:41.456 INFO kablam! 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Oct 13 13:13:41.456 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.456 INFO kablam! | Oct 13 13:13:41.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.456 INFO kablam! | Oct 13 13:13:41.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.456 INFO kablam! | Oct 13 13:13:41.456 INFO kablam! Oct 13 13:13:41.456 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.456 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.456 INFO kablam! | Oct 13 13:13:41.456 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.456 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.456 INFO kablam! ... Oct 13 13:13:41.456 INFO kablam! 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Oct 13 13:13:41.456 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.456 INFO kablam! | Oct 13 13:13:41.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.456 INFO kablam! | Oct 13 13:13:41.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.456 INFO kablam! | Oct 13 13:13:41.456 INFO kablam! Oct 13 13:13:41.456 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.456 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.456 INFO kablam! | Oct 13 13:13:41.456 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.456 INFO kablam! | ^^^^^ Oct 13 13:13:41.456 INFO kablam! ... Oct 13 13:13:41.456 INFO kablam! 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Oct 13 13:13:41.456 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.456 INFO kablam! | Oct 13 13:13:41.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.456 INFO kablam! | Oct 13 13:13:41.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.456 INFO kablam! | Oct 13 13:13:41.456 INFO kablam! Oct 13 13:13:41.456 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.456 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.456 INFO kablam! | Oct 13 13:13:41.456 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.456 INFO kablam! | ^^^^^ Oct 13 13:13:41.456 INFO kablam! ... Oct 13 13:13:41.457 INFO kablam! 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Oct 13 13:13:41.457 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! Oct 13 13:13:41.457 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.457 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.457 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.457 INFO kablam! ... Oct 13 13:13:41.457 INFO kablam! 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Oct 13 13:13:41.457 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! Oct 13 13:13:41.457 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.457 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.457 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.457 INFO kablam! ... Oct 13 13:13:41.457 INFO kablam! 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Oct 13 13:13:41.457 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! Oct 13 13:13:41.457 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.457 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.457 INFO kablam! | ^^^^^ Oct 13 13:13:41.457 INFO kablam! ... Oct 13 13:13:41.457 INFO kablam! 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); Oct 13 13:13:41.457 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! Oct 13 13:13:41.457 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.457 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.457 INFO kablam! | ^^^^^ Oct 13 13:13:41.457 INFO kablam! ... Oct 13 13:13:41.457 INFO kablam! 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); Oct 13 13:13:41.457 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! Oct 13 13:13:41.457 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.457 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.457 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.457 INFO kablam! ... Oct 13 13:13:41.457 INFO kablam! 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); Oct 13 13:13:41.457 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! Oct 13 13:13:41.457 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.457 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.457 INFO kablam! | Oct 13 13:13:41.457 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.457 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.457 INFO kablam! ... Oct 13 13:13:41.457 INFO kablam! 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); Oct 13 13:13:41.458 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.458 INFO kablam! | Oct 13 13:13:41.458 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.458 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.458 INFO kablam! | Oct 13 13:13:41.458 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.458 INFO kablam! | Oct 13 13:13:41.458 INFO kablam! Oct 13 13:13:41.464 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.464 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.464 INFO kablam! | Oct 13 13:13:41.464 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.464 INFO kablam! | ^^^^^ Oct 13 13:13:41.464 INFO kablam! ... Oct 13 13:13:41.464 INFO kablam! 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); Oct 13 13:13:41.464 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.464 INFO kablam! | Oct 13 13:13:41.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.464 INFO kablam! | Oct 13 13:13:41.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.464 INFO kablam! | Oct 13 13:13:41.464 INFO kablam! Oct 13 13:13:41.464 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.464 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.464 INFO kablam! | Oct 13 13:13:41.464 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.464 INFO kablam! | ^^^^^ Oct 13 13:13:41.464 INFO kablam! ... Oct 13 13:13:41.464 INFO kablam! 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); Oct 13 13:13:41.464 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.464 INFO kablam! | Oct 13 13:13:41.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.464 INFO kablam! | Oct 13 13:13:41.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.464 INFO kablam! | Oct 13 13:13:41.464 INFO kablam! Oct 13 13:13:41.464 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.464 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.464 INFO kablam! | Oct 13 13:13:41.464 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.464 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.464 INFO kablam! ... Oct 13 13:13:41.464 INFO kablam! 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); Oct 13 13:13:41.464 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.464 INFO kablam! | Oct 13 13:13:41.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.464 INFO kablam! | Oct 13 13:13:41.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.464 INFO kablam! | Oct 13 13:13:41.464 INFO kablam! Oct 13 13:13:41.464 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.464 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.464 INFO kablam! | Oct 13 13:13:41.464 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.465 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.465 INFO kablam! ... Oct 13 13:13:41.465 INFO kablam! 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); Oct 13 13:13:41.465 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.465 INFO kablam! | Oct 13 13:13:41.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.465 INFO kablam! | Oct 13 13:13:41.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.465 INFO kablam! | Oct 13 13:13:41.465 INFO kablam! Oct 13 13:13:41.465 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.465 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.465 INFO kablam! | Oct 13 13:13:41.465 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.465 INFO kablam! | ^^^^^ Oct 13 13:13:41.465 INFO kablam! ... Oct 13 13:13:41.465 INFO kablam! 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Oct 13 13:13:41.465 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.465 INFO kablam! | Oct 13 13:13:41.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.465 INFO kablam! | Oct 13 13:13:41.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.465 INFO kablam! | Oct 13 13:13:41.465 INFO kablam! Oct 13 13:13:41.465 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.465 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.465 INFO kablam! | Oct 13 13:13:41.465 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.465 INFO kablam! | ^^^^^ Oct 13 13:13:41.465 INFO kablam! ... Oct 13 13:13:41.465 INFO kablam! 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Oct 13 13:13:41.465 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.465 INFO kablam! | Oct 13 13:13:41.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.465 INFO kablam! | Oct 13 13:13:41.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.465 INFO kablam! | Oct 13 13:13:41.465 INFO kablam! Oct 13 13:13:41.465 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.465 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.465 INFO kablam! | Oct 13 13:13:41.465 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.465 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.465 INFO kablam! ... Oct 13 13:13:41.465 INFO kablam! 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Oct 13 13:13:41.465 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.465 INFO kablam! | Oct 13 13:13:41.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.465 INFO kablam! | Oct 13 13:13:41.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.465 INFO kablam! | Oct 13 13:13:41.465 INFO kablam! Oct 13 13:13:41.465 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.465 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.465 INFO kablam! | Oct 13 13:13:41.465 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.465 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.465 INFO kablam! ... Oct 13 13:13:41.465 INFO kablam! 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Oct 13 13:13:41.465 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.465 INFO kablam! | Oct 13 13:13:41.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.472 INFO kablam! | Oct 13 13:13:41.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.472 INFO kablam! | Oct 13 13:13:41.472 INFO kablam! Oct 13 13:13:41.472 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.472 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.472 INFO kablam! | Oct 13 13:13:41.472 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.472 INFO kablam! | ^^^^^ Oct 13 13:13:41.472 INFO kablam! ... Oct 13 13:13:41.472 INFO kablam! 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Oct 13 13:13:41.472 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.472 INFO kablam! | Oct 13 13:13:41.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.472 INFO kablam! | Oct 13 13:13:41.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.472 INFO kablam! | Oct 13 13:13:41.472 INFO kablam! Oct 13 13:13:41.472 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.472 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.472 INFO kablam! | Oct 13 13:13:41.472 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.472 INFO kablam! | ^^^^^ Oct 13 13:13:41.472 INFO kablam! ... Oct 13 13:13:41.472 INFO kablam! 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Oct 13 13:13:41.472 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.472 INFO kablam! | Oct 13 13:13:41.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.472 INFO kablam! | Oct 13 13:13:41.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.472 INFO kablam! | Oct 13 13:13:41.472 INFO kablam! Oct 13 13:13:41.472 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.472 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.472 INFO kablam! | Oct 13 13:13:41.472 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.472 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.472 INFO kablam! ... Oct 13 13:13:41.472 INFO kablam! 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Oct 13 13:13:41.472 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.472 INFO kablam! | Oct 13 13:13:41.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.472 INFO kablam! | Oct 13 13:13:41.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.472 INFO kablam! | Oct 13 13:13:41.473 INFO kablam! Oct 13 13:13:41.473 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.473 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.473 INFO kablam! | Oct 13 13:13:41.473 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.473 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.473 INFO kablam! ... Oct 13 13:13:41.473 INFO kablam! 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Oct 13 13:13:41.473 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.473 INFO kablam! | Oct 13 13:13:41.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.473 INFO kablam! | Oct 13 13:13:41.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.473 INFO kablam! | Oct 13 13:13:41.473 INFO kablam! Oct 13 13:13:41.473 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.473 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.473 INFO kablam! | Oct 13 13:13:41.473 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.473 INFO kablam! | ^^^^^ Oct 13 13:13:41.473 INFO kablam! ... Oct 13 13:13:41.473 INFO kablam! 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Oct 13 13:13:41.473 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.473 INFO kablam! | Oct 13 13:13:41.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.473 INFO kablam! | Oct 13 13:13:41.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.473 INFO kablam! | Oct 13 13:13:41.473 INFO kablam! Oct 13 13:13:41.473 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.473 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.473 INFO kablam! | Oct 13 13:13:41.473 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.473 INFO kablam! | ^^^^^ Oct 13 13:13:41.473 INFO kablam! ... Oct 13 13:13:41.473 INFO kablam! 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Oct 13 13:13:41.473 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.473 INFO kablam! | Oct 13 13:13:41.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.473 INFO kablam! | Oct 13 13:13:41.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.473 INFO kablam! | Oct 13 13:13:41.473 INFO kablam! Oct 13 13:13:41.473 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.473 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.473 INFO kablam! | Oct 13 13:13:41.473 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.473 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.473 INFO kablam! ... Oct 13 13:13:41.473 INFO kablam! 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Oct 13 13:13:41.473 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.473 INFO kablam! | Oct 13 13:13:41.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.473 INFO kablam! | Oct 13 13:13:41.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.473 INFO kablam! | Oct 13 13:13:41.473 INFO kablam! Oct 13 13:13:41.484 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.484 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.484 INFO kablam! | Oct 13 13:13:41.484 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.484 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.484 INFO kablam! ... Oct 13 13:13:41.484 INFO kablam! 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Oct 13 13:13:41.484 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.484 INFO kablam! | Oct 13 13:13:41.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.484 INFO kablam! | Oct 13 13:13:41.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.484 INFO kablam! | Oct 13 13:13:41.484 INFO kablam! Oct 13 13:13:41.484 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.484 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.484 INFO kablam! | Oct 13 13:13:41.484 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.484 INFO kablam! | ^^^^^ Oct 13 13:13:41.484 INFO kablam! ... Oct 13 13:13:41.484 INFO kablam! 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); Oct 13 13:13:41.484 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.484 INFO kablam! | Oct 13 13:13:41.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.484 INFO kablam! | Oct 13 13:13:41.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.484 INFO kablam! | Oct 13 13:13:41.484 INFO kablam! Oct 13 13:13:41.484 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.484 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.484 INFO kablam! | Oct 13 13:13:41.484 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.484 INFO kablam! | ^^^^^ Oct 13 13:13:41.484 INFO kablam! ... Oct 13 13:13:41.484 INFO kablam! 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); Oct 13 13:13:41.484 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.484 INFO kablam! | Oct 13 13:13:41.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.484 INFO kablam! | Oct 13 13:13:41.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.484 INFO kablam! | Oct 13 13:13:41.484 INFO kablam! Oct 13 13:13:41.484 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.484 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.484 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.485 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.485 INFO kablam! ... Oct 13 13:13:41.485 INFO kablam! 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); Oct 13 13:13:41.485 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! Oct 13 13:13:41.485 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.485 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.485 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.485 INFO kablam! ... Oct 13 13:13:41.485 INFO kablam! 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); Oct 13 13:13:41.485 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! Oct 13 13:13:41.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.485 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.485 INFO kablam! | ^^^^^ Oct 13 13:13:41.485 INFO kablam! ... Oct 13 13:13:41.485 INFO kablam! 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Oct 13 13:13:41.485 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! Oct 13 13:13:41.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.485 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.485 INFO kablam! | ^^^^^ Oct 13 13:13:41.485 INFO kablam! ... Oct 13 13:13:41.485 INFO kablam! 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Oct 13 13:13:41.485 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! Oct 13 13:13:41.485 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.485 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.485 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.485 INFO kablam! ... Oct 13 13:13:41.485 INFO kablam! 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Oct 13 13:13:41.485 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! Oct 13 13:13:41.485 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.485 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.485 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.485 INFO kablam! ... Oct 13 13:13:41.485 INFO kablam! 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Oct 13 13:13:41.485 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.485 INFO kablam! | Oct 13 13:13:41.485 INFO kablam! Oct 13 13:13:41.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.485 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.486 INFO kablam! | Oct 13 13:13:41.486 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.486 INFO kablam! | ^^^^^ Oct 13 13:13:41.486 INFO kablam! ... Oct 13 13:13:41.486 INFO kablam! 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Oct 13 13:13:41.486 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.486 INFO kablam! | Oct 13 13:13:41.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.486 INFO kablam! | Oct 13 13:13:41.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.486 INFO kablam! | Oct 13 13:13:41.486 INFO kablam! Oct 13 13:13:41.486 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.486 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.486 INFO kablam! | Oct 13 13:13:41.486 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.486 INFO kablam! | ^^^^^ Oct 13 13:13:41.486 INFO kablam! ... Oct 13 13:13:41.486 INFO kablam! 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Oct 13 13:13:41.486 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.486 INFO kablam! | Oct 13 13:13:41.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.486 INFO kablam! | Oct 13 13:13:41.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.486 INFO kablam! | Oct 13 13:13:41.486 INFO kablam! Oct 13 13:13:41.486 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.486 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.486 INFO kablam! | Oct 13 13:13:41.486 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.486 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.486 INFO kablam! ... Oct 13 13:13:41.486 INFO kablam! 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Oct 13 13:13:41.486 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.486 INFO kablam! | Oct 13 13:13:41.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.486 INFO kablam! | Oct 13 13:13:41.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.486 INFO kablam! | Oct 13 13:13:41.486 INFO kablam! Oct 13 13:13:41.488 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.488 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.488 INFO kablam! | Oct 13 13:13:41.488 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.488 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.488 INFO kablam! ... Oct 13 13:13:41.488 INFO kablam! 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Oct 13 13:13:41.488 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.488 INFO kablam! | Oct 13 13:13:41.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.488 INFO kablam! | Oct 13 13:13:41.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.488 INFO kablam! | Oct 13 13:13:41.488 INFO kablam! Oct 13 13:13:41.492 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.493 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.493 INFO kablam! | Oct 13 13:13:41.493 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.493 INFO kablam! | ^^^^^ Oct 13 13:13:41.493 INFO kablam! ... Oct 13 13:13:41.493 INFO kablam! 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Oct 13 13:13:41.493 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.493 INFO kablam! | Oct 13 13:13:41.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.493 INFO kablam! | Oct 13 13:13:41.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.493 INFO kablam! | Oct 13 13:13:41.493 INFO kablam! Oct 13 13:13:41.493 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.493 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.493 INFO kablam! | Oct 13 13:13:41.493 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.493 INFO kablam! | ^^^^^ Oct 13 13:13:41.493 INFO kablam! ... Oct 13 13:13:41.493 INFO kablam! 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Oct 13 13:13:41.493 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.493 INFO kablam! | Oct 13 13:13:41.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.493 INFO kablam! | Oct 13 13:13:41.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.493 INFO kablam! | Oct 13 13:13:41.493 INFO kablam! Oct 13 13:13:41.493 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.493 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.493 INFO kablam! | Oct 13 13:13:41.493 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.493 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.493 INFO kablam! ... Oct 13 13:13:41.493 INFO kablam! 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Oct 13 13:13:41.493 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.493 INFO kablam! | Oct 13 13:13:41.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.493 INFO kablam! | Oct 13 13:13:41.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.493 INFO kablam! | Oct 13 13:13:41.493 INFO kablam! Oct 13 13:13:41.493 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.493 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.493 INFO kablam! | Oct 13 13:13:41.493 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.493 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.493 INFO kablam! ... Oct 13 13:13:41.493 INFO kablam! 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Oct 13 13:13:41.493 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.493 INFO kablam! | Oct 13 13:13:41.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.493 INFO kablam! | Oct 13 13:13:41.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.493 INFO kablam! | Oct 13 13:13:41.493 INFO kablam! Oct 13 13:13:41.493 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.493 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.493 INFO kablam! | Oct 13 13:13:41.493 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.493 INFO kablam! | ^^^^^ Oct 13 13:13:41.493 INFO kablam! ... Oct 13 13:13:41.493 INFO kablam! 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Oct 13 13:13:41.493 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.493 INFO kablam! | Oct 13 13:13:41.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.493 INFO kablam! | Oct 13 13:13:41.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.493 INFO kablam! | Oct 13 13:13:41.493 INFO kablam! Oct 13 13:13:41.494 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.494 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.494 INFO kablam! | Oct 13 13:13:41.494 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.494 INFO kablam! | ^^^^^ Oct 13 13:13:41.494 INFO kablam! ... Oct 13 13:13:41.494 INFO kablam! 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Oct 13 13:13:41.494 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.494 INFO kablam! | Oct 13 13:13:41.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.494 INFO kablam! | Oct 13 13:13:41.494 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.494 INFO kablam! | Oct 13 13:13:41.494 INFO kablam! Oct 13 13:13:41.500 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.500 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.500 INFO kablam! | Oct 13 13:13:41.500 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.500 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.500 INFO kablam! ... Oct 13 13:13:41.500 INFO kablam! 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Oct 13 13:13:41.500 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.500 INFO kablam! | Oct 13 13:13:41.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.500 INFO kablam! | Oct 13 13:13:41.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.500 INFO kablam! | Oct 13 13:13:41.500 INFO kablam! Oct 13 13:13:41.500 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.500 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.500 INFO kablam! | Oct 13 13:13:41.500 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.500 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.500 INFO kablam! ... Oct 13 13:13:41.500 INFO kablam! 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Oct 13 13:13:41.500 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.500 INFO kablam! | Oct 13 13:13:41.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.500 INFO kablam! | Oct 13 13:13:41.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.500 INFO kablam! | Oct 13 13:13:41.500 INFO kablam! Oct 13 13:13:41.500 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.500 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.500 INFO kablam! | Oct 13 13:13:41.500 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.500 INFO kablam! | ^^^^^ Oct 13 13:13:41.500 INFO kablam! ... Oct 13 13:13:41.500 INFO kablam! 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Oct 13 13:13:41.500 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.500 INFO kablam! | Oct 13 13:13:41.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.500 INFO kablam! | Oct 13 13:13:41.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.500 INFO kablam! | Oct 13 13:13:41.500 INFO kablam! Oct 13 13:13:41.500 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.500 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.500 INFO kablam! | Oct 13 13:13:41.500 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.500 INFO kablam! | ^^^^^ Oct 13 13:13:41.500 INFO kablam! ... Oct 13 13:13:41.500 INFO kablam! 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Oct 13 13:13:41.500 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.500 INFO kablam! | Oct 13 13:13:41.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.501 INFO kablam! | Oct 13 13:13:41.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.501 INFO kablam! | Oct 13 13:13:41.501 INFO kablam! Oct 13 13:13:41.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.501 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.501 INFO kablam! | Oct 13 13:13:41.501 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.501 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.501 INFO kablam! ... Oct 13 13:13:41.501 INFO kablam! 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Oct 13 13:13:41.501 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.501 INFO kablam! | Oct 13 13:13:41.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.501 INFO kablam! | Oct 13 13:13:41.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.501 INFO kablam! | Oct 13 13:13:41.501 INFO kablam! Oct 13 13:13:41.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.501 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.501 INFO kablam! | Oct 13 13:13:41.501 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.501 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.501 INFO kablam! ... Oct 13 13:13:41.501 INFO kablam! 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Oct 13 13:13:41.501 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.501 INFO kablam! | Oct 13 13:13:41.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.501 INFO kablam! | Oct 13 13:13:41.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.501 INFO kablam! | Oct 13 13:13:41.501 INFO kablam! Oct 13 13:13:41.504 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.504 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.504 INFO kablam! | Oct 13 13:13:41.504 INFO kablam! 171 | let ptr = Jemalloc.alloc(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! 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); 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.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.504 INFO kablam! | Oct 13 13:13:41.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.504 INFO kablam! | Oct 13 13:13:41.504 INFO kablam! Oct 13 13:13:41.516 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.516 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.516 INFO kablam! | Oct 13 13:13:41.516 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.516 INFO kablam! | ^^^^^ Oct 13 13:13:41.516 INFO kablam! ... Oct 13 13:13:41.516 INFO kablam! 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Oct 13 13:13:41.516 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.516 INFO kablam! | Oct 13 13:13:41.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.516 INFO kablam! | Oct 13 13:13:41.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.516 INFO kablam! | Oct 13 13:13:41.516 INFO kablam! Oct 13 13:13:41.516 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.516 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.516 INFO kablam! | Oct 13 13:13:41.516 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.516 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.516 INFO kablam! ... Oct 13 13:13:41.516 INFO kablam! 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Oct 13 13:13:41.516 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.516 INFO kablam! | Oct 13 13:13:41.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.516 INFO kablam! | Oct 13 13:13:41.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.516 INFO kablam! | Oct 13 13:13:41.516 INFO kablam! Oct 13 13:13:41.516 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.516 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.516 INFO kablam! | Oct 13 13:13:41.516 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.516 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.516 INFO kablam! ... Oct 13 13:13:41.516 INFO kablam! 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Oct 13 13:13:41.516 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.516 INFO kablam! | Oct 13 13:13:41.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.516 INFO kablam! | Oct 13 13:13:41.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.516 INFO kablam! | Oct 13 13:13:41.516 INFO kablam! Oct 13 13:13:41.516 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.516 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:41.516 INFO kablam! | Oct 13 13:13:41.516 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.516 INFO kablam! | ^^^^^ Oct 13 13:13:41.516 INFO kablam! ... Oct 13 13:13:41.516 INFO kablam! 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Oct 13 13:13:41.517 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! Oct 13 13:13:41.517 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.517 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:41.517 INFO kablam! | ^^^^^ Oct 13 13:13:41.517 INFO kablam! ... Oct 13 13:13:41.517 INFO kablam! 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Oct 13 13:13:41.517 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! Oct 13 13:13:41.517 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.517 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.517 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.517 INFO kablam! ... Oct 13 13:13:41.517 INFO kablam! 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Oct 13 13:13:41.517 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! Oct 13 13:13:41.517 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.517 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.517 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.517 INFO kablam! ... Oct 13 13:13:41.517 INFO kablam! 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Oct 13 13:13:41.517 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! Oct 13 13:13:41.517 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.517 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.517 INFO kablam! | ^^^^^ Oct 13 13:13:41.517 INFO kablam! ... Oct 13 13:13:41.517 INFO kablam! 265 | rt_realloc!(rt_pow2_1bytes_1align_realloc, 1, 1); Oct 13 13:13:41.517 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! Oct 13 13:13:41.517 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.517 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.517 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.517 INFO kablam! ... Oct 13 13:13:41.517 INFO kablam! 265 | rt_realloc!(rt_pow2_1bytes_1align_realloc, 1, 1); Oct 13 13:13:41.517 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! Oct 13 13:13:41.517 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.517 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.517 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.517 INFO kablam! ... Oct 13 13:13:41.517 INFO kablam! 265 | rt_realloc!(rt_pow2_1bytes_1align_realloc, 1, 1); Oct 13 13:13:41.517 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.517 INFO kablam! | Oct 13 13:13:41.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.518 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! Oct 13 13:13:41.518 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.518 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.518 INFO kablam! | ^^^^^ Oct 13 13:13:41.518 INFO kablam! ... Oct 13 13:13:41.518 INFO kablam! 278 | rt_realloc!(rt_pow2_2bytes_1align_realloc, 2, 1); Oct 13 13:13:41.518 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.518 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! Oct 13 13:13:41.518 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.518 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.518 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.518 INFO kablam! ... Oct 13 13:13:41.518 INFO kablam! 278 | rt_realloc!(rt_pow2_2bytes_1align_realloc, 2, 1); Oct 13 13:13:41.518 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.518 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! Oct 13 13:13:41.518 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.518 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.518 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.518 INFO kablam! ... Oct 13 13:13:41.518 INFO kablam! 278 | rt_realloc!(rt_pow2_2bytes_1align_realloc, 2, 1); Oct 13 13:13:41.518 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.518 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! Oct 13 13:13:41.518 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.518 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.518 INFO kablam! | ^^^^^ Oct 13 13:13:41.518 INFO kablam! ... Oct 13 13:13:41.518 INFO kablam! 291 | rt_realloc!(rt_pow2_4bytes_1align_realloc, 4, 1); Oct 13 13:13:41.518 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.518 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! Oct 13 13:13:41.518 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.518 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.518 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.518 INFO kablam! ... Oct 13 13:13:41.518 INFO kablam! 291 | rt_realloc!(rt_pow2_4bytes_1align_realloc, 4, 1); Oct 13 13:13:41.518 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.518 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.518 INFO kablam! | Oct 13 13:13:41.518 INFO kablam! Oct 13 13:13:41.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.520 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.520 INFO kablam! | Oct 13 13:13:41.520 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.520 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.520 INFO kablam! ... Oct 13 13:13:41.520 INFO kablam! 291 | rt_realloc!(rt_pow2_4bytes_1align_realloc, 4, 1); 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.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.520 INFO kablam! | Oct 13 13:13:41.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.520 INFO kablam! | Oct 13 13:13:41.520 INFO kablam! Oct 13 13:13:41.524 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.524 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.524 INFO kablam! | Oct 13 13:13:41.524 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 304 | rt_realloc!(rt_pow2_8bytes_1align_realloc, 8, 1); 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.524 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.524 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.524 INFO kablam! | Oct 13 13:13:41.524 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 304 | rt_realloc!(rt_pow2_8bytes_1align_realloc, 8, 1); 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.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:204:26 Oct 13 13:13:41.524 INFO kablam! | Oct 13 13:13:41.524 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_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! 304 | rt_realloc!(rt_pow2_8bytes_1align_realloc, 8, 1); 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.524 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.524 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.524 INFO kablam! | Oct 13 13:13:41.524 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 317 | rt_realloc!(rt_pow2_16bytes_1align_realloc, 16, 1); 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.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.525 INFO kablam! | Oct 13 13:13:41.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.525 INFO kablam! | Oct 13 13:13:41.525 INFO kablam! Oct 13 13:13:41.529 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.529 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.529 INFO kablam! | Oct 13 13:13:41.529 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.529 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.529 INFO kablam! ... Oct 13 13:13:41.529 INFO kablam! 317 | rt_realloc!(rt_pow2_16bytes_1align_realloc, 16, 1); Oct 13 13:13:41.529 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.529 INFO kablam! | Oct 13 13:13:41.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.529 INFO kablam! | Oct 13 13:13:41.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.529 INFO kablam! | Oct 13 13:13:41.529 INFO kablam! Oct 13 13:13:41.529 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.529 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.529 INFO kablam! | Oct 13 13:13:41.529 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.529 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.529 INFO kablam! ... Oct 13 13:13:41.529 INFO kablam! 317 | rt_realloc!(rt_pow2_16bytes_1align_realloc, 16, 1); Oct 13 13:13:41.529 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.529 INFO kablam! | Oct 13 13:13:41.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.529 INFO kablam! | Oct 13 13:13:41.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.529 INFO kablam! | Oct 13 13:13:41.529 INFO kablam! Oct 13 13:13:41.529 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.529 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.529 INFO kablam! | Oct 13 13:13:41.529 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.529 INFO kablam! | ^^^^^ Oct 13 13:13:41.529 INFO kablam! ... Oct 13 13:13:41.529 INFO kablam! 330 | rt_realloc!(rt_pow2_32bytes_1align_realloc, 32, 1); Oct 13 13:13:41.529 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.529 INFO kablam! | Oct 13 13:13:41.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.529 INFO kablam! | Oct 13 13:13:41.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.529 INFO kablam! | Oct 13 13:13:41.529 INFO kablam! Oct 13 13:13:41.529 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.529 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.529 INFO kablam! | Oct 13 13:13:41.529 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.529 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.529 INFO kablam! ... Oct 13 13:13:41.529 INFO kablam! 330 | rt_realloc!(rt_pow2_32bytes_1align_realloc, 32, 1); Oct 13 13:13:41.529 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.529 INFO kablam! | Oct 13 13:13:41.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.529 INFO kablam! | Oct 13 13:13:41.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.529 INFO kablam! | Oct 13 13:13:41.529 INFO kablam! Oct 13 13:13:41.529 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.529 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.529 INFO kablam! | Oct 13 13:13:41.529 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.529 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.529 INFO kablam! ... Oct 13 13:13:41.529 INFO kablam! 330 | rt_realloc!(rt_pow2_32bytes_1align_realloc, 32, 1); Oct 13 13:13:41.529 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.529 INFO kablam! | Oct 13 13:13:41.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.529 INFO kablam! | Oct 13 13:13:41.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.529 INFO kablam! | Oct 13 13:13:41.529 INFO kablam! Oct 13 13:13:41.540 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.540 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.540 INFO kablam! | Oct 13 13:13:41.540 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.540 INFO kablam! | ^^^^^ Oct 13 13:13:41.540 INFO kablam! ... Oct 13 13:13:41.540 INFO kablam! 343 | rt_realloc!(rt_pow2_64bytes_1align_realloc, 64, 1); Oct 13 13:13:41.540 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.540 INFO kablam! | Oct 13 13:13:41.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.540 INFO kablam! | Oct 13 13:13:41.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.540 INFO kablam! | Oct 13 13:13:41.540 INFO kablam! Oct 13 13:13:41.540 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.540 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.540 INFO kablam! | Oct 13 13:13:41.540 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.540 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.540 INFO kablam! ... Oct 13 13:13:41.540 INFO kablam! 343 | rt_realloc!(rt_pow2_64bytes_1align_realloc, 64, 1); Oct 13 13:13:41.540 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.540 INFO kablam! | Oct 13 13:13:41.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.540 INFO kablam! | Oct 13 13:13:41.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.540 INFO kablam! | Oct 13 13:13:41.540 INFO kablam! Oct 13 13:13:41.540 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.540 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.540 INFO kablam! | Oct 13 13:13:41.540 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.540 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.540 INFO kablam! ... Oct 13 13:13:41.540 INFO kablam! 343 | rt_realloc!(rt_pow2_64bytes_1align_realloc, 64, 1); Oct 13 13:13:41.540 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.540 INFO kablam! | Oct 13 13:13:41.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.540 INFO kablam! | Oct 13 13:13:41.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.540 INFO kablam! | Oct 13 13:13:41.540 INFO kablam! Oct 13 13:13:41.540 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.540 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.540 INFO kablam! | Oct 13 13:13:41.540 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.540 INFO kablam! | ^^^^^ Oct 13 13:13:41.540 INFO kablam! ... Oct 13 13:13:41.541 INFO kablam! 356 | rt_realloc!(rt_pow2_128bytes_1align_realloc, 128, 1); Oct 13 13:13:41.541 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! Oct 13 13:13:41.541 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.541 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.541 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.541 INFO kablam! ... Oct 13 13:13:41.541 INFO kablam! 356 | rt_realloc!(rt_pow2_128bytes_1align_realloc, 128, 1); Oct 13 13:13:41.541 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! Oct 13 13:13:41.541 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.541 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.541 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.541 INFO kablam! ... Oct 13 13:13:41.541 INFO kablam! 356 | rt_realloc!(rt_pow2_128bytes_1align_realloc, 128, 1); Oct 13 13:13:41.541 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! Oct 13 13:13:41.541 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.541 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.541 INFO kablam! | ^^^^^ Oct 13 13:13:41.541 INFO kablam! ... Oct 13 13:13:41.541 INFO kablam! 369 | rt_realloc!(rt_pow2_256bytes_1align_realloc, 256, 1); Oct 13 13:13:41.541 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! Oct 13 13:13:41.541 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.541 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.541 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.541 INFO kablam! ... Oct 13 13:13:41.541 INFO kablam! 369 | rt_realloc!(rt_pow2_256bytes_1align_realloc, 256, 1); Oct 13 13:13:41.541 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! Oct 13 13:13:41.541 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.541 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.541 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.541 INFO kablam! ... Oct 13 13:13:41.541 INFO kablam! 369 | rt_realloc!(rt_pow2_256bytes_1align_realloc, 256, 1); Oct 13 13:13:41.541 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! Oct 13 13:13:41.541 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.541 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.541 INFO kablam! | Oct 13 13:13:41.541 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.541 INFO kablam! | ^^^^^ Oct 13 13:13:41.541 INFO kablam! ... Oct 13 13:13:41.542 INFO kablam! 382 | rt_realloc!(rt_pow2_512bytes_1align_realloc, 512, 1); 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.542 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.542 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.542 INFO kablam! | Oct 13 13:13:41.542 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.542 INFO kablam! | Oct 13 13:13:41.542 INFO kablam! Oct 13 13:13:41.542 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.542 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.542 INFO kablam! | Oct 13 13:13:41.542 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 382 | rt_realloc!(rt_pow2_512bytes_1align_realloc, 512, 1); 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.542 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.542 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.542 INFO kablam! | Oct 13 13:13:41.542 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.542 INFO kablam! | Oct 13 13:13:41.542 INFO kablam! Oct 13 13:13:41.548 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.548 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.548 INFO kablam! | Oct 13 13:13:41.548 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.548 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.548 INFO kablam! ... Oct 13 13:13:41.548 INFO kablam! 382 | rt_realloc!(rt_pow2_512bytes_1align_realloc, 512, 1); Oct 13 13:13:41.548 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.548 INFO kablam! | Oct 13 13:13:41.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.548 INFO kablam! | Oct 13 13:13:41.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.548 INFO kablam! | Oct 13 13:13:41.548 INFO kablam! Oct 13 13:13:41.552 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.552 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.552 INFO kablam! | Oct 13 13:13:41.552 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 395 | rt_realloc!(rt_pow2_1024bytes_1align_realloc, 1024, 1); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.552 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.552 INFO kablam! | Oct 13 13:13:41.552 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 395 | rt_realloc!(rt_pow2_1024bytes_1align_realloc, 1024, 1); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.552 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.552 INFO kablam! | Oct 13 13:13:41.552 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_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! 395 | rt_realloc!(rt_pow2_1024bytes_1align_realloc, 1024, 1); 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` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.552 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.552 INFO kablam! | Oct 13 13:13:41.552 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 408 | rt_realloc!(rt_pow2_2048bytes_1align_realloc, 2048, 1); 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.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! Oct 13 13:13:41.553 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.553 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.553 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.553 INFO kablam! ... Oct 13 13:13:41.553 INFO kablam! 408 | rt_realloc!(rt_pow2_2048bytes_1align_realloc, 2048, 1); Oct 13 13:13:41.553 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! Oct 13 13:13:41.553 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.553 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.553 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.553 INFO kablam! ... Oct 13 13:13:41.553 INFO kablam! 408 | rt_realloc!(rt_pow2_2048bytes_1align_realloc, 2048, 1); Oct 13 13:13:41.553 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! Oct 13 13:13:41.553 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.553 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.553 INFO kablam! | ^^^^^ Oct 13 13:13:41.553 INFO kablam! ... Oct 13 13:13:41.553 INFO kablam! 421 | rt_realloc!(rt_pow2_4096bytes_1align_realloc, 4096, 1); Oct 13 13:13:41.553 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! Oct 13 13:13:41.553 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.553 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.553 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.553 INFO kablam! ... Oct 13 13:13:41.553 INFO kablam! 421 | rt_realloc!(rt_pow2_4096bytes_1align_realloc, 4096, 1); Oct 13 13:13:41.553 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! Oct 13 13:13:41.553 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.553 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.553 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.553 INFO kablam! ... Oct 13 13:13:41.553 INFO kablam! 421 | rt_realloc!(rt_pow2_4096bytes_1align_realloc, 4096, 1); Oct 13 13:13:41.553 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.553 INFO kablam! | Oct 13 13:13:41.553 INFO kablam! Oct 13 13:13:41.560 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.560 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.560 INFO kablam! | Oct 13 13:13:41.560 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.560 INFO kablam! | ^^^^^ Oct 13 13:13:41.560 INFO kablam! ... Oct 13 13:13:41.560 INFO kablam! 434 | rt_realloc!(rt_pow2_8192bytes_1align_realloc, 8192, 1); Oct 13 13:13:41.560 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.560 INFO kablam! | Oct 13 13:13:41.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.560 INFO kablam! | Oct 13 13:13:41.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.560 INFO kablam! | Oct 13 13:13:41.560 INFO kablam! Oct 13 13:13:41.560 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.560 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.560 INFO kablam! | Oct 13 13:13:41.560 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.560 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.560 INFO kablam! ... Oct 13 13:13:41.560 INFO kablam! 434 | rt_realloc!(rt_pow2_8192bytes_1align_realloc, 8192, 1); Oct 13 13:13:41.560 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.560 INFO kablam! | Oct 13 13:13:41.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.560 INFO kablam! | Oct 13 13:13:41.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.560 INFO kablam! | Oct 13 13:13:41.560 INFO kablam! Oct 13 13:13:41.560 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.560 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.560 INFO kablam! | Oct 13 13:13:41.560 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.560 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.560 INFO kablam! ... Oct 13 13:13:41.560 INFO kablam! 434 | rt_realloc!(rt_pow2_8192bytes_1align_realloc, 8192, 1); Oct 13 13:13:41.560 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.560 INFO kablam! | Oct 13 13:13:41.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.560 INFO kablam! | Oct 13 13:13:41.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.560 INFO kablam! | Oct 13 13:13:41.560 INFO kablam! Oct 13 13:13:41.560 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.560 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.560 INFO kablam! | Oct 13 13:13:41.560 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.560 INFO kablam! | ^^^^^ Oct 13 13:13:41.561 INFO kablam! ... Oct 13 13:13:41.561 INFO kablam! 447 | rt_realloc!(rt_pow2_16384bytes_1align_realloc, 16384, 1); Oct 13 13:13:41.561 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.561 INFO kablam! | Oct 13 13:13:41.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.561 INFO kablam! | Oct 13 13:13:41.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.561 INFO kablam! | Oct 13 13:13:41.561 INFO kablam! Oct 13 13:13:41.561 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.561 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.561 INFO kablam! | Oct 13 13:13:41.561 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.561 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.561 INFO kablam! ... Oct 13 13:13:41.561 INFO kablam! 447 | rt_realloc!(rt_pow2_16384bytes_1align_realloc, 16384, 1); Oct 13 13:13:41.561 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.561 INFO kablam! | Oct 13 13:13:41.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.561 INFO kablam! | Oct 13 13:13:41.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.561 INFO kablam! | Oct 13 13:13:41.561 INFO kablam! Oct 13 13:13:41.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.561 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.561 INFO kablam! | Oct 13 13:13:41.561 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.561 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.561 INFO kablam! ... Oct 13 13:13:41.561 INFO kablam! 447 | rt_realloc!(rt_pow2_16384bytes_1align_realloc, 16384, 1); Oct 13 13:13:41.561 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.561 INFO kablam! | Oct 13 13:13:41.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.561 INFO kablam! | Oct 13 13:13:41.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.561 INFO kablam! | Oct 13 13:13:41.561 INFO kablam! Oct 13 13:13:41.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.561 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.561 INFO kablam! | Oct 13 13:13:41.561 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.561 INFO kablam! | ^^^^^ Oct 13 13:13:41.561 INFO kablam! ... Oct 13 13:13:41.561 INFO kablam! 460 | rt_realloc!(rt_pow2_32768bytes_1align_realloc, 32768, 1); Oct 13 13:13:41.561 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.561 INFO kablam! | Oct 13 13:13:41.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.561 INFO kablam! | Oct 13 13:13:41.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.561 INFO kablam! | Oct 13 13:13:41.561 INFO kablam! Oct 13 13:13:41.568 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.568 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.568 INFO kablam! | Oct 13 13:13:41.568 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.568 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.568 INFO kablam! ... Oct 13 13:13:41.568 INFO kablam! 460 | rt_realloc!(rt_pow2_32768bytes_1align_realloc, 32768, 1); Oct 13 13:13:41.568 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.568 INFO kablam! | Oct 13 13:13:41.568 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.568 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.568 INFO kablam! | Oct 13 13:13:41.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.568 INFO kablam! | Oct 13 13:13:41.568 INFO kablam! Oct 13 13:13:41.568 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.568 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.568 INFO kablam! | Oct 13 13:13:41.568 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.568 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.568 INFO kablam! ... Oct 13 13:13:41.568 INFO kablam! 460 | rt_realloc!(rt_pow2_32768bytes_1align_realloc, 32768, 1); Oct 13 13:13:41.568 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.568 INFO kablam! | Oct 13 13:13:41.568 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.568 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.568 INFO kablam! | Oct 13 13:13:41.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.568 INFO kablam! | Oct 13 13:13:41.568 INFO kablam! Oct 13 13:13:41.568 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.568 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.568 INFO kablam! | Oct 13 13:13:41.568 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.568 INFO kablam! | ^^^^^ Oct 13 13:13:41.568 INFO kablam! ... Oct 13 13:13:41.568 INFO kablam! 473 | rt_realloc!(rt_pow2_65536bytes_1align_realloc, 65536, 1); Oct 13 13:13:41.568 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.568 INFO kablam! | Oct 13 13:13:41.568 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.568 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.568 INFO kablam! | Oct 13 13:13:41.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.568 INFO kablam! | Oct 13 13:13:41.568 INFO kablam! Oct 13 13:13:41.568 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.568 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.568 INFO kablam! | Oct 13 13:13:41.568 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.569 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.569 INFO kablam! ... Oct 13 13:13:41.569 INFO kablam! 473 | rt_realloc!(rt_pow2_65536bytes_1align_realloc, 65536, 1); Oct 13 13:13:41.569 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.569 INFO kablam! | Oct 13 13:13:41.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.569 INFO kablam! | Oct 13 13:13:41.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.569 INFO kablam! | Oct 13 13:13:41.569 INFO kablam! Oct 13 13:13:41.569 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.569 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.569 INFO kablam! | Oct 13 13:13:41.569 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.569 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.569 INFO kablam! ... Oct 13 13:13:41.569 INFO kablam! 473 | rt_realloc!(rt_pow2_65536bytes_1align_realloc, 65536, 1); Oct 13 13:13:41.569 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.569 INFO kablam! | Oct 13 13:13:41.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.569 INFO kablam! | Oct 13 13:13:41.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.569 INFO kablam! | Oct 13 13:13:41.569 INFO kablam! Oct 13 13:13:41.569 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.569 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.569 INFO kablam! | Oct 13 13:13:41.569 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.569 INFO kablam! | ^^^^^ Oct 13 13:13:41.569 INFO kablam! ... Oct 13 13:13:41.569 INFO kablam! 486 | rt_realloc!(rt_pow2_131072bytes_1align_realloc, 131072, 1); Oct 13 13:13:41.569 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.569 INFO kablam! | Oct 13 13:13:41.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.569 INFO kablam! | Oct 13 13:13:41.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.569 INFO kablam! | Oct 13 13:13:41.569 INFO kablam! Oct 13 13:13:41.569 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.569 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.569 INFO kablam! | Oct 13 13:13:41.569 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.569 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.569 INFO kablam! ... Oct 13 13:13:41.569 INFO kablam! 486 | rt_realloc!(rt_pow2_131072bytes_1align_realloc, 131072, 1); Oct 13 13:13:41.569 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.569 INFO kablam! | Oct 13 13:13:41.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.569 INFO kablam! | Oct 13 13:13:41.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.569 INFO kablam! | Oct 13 13:13:41.569 INFO kablam! Oct 13 13:13:41.569 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.569 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.569 INFO kablam! | Oct 13 13:13:41.569 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.569 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.569 INFO kablam! ... Oct 13 13:13:41.569 INFO kablam! 486 | rt_realloc!(rt_pow2_131072bytes_1align_realloc, 131072, 1); Oct 13 13:13:41.569 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.569 INFO kablam! | Oct 13 13:13:41.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.569 INFO kablam! | Oct 13 13:13:41.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.569 INFO kablam! | Oct 13 13:13:41.569 INFO kablam! Oct 13 13:13:41.576 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.576 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.576 INFO kablam! | Oct 13 13:13:41.576 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 499 | rt_realloc!(rt_pow2_4194304bytes_1align_realloc, 4194304, 1); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.578 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.578 INFO kablam! | Oct 13 13:13:41.578 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.578 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.578 INFO kablam! ... Oct 13 13:13:41.578 INFO kablam! 499 | rt_realloc!(rt_pow2_4194304bytes_1align_realloc, 4194304, 1); Oct 13 13:13:41.578 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.578 INFO kablam! | Oct 13 13:13:41.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.578 INFO kablam! | Oct 13 13:13:41.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.578 INFO kablam! | Oct 13 13:13:41.578 INFO kablam! Oct 13 13:13:41.578 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.578 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.578 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.579 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.579 INFO kablam! ... Oct 13 13:13:41.579 INFO kablam! 499 | rt_realloc!(rt_pow2_4194304bytes_1align_realloc, 4194304, 1); Oct 13 13:13:41.579 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! Oct 13 13:13:41.579 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.579 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.579 INFO kablam! | ^^^^^ Oct 13 13:13:41.579 INFO kablam! ... Oct 13 13:13:41.579 INFO kablam! 513 | rt_realloc!(rt_even_10bytes_1align_realloc, 10, 1); Oct 13 13:13:41.579 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! Oct 13 13:13:41.579 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.579 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.579 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.579 INFO kablam! ... Oct 13 13:13:41.579 INFO kablam! 513 | rt_realloc!(rt_even_10bytes_1align_realloc, 10, 1); Oct 13 13:13:41.579 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! Oct 13 13:13:41.579 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.579 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.579 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.579 INFO kablam! ... Oct 13 13:13:41.579 INFO kablam! 513 | rt_realloc!(rt_even_10bytes_1align_realloc, 10, 1); Oct 13 13:13:41.579 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! Oct 13 13:13:41.579 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.579 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.579 INFO kablam! | ^^^^^ Oct 13 13:13:41.579 INFO kablam! ... Oct 13 13:13:41.579 INFO kablam! 526 | rt_realloc!(rt_even_100bytes_1align_realloc, 100, 1); Oct 13 13:13:41.579 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! Oct 13 13:13:41.579 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.579 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.579 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.579 INFO kablam! ... Oct 13 13:13:41.579 INFO kablam! 526 | rt_realloc!(rt_even_100bytes_1align_realloc, 100, 1); Oct 13 13:13:41.579 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! Oct 13 13:13:41.579 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.579 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.579 INFO kablam! | Oct 13 13:13:41.579 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.579 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.580 INFO kablam! ... Oct 13 13:13:41.580 INFO kablam! 526 | rt_realloc!(rt_even_100bytes_1align_realloc, 100, 1); Oct 13 13:13:41.580 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.580 INFO kablam! | Oct 13 13:13:41.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.580 INFO kablam! | Oct 13 13:13:41.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.580 INFO kablam! | Oct 13 13:13:41.580 INFO kablam! Oct 13 13:13:41.584 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.584 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.584 INFO kablam! | Oct 13 13:13:41.584 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.584 INFO kablam! | ^^^^^ Oct 13 13:13:41.584 INFO kablam! ... Oct 13 13:13:41.584 INFO kablam! 539 | rt_realloc!(rt_even_1000bytes_1align_realloc, 1000, 1); Oct 13 13:13:41.584 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.584 INFO kablam! | Oct 13 13:13:41.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.584 INFO kablam! | Oct 13 13:13:41.584 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.584 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.584 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.584 INFO kablam! | Oct 13 13:13:41.584 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.584 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.584 INFO kablam! ... Oct 13 13:13:41.584 INFO kablam! 539 | rt_realloc!(rt_even_1000bytes_1align_realloc, 1000, 1); Oct 13 13:13:41.584 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.584 INFO kablam! | Oct 13 13:13:41.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.584 INFO kablam! | Oct 13 13:13:41.584 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.584 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.584 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.584 INFO kablam! | Oct 13 13:13:41.584 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.584 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.584 INFO kablam! ... Oct 13 13:13:41.584 INFO kablam! 539 | rt_realloc!(rt_even_1000bytes_1align_realloc, 1000, 1); Oct 13 13:13:41.584 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.584 INFO kablam! | Oct 13 13:13:41.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.584 INFO kablam! | Oct 13 13:13:41.584 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.587 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.587 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.587 INFO kablam! | Oct 13 13:13:41.587 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.587 INFO kablam! | ^^^^^ Oct 13 13:13:41.588 INFO kablam! ... Oct 13 13:13:41.588 INFO kablam! 552 | rt_realloc!(rt_even_10000bytes_1align_realloc, 10000, 1); Oct 13 13:13:41.588 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.588 INFO kablam! | Oct 13 13:13:41.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.588 INFO kablam! | Oct 13 13:13:41.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.588 INFO kablam! | Oct 13 13:13:41.588 INFO kablam! Oct 13 13:13:41.588 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.588 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.588 INFO kablam! | Oct 13 13:13:41.588 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.588 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.588 INFO kablam! ... Oct 13 13:13:41.588 INFO kablam! 552 | rt_realloc!(rt_even_10000bytes_1align_realloc, 10000, 1); Oct 13 13:13:41.588 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.588 INFO kablam! | Oct 13 13:13:41.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.588 INFO kablam! | Oct 13 13:13:41.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.588 INFO kablam! | Oct 13 13:13:41.588 INFO kablam! Oct 13 13:13:41.588 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.588 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.588 INFO kablam! | Oct 13 13:13:41.588 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.588 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.588 INFO kablam! ... Oct 13 13:13:41.588 INFO kablam! 552 | rt_realloc!(rt_even_10000bytes_1align_realloc, 10000, 1); Oct 13 13:13:41.588 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.588 INFO kablam! | Oct 13 13:13:41.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.588 INFO kablam! | Oct 13 13:13:41.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.588 INFO kablam! | Oct 13 13:13:41.588 INFO kablam! Oct 13 13:13:41.588 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.588 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.588 INFO kablam! | Oct 13 13:13:41.588 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.588 INFO kablam! | ^^^^^ Oct 13 13:13:41.588 INFO kablam! ... Oct 13 13:13:41.588 INFO kablam! 565 | rt_realloc!(rt_even_100000bytes_1align_realloc, 100000, 1); Oct 13 13:13:41.588 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.588 INFO kablam! | Oct 13 13:13:41.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.588 INFO kablam! | Oct 13 13:13:41.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.588 INFO kablam! | Oct 13 13:13:41.588 INFO kablam! Oct 13 13:13:41.596 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.596 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.596 INFO kablam! | Oct 13 13:13:41.596 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.596 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.596 INFO kablam! ... Oct 13 13:13:41.596 INFO kablam! 565 | rt_realloc!(rt_even_100000bytes_1align_realloc, 100000, 1); Oct 13 13:13:41.596 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.596 INFO kablam! | Oct 13 13:13:41.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.596 INFO kablam! | Oct 13 13:13:41.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.596 INFO kablam! | Oct 13 13:13:41.596 INFO kablam! Oct 13 13:13:41.596 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.596 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.596 INFO kablam! | Oct 13 13:13:41.596 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.596 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.596 INFO kablam! ... Oct 13 13:13:41.596 INFO kablam! 565 | rt_realloc!(rt_even_100000bytes_1align_realloc, 100000, 1); Oct 13 13:13:41.596 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.596 INFO kablam! | Oct 13 13:13:41.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.596 INFO kablam! | Oct 13 13:13:41.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.596 INFO kablam! | Oct 13 13:13:41.596 INFO kablam! Oct 13 13:13:41.596 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.596 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.596 INFO kablam! | Oct 13 13:13:41.596 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.596 INFO kablam! | ^^^^^ Oct 13 13:13:41.596 INFO kablam! ... Oct 13 13:13:41.596 INFO kablam! 578 | rt_realloc!(rt_even_1000000bytes_1align_realloc, 1000000, 1); Oct 13 13:13:41.596 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.596 INFO kablam! | Oct 13 13:13:41.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.596 INFO kablam! | Oct 13 13:13:41.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.596 INFO kablam! | Oct 13 13:13:41.596 INFO kablam! Oct 13 13:13:41.596 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.596 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.596 INFO kablam! | Oct 13 13:13:41.596 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.597 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.597 INFO kablam! ... Oct 13 13:13:41.597 INFO kablam! 578 | rt_realloc!(rt_even_1000000bytes_1align_realloc, 1000000, 1); Oct 13 13:13:41.597 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.597 INFO kablam! | Oct 13 13:13:41.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.597 INFO kablam! | Oct 13 13:13:41.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.597 INFO kablam! | Oct 13 13:13:41.597 INFO kablam! Oct 13 13:13:41.597 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.597 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.597 INFO kablam! | Oct 13 13:13:41.597 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.597 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.597 INFO kablam! ... Oct 13 13:13:41.597 INFO kablam! 578 | rt_realloc!(rt_even_1000000bytes_1align_realloc, 1000000, 1); Oct 13 13:13:41.597 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.597 INFO kablam! | Oct 13 13:13:41.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.597 INFO kablam! | Oct 13 13:13:41.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.597 INFO kablam! | Oct 13 13:13:41.597 INFO kablam! Oct 13 13:13:41.597 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.597 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.597 INFO kablam! | Oct 13 13:13:41.597 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.597 INFO kablam! | ^^^^^ Oct 13 13:13:41.597 INFO kablam! ... Oct 13 13:13:41.597 INFO kablam! 592 | rt_realloc!(rt_odd_10bytes_1align_realloc, 10- 1, 1); Oct 13 13:13:41.597 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.597 INFO kablam! | Oct 13 13:13:41.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.597 INFO kablam! | Oct 13 13:13:41.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.597 INFO kablam! | Oct 13 13:13:41.597 INFO kablam! Oct 13 13:13:41.597 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.597 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.597 INFO kablam! | Oct 13 13:13:41.597 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.597 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.597 INFO kablam! ... Oct 13 13:13:41.597 INFO kablam! 592 | rt_realloc!(rt_odd_10bytes_1align_realloc, 10- 1, 1); Oct 13 13:13:41.597 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.597 INFO kablam! | Oct 13 13:13:41.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.597 INFO kablam! | Oct 13 13:13:41.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.597 INFO kablam! | Oct 13 13:13:41.597 INFO kablam! Oct 13 13:13:41.597 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.597 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.597 INFO kablam! | Oct 13 13:13:41.597 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.597 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.597 INFO kablam! ... Oct 13 13:13:41.597 INFO kablam! 592 | rt_realloc!(rt_odd_10bytes_1align_realloc, 10- 1, 1); Oct 13 13:13:41.597 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.597 INFO kablam! | Oct 13 13:13:41.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.597 INFO kablam! | Oct 13 13:13:41.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.597 INFO kablam! | Oct 13 13:13:41.597 INFO kablam! Oct 13 13:13:41.598 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.598 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.598 INFO kablam! | Oct 13 13:13:41.598 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 605 | rt_realloc!(rt_odd_100bytes_1align_realloc, 100- 1, 1); Oct 13 13:13:41.598 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.599 INFO kablam! | Oct 13 13:13:41.599 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.599 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.599 INFO kablam! | Oct 13 13:13:41.599 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.599 INFO kablam! | Oct 13 13:13:41.599 INFO kablam! Oct 13 13:13:41.604 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.604 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.604 INFO kablam! | Oct 13 13:13:41.604 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.604 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.604 INFO kablam! ... Oct 13 13:13:41.604 INFO kablam! 605 | rt_realloc!(rt_odd_100bytes_1align_realloc, 100- 1, 1); Oct 13 13:13:41.604 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.604 INFO kablam! | Oct 13 13:13:41.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.604 INFO kablam! | Oct 13 13:13:41.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.604 INFO kablam! | Oct 13 13:13:41.604 INFO kablam! Oct 13 13:13:41.604 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.604 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.604 INFO kablam! | Oct 13 13:13:41.604 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.604 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.604 INFO kablam! ... Oct 13 13:13:41.604 INFO kablam! 605 | rt_realloc!(rt_odd_100bytes_1align_realloc, 100- 1, 1); Oct 13 13:13:41.604 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.604 INFO kablam! | Oct 13 13:13:41.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.604 INFO kablam! | Oct 13 13:13:41.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.604 INFO kablam! | Oct 13 13:13:41.604 INFO kablam! Oct 13 13:13:41.604 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.604 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.604 INFO kablam! | Oct 13 13:13:41.604 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.604 INFO kablam! | ^^^^^ Oct 13 13:13:41.604 INFO kablam! ... Oct 13 13:13:41.604 INFO kablam! 618 | rt_realloc!(rt_odd_1000bytes_1align_realloc, 1000- 1, 1); Oct 13 13:13:41.604 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.604 INFO kablam! | Oct 13 13:13:41.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.604 INFO kablam! | Oct 13 13:13:41.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.604 INFO kablam! | Oct 13 13:13:41.604 INFO kablam! Oct 13 13:13:41.604 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.604 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.605 INFO kablam! | Oct 13 13:13:41.605 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.605 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.605 INFO kablam! ... Oct 13 13:13:41.605 INFO kablam! 618 | rt_realloc!(rt_odd_1000bytes_1align_realloc, 1000- 1, 1); Oct 13 13:13:41.605 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.605 INFO kablam! | Oct 13 13:13:41.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.605 INFO kablam! | Oct 13 13:13:41.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.605 INFO kablam! | Oct 13 13:13:41.605 INFO kablam! Oct 13 13:13:41.605 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.605 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.605 INFO kablam! | Oct 13 13:13:41.605 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.605 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.605 INFO kablam! ... Oct 13 13:13:41.605 INFO kablam! 618 | rt_realloc!(rt_odd_1000bytes_1align_realloc, 1000- 1, 1); Oct 13 13:13:41.605 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.605 INFO kablam! | Oct 13 13:13:41.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.605 INFO kablam! | Oct 13 13:13:41.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.605 INFO kablam! | Oct 13 13:13:41.605 INFO kablam! Oct 13 13:13:41.605 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.605 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.605 INFO kablam! | Oct 13 13:13:41.605 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.605 INFO kablam! | ^^^^^ Oct 13 13:13:41.605 INFO kablam! ... Oct 13 13:13:41.605 INFO kablam! 631 | rt_realloc!(rt_odd_10000bytes_1align_realloc, 10000- 1, 1); Oct 13 13:13:41.605 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.605 INFO kablam! | Oct 13 13:13:41.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.605 INFO kablam! | Oct 13 13:13:41.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.605 INFO kablam! | Oct 13 13:13:41.605 INFO kablam! Oct 13 13:13:41.607 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.607 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.607 INFO kablam! | Oct 13 13:13:41.607 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.607 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.607 INFO kablam! ... Oct 13 13:13:41.607 INFO kablam! 631 | rt_realloc!(rt_odd_10000bytes_1align_realloc, 10000- 1, 1); Oct 13 13:13:41.607 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.607 INFO kablam! | Oct 13 13:13:41.607 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.607 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.607 INFO kablam! | Oct 13 13:13:41.607 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.607 INFO kablam! | Oct 13 13:13:41.607 INFO kablam! Oct 13 13:13:41.607 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.607 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.607 INFO kablam! | Oct 13 13:13:41.607 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.607 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.607 INFO kablam! ... Oct 13 13:13:41.607 INFO kablam! 631 | rt_realloc!(rt_odd_10000bytes_1align_realloc, 10000- 1, 1); Oct 13 13:13:41.607 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.607 INFO kablam! | Oct 13 13:13:41.607 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.607 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.607 INFO kablam! | Oct 13 13:13:41.607 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.607 INFO kablam! | Oct 13 13:13:41.607 INFO kablam! Oct 13 13:13:41.609 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.609 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.609 INFO kablam! | Oct 13 13:13:41.609 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 644 | rt_realloc!(rt_odd_100000bytes_1align_realloc, 100000- 1, 1); 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.610 INFO kablam! | Oct 13 13:13:41.610 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.610 INFO kablam! | Oct 13 13:13:41.610 INFO kablam! Oct 13 13:13:41.610 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.610 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.610 INFO kablam! | Oct 13 13:13:41.610 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.610 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.610 INFO kablam! ... Oct 13 13:13:41.611 INFO kablam! 644 | rt_realloc!(rt_odd_100000bytes_1align_realloc, 100000- 1, 1); Oct 13 13:13:41.611 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.611 INFO kablam! | Oct 13 13:13:41.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.611 INFO kablam! | Oct 13 13:13:41.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.611 INFO kablam! | Oct 13 13:13:41.611 INFO kablam! Oct 13 13:13:41.612 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.612 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.612 INFO kablam! | Oct 13 13:13:41.612 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.612 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.612 INFO kablam! ... Oct 13 13:13:41.612 INFO kablam! 644 | rt_realloc!(rt_odd_100000bytes_1align_realloc, 100000- 1, 1); Oct 13 13:13:41.612 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.612 INFO kablam! | Oct 13 13:13:41.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.612 INFO kablam! | Oct 13 13:13:41.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.612 INFO kablam! | Oct 13 13:13:41.612 INFO kablam! Oct 13 13:13:41.613 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.613 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.613 INFO kablam! | Oct 13 13:13:41.613 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.614 INFO kablam! | ^^^^^ Oct 13 13:13:41.614 INFO kablam! ... Oct 13 13:13:41.614 INFO kablam! 657 | rt_realloc!(rt_odd_1000000bytes_1align_realloc, 1000000- 1, 1); Oct 13 13:13:41.614 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.614 INFO kablam! | Oct 13 13:13:41.614 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.614 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.614 INFO kablam! | Oct 13 13:13:41.614 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.614 INFO kablam! | Oct 13 13:13:41.614 INFO kablam! Oct 13 13:13:41.614 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.614 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.614 INFO kablam! | Oct 13 13:13:41.614 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.614 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.614 INFO kablam! ... Oct 13 13:13:41.614 INFO kablam! 657 | rt_realloc!(rt_odd_1000000bytes_1align_realloc, 1000000- 1, 1); Oct 13 13:13:41.614 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.614 INFO kablam! | Oct 13 13:13:41.614 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.614 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.614 INFO kablam! | Oct 13 13:13:41.614 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.614 INFO kablam! | Oct 13 13:13:41.614 INFO kablam! Oct 13 13:13:41.624 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.624 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.624 INFO kablam! | Oct 13 13:13:41.624 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.624 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.624 INFO kablam! ... Oct 13 13:13:41.624 INFO kablam! 657 | rt_realloc!(rt_odd_1000000bytes_1align_realloc, 1000000- 1, 1); Oct 13 13:13:41.624 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.624 INFO kablam! | Oct 13 13:13:41.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.624 INFO kablam! | Oct 13 13:13:41.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.624 INFO kablam! | Oct 13 13:13:41.624 INFO kablam! Oct 13 13:13:41.624 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.624 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.624 INFO kablam! | Oct 13 13:13:41.624 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.624 INFO kablam! | ^^^^^ Oct 13 13:13:41.624 INFO kablam! ... Oct 13 13:13:41.624 INFO kablam! 671 | rt_realloc!(rt_primes_3bytes_1align_realloc, 3, 1); Oct 13 13:13:41.624 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.624 INFO kablam! | Oct 13 13:13:41.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.624 INFO kablam! | Oct 13 13:13:41.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.624 INFO kablam! | Oct 13 13:13:41.624 INFO kablam! Oct 13 13:13:41.624 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.624 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.624 INFO kablam! | Oct 13 13:13:41.624 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.624 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.624 INFO kablam! ... Oct 13 13:13:41.624 INFO kablam! 671 | rt_realloc!(rt_primes_3bytes_1align_realloc, 3, 1); Oct 13 13:13:41.624 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.624 INFO kablam! | Oct 13 13:13:41.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.624 INFO kablam! | Oct 13 13:13:41.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.624 INFO kablam! | Oct 13 13:13:41.624 INFO kablam! Oct 13 13:13:41.624 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.624 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.624 INFO kablam! | Oct 13 13:13:41.624 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.625 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.625 INFO kablam! ... Oct 13 13:13:41.625 INFO kablam! 671 | rt_realloc!(rt_primes_3bytes_1align_realloc, 3, 1); Oct 13 13:13:41.625 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! Oct 13 13:13:41.625 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.625 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.625 INFO kablam! | ^^^^^ Oct 13 13:13:41.625 INFO kablam! ... Oct 13 13:13:41.625 INFO kablam! 684 | rt_realloc!(rt_primes_7bytes_1align_realloc, 7, 1); Oct 13 13:13:41.625 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! Oct 13 13:13:41.625 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.625 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.625 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.625 INFO kablam! ... Oct 13 13:13:41.625 INFO kablam! 684 | rt_realloc!(rt_primes_7bytes_1align_realloc, 7, 1); Oct 13 13:13:41.625 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! Oct 13 13:13:41.625 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.625 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.625 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.625 INFO kablam! ... Oct 13 13:13:41.625 INFO kablam! 684 | rt_realloc!(rt_primes_7bytes_1align_realloc, 7, 1); Oct 13 13:13:41.625 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! Oct 13 13:13:41.625 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.625 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.625 INFO kablam! | ^^^^^ Oct 13 13:13:41.625 INFO kablam! ... Oct 13 13:13:41.625 INFO kablam! 697 | rt_realloc!(rt_primes_13bytes_1align_realloc, 13, 1); Oct 13 13:13:41.625 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! Oct 13 13:13:41.625 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.625 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.625 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.625 INFO kablam! ... Oct 13 13:13:41.625 INFO kablam! 697 | rt_realloc!(rt_primes_13bytes_1align_realloc, 13, 1); Oct 13 13:13:41.625 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! Oct 13 13:13:41.625 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.625 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.625 INFO kablam! | Oct 13 13:13:41.625 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.625 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.626 INFO kablam! ... Oct 13 13:13:41.626 INFO kablam! 697 | rt_realloc!(rt_primes_13bytes_1align_realloc, 13, 1); 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.627 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.627 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.627 INFO kablam! | Oct 13 13:13:41.627 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.627 INFO kablam! | ^^^^^ Oct 13 13:13:41.627 INFO kablam! ... Oct 13 13:13:41.627 INFO kablam! 710 | rt_realloc!(rt_primes_17bytes_1align_realloc, 17, 1); Oct 13 13:13:41.627 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.627 INFO kablam! | Oct 13 13:13:41.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.627 INFO kablam! | Oct 13 13:13:41.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.627 INFO kablam! | Oct 13 13:13:41.627 INFO kablam! Oct 13 13:13:41.628 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.628 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.628 INFO kablam! | Oct 13 13:13:41.628 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.628 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.628 INFO kablam! ... Oct 13 13:13:41.628 INFO kablam! 710 | rt_realloc!(rt_primes_17bytes_1align_realloc, 17, 1); Oct 13 13:13:41.628 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.628 INFO kablam! | Oct 13 13:13:41.628 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.628 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.628 INFO kablam! | Oct 13 13:13:41.628 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.628 INFO kablam! | Oct 13 13:13:41.628 INFO kablam! Oct 13 13:13:41.628 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.628 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.629 INFO kablam! | Oct 13 13:13:41.629 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_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! 710 | rt_realloc!(rt_primes_17bytes_1align_realloc, 17, 1); 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.630 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.630 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.630 INFO kablam! | Oct 13 13:13:41.630 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.630 INFO kablam! | ^^^^^ Oct 13 13:13:41.630 INFO kablam! ... Oct 13 13:13:41.630 INFO kablam! 723 | rt_realloc!(rt_primes_31bytes_1align_realloc, 31, 1); Oct 13 13:13:41.630 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.630 INFO kablam! | Oct 13 13:13:41.630 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.630 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.630 INFO kablam! | Oct 13 13:13:41.630 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.630 INFO kablam! | Oct 13 13:13:41.630 INFO kablam! Oct 13 13:13:41.631 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.631 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.631 INFO kablam! | Oct 13 13:13:41.631 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.631 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.631 INFO kablam! ... Oct 13 13:13:41.631 INFO kablam! 723 | rt_realloc!(rt_primes_31bytes_1align_realloc, 31, 1); Oct 13 13:13:41.631 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.631 INFO kablam! | Oct 13 13:13:41.631 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.631 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.631 INFO kablam! | Oct 13 13:13:41.631 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.631 INFO kablam! | Oct 13 13:13:41.631 INFO kablam! Oct 13 13:13:41.633 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.633 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.633 INFO kablam! | Oct 13 13:13:41.633 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.633 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.633 INFO kablam! ... Oct 13 13:13:41.633 INFO kablam! 723 | rt_realloc!(rt_primes_31bytes_1align_realloc, 31, 1); Oct 13 13:13:41.633 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.633 INFO kablam! | Oct 13 13:13:41.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.633 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.633 INFO kablam! | Oct 13 13:13:41.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.633 INFO kablam! | Oct 13 13:13:41.633 INFO kablam! Oct 13 13:13:41.644 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.644 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.644 INFO kablam! | Oct 13 13:13:41.644 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.644 INFO kablam! | ^^^^^ Oct 13 13:13:41.644 INFO kablam! ... Oct 13 13:13:41.644 INFO kablam! 736 | rt_realloc!(rt_primes_61bytes_1align_realloc, 61, 1); Oct 13 13:13:41.644 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.644 INFO kablam! | Oct 13 13:13:41.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.644 INFO kablam! | Oct 13 13:13:41.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.644 INFO kablam! | Oct 13 13:13:41.644 INFO kablam! Oct 13 13:13:41.644 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.644 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.644 INFO kablam! | Oct 13 13:13:41.644 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.644 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.644 INFO kablam! ... Oct 13 13:13:41.644 INFO kablam! 736 | rt_realloc!(rt_primes_61bytes_1align_realloc, 61, 1); Oct 13 13:13:41.644 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.644 INFO kablam! | Oct 13 13:13:41.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.644 INFO kablam! | Oct 13 13:13:41.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.644 INFO kablam! | Oct 13 13:13:41.644 INFO kablam! Oct 13 13:13:41.644 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.644 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.644 INFO kablam! | Oct 13 13:13:41.644 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.644 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.644 INFO kablam! ... Oct 13 13:13:41.644 INFO kablam! 736 | rt_realloc!(rt_primes_61bytes_1align_realloc, 61, 1); Oct 13 13:13:41.644 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.644 INFO kablam! | Oct 13 13:13:41.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.644 INFO kablam! | Oct 13 13:13:41.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.644 INFO kablam! | Oct 13 13:13:41.644 INFO kablam! Oct 13 13:13:41.644 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.644 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.644 INFO kablam! | Oct 13 13:13:41.644 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.644 INFO kablam! | ^^^^^ Oct 13 13:13:41.645 INFO kablam! ... Oct 13 13:13:41.645 INFO kablam! 749 | rt_realloc!(rt_primes_96bytes_1align_realloc, 96, 1); Oct 13 13:13:41.645 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! Oct 13 13:13:41.645 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.645 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.645 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.645 INFO kablam! ... Oct 13 13:13:41.645 INFO kablam! 749 | rt_realloc!(rt_primes_96bytes_1align_realloc, 96, 1); Oct 13 13:13:41.645 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! Oct 13 13:13:41.645 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.645 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.645 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.645 INFO kablam! ... Oct 13 13:13:41.645 INFO kablam! 749 | rt_realloc!(rt_primes_96bytes_1align_realloc, 96, 1); Oct 13 13:13:41.645 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! Oct 13 13:13:41.645 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.645 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.645 INFO kablam! | ^^^^^ Oct 13 13:13:41.645 INFO kablam! ... Oct 13 13:13:41.645 INFO kablam! 762 | rt_realloc!(rt_primes_127bytes_1align_realloc, 127, 1); Oct 13 13:13:41.645 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! Oct 13 13:13:41.645 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.645 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.645 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.645 INFO kablam! ... Oct 13 13:13:41.645 INFO kablam! 762 | rt_realloc!(rt_primes_127bytes_1align_realloc, 127, 1); Oct 13 13:13:41.645 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! Oct 13 13:13:41.645 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.645 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.645 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.645 INFO kablam! ... Oct 13 13:13:41.645 INFO kablam! 762 | rt_realloc!(rt_primes_127bytes_1align_realloc, 127, 1); Oct 13 13:13:41.645 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.645 INFO kablam! Oct 13 13:13:41.645 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.645 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.645 INFO kablam! | Oct 13 13:13:41.646 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.646 INFO kablam! | ^^^^^ Oct 13 13:13:41.646 INFO kablam! ... Oct 13 13:13:41.646 INFO kablam! 775 | rt_realloc!(rt_primes_257bytes_1align_realloc, 257, 1); Oct 13 13:13:41.646 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.646 INFO kablam! | Oct 13 13:13:41.646 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.646 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.646 INFO kablam! | Oct 13 13:13:41.646 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.646 INFO kablam! | Oct 13 13:13:41.646 INFO kablam! Oct 13 13:13:41.646 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.646 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.646 INFO kablam! | Oct 13 13:13:41.646 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.646 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.646 INFO kablam! ... Oct 13 13:13:41.646 INFO kablam! 775 | rt_realloc!(rt_primes_257bytes_1align_realloc, 257, 1); Oct 13 13:13:41.646 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.646 INFO kablam! | Oct 13 13:13:41.646 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.646 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.646 INFO kablam! | Oct 13 13:13:41.646 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.646 INFO kablam! | Oct 13 13:13:41.646 INFO kablam! Oct 13 13:13:41.646 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.646 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.646 INFO kablam! | Oct 13 13:13:41.646 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.646 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.646 INFO kablam! ... Oct 13 13:13:41.646 INFO kablam! 775 | rt_realloc!(rt_primes_257bytes_1align_realloc, 257, 1); Oct 13 13:13:41.646 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.646 INFO kablam! | Oct 13 13:13:41.646 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.646 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.646 INFO kablam! | Oct 13 13:13:41.646 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.646 INFO kablam! | Oct 13 13:13:41.646 INFO kablam! Oct 13 13:13:41.652 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.652 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.652 INFO kablam! | Oct 13 13:13:41.652 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.652 INFO kablam! | ^^^^^ Oct 13 13:13:41.652 INFO kablam! ... Oct 13 13:13:41.652 INFO kablam! 788 | rt_realloc!(rt_primes_509bytes_1align_realloc, 509, 1); Oct 13 13:13:41.652 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.652 INFO kablam! | Oct 13 13:13:41.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.652 INFO kablam! | Oct 13 13:13:41.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.652 INFO kablam! | Oct 13 13:13:41.652 INFO kablam! Oct 13 13:13:41.652 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.652 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.652 INFO kablam! | Oct 13 13:13:41.652 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.652 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.652 INFO kablam! ... Oct 13 13:13:41.652 INFO kablam! 788 | rt_realloc!(rt_primes_509bytes_1align_realloc, 509, 1); Oct 13 13:13:41.652 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.652 INFO kablam! | Oct 13 13:13:41.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.652 INFO kablam! | Oct 13 13:13:41.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.652 INFO kablam! | Oct 13 13:13:41.652 INFO kablam! Oct 13 13:13:41.652 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.652 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.652 INFO kablam! | Oct 13 13:13:41.652 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.652 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.652 INFO kablam! ... Oct 13 13:13:41.652 INFO kablam! 788 | rt_realloc!(rt_primes_509bytes_1align_realloc, 509, 1); Oct 13 13:13:41.652 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.652 INFO kablam! | Oct 13 13:13:41.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.652 INFO kablam! | Oct 13 13:13:41.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.652 INFO kablam! | Oct 13 13:13:41.652 INFO kablam! Oct 13 13:13:41.652 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.652 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.653 INFO kablam! | Oct 13 13:13:41.653 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.653 INFO kablam! | ^^^^^ Oct 13 13:13:41.653 INFO kablam! ... Oct 13 13:13:41.653 INFO kablam! 801 | rt_realloc!(rt_primes_1021bytes_1align_realloc, 1021, 1); Oct 13 13:13:41.653 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.653 INFO kablam! | Oct 13 13:13:41.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.653 INFO kablam! | Oct 13 13:13:41.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.653 INFO kablam! | Oct 13 13:13:41.653 INFO kablam! Oct 13 13:13:41.653 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.653 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.653 INFO kablam! | Oct 13 13:13:41.653 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.653 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.653 INFO kablam! ... Oct 13 13:13:41.653 INFO kablam! 801 | rt_realloc!(rt_primes_1021bytes_1align_realloc, 1021, 1); Oct 13 13:13:41.653 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.653 INFO kablam! | Oct 13 13:13:41.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.653 INFO kablam! | Oct 13 13:13:41.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.653 INFO kablam! | Oct 13 13:13:41.653 INFO kablam! Oct 13 13:13:41.653 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.653 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.653 INFO kablam! | Oct 13 13:13:41.653 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.653 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.653 INFO kablam! ... Oct 13 13:13:41.653 INFO kablam! 801 | rt_realloc!(rt_primes_1021bytes_1align_realloc, 1021, 1); Oct 13 13:13:41.653 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.653 INFO kablam! | Oct 13 13:13:41.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.653 INFO kablam! | Oct 13 13:13:41.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.653 INFO kablam! | Oct 13 13:13:41.653 INFO kablam! Oct 13 13:13:41.656 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.656 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.656 INFO kablam! | Oct 13 13:13:41.656 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.656 INFO kablam! | ^^^^^ Oct 13 13:13:41.656 INFO kablam! ... Oct 13 13:13:41.656 INFO kablam! 814 | rt_realloc!(rt_primes_2039bytes_1align_realloc, 2039, 1); Oct 13 13:13:41.656 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.656 INFO kablam! | Oct 13 13:13:41.656 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.656 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.656 INFO kablam! | Oct 13 13:13:41.656 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.657 INFO kablam! | Oct 13 13:13:41.657 INFO kablam! Oct 13 13:13:41.657 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.657 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.657 INFO kablam! | Oct 13 13:13:41.657 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.657 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.657 INFO kablam! ... Oct 13 13:13:41.657 INFO kablam! 814 | rt_realloc!(rt_primes_2039bytes_1align_realloc, 2039, 1); Oct 13 13:13:41.657 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.657 INFO kablam! | Oct 13 13:13:41.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.657 INFO kablam! | Oct 13 13:13:41.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.657 INFO kablam! | Oct 13 13:13:41.657 INFO kablam! Oct 13 13:13:41.657 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.657 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.657 INFO kablam! | Oct 13 13:13:41.657 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.657 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.657 INFO kablam! ... Oct 13 13:13:41.657 INFO kablam! 814 | rt_realloc!(rt_primes_2039bytes_1align_realloc, 2039, 1); Oct 13 13:13:41.657 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.657 INFO kablam! | Oct 13 13:13:41.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.657 INFO kablam! | Oct 13 13:13:41.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.657 INFO kablam! | Oct 13 13:13:41.657 INFO kablam! Oct 13 13:13:41.658 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.658 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.658 INFO kablam! | Oct 13 13:13:41.658 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 827 | rt_realloc!(rt_primes_4093bytes_1align_realloc, 4093, 1); 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! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.658 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.658 INFO kablam! | Oct 13 13:13:41.658 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.658 INFO kablam! | Oct 13 13:13:41.658 INFO kablam! Oct 13 13:13:41.659 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.659 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.659 INFO kablam! | Oct 13 13:13:41.659 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.659 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.659 INFO kablam! ... Oct 13 13:13:41.659 INFO kablam! 827 | rt_realloc!(rt_primes_4093bytes_1align_realloc, 4093, 1); 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.660 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.660 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.660 INFO kablam! | Oct 13 13:13:41.660 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.660 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.660 INFO kablam! ... Oct 13 13:13:41.660 INFO kablam! 827 | rt_realloc!(rt_primes_4093bytes_1align_realloc, 4093, 1); Oct 13 13:13:41.660 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.660 INFO kablam! | Oct 13 13:13:41.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.660 INFO kablam! | Oct 13 13:13:41.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.660 INFO kablam! | Oct 13 13:13:41.660 INFO kablam! Oct 13 13:13:41.662 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.662 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.662 INFO kablam! | Oct 13 13:13:41.662 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.662 INFO kablam! | ^^^^^ Oct 13 13:13:41.662 INFO kablam! ... Oct 13 13:13:41.662 INFO kablam! 840 | rt_realloc!(rt_primes_8191bytes_1align_realloc, 8191, 1); Oct 13 13:13:41.662 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.662 INFO kablam! | Oct 13 13:13:41.662 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.662 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.662 INFO kablam! | Oct 13 13:13:41.662 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.662 INFO kablam! | Oct 13 13:13:41.662 INFO kablam! Oct 13 13:13:41.672 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.672 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.672 INFO kablam! | Oct 13 13:13:41.672 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.672 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.672 INFO kablam! ... Oct 13 13:13:41.672 INFO kablam! 840 | rt_realloc!(rt_primes_8191bytes_1align_realloc, 8191, 1); Oct 13 13:13:41.672 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.672 INFO kablam! | Oct 13 13:13:41.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.672 INFO kablam! | Oct 13 13:13:41.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.672 INFO kablam! | Oct 13 13:13:41.672 INFO kablam! Oct 13 13:13:41.672 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.672 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.672 INFO kablam! | Oct 13 13:13:41.672 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.672 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.672 INFO kablam! ... Oct 13 13:13:41.672 INFO kablam! 840 | rt_realloc!(rt_primes_8191bytes_1align_realloc, 8191, 1); Oct 13 13:13:41.672 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.672 INFO kablam! | Oct 13 13:13:41.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.672 INFO kablam! | Oct 13 13:13:41.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.672 INFO kablam! | Oct 13 13:13:41.672 INFO kablam! Oct 13 13:13:41.672 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.672 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.672 INFO kablam! | Oct 13 13:13:41.672 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.672 INFO kablam! | ^^^^^ Oct 13 13:13:41.672 INFO kablam! ... Oct 13 13:13:41.672 INFO kablam! 853 | rt_realloc!(rt_primes_16381bytes_1align_realloc, 16381, 1); Oct 13 13:13:41.672 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.672 INFO kablam! | Oct 13 13:13:41.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.672 INFO kablam! | Oct 13 13:13:41.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.672 INFO kablam! | Oct 13 13:13:41.672 INFO kablam! Oct 13 13:13:41.672 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.672 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.672 INFO kablam! | Oct 13 13:13:41.672 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.673 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.673 INFO kablam! ... Oct 13 13:13:41.673 INFO kablam! 853 | rt_realloc!(rt_primes_16381bytes_1align_realloc, 16381, 1); Oct 13 13:13:41.673 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! Oct 13 13:13:41.673 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.673 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.673 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.673 INFO kablam! ... Oct 13 13:13:41.673 INFO kablam! 853 | rt_realloc!(rt_primes_16381bytes_1align_realloc, 16381, 1); Oct 13 13:13:41.673 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! Oct 13 13:13:41.673 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.673 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.673 INFO kablam! | ^^^^^ Oct 13 13:13:41.673 INFO kablam! ... Oct 13 13:13:41.673 INFO kablam! 866 | rt_realloc!(rt_primes_32749bytes_1align_realloc, 32749, 1); Oct 13 13:13:41.673 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! Oct 13 13:13:41.673 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.673 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.673 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.673 INFO kablam! ... Oct 13 13:13:41.673 INFO kablam! 866 | rt_realloc!(rt_primes_32749bytes_1align_realloc, 32749, 1); Oct 13 13:13:41.673 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! Oct 13 13:13:41.673 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.673 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.673 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.673 INFO kablam! ... Oct 13 13:13:41.673 INFO kablam! 866 | rt_realloc!(rt_primes_32749bytes_1align_realloc, 32749, 1); Oct 13 13:13:41.673 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! Oct 13 13:13:41.673 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.673 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.673 INFO kablam! | ^^^^^ Oct 13 13:13:41.673 INFO kablam! ... Oct 13 13:13:41.673 INFO kablam! 879 | rt_realloc!(rt_primes_65537bytes_1align_realloc, 65537, 1); Oct 13 13:13:41.673 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! Oct 13 13:13:41.673 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.673 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.673 INFO kablam! | Oct 13 13:13:41.673 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 879 | rt_realloc!(rt_primes_65537bytes_1align_realloc, 65537, 1); Oct 13 13:13:41.674 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.674 INFO kablam! | Oct 13 13:13:41.674 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.674 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.674 INFO kablam! | Oct 13 13:13:41.674 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.674 INFO kablam! | Oct 13 13:13:41.674 INFO kablam! Oct 13 13:13:41.674 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.674 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.674 INFO kablam! | Oct 13 13:13:41.674 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.674 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.674 INFO kablam! ... Oct 13 13:13:41.674 INFO kablam! 879 | rt_realloc!(rt_primes_65537bytes_1align_realloc, 65537, 1); Oct 13 13:13:41.674 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.674 INFO kablam! | Oct 13 13:13:41.674 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.674 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.674 INFO kablam! | Oct 13 13:13:41.674 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.674 INFO kablam! | Oct 13 13:13:41.674 INFO kablam! Oct 13 13:13:41.675 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.675 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.675 INFO kablam! | Oct 13 13:13:41.675 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 892 | rt_realloc!(rt_primes_131071bytes_1align_realloc, 131071, 1); 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.684 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.684 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.684 INFO kablam! | Oct 13 13:13:41.684 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.684 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.684 INFO kablam! ... Oct 13 13:13:41.684 INFO kablam! 892 | rt_realloc!(rt_primes_131071bytes_1align_realloc, 131071, 1); Oct 13 13:13:41.684 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.684 INFO kablam! | Oct 13 13:13:41.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.684 INFO kablam! | Oct 13 13:13:41.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.684 INFO kablam! | Oct 13 13:13:41.684 INFO kablam! Oct 13 13:13:41.684 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.684 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.684 INFO kablam! | Oct 13 13:13:41.684 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.684 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.684 INFO kablam! ... Oct 13 13:13:41.684 INFO kablam! 892 | rt_realloc!(rt_primes_131071bytes_1align_realloc, 131071, 1); Oct 13 13:13:41.684 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.684 INFO kablam! | Oct 13 13:13:41.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.684 INFO kablam! | Oct 13 13:13:41.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.684 INFO kablam! | Oct 13 13:13:41.684 INFO kablam! Oct 13 13:13:41.684 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.684 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.684 INFO kablam! | Oct 13 13:13:41.684 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.684 INFO kablam! | ^^^^^ Oct 13 13:13:41.684 INFO kablam! ... Oct 13 13:13:41.684 INFO kablam! 905 | rt_realloc!(rt_primes_4194301bytes_1align_realloc, 4194301, 1); Oct 13 13:13:41.684 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.684 INFO kablam! | Oct 13 13:13:41.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.684 INFO kablam! | Oct 13 13:13:41.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.684 INFO kablam! | Oct 13 13:13:41.684 INFO kablam! Oct 13 13:13:41.684 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.684 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.685 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.685 INFO kablam! ... Oct 13 13:13:41.685 INFO kablam! 905 | rt_realloc!(rt_primes_4194301bytes_1align_realloc, 4194301, 1); Oct 13 13:13:41.685 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! Oct 13 13:13:41.685 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.685 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.685 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.685 INFO kablam! ... Oct 13 13:13:41.685 INFO kablam! 905 | rt_realloc!(rt_primes_4194301bytes_1align_realloc, 4194301, 1); Oct 13 13:13:41.685 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! Oct 13 13:13:41.685 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.685 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.685 INFO kablam! | ^^^^^ Oct 13 13:13:41.685 INFO kablam! ... Oct 13 13:13:41.685 INFO kablam! 921 | rt_realloc!(rt_pow2_1bytes_2align_realloc, 1, 2); Oct 13 13:13:41.685 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! Oct 13 13:13:41.685 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.685 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.685 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.685 INFO kablam! ... Oct 13 13:13:41.685 INFO kablam! 921 | rt_realloc!(rt_pow2_1bytes_2align_realloc, 1, 2); Oct 13 13:13:41.685 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! Oct 13 13:13:41.685 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.685 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.685 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.685 INFO kablam! ... Oct 13 13:13:41.685 INFO kablam! 921 | rt_realloc!(rt_pow2_1bytes_2align_realloc, 1, 2); Oct 13 13:13:41.685 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! Oct 13 13:13:41.685 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.685 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.685 INFO kablam! | ^^^^^ Oct 13 13:13:41.685 INFO kablam! ... Oct 13 13:13:41.685 INFO kablam! 934 | rt_realloc!(rt_pow2_2bytes_2align_realloc, 2, 2); Oct 13 13:13:41.685 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.685 INFO kablam! | Oct 13 13:13:41.685 INFO kablam! Oct 13 13:13:41.685 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.686 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.686 INFO kablam! | Oct 13 13:13:41.686 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 934 | rt_realloc!(rt_pow2_2bytes_2align_realloc, 2, 2); 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.686 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.686 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.686 INFO kablam! | Oct 13 13:13:41.686 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.686 INFO kablam! | Oct 13 13:13:41.686 INFO kablam! Oct 13 13:13:41.687 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.687 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.687 INFO kablam! | Oct 13 13:13:41.687 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.687 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.687 INFO kablam! ... Oct 13 13:13:41.687 INFO kablam! 934 | rt_realloc!(rt_pow2_2bytes_2align_realloc, 2, 2); Oct 13 13:13:41.687 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.687 INFO kablam! | Oct 13 13:13:41.687 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.687 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.687 INFO kablam! | Oct 13 13:13:41.687 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.687 INFO kablam! | Oct 13 13:13:41.687 INFO kablam! Oct 13 13:13:41.689 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.689 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.689 INFO kablam! | Oct 13 13:13:41.689 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.689 INFO kablam! | ^^^^^ Oct 13 13:13:41.689 INFO kablam! ... Oct 13 13:13:41.689 INFO kablam! 947 | rt_realloc!(rt_pow2_4bytes_2align_realloc, 4, 2); Oct 13 13:13:41.689 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.689 INFO kablam! | Oct 13 13:13:41.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.689 INFO kablam! | Oct 13 13:13:41.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.689 INFO kablam! | Oct 13 13:13:41.689 INFO kablam! Oct 13 13:13:41.690 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.690 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.690 INFO kablam! | Oct 13 13:13:41.690 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.690 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.690 INFO kablam! ... Oct 13 13:13:41.690 INFO kablam! 947 | rt_realloc!(rt_pow2_4bytes_2align_realloc, 4, 2); 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.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.690 INFO kablam! | Oct 13 13:13:41.690 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:204:26 Oct 13 13:13:41.691 INFO kablam! | Oct 13 13:13:41.691 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_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! 947 | rt_realloc!(rt_pow2_4bytes_2align_realloc, 4, 2); 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.692 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.692 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.692 INFO kablam! | Oct 13 13:13:41.692 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.692 INFO kablam! | ^^^^^ Oct 13 13:13:41.692 INFO kablam! ... Oct 13 13:13:41.692 INFO kablam! 960 | rt_realloc!(rt_pow2_8bytes_2align_realloc, 8, 2); Oct 13 13:13:41.692 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.692 INFO kablam! | Oct 13 13:13:41.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.692 INFO kablam! | Oct 13 13:13:41.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.692 INFO kablam! | Oct 13 13:13:41.692 INFO kablam! Oct 13 13:13:41.700 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.700 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.700 INFO kablam! | Oct 13 13:13:41.700 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.700 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.700 INFO kablam! ... Oct 13 13:13:41.700 INFO kablam! 960 | rt_realloc!(rt_pow2_8bytes_2align_realloc, 8, 2); Oct 13 13:13:41.700 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.700 INFO kablam! | Oct 13 13:13:41.700 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.700 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.700 INFO kablam! | Oct 13 13:13:41.700 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.700 INFO kablam! | Oct 13 13:13:41.700 INFO kablam! Oct 13 13:13:41.700 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.700 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.700 INFO kablam! | Oct 13 13:13:41.700 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.700 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.700 INFO kablam! ... Oct 13 13:13:41.700 INFO kablam! 960 | rt_realloc!(rt_pow2_8bytes_2align_realloc, 8, 2); Oct 13 13:13:41.700 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.700 INFO kablam! | Oct 13 13:13:41.700 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.700 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.700 INFO kablam! | Oct 13 13:13:41.700 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.700 INFO kablam! | Oct 13 13:13:41.700 INFO kablam! Oct 13 13:13:41.700 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.700 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.700 INFO kablam! | Oct 13 13:13:41.700 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.700 INFO kablam! | ^^^^^ Oct 13 13:13:41.700 INFO kablam! ... Oct 13 13:13:41.700 INFO kablam! 973 | rt_realloc!(rt_pow2_16bytes_2align_realloc, 16, 2); Oct 13 13:13:41.700 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.700 INFO kablam! | Oct 13 13:13:41.700 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.700 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.700 INFO kablam! | Oct 13 13:13:41.700 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.700 INFO kablam! | Oct 13 13:13:41.700 INFO kablam! Oct 13 13:13:41.700 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.700 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.700 INFO kablam! | Oct 13 13:13:41.701 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.701 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.701 INFO kablam! ... Oct 13 13:13:41.701 INFO kablam! 973 | rt_realloc!(rt_pow2_16bytes_2align_realloc, 16, 2); Oct 13 13:13:41.701 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.701 INFO kablam! | Oct 13 13:13:41.701 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.701 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.701 INFO kablam! | Oct 13 13:13:41.701 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.701 INFO kablam! | Oct 13 13:13:41.701 INFO kablam! Oct 13 13:13:41.701 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.701 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.701 INFO kablam! | Oct 13 13:13:41.701 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.701 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.701 INFO kablam! ... Oct 13 13:13:41.701 INFO kablam! 973 | rt_realloc!(rt_pow2_16bytes_2align_realloc, 16, 2); Oct 13 13:13:41.701 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.701 INFO kablam! | Oct 13 13:13:41.701 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.701 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.701 INFO kablam! | Oct 13 13:13:41.701 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.701 INFO kablam! | Oct 13 13:13:41.701 INFO kablam! Oct 13 13:13:41.701 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.701 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.701 INFO kablam! | Oct 13 13:13:41.701 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.701 INFO kablam! | ^^^^^ Oct 13 13:13:41.701 INFO kablam! ... Oct 13 13:13:41.701 INFO kablam! 986 | rt_realloc!(rt_pow2_32bytes_2align_realloc, 32, 2); Oct 13 13:13:41.701 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.701 INFO kablam! | Oct 13 13:13:41.701 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.701 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.701 INFO kablam! | Oct 13 13:13:41.701 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.701 INFO kablam! | Oct 13 13:13:41.701 INFO kablam! Oct 13 13:13:41.701 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.701 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.701 INFO kablam! | Oct 13 13:13:41.701 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.701 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.701 INFO kablam! ... Oct 13 13:13:41.701 INFO kablam! 986 | rt_realloc!(rt_pow2_32bytes_2align_realloc, 32, 2); Oct 13 13:13:41.701 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.701 INFO kablam! | Oct 13 13:13:41.701 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.701 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.701 INFO kablam! | Oct 13 13:13:41.701 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.701 INFO kablam! | Oct 13 13:13:41.701 INFO kablam! Oct 13 13:13:41.701 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.701 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.701 INFO kablam! | Oct 13 13:13:41.701 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.701 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.701 INFO kablam! ... Oct 13 13:13:41.701 INFO kablam! 986 | rt_realloc!(rt_pow2_32bytes_2align_realloc, 32, 2); Oct 13 13:13:41.701 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.701 INFO kablam! | Oct 13 13:13:41.701 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.701 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.701 INFO kablam! | Oct 13 13:13:41.701 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.701 INFO kablam! | Oct 13 13:13:41.701 INFO kablam! Oct 13 13:13:41.702 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.702 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.702 INFO kablam! | Oct 13 13:13:41.702 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.702 INFO kablam! | ^^^^^ Oct 13 13:13:41.702 INFO kablam! ... Oct 13 13:13:41.702 INFO kablam! 999 | rt_realloc!(rt_pow2_64bytes_2align_realloc, 64, 2); Oct 13 13:13:41.702 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.703 INFO kablam! | Oct 13 13:13:41.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.703 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.703 INFO kablam! | Oct 13 13:13:41.703 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.703 INFO kablam! | Oct 13 13:13:41.703 INFO kablam! Oct 13 13:13:41.703 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.703 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.704 INFO kablam! | Oct 13 13:13:41.704 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 999 | rt_realloc!(rt_pow2_64bytes_2align_realloc, 64, 2); 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.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.705 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.705 INFO kablam! | Oct 13 13:13:41.705 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.705 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.705 INFO kablam! ... Oct 13 13:13:41.705 INFO kablam! 999 | rt_realloc!(rt_pow2_64bytes_2align_realloc, 64, 2); Oct 13 13:13:41.705 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.705 INFO kablam! | Oct 13 13:13:41.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.705 INFO kablam! | Oct 13 13:13:41.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.705 INFO kablam! | Oct 13 13:13:41.705 INFO kablam! Oct 13 13:13:41.706 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.706 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.706 INFO kablam! | Oct 13 13:13:41.706 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.706 INFO kablam! | ^^^^^ Oct 13 13:13:41.706 INFO kablam! ... Oct 13 13:13:41.706 INFO kablam! 1012 | rt_realloc!(rt_pow2_128bytes_2align_realloc, 128, 2); Oct 13 13:13:41.706 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.706 INFO kablam! | Oct 13 13:13:41.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.706 INFO kablam! | Oct 13 13:13:41.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.706 INFO kablam! | Oct 13 13:13:41.706 INFO kablam! Oct 13 13:13:41.708 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.708 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.708 INFO kablam! | Oct 13 13:13:41.708 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.708 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.708 INFO kablam! ... Oct 13 13:13:41.708 INFO kablam! 1012 | rt_realloc!(rt_pow2_128bytes_2align_realloc, 128, 2); Oct 13 13:13:41.708 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.708 INFO kablam! | Oct 13 13:13:41.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.708 INFO kablam! | Oct 13 13:13:41.708 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.708 INFO kablam! | Oct 13 13:13:41.708 INFO kablam! Oct 13 13:13:41.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.713 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.713 INFO kablam! | Oct 13 13:13:41.713 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.713 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.713 INFO kablam! ... Oct 13 13:13:41.713 INFO kablam! 1012 | rt_realloc!(rt_pow2_128bytes_2align_realloc, 128, 2); Oct 13 13:13:41.713 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.713 INFO kablam! | Oct 13 13:13:41.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.713 INFO kablam! | Oct 13 13:13:41.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.713 INFO kablam! | Oct 13 13:13:41.713 INFO kablam! Oct 13 13:13:41.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.713 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.713 INFO kablam! | Oct 13 13:13:41.713 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.713 INFO kablam! | ^^^^^ Oct 13 13:13:41.713 INFO kablam! ... Oct 13 13:13:41.713 INFO kablam! 1025 | rt_realloc!(rt_pow2_256bytes_2align_realloc, 256, 2); Oct 13 13:13:41.713 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.713 INFO kablam! | Oct 13 13:13:41.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.713 INFO kablam! | Oct 13 13:13:41.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.713 INFO kablam! | Oct 13 13:13:41.713 INFO kablam! Oct 13 13:13:41.713 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.713 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.713 INFO kablam! | Oct 13 13:13:41.713 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.713 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.713 INFO kablam! ... Oct 13 13:13:41.713 INFO kablam! 1025 | rt_realloc!(rt_pow2_256bytes_2align_realloc, 256, 2); Oct 13 13:13:41.713 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.713 INFO kablam! | Oct 13 13:13:41.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.713 INFO kablam! | Oct 13 13:13:41.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.713 INFO kablam! | Oct 13 13:13:41.713 INFO kablam! Oct 13 13:13:41.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.713 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.713 INFO kablam! | Oct 13 13:13:41.713 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.713 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.713 INFO kablam! ... Oct 13 13:13:41.713 INFO kablam! 1025 | rt_realloc!(rt_pow2_256bytes_2align_realloc, 256, 2); Oct 13 13:13:41.713 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.713 INFO kablam! | Oct 13 13:13:41.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.713 INFO kablam! | Oct 13 13:13:41.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.713 INFO kablam! | Oct 13 13:13:41.713 INFO kablam! Oct 13 13:13:41.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.713 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.713 INFO kablam! | Oct 13 13:13:41.713 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.713 INFO kablam! | ^^^^^ Oct 13 13:13:41.713 INFO kablam! ... Oct 13 13:13:41.713 INFO kablam! 1038 | rt_realloc!(rt_pow2_512bytes_2align_realloc, 512, 2); Oct 13 13:13:41.713 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.713 INFO kablam! | Oct 13 13:13:41.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.713 INFO kablam! | Oct 13 13:13:41.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.713 INFO kablam! | Oct 13 13:13:41.713 INFO kablam! Oct 13 13:13:41.728 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.728 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.728 INFO kablam! | Oct 13 13:13:41.728 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.728 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.728 INFO kablam! ... Oct 13 13:13:41.728 INFO kablam! 1038 | rt_realloc!(rt_pow2_512bytes_2align_realloc, 512, 2); Oct 13 13:13:41.728 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.728 INFO kablam! | Oct 13 13:13:41.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.728 INFO kablam! | Oct 13 13:13:41.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.728 INFO kablam! | Oct 13 13:13:41.728 INFO kablam! Oct 13 13:13:41.728 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.728 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.728 INFO kablam! | Oct 13 13:13:41.728 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.728 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.728 INFO kablam! ... Oct 13 13:13:41.728 INFO kablam! 1038 | rt_realloc!(rt_pow2_512bytes_2align_realloc, 512, 2); Oct 13 13:13:41.728 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.728 INFO kablam! | Oct 13 13:13:41.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.728 INFO kablam! | Oct 13 13:13:41.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.728 INFO kablam! | Oct 13 13:13:41.728 INFO kablam! Oct 13 13:13:41.728 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.728 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.728 INFO kablam! | Oct 13 13:13:41.728 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.728 INFO kablam! | ^^^^^ Oct 13 13:13:41.728 INFO kablam! ... Oct 13 13:13:41.728 INFO kablam! 1051 | rt_realloc!(rt_pow2_1024bytes_2align_realloc, 1024, 2); Oct 13 13:13:41.728 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.728 INFO kablam! | Oct 13 13:13:41.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.728 INFO kablam! | Oct 13 13:13:41.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.728 INFO kablam! | Oct 13 13:13:41.728 INFO kablam! Oct 13 13:13:41.728 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.728 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.728 INFO kablam! | Oct 13 13:13:41.728 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.728 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.729 INFO kablam! ... Oct 13 13:13:41.729 INFO kablam! 1051 | rt_realloc!(rt_pow2_1024bytes_2align_realloc, 1024, 2); Oct 13 13:13:41.729 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! Oct 13 13:13:41.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.729 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.729 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.729 INFO kablam! ... Oct 13 13:13:41.729 INFO kablam! 1051 | rt_realloc!(rt_pow2_1024bytes_2align_realloc, 1024, 2); Oct 13 13:13:41.729 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! Oct 13 13:13:41.729 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.729 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.729 INFO kablam! | ^^^^^ Oct 13 13:13:41.729 INFO kablam! ... Oct 13 13:13:41.729 INFO kablam! 1064 | rt_realloc!(rt_pow2_2048bytes_2align_realloc, 2048, 2); Oct 13 13:13:41.729 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! Oct 13 13:13:41.729 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.729 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.729 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.729 INFO kablam! ... Oct 13 13:13:41.729 INFO kablam! 1064 | rt_realloc!(rt_pow2_2048bytes_2align_realloc, 2048, 2); Oct 13 13:13:41.729 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! Oct 13 13:13:41.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.729 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.729 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.729 INFO kablam! ... Oct 13 13:13:41.729 INFO kablam! 1064 | rt_realloc!(rt_pow2_2048bytes_2align_realloc, 2048, 2); Oct 13 13:13:41.729 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! Oct 13 13:13:41.729 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.729 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.729 INFO kablam! | ^^^^^ Oct 13 13:13:41.729 INFO kablam! ... Oct 13 13:13:41.729 INFO kablam! 1077 | rt_realloc!(rt_pow2_4096bytes_2align_realloc, 4096, 2); Oct 13 13:13:41.729 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! Oct 13 13:13:41.729 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.729 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.729 INFO kablam! | Oct 13 13:13:41.729 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.729 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.729 INFO kablam! ... Oct 13 13:13:41.729 INFO kablam! 1077 | rt_realloc!(rt_pow2_4096bytes_2align_realloc, 4096, 2); Oct 13 13:13:41.729 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! Oct 13 13:13:41.730 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.730 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.730 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.730 INFO kablam! ... Oct 13 13:13:41.730 INFO kablam! 1077 | rt_realloc!(rt_pow2_4096bytes_2align_realloc, 4096, 2); Oct 13 13:13:41.730 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! Oct 13 13:13:41.730 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.730 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.730 INFO kablam! | ^^^^^ Oct 13 13:13:41.730 INFO kablam! ... Oct 13 13:13:41.730 INFO kablam! 1090 | rt_realloc!(rt_pow2_8192bytes_2align_realloc, 8192, 2); Oct 13 13:13:41.730 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! Oct 13 13:13:41.730 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.730 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.730 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.730 INFO kablam! ... Oct 13 13:13:41.730 INFO kablam! 1090 | rt_realloc!(rt_pow2_8192bytes_2align_realloc, 8192, 2); Oct 13 13:13:41.730 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! Oct 13 13:13:41.730 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.730 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.730 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.730 INFO kablam! ... Oct 13 13:13:41.730 INFO kablam! 1090 | rt_realloc!(rt_pow2_8192bytes_2align_realloc, 8192, 2); Oct 13 13:13:41.730 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! Oct 13 13:13:41.730 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.730 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.730 INFO kablam! | ^^^^^ Oct 13 13:13:41.730 INFO kablam! ... Oct 13 13:13:41.730 INFO kablam! 1103 | rt_realloc!(rt_pow2_16384bytes_2align_realloc, 16384, 2); Oct 13 13:13:41.730 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! Oct 13 13:13:41.730 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.730 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.730 INFO kablam! | Oct 13 13:13:41.730 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.730 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.730 INFO kablam! ... Oct 13 13:13:41.730 INFO kablam! 1103 | rt_realloc!(rt_pow2_16384bytes_2align_realloc, 16384, 2); Oct 13 13:13:41.730 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.730 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.732 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.732 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.732 INFO kablam! | Oct 13 13:13:41.732 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.732 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.732 INFO kablam! ... Oct 13 13:13:41.732 INFO kablam! 1103 | rt_realloc!(rt_pow2_16384bytes_2align_realloc, 16384, 2); Oct 13 13:13:41.732 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.732 INFO kablam! | Oct 13 13:13:41.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.732 INFO kablam! | Oct 13 13:13:41.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.732 INFO kablam! | Oct 13 13:13:41.732 INFO kablam! Oct 13 13:13:41.736 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.736 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.736 INFO kablam! | Oct 13 13:13:41.736 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.736 INFO kablam! | ^^^^^ Oct 13 13:13:41.736 INFO kablam! ... Oct 13 13:13:41.736 INFO kablam! 1116 | rt_realloc!(rt_pow2_32768bytes_2align_realloc, 32768, 2); Oct 13 13:13:41.736 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.736 INFO kablam! | Oct 13 13:13:41.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.737 INFO kablam! | Oct 13 13:13:41.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.737 INFO kablam! | Oct 13 13:13:41.737 INFO kablam! Oct 13 13:13:41.737 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.737 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.737 INFO kablam! | Oct 13 13:13:41.737 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.737 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.737 INFO kablam! ... Oct 13 13:13:41.737 INFO kablam! 1116 | rt_realloc!(rt_pow2_32768bytes_2align_realloc, 32768, 2); Oct 13 13:13:41.737 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.737 INFO kablam! | Oct 13 13:13:41.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.737 INFO kablam! | Oct 13 13:13:41.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.737 INFO kablam! | Oct 13 13:13:41.737 INFO kablam! Oct 13 13:13:41.737 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.737 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.737 INFO kablam! | Oct 13 13:13:41.737 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.737 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.737 INFO kablam! ... Oct 13 13:13:41.737 INFO kablam! 1116 | rt_realloc!(rt_pow2_32768bytes_2align_realloc, 32768, 2); Oct 13 13:13:41.737 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.737 INFO kablam! | Oct 13 13:13:41.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.737 INFO kablam! | Oct 13 13:13:41.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.737 INFO kablam! | Oct 13 13:13:41.737 INFO kablam! Oct 13 13:13:41.737 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.737 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.737 INFO kablam! | Oct 13 13:13:41.737 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.737 INFO kablam! | ^^^^^ Oct 13 13:13:41.737 INFO kablam! ... Oct 13 13:13:41.737 INFO kablam! 1129 | rt_realloc!(rt_pow2_65536bytes_2align_realloc, 65536, 2); Oct 13 13:13:41.737 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.737 INFO kablam! | Oct 13 13:13:41.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.737 INFO kablam! | Oct 13 13:13:41.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.737 INFO kablam! | Oct 13 13:13:41.737 INFO kablam! Oct 13 13:13:41.737 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.737 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.737 INFO kablam! | Oct 13 13:13:41.737 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.737 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.737 INFO kablam! ... Oct 13 13:13:41.737 INFO kablam! 1129 | rt_realloc!(rt_pow2_65536bytes_2align_realloc, 65536, 2); Oct 13 13:13:41.737 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.737 INFO kablam! | Oct 13 13:13:41.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.737 INFO kablam! | Oct 13 13:13:41.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.737 INFO kablam! | Oct 13 13:13:41.737 INFO kablam! Oct 13 13:13:41.739 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.739 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.739 INFO kablam! | Oct 13 13:13:41.739 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.739 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.739 INFO kablam! ... Oct 13 13:13:41.739 INFO kablam! 1129 | rt_realloc!(rt_pow2_65536bytes_2align_realloc, 65536, 2); Oct 13 13:13:41.739 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.739 INFO kablam! | Oct 13 13:13:41.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.739 INFO kablam! | Oct 13 13:13:41.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.739 INFO kablam! | Oct 13 13:13:41.739 INFO kablam! Oct 13 13:13:41.744 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.744 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.744 INFO kablam! | Oct 13 13:13:41.744 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.744 INFO kablam! | ^^^^^ Oct 13 13:13:41.744 INFO kablam! ... Oct 13 13:13:41.744 INFO kablam! 1142 | rt_realloc!(rt_pow2_131072bytes_2align_realloc, 131072, 2); Oct 13 13:13:41.744 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.744 INFO kablam! | Oct 13 13:13:41.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.744 INFO kablam! | Oct 13 13:13:41.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.744 INFO kablam! | Oct 13 13:13:41.744 INFO kablam! Oct 13 13:13:41.744 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.744 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.744 INFO kablam! | Oct 13 13:13:41.744 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.744 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.744 INFO kablam! ... Oct 13 13:13:41.744 INFO kablam! 1142 | rt_realloc!(rt_pow2_131072bytes_2align_realloc, 131072, 2); Oct 13 13:13:41.744 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.744 INFO kablam! | Oct 13 13:13:41.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.744 INFO kablam! | Oct 13 13:13:41.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.744 INFO kablam! | Oct 13 13:13:41.744 INFO kablam! Oct 13 13:13:41.749 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.749 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.749 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.749 INFO kablam! ... Oct 13 13:13:41.749 INFO kablam! 1142 | rt_realloc!(rt_pow2_131072bytes_2align_realloc, 131072, 2); Oct 13 13:13:41.749 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! Oct 13 13:13:41.749 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.749 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.749 INFO kablam! | ^^^^^ Oct 13 13:13:41.749 INFO kablam! ... Oct 13 13:13:41.749 INFO kablam! 1155 | rt_realloc!(rt_pow2_4194304bytes_2align_realloc, 4194304, 2); Oct 13 13:13:41.749 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! Oct 13 13:13:41.749 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.749 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.749 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.749 INFO kablam! ... Oct 13 13:13:41.749 INFO kablam! 1155 | rt_realloc!(rt_pow2_4194304bytes_2align_realloc, 4194304, 2); Oct 13 13:13:41.749 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! Oct 13 13:13:41.749 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.749 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.749 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.749 INFO kablam! ... Oct 13 13:13:41.749 INFO kablam! 1155 | rt_realloc!(rt_pow2_4194304bytes_2align_realloc, 4194304, 2); Oct 13 13:13:41.749 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! Oct 13 13:13:41.749 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.749 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.749 INFO kablam! | ^^^^^ Oct 13 13:13:41.749 INFO kablam! ... Oct 13 13:13:41.749 INFO kablam! 1169 | rt_realloc!(rt_even_10bytes_2align_realloc, 10, 2); Oct 13 13:13:41.749 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! Oct 13 13:13:41.749 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.749 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.749 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.749 INFO kablam! ... Oct 13 13:13:41.749 INFO kablam! 1169 | rt_realloc!(rt_even_10bytes_2align_realloc, 10, 2); Oct 13 13:13:41.749 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.749 INFO kablam! | Oct 13 13:13:41.750 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.750 INFO kablam! | Oct 13 13:13:41.750 INFO kablam! Oct 13 13:13:41.750 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.750 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.750 INFO kablam! | Oct 13 13:13:41.750 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.750 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.750 INFO kablam! ... Oct 13 13:13:41.750 INFO kablam! 1169 | rt_realloc!(rt_even_10bytes_2align_realloc, 10, 2); Oct 13 13:13:41.750 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.750 INFO kablam! | Oct 13 13:13:41.750 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.750 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.750 INFO kablam! | Oct 13 13:13:41.750 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.750 INFO kablam! | Oct 13 13:13:41.750 INFO kablam! Oct 13 13:13:41.750 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.750 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.750 INFO kablam! | Oct 13 13:13:41.750 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.750 INFO kablam! | ^^^^^ Oct 13 13:13:41.750 INFO kablam! ... Oct 13 13:13:41.750 INFO kablam! 1182 | rt_realloc!(rt_even_100bytes_2align_realloc, 100, 2); Oct 13 13:13:41.750 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.750 INFO kablam! | Oct 13 13:13:41.750 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.750 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.750 INFO kablam! | Oct 13 13:13:41.750 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.750 INFO kablam! | Oct 13 13:13:41.750 INFO kablam! Oct 13 13:13:41.760 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.760 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.760 INFO kablam! | Oct 13 13:13:41.760 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.760 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.760 INFO kablam! ... Oct 13 13:13:41.760 INFO kablam! 1182 | rt_realloc!(rt_even_100bytes_2align_realloc, 100, 2); Oct 13 13:13:41.760 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.760 INFO kablam! | Oct 13 13:13:41.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.760 INFO kablam! | Oct 13 13:13:41.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.760 INFO kablam! | Oct 13 13:13:41.760 INFO kablam! Oct 13 13:13:41.760 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.760 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.760 INFO kablam! | Oct 13 13:13:41.760 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.760 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.760 INFO kablam! ... Oct 13 13:13:41.760 INFO kablam! 1182 | rt_realloc!(rt_even_100bytes_2align_realloc, 100, 2); Oct 13 13:13:41.760 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.760 INFO kablam! | Oct 13 13:13:41.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.760 INFO kablam! | Oct 13 13:13:41.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.760 INFO kablam! | Oct 13 13:13:41.760 INFO kablam! Oct 13 13:13:41.760 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.760 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.760 INFO kablam! | Oct 13 13:13:41.760 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.760 INFO kablam! | ^^^^^ Oct 13 13:13:41.760 INFO kablam! ... Oct 13 13:13:41.760 INFO kablam! 1195 | rt_realloc!(rt_even_1000bytes_2align_realloc, 1000, 2); Oct 13 13:13:41.760 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.760 INFO kablam! | Oct 13 13:13:41.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.760 INFO kablam! | Oct 13 13:13:41.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.760 INFO kablam! | Oct 13 13:13:41.760 INFO kablam! Oct 13 13:13:41.760 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.760 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.760 INFO kablam! | Oct 13 13:13:41.760 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.760 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.761 INFO kablam! ... Oct 13 13:13:41.761 INFO kablam! 1195 | rt_realloc!(rt_even_1000bytes_2align_realloc, 1000, 2); Oct 13 13:13:41.761 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! Oct 13 13:13:41.761 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.761 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.761 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.761 INFO kablam! ... Oct 13 13:13:41.761 INFO kablam! 1195 | rt_realloc!(rt_even_1000bytes_2align_realloc, 1000, 2); Oct 13 13:13:41.761 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! Oct 13 13:13:41.761 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.761 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.761 INFO kablam! | ^^^^^ Oct 13 13:13:41.761 INFO kablam! ... Oct 13 13:13:41.761 INFO kablam! 1208 | rt_realloc!(rt_even_10000bytes_2align_realloc, 10000, 2); Oct 13 13:13:41.761 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! Oct 13 13:13:41.761 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.761 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.761 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.761 INFO kablam! ... Oct 13 13:13:41.761 INFO kablam! 1208 | rt_realloc!(rt_even_10000bytes_2align_realloc, 10000, 2); Oct 13 13:13:41.761 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! Oct 13 13:13:41.761 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.761 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.761 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.761 INFO kablam! ... Oct 13 13:13:41.761 INFO kablam! 1208 | rt_realloc!(rt_even_10000bytes_2align_realloc, 10000, 2); Oct 13 13:13:41.761 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! Oct 13 13:13:41.761 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.761 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.761 INFO kablam! | ^^^^^ Oct 13 13:13:41.761 INFO kablam! ... Oct 13 13:13:41.761 INFO kablam! 1221 | rt_realloc!(rt_even_100000bytes_2align_realloc, 100000, 2); Oct 13 13:13:41.761 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! Oct 13 13:13:41.761 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.761 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.761 INFO kablam! | Oct 13 13:13:41.761 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 1221 | rt_realloc!(rt_even_100000bytes_2align_realloc, 100000, 2); 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.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:204:26 Oct 13 13:13:41.762 INFO kablam! | Oct 13 13:13:41.762 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_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! 1221 | rt_realloc!(rt_even_100000bytes_2align_realloc, 100000, 2); 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.768 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.768 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.768 INFO kablam! | Oct 13 13:13:41.768 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 1234 | rt_realloc!(rt_even_1000000bytes_2align_realloc, 1000000, 2); 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! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.768 INFO kablam! | Oct 13 13:13:41.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.768 INFO kablam! | Oct 13 13:13:41.768 INFO kablam! Oct 13 13:13:41.768 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.768 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.768 INFO kablam! | Oct 13 13:13:41.768 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 1234 | rt_realloc!(rt_even_1000000bytes_2align_realloc, 1000000, 2); 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! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.768 INFO kablam! | Oct 13 13:13:41.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.768 INFO kablam! | 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.768 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.768 INFO kablam! | Oct 13 13:13:41.768 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.768 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.768 INFO kablam! ... Oct 13 13:13:41.768 INFO kablam! 1234 | rt_realloc!(rt_even_1000000bytes_2align_realloc, 1000000, 2); 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! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.768 INFO kablam! | Oct 13 13:13:41.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.768 INFO kablam! | Oct 13 13:13:41.768 INFO kablam! Oct 13 13:13:41.768 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.768 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.768 INFO kablam! | Oct 13 13:13:41.768 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 1248 | rt_realloc!(rt_odd_10bytes_2align_realloc, 10- 1, 2); Oct 13 13:13:41.768 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.769 INFO kablam! | Oct 13 13:13:41.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.769 INFO kablam! | Oct 13 13:13:41.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.769 INFO kablam! | Oct 13 13:13:41.769 INFO kablam! Oct 13 13:13:41.769 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.769 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.769 INFO kablam! | Oct 13 13:13:41.769 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.769 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.769 INFO kablam! ... Oct 13 13:13:41.769 INFO kablam! 1248 | rt_realloc!(rt_odd_10bytes_2align_realloc, 10- 1, 2); Oct 13 13:13:41.769 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.769 INFO kablam! | Oct 13 13:13:41.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.769 INFO kablam! | Oct 13 13:13:41.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.769 INFO kablam! | Oct 13 13:13:41.769 INFO kablam! Oct 13 13:13:41.769 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.769 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.769 INFO kablam! | Oct 13 13:13:41.769 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.769 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.769 INFO kablam! ... Oct 13 13:13:41.769 INFO kablam! 1248 | rt_realloc!(rt_odd_10bytes_2align_realloc, 10- 1, 2); Oct 13 13:13:41.769 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.769 INFO kablam! | Oct 13 13:13:41.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.769 INFO kablam! | Oct 13 13:13:41.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.769 INFO kablam! | Oct 13 13:13:41.769 INFO kablam! Oct 13 13:13:41.769 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.769 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.769 INFO kablam! | Oct 13 13:13:41.769 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.769 INFO kablam! | ^^^^^ Oct 13 13:13:41.769 INFO kablam! ... Oct 13 13:13:41.769 INFO kablam! 1261 | rt_realloc!(rt_odd_100bytes_2align_realloc, 100- 1, 2); Oct 13 13:13:41.769 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.769 INFO kablam! | Oct 13 13:13:41.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.769 INFO kablam! | Oct 13 13:13:41.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.769 INFO kablam! | Oct 13 13:13:41.769 INFO kablam! Oct 13 13:13:41.776 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.776 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.776 INFO kablam! | Oct 13 13:13:41.776 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.776 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.776 INFO kablam! ... Oct 13 13:13:41.776 INFO kablam! 1261 | rt_realloc!(rt_odd_100bytes_2align_realloc, 100- 1, 2); Oct 13 13:13:41.776 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.776 INFO kablam! | Oct 13 13:13:41.776 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.776 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.776 INFO kablam! | Oct 13 13:13:41.776 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.776 INFO kablam! | Oct 13 13:13:41.776 INFO kablam! Oct 13 13:13:41.776 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.776 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.776 INFO kablam! | Oct 13 13:13:41.776 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.776 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.776 INFO kablam! ... Oct 13 13:13:41.776 INFO kablam! 1261 | rt_realloc!(rt_odd_100bytes_2align_realloc, 100- 1, 2); Oct 13 13:13:41.776 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.776 INFO kablam! | Oct 13 13:13:41.776 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.776 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.776 INFO kablam! | Oct 13 13:13:41.776 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.776 INFO kablam! | Oct 13 13:13:41.776 INFO kablam! Oct 13 13:13:41.776 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.776 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.776 INFO kablam! | Oct 13 13:13:41.776 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.776 INFO kablam! | ^^^^^ Oct 13 13:13:41.776 INFO kablam! ... Oct 13 13:13:41.776 INFO kablam! 1274 | rt_realloc!(rt_odd_1000bytes_2align_realloc, 1000- 1, 2); Oct 13 13:13:41.776 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.776 INFO kablam! | Oct 13 13:13:41.776 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.776 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.776 INFO kablam! | Oct 13 13:13:41.776 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.776 INFO kablam! | Oct 13 13:13:41.776 INFO kablam! Oct 13 13:13:41.776 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.777 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.777 INFO kablam! | Oct 13 13:13:41.777 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.777 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.777 INFO kablam! ... Oct 13 13:13:41.777 INFO kablam! 1274 | rt_realloc!(rt_odd_1000bytes_2align_realloc, 1000- 1, 2); Oct 13 13:13:41.777 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.777 INFO kablam! | Oct 13 13:13:41.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.777 INFO kablam! | Oct 13 13:13:41.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.777 INFO kablam! | Oct 13 13:13:41.777 INFO kablam! Oct 13 13:13:41.777 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.777 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.777 INFO kablam! | Oct 13 13:13:41.777 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.777 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.777 INFO kablam! ... Oct 13 13:13:41.777 INFO kablam! 1274 | rt_realloc!(rt_odd_1000bytes_2align_realloc, 1000- 1, 2); Oct 13 13:13:41.777 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.777 INFO kablam! | Oct 13 13:13:41.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.777 INFO kablam! | Oct 13 13:13:41.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.777 INFO kablam! | Oct 13 13:13:41.777 INFO kablam! Oct 13 13:13:41.777 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.777 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.777 INFO kablam! | Oct 13 13:13:41.777 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.777 INFO kablam! | ^^^^^ Oct 13 13:13:41.777 INFO kablam! ... Oct 13 13:13:41.777 INFO kablam! 1287 | rt_realloc!(rt_odd_10000bytes_2align_realloc, 10000- 1, 2); Oct 13 13:13:41.777 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.777 INFO kablam! | Oct 13 13:13:41.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.777 INFO kablam! | Oct 13 13:13:41.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.777 INFO kablam! | Oct 13 13:13:41.777 INFO kablam! Oct 13 13:13:41.780 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.780 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.780 INFO kablam! | Oct 13 13:13:41.780 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.780 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.780 INFO kablam! ... Oct 13 13:13:41.780 INFO kablam! 1287 | rt_realloc!(rt_odd_10000bytes_2align_realloc, 10000- 1, 2); Oct 13 13:13:41.780 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.780 INFO kablam! | Oct 13 13:13:41.780 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.780 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.780 INFO kablam! | Oct 13 13:13:41.780 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.780 INFO kablam! | Oct 13 13:13:41.780 INFO kablam! Oct 13 13:13:41.780 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.780 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.780 INFO kablam! | Oct 13 13:13:41.780 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.780 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.780 INFO kablam! ... Oct 13 13:13:41.780 INFO kablam! 1287 | rt_realloc!(rt_odd_10000bytes_2align_realloc, 10000- 1, 2); Oct 13 13:13:41.780 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.780 INFO kablam! | Oct 13 13:13:41.780 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.780 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.780 INFO kablam! | Oct 13 13:13:41.780 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.780 INFO kablam! | Oct 13 13:13:41.780 INFO kablam! Oct 13 13:13:41.792 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.792 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.792 INFO kablam! | Oct 13 13:13:41.792 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.792 INFO kablam! | ^^^^^ Oct 13 13:13:41.792 INFO kablam! ... Oct 13 13:13:41.792 INFO kablam! 1300 | rt_realloc!(rt_odd_100000bytes_2align_realloc, 100000- 1, 2); Oct 13 13:13:41.792 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.792 INFO kablam! | Oct 13 13:13:41.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.792 INFO kablam! | Oct 13 13:13:41.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.792 INFO kablam! | Oct 13 13:13:41.792 INFO kablam! Oct 13 13:13:41.792 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.792 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.792 INFO kablam! | Oct 13 13:13:41.792 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.792 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.792 INFO kablam! ... Oct 13 13:13:41.792 INFO kablam! 1300 | rt_realloc!(rt_odd_100000bytes_2align_realloc, 100000- 1, 2); Oct 13 13:13:41.792 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.792 INFO kablam! | Oct 13 13:13:41.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.792 INFO kablam! | Oct 13 13:13:41.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.792 INFO kablam! | Oct 13 13:13:41.792 INFO kablam! Oct 13 13:13:41.792 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.792 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.792 INFO kablam! | Oct 13 13:13:41.792 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.792 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.792 INFO kablam! ... Oct 13 13:13:41.792 INFO kablam! 1300 | rt_realloc!(rt_odd_100000bytes_2align_realloc, 100000- 1, 2); Oct 13 13:13:41.792 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.792 INFO kablam! | Oct 13 13:13:41.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.792 INFO kablam! | Oct 13 13:13:41.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.792 INFO kablam! | Oct 13 13:13:41.792 INFO kablam! Oct 13 13:13:41.792 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.792 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.792 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.793 INFO kablam! | ^^^^^ Oct 13 13:13:41.793 INFO kablam! ... Oct 13 13:13:41.793 INFO kablam! 1313 | rt_realloc!(rt_odd_1000000bytes_2align_realloc, 1000000- 1, 2); Oct 13 13:13:41.793 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! Oct 13 13:13:41.793 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.793 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.793 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.793 INFO kablam! ... Oct 13 13:13:41.793 INFO kablam! 1313 | rt_realloc!(rt_odd_1000000bytes_2align_realloc, 1000000- 1, 2); Oct 13 13:13:41.793 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! Oct 13 13:13:41.793 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.793 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.793 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.793 INFO kablam! ... Oct 13 13:13:41.793 INFO kablam! 1313 | rt_realloc!(rt_odd_1000000bytes_2align_realloc, 1000000- 1, 2); Oct 13 13:13:41.793 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! Oct 13 13:13:41.793 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.793 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.793 INFO kablam! | ^^^^^ Oct 13 13:13:41.793 INFO kablam! ... Oct 13 13:13:41.793 INFO kablam! 1327 | rt_realloc!(rt_primes_3bytes_2align_realloc, 3, 2); Oct 13 13:13:41.793 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! Oct 13 13:13:41.793 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.793 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.793 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.793 INFO kablam! ... Oct 13 13:13:41.793 INFO kablam! 1327 | rt_realloc!(rt_primes_3bytes_2align_realloc, 3, 2); Oct 13 13:13:41.793 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! Oct 13 13:13:41.793 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.793 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.793 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.793 INFO kablam! ... Oct 13 13:13:41.793 INFO kablam! 1327 | rt_realloc!(rt_primes_3bytes_2align_realloc, 3, 2); Oct 13 13:13:41.793 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! Oct 13 13:13:41.793 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.793 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.793 INFO kablam! | Oct 13 13:13:41.793 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.794 INFO kablam! | ^^^^^ Oct 13 13:13:41.794 INFO kablam! ... Oct 13 13:13:41.794 INFO kablam! 1340 | rt_realloc!(rt_primes_7bytes_2align_realloc, 7, 2); Oct 13 13:13:41.794 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.794 INFO kablam! | Oct 13 13:13:41.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.794 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.794 INFO kablam! | Oct 13 13:13:41.794 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.794 INFO kablam! | Oct 13 13:13:41.794 INFO kablam! Oct 13 13:13:41.794 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.794 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.794 INFO kablam! | Oct 13 13:13:41.794 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.794 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.794 INFO kablam! ... Oct 13 13:13:41.794 INFO kablam! 1340 | rt_realloc!(rt_primes_7bytes_2align_realloc, 7, 2); Oct 13 13:13:41.794 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.794 INFO kablam! | Oct 13 13:13:41.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.794 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.794 INFO kablam! | Oct 13 13:13:41.794 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.794 INFO kablam! | Oct 13 13:13:41.794 INFO kablam! Oct 13 13:13:41.794 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.794 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.794 INFO kablam! | Oct 13 13:13:41.794 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.794 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.794 INFO kablam! ... Oct 13 13:13:41.794 INFO kablam! 1340 | rt_realloc!(rt_primes_7bytes_2align_realloc, 7, 2); Oct 13 13:13:41.794 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.794 INFO kablam! | Oct 13 13:13:41.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.794 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.794 INFO kablam! | Oct 13 13:13:41.794 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.794 INFO kablam! | Oct 13 13:13:41.794 INFO kablam! Oct 13 13:13:41.794 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.794 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.794 INFO kablam! | Oct 13 13:13:41.794 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.794 INFO kablam! | ^^^^^ Oct 13 13:13:41.794 INFO kablam! ... Oct 13 13:13:41.794 INFO kablam! 1353 | rt_realloc!(rt_primes_13bytes_2align_realloc, 13, 2); Oct 13 13:13:41.794 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.794 INFO kablam! | Oct 13 13:13:41.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.794 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.794 INFO kablam! | Oct 13 13:13:41.794 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.794 INFO kablam! | Oct 13 13:13:41.794 INFO kablam! Oct 13 13:13:41.794 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.794 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.794 INFO kablam! | Oct 13 13:13:41.794 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.794 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.794 INFO kablam! ... Oct 13 13:13:41.794 INFO kablam! 1353 | rt_realloc!(rt_primes_13bytes_2align_realloc, 13, 2); Oct 13 13:13:41.794 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.794 INFO kablam! | Oct 13 13:13:41.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.794 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.794 INFO kablam! | Oct 13 13:13:41.794 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.794 INFO kablam! | Oct 13 13:13:41.794 INFO kablam! Oct 13 13:13:41.804 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.804 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.804 INFO kablam! | Oct 13 13:13:41.804 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.804 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.804 INFO kablam! ... Oct 13 13:13:41.804 INFO kablam! 1353 | rt_realloc!(rt_primes_13bytes_2align_realloc, 13, 2); Oct 13 13:13:41.804 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.804 INFO kablam! | Oct 13 13:13:41.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.804 INFO kablam! | Oct 13 13:13:41.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.804 INFO kablam! | Oct 13 13:13:41.804 INFO kablam! Oct 13 13:13:41.804 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.804 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.804 INFO kablam! | Oct 13 13:13:41.804 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.804 INFO kablam! | ^^^^^ Oct 13 13:13:41.804 INFO kablam! ... Oct 13 13:13:41.804 INFO kablam! 1366 | rt_realloc!(rt_primes_17bytes_2align_realloc, 17, 2); Oct 13 13:13:41.804 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.804 INFO kablam! | Oct 13 13:13:41.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.804 INFO kablam! | Oct 13 13:13:41.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.804 INFO kablam! | Oct 13 13:13:41.804 INFO kablam! Oct 13 13:13:41.804 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.804 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.804 INFO kablam! | Oct 13 13:13:41.804 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.804 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.804 INFO kablam! ... Oct 13 13:13:41.804 INFO kablam! 1366 | rt_realloc!(rt_primes_17bytes_2align_realloc, 17, 2); Oct 13 13:13:41.804 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.804 INFO kablam! | Oct 13 13:13:41.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.804 INFO kablam! | Oct 13 13:13:41.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.804 INFO kablam! | Oct 13 13:13:41.804 INFO kablam! Oct 13 13:13:41.808 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.808 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.808 INFO kablam! | Oct 13 13:13:41.808 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.808 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.808 INFO kablam! ... Oct 13 13:13:41.808 INFO kablam! 1366 | rt_realloc!(rt_primes_17bytes_2align_realloc, 17, 2); Oct 13 13:13:41.808 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.808 INFO kablam! | Oct 13 13:13:41.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.808 INFO kablam! | Oct 13 13:13:41.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.808 INFO kablam! | Oct 13 13:13:41.808 INFO kablam! Oct 13 13:13:41.808 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.808 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.808 INFO kablam! | Oct 13 13:13:41.808 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.808 INFO kablam! | ^^^^^ Oct 13 13:13:41.808 INFO kablam! ... Oct 13 13:13:41.808 INFO kablam! 1379 | rt_realloc!(rt_primes_31bytes_2align_realloc, 31, 2); Oct 13 13:13:41.808 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.808 INFO kablam! | Oct 13 13:13:41.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.808 INFO kablam! | Oct 13 13:13:41.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.808 INFO kablam! | Oct 13 13:13:41.808 INFO kablam! Oct 13 13:13:41.808 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.808 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.808 INFO kablam! | Oct 13 13:13:41.808 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.808 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.808 INFO kablam! ... Oct 13 13:13:41.808 INFO kablam! 1379 | rt_realloc!(rt_primes_31bytes_2align_realloc, 31, 2); Oct 13 13:13:41.808 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.808 INFO kablam! | Oct 13 13:13:41.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.808 INFO kablam! | Oct 13 13:13:41.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.808 INFO kablam! | Oct 13 13:13:41.808 INFO kablam! Oct 13 13:13:41.808 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.808 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.808 INFO kablam! | Oct 13 13:13:41.808 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.808 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.808 INFO kablam! ... Oct 13 13:13:41.808 INFO kablam! 1379 | rt_realloc!(rt_primes_31bytes_2align_realloc, 31, 2); Oct 13 13:13:41.808 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.808 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! Oct 13 13:13:41.809 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.809 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.809 INFO kablam! | ^^^^^ Oct 13 13:13:41.809 INFO kablam! ... Oct 13 13:13:41.809 INFO kablam! 1392 | rt_realloc!(rt_primes_61bytes_2align_realloc, 61, 2); Oct 13 13:13:41.809 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! Oct 13 13:13:41.809 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.809 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.809 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.809 INFO kablam! ... Oct 13 13:13:41.809 INFO kablam! 1392 | rt_realloc!(rt_primes_61bytes_2align_realloc, 61, 2); Oct 13 13:13:41.809 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! Oct 13 13:13:41.809 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.809 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.809 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.809 INFO kablam! ... Oct 13 13:13:41.809 INFO kablam! 1392 | rt_realloc!(rt_primes_61bytes_2align_realloc, 61, 2); Oct 13 13:13:41.809 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! Oct 13 13:13:41.809 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.809 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.809 INFO kablam! | ^^^^^ Oct 13 13:13:41.809 INFO kablam! ... Oct 13 13:13:41.809 INFO kablam! 1405 | rt_realloc!(rt_primes_96bytes_2align_realloc, 96, 2); Oct 13 13:13:41.809 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! Oct 13 13:13:41.809 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.809 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.809 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.809 INFO kablam! ... Oct 13 13:13:41.809 INFO kablam! 1405 | rt_realloc!(rt_primes_96bytes_2align_realloc, 96, 2); Oct 13 13:13:41.809 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! Oct 13 13:13:41.809 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.809 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.809 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.809 INFO kablam! ... Oct 13 13:13:41.809 INFO kablam! 1405 | rt_realloc!(rt_primes_96bytes_2align_realloc, 96, 2); Oct 13 13:13:41.809 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.809 INFO kablam! | Oct 13 13:13:41.809 INFO kablam! Oct 13 13:13:41.816 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.816 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.816 INFO kablam! | Oct 13 13:13:41.816 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.816 INFO kablam! | ^^^^^ Oct 13 13:13:41.816 INFO kablam! ... Oct 13 13:13:41.816 INFO kablam! 1418 | rt_realloc!(rt_primes_127bytes_2align_realloc, 127, 2); Oct 13 13:13:41.816 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.816 INFO kablam! | Oct 13 13:13:41.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.816 INFO kablam! | Oct 13 13:13:41.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.816 INFO kablam! | Oct 13 13:13:41.816 INFO kablam! Oct 13 13:13:41.820 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.820 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.820 INFO kablam! | Oct 13 13:13:41.820 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.820 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.820 INFO kablam! ... Oct 13 13:13:41.820 INFO kablam! 1418 | rt_realloc!(rt_primes_127bytes_2align_realloc, 127, 2); Oct 13 13:13:41.820 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.820 INFO kablam! | Oct 13 13:13:41.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.820 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.820 INFO kablam! | Oct 13 13:13:41.820 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.820 INFO kablam! | Oct 13 13:13:41.820 INFO kablam! Oct 13 13:13:41.820 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.820 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.820 INFO kablam! | Oct 13 13:13:41.820 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.820 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.820 INFO kablam! ... Oct 13 13:13:41.820 INFO kablam! 1418 | rt_realloc!(rt_primes_127bytes_2align_realloc, 127, 2); Oct 13 13:13:41.820 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.820 INFO kablam! | Oct 13 13:13:41.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.820 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.820 INFO kablam! | Oct 13 13:13:41.820 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.820 INFO kablam! | Oct 13 13:13:41.820 INFO kablam! Oct 13 13:13:41.820 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.820 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.820 INFO kablam! | Oct 13 13:13:41.820 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.820 INFO kablam! | ^^^^^ Oct 13 13:13:41.820 INFO kablam! ... Oct 13 13:13:41.820 INFO kablam! 1431 | rt_realloc!(rt_primes_257bytes_2align_realloc, 257, 2); Oct 13 13:13:41.820 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.820 INFO kablam! | Oct 13 13:13:41.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.820 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.820 INFO kablam! | Oct 13 13:13:41.820 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.820 INFO kablam! | Oct 13 13:13:41.820 INFO kablam! Oct 13 13:13:41.820 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.820 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.820 INFO kablam! | Oct 13 13:13:41.820 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.820 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.820 INFO kablam! ... Oct 13 13:13:41.820 INFO kablam! 1431 | rt_realloc!(rt_primes_257bytes_2align_realloc, 257, 2); Oct 13 13:13:41.820 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.820 INFO kablam! | Oct 13 13:13:41.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.820 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! Oct 13 13:13:41.821 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.821 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.821 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.821 INFO kablam! ... Oct 13 13:13:41.821 INFO kablam! 1431 | rt_realloc!(rt_primes_257bytes_2align_realloc, 257, 2); Oct 13 13:13:41.821 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! Oct 13 13:13:41.821 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.821 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.821 INFO kablam! | ^^^^^ Oct 13 13:13:41.821 INFO kablam! ... Oct 13 13:13:41.821 INFO kablam! 1444 | rt_realloc!(rt_primes_509bytes_2align_realloc, 509, 2); Oct 13 13:13:41.821 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! Oct 13 13:13:41.821 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.821 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.821 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.821 INFO kablam! ... Oct 13 13:13:41.821 INFO kablam! 1444 | rt_realloc!(rt_primes_509bytes_2align_realloc, 509, 2); Oct 13 13:13:41.821 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! Oct 13 13:13:41.821 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.821 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.821 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.821 INFO kablam! ... Oct 13 13:13:41.821 INFO kablam! 1444 | rt_realloc!(rt_primes_509bytes_2align_realloc, 509, 2); Oct 13 13:13:41.821 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! Oct 13 13:13:41.821 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.821 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.821 INFO kablam! | ^^^^^ Oct 13 13:13:41.821 INFO kablam! ... Oct 13 13:13:41.821 INFO kablam! 1457 | rt_realloc!(rt_primes_1021bytes_2align_realloc, 1021, 2); Oct 13 13:13:41.821 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.821 INFO kablam! | Oct 13 13:13:41.821 INFO kablam! Oct 13 13:13:41.832 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.832 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.832 INFO kablam! | Oct 13 13:13:41.832 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.832 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.832 INFO kablam! ... Oct 13 13:13:41.832 INFO kablam! 1457 | rt_realloc!(rt_primes_1021bytes_2align_realloc, 1021, 2); Oct 13 13:13:41.832 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.832 INFO kablam! | Oct 13 13:13:41.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.832 INFO kablam! | Oct 13 13:13:41.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.832 INFO kablam! | Oct 13 13:13:41.832 INFO kablam! Oct 13 13:13:41.832 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.832 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.832 INFO kablam! | Oct 13 13:13:41.832 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.832 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.832 INFO kablam! ... Oct 13 13:13:41.832 INFO kablam! 1457 | rt_realloc!(rt_primes_1021bytes_2align_realloc, 1021, 2); Oct 13 13:13:41.832 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.832 INFO kablam! | Oct 13 13:13:41.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.832 INFO kablam! | Oct 13 13:13:41.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.832 INFO kablam! | Oct 13 13:13:41.832 INFO kablam! Oct 13 13:13:41.832 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.832 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.832 INFO kablam! | Oct 13 13:13:41.832 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.832 INFO kablam! | ^^^^^ Oct 13 13:13:41.832 INFO kablam! ... Oct 13 13:13:41.832 INFO kablam! 1470 | rt_realloc!(rt_primes_2039bytes_2align_realloc, 2039, 2); Oct 13 13:13:41.832 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.832 INFO kablam! | Oct 13 13:13:41.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.832 INFO kablam! | Oct 13 13:13:41.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.832 INFO kablam! | Oct 13 13:13:41.832 INFO kablam! Oct 13 13:13:41.832 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.832 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.832 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.833 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.833 INFO kablam! ... Oct 13 13:13:41.833 INFO kablam! 1470 | rt_realloc!(rt_primes_2039bytes_2align_realloc, 2039, 2); Oct 13 13:13:41.833 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! Oct 13 13:13:41.833 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.833 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.833 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.833 INFO kablam! ... Oct 13 13:13:41.833 INFO kablam! 1470 | rt_realloc!(rt_primes_2039bytes_2align_realloc, 2039, 2); Oct 13 13:13:41.833 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! Oct 13 13:13:41.833 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.833 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.833 INFO kablam! | ^^^^^ Oct 13 13:13:41.833 INFO kablam! ... Oct 13 13:13:41.833 INFO kablam! 1483 | rt_realloc!(rt_primes_4093bytes_2align_realloc, 4093, 2); Oct 13 13:13:41.833 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! Oct 13 13:13:41.833 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.833 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.833 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.833 INFO kablam! ... Oct 13 13:13:41.833 INFO kablam! 1483 | rt_realloc!(rt_primes_4093bytes_2align_realloc, 4093, 2); Oct 13 13:13:41.833 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! Oct 13 13:13:41.833 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.833 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.833 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.833 INFO kablam! ... Oct 13 13:13:41.833 INFO kablam! 1483 | rt_realloc!(rt_primes_4093bytes_2align_realloc, 4093, 2); Oct 13 13:13:41.833 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! Oct 13 13:13:41.833 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.833 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.833 INFO kablam! | ^^^^^ Oct 13 13:13:41.833 INFO kablam! ... Oct 13 13:13:41.833 INFO kablam! 1496 | rt_realloc!(rt_primes_8191bytes_2align_realloc, 8191, 2); Oct 13 13:13:41.833 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.833 INFO kablam! | Oct 13 13:13:41.833 INFO kablam! Oct 13 13:13:41.833 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.833 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.834 INFO kablam! | Oct 13 13:13:41.834 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.834 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.834 INFO kablam! ... Oct 13 13:13:41.834 INFO kablam! 1496 | rt_realloc!(rt_primes_8191bytes_2align_realloc, 8191, 2); Oct 13 13:13:41.834 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.834 INFO kablam! | Oct 13 13:13:41.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.834 INFO kablam! | Oct 13 13:13:41.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.834 INFO kablam! | Oct 13 13:13:41.834 INFO kablam! Oct 13 13:13:41.834 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.834 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.834 INFO kablam! | Oct 13 13:13:41.834 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.834 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.834 INFO kablam! ... Oct 13 13:13:41.834 INFO kablam! 1496 | rt_realloc!(rt_primes_8191bytes_2align_realloc, 8191, 2); Oct 13 13:13:41.834 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.834 INFO kablam! | Oct 13 13:13:41.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.834 INFO kablam! | Oct 13 13:13:41.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.834 INFO kablam! | Oct 13 13:13:41.834 INFO kablam! Oct 13 13:13:41.834 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.834 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.834 INFO kablam! | Oct 13 13:13:41.834 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.834 INFO kablam! | ^^^^^ Oct 13 13:13:41.834 INFO kablam! ... Oct 13 13:13:41.834 INFO kablam! 1509 | rt_realloc!(rt_primes_16381bytes_2align_realloc, 16381, 2); Oct 13 13:13:41.834 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.834 INFO kablam! | Oct 13 13:13:41.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.834 INFO kablam! | Oct 13 13:13:41.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.834 INFO kablam! | Oct 13 13:13:41.834 INFO kablam! Oct 13 13:13:41.834 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.834 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.834 INFO kablam! | Oct 13 13:13:41.834 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.834 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.834 INFO kablam! ... Oct 13 13:13:41.834 INFO kablam! 1509 | rt_realloc!(rt_primes_16381bytes_2align_realloc, 16381, 2); Oct 13 13:13:41.834 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.834 INFO kablam! | Oct 13 13:13:41.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.834 INFO kablam! | Oct 13 13:13:41.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.834 INFO kablam! | Oct 13 13:13:41.834 INFO kablam! Oct 13 13:13:41.840 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.840 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.840 INFO kablam! | Oct 13 13:13:41.840 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.840 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.840 INFO kablam! ... Oct 13 13:13:41.840 INFO kablam! 1509 | rt_realloc!(rt_primes_16381bytes_2align_realloc, 16381, 2); Oct 13 13:13:41.840 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.840 INFO kablam! | Oct 13 13:13:41.840 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.840 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.840 INFO kablam! | Oct 13 13:13:41.840 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.840 INFO kablam! | Oct 13 13:13:41.840 INFO kablam! Oct 13 13:13:41.840 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.840 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.840 INFO kablam! | Oct 13 13:13:41.840 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.840 INFO kablam! | ^^^^^ Oct 13 13:13:41.840 INFO kablam! ... Oct 13 13:13:41.840 INFO kablam! 1522 | rt_realloc!(rt_primes_32749bytes_2align_realloc, 32749, 2); Oct 13 13:13:41.840 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.840 INFO kablam! | Oct 13 13:13:41.840 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.840 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.840 INFO kablam! | Oct 13 13:13:41.840 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.840 INFO kablam! | Oct 13 13:13:41.840 INFO kablam! Oct 13 13:13:41.840 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.840 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.840 INFO kablam! | Oct 13 13:13:41.840 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.840 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.840 INFO kablam! ... Oct 13 13:13:41.840 INFO kablam! 1522 | rt_realloc!(rt_primes_32749bytes_2align_realloc, 32749, 2); Oct 13 13:13:41.840 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.840 INFO kablam! | Oct 13 13:13:41.840 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.840 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.840 INFO kablam! | Oct 13 13:13:41.840 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.840 INFO kablam! | Oct 13 13:13:41.840 INFO kablam! Oct 13 13:13:41.840 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.840 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.840 INFO kablam! | Oct 13 13:13:41.840 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.841 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.841 INFO kablam! ... Oct 13 13:13:41.841 INFO kablam! 1522 | rt_realloc!(rt_primes_32749bytes_2align_realloc, 32749, 2); Oct 13 13:13:41.841 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.841 INFO kablam! | Oct 13 13:13:41.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.841 INFO kablam! | Oct 13 13:13:41.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.841 INFO kablam! | Oct 13 13:13:41.841 INFO kablam! Oct 13 13:13:41.841 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.841 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.841 INFO kablam! | Oct 13 13:13:41.841 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.841 INFO kablam! | ^^^^^ Oct 13 13:13:41.841 INFO kablam! ... Oct 13 13:13:41.841 INFO kablam! 1535 | rt_realloc!(rt_primes_65537bytes_2align_realloc, 65537, 2); Oct 13 13:13:41.841 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.841 INFO kablam! | Oct 13 13:13:41.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.841 INFO kablam! | Oct 13 13:13:41.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.841 INFO kablam! | Oct 13 13:13:41.841 INFO kablam! Oct 13 13:13:41.841 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.841 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.841 INFO kablam! | Oct 13 13:13:41.841 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.841 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.841 INFO kablam! ... Oct 13 13:13:41.841 INFO kablam! 1535 | rt_realloc!(rt_primes_65537bytes_2align_realloc, 65537, 2); Oct 13 13:13:41.841 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.841 INFO kablam! | Oct 13 13:13:41.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.841 INFO kablam! | Oct 13 13:13:41.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.841 INFO kablam! | Oct 13 13:13:41.841 INFO kablam! Oct 13 13:13:41.848 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.848 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.848 INFO kablam! | Oct 13 13:13:41.848 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.848 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.848 INFO kablam! ... Oct 13 13:13:41.848 INFO kablam! 1535 | rt_realloc!(rt_primes_65537bytes_2align_realloc, 65537, 2); Oct 13 13:13:41.848 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.848 INFO kablam! | Oct 13 13:13:41.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.848 INFO kablam! | Oct 13 13:13:41.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.848 INFO kablam! | Oct 13 13:13:41.848 INFO kablam! Oct 13 13:13:41.848 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.848 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.848 INFO kablam! | Oct 13 13:13:41.848 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.848 INFO kablam! | ^^^^^ Oct 13 13:13:41.848 INFO kablam! ... Oct 13 13:13:41.848 INFO kablam! 1548 | rt_realloc!(rt_primes_131071bytes_2align_realloc, 131071, 2); Oct 13 13:13:41.848 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.848 INFO kablam! | Oct 13 13:13:41.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.848 INFO kablam! | Oct 13 13:13:41.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.848 INFO kablam! | Oct 13 13:13:41.848 INFO kablam! Oct 13 13:13:41.848 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.848 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.848 INFO kablam! | Oct 13 13:13:41.848 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.848 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.848 INFO kablam! ... Oct 13 13:13:41.848 INFO kablam! 1548 | rt_realloc!(rt_primes_131071bytes_2align_realloc, 131071, 2); Oct 13 13:13:41.848 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.848 INFO kablam! | Oct 13 13:13:41.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.848 INFO kablam! | Oct 13 13:13:41.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.848 INFO kablam! | Oct 13 13:13:41.848 INFO kablam! Oct 13 13:13:41.848 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.848 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.848 INFO kablam! | Oct 13 13:13:41.848 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.848 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.848 INFO kablam! ... Oct 13 13:13:41.848 INFO kablam! 1548 | rt_realloc!(rt_primes_131071bytes_2align_realloc, 131071, 2); Oct 13 13:13:41.848 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.848 INFO kablam! | Oct 13 13:13:41.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.848 INFO kablam! | Oct 13 13:13:41.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.848 INFO kablam! | Oct 13 13:13:41.848 INFO kablam! Oct 13 13:13:41.849 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.849 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.849 INFO kablam! | Oct 13 13:13:41.849 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.849 INFO kablam! | ^^^^^ Oct 13 13:13:41.849 INFO kablam! ... Oct 13 13:13:41.849 INFO kablam! 1561 | rt_realloc!(rt_primes_4194301bytes_2align_realloc, 4194301, 2); Oct 13 13:13:41.849 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.849 INFO kablam! | Oct 13 13:13:41.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.849 INFO kablam! | Oct 13 13:13:41.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.849 INFO kablam! | Oct 13 13:13:41.849 INFO kablam! Oct 13 13:13:41.849 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.849 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.849 INFO kablam! | Oct 13 13:13:41.849 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.849 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.849 INFO kablam! ... Oct 13 13:13:41.849 INFO kablam! 1561 | rt_realloc!(rt_primes_4194301bytes_2align_realloc, 4194301, 2); Oct 13 13:13:41.849 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.849 INFO kablam! | Oct 13 13:13:41.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.849 INFO kablam! | Oct 13 13:13:41.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.849 INFO kablam! | Oct 13 13:13:41.849 INFO kablam! Oct 13 13:13:41.849 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.849 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.849 INFO kablam! | Oct 13 13:13:41.849 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.849 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.849 INFO kablam! ... Oct 13 13:13:41.849 INFO kablam! 1561 | rt_realloc!(rt_primes_4194301bytes_2align_realloc, 4194301, 2); Oct 13 13:13:41.849 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.849 INFO kablam! | Oct 13 13:13:41.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.849 INFO kablam! | Oct 13 13:13:41.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.849 INFO kablam! | Oct 13 13:13:41.849 INFO kablam! Oct 13 13:13:41.849 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.849 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.849 INFO kablam! | Oct 13 13:13:41.849 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.849 INFO kablam! | ^^^^^ Oct 13 13:13:41.849 INFO kablam! ... Oct 13 13:13:41.849 INFO kablam! 1577 | rt_realloc!(rt_pow2_1bytes_4align_realloc, 1, 4); Oct 13 13:13:41.849 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.849 INFO kablam! | Oct 13 13:13:41.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.849 INFO kablam! | Oct 13 13:13:41.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.849 INFO kablam! | Oct 13 13:13:41.849 INFO kablam! Oct 13 13:13:41.860 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.860 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.860 INFO kablam! | Oct 13 13:13:41.860 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.860 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.860 INFO kablam! ... Oct 13 13:13:41.860 INFO kablam! 1577 | rt_realloc!(rt_pow2_1bytes_4align_realloc, 1, 4); Oct 13 13:13:41.860 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.860 INFO kablam! | Oct 13 13:13:41.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.860 INFO kablam! | Oct 13 13:13:41.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.860 INFO kablam! | Oct 13 13:13:41.860 INFO kablam! Oct 13 13:13:41.860 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.860 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.860 INFO kablam! | Oct 13 13:13:41.860 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.860 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.860 INFO kablam! ... Oct 13 13:13:41.860 INFO kablam! 1577 | rt_realloc!(rt_pow2_1bytes_4align_realloc, 1, 4); Oct 13 13:13:41.860 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.860 INFO kablam! | Oct 13 13:13:41.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.860 INFO kablam! | Oct 13 13:13:41.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.860 INFO kablam! | Oct 13 13:13:41.860 INFO kablam! Oct 13 13:13:41.860 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.860 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.860 INFO kablam! | Oct 13 13:13:41.860 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.860 INFO kablam! | ^^^^^ Oct 13 13:13:41.860 INFO kablam! ... Oct 13 13:13:41.860 INFO kablam! 1590 | rt_realloc!(rt_pow2_2bytes_4align_realloc, 2, 4); Oct 13 13:13:41.860 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.860 INFO kablam! | Oct 13 13:13:41.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.860 INFO kablam! | Oct 13 13:13:41.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.860 INFO kablam! | Oct 13 13:13:41.860 INFO kablam! Oct 13 13:13:41.860 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.860 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.861 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.861 INFO kablam! ... Oct 13 13:13:41.861 INFO kablam! 1590 | rt_realloc!(rt_pow2_2bytes_4align_realloc, 2, 4); Oct 13 13:13:41.861 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.861 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! Oct 13 13:13:41.861 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.861 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.861 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.861 INFO kablam! ... Oct 13 13:13:41.861 INFO kablam! 1590 | rt_realloc!(rt_pow2_2bytes_4align_realloc, 2, 4); Oct 13 13:13:41.861 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.861 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! Oct 13 13:13:41.861 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.861 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.861 INFO kablam! | ^^^^^ Oct 13 13:13:41.861 INFO kablam! ... Oct 13 13:13:41.861 INFO kablam! 1603 | rt_realloc!(rt_pow2_4bytes_4align_realloc, 4, 4); Oct 13 13:13:41.861 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.861 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! Oct 13 13:13:41.861 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.861 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.861 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.861 INFO kablam! ... Oct 13 13:13:41.861 INFO kablam! 1603 | rt_realloc!(rt_pow2_4bytes_4align_realloc, 4, 4); Oct 13 13:13:41.861 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.861 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! Oct 13 13:13:41.861 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.861 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.861 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.861 INFO kablam! ... Oct 13 13:13:41.861 INFO kablam! 1603 | rt_realloc!(rt_pow2_4bytes_4align_realloc, 4, 4); Oct 13 13:13:41.861 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.861 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! Oct 13 13:13:41.861 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.861 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.861 INFO kablam! | ^^^^^ Oct 13 13:13:41.861 INFO kablam! ... Oct 13 13:13:41.861 INFO kablam! 1616 | rt_realloc!(rt_pow2_8bytes_4align_realloc, 8, 4); Oct 13 13:13:41.861 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.861 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.861 INFO kablam! | Oct 13 13:13:41.861 INFO kablam! Oct 13 13:13:41.861 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.862 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.862 INFO kablam! | Oct 13 13:13:41.862 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.862 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.862 INFO kablam! ... Oct 13 13:13:41.862 INFO kablam! 1616 | rt_realloc!(rt_pow2_8bytes_4align_realloc, 8, 4); Oct 13 13:13:41.862 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.862 INFO kablam! | Oct 13 13:13:41.862 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.862 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.862 INFO kablam! | Oct 13 13:13:41.862 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.862 INFO kablam! | Oct 13 13:13:41.862 INFO kablam! Oct 13 13:13:41.862 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.862 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.862 INFO kablam! | Oct 13 13:13:41.862 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.862 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.862 INFO kablam! ... Oct 13 13:13:41.862 INFO kablam! 1616 | rt_realloc!(rt_pow2_8bytes_4align_realloc, 8, 4); Oct 13 13:13:41.862 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:41.862 INFO kablam! | Oct 13 13:13:41.862 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.862 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.862 INFO kablam! | Oct 13 13:13:41.862 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.862 INFO kablam! | Oct 13 13:13:41.862 INFO kablam! Oct 13 13:13:41.868 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.868 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.868 INFO kablam! | Oct 13 13:13:41.868 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.868 INFO kablam! | ^^^^^ Oct 13 13:13:41.868 INFO kablam! ... Oct 13 13:13:41.868 INFO kablam! 1629 | rt_realloc!(rt_pow2_16bytes_4align_realloc, 16, 4); Oct 13 13:13:41.868 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.868 INFO kablam! | Oct 13 13:13:41.868 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.868 INFO kablam! | Oct 13 13:13:41.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.868 INFO kablam! | Oct 13 13:13:41.868 INFO kablam! Oct 13 13:13:41.868 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.868 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.868 INFO kablam! | Oct 13 13:13:41.868 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.868 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.868 INFO kablam! ... Oct 13 13:13:41.868 INFO kablam! 1629 | rt_realloc!(rt_pow2_16bytes_4align_realloc, 16, 4); Oct 13 13:13:41.868 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.868 INFO kablam! | Oct 13 13:13:41.868 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.868 INFO kablam! | Oct 13 13:13:41.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.868 INFO kablam! | Oct 13 13:13:41.868 INFO kablam! Oct 13 13:13:41.868 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.868 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.868 INFO kablam! | Oct 13 13:13:41.868 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.868 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.868 INFO kablam! ... Oct 13 13:13:41.868 INFO kablam! 1629 | rt_realloc!(rt_pow2_16bytes_4align_realloc, 16, 4); Oct 13 13:13:41.868 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.868 INFO kablam! | Oct 13 13:13:41.868 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.868 INFO kablam! | Oct 13 13:13:41.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.868 INFO kablam! | Oct 13 13:13:41.868 INFO kablam! Oct 13 13:13:41.868 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.868 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.868 INFO kablam! | Oct 13 13:13:41.869 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.869 INFO kablam! | ^^^^^ Oct 13 13:13:41.869 INFO kablam! ... Oct 13 13:13:41.869 INFO kablam! 1642 | rt_realloc!(rt_pow2_32bytes_4align_realloc, 32, 4); Oct 13 13:13:41.869 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.869 INFO kablam! | Oct 13 13:13:41.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.869 INFO kablam! | Oct 13 13:13:41.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.869 INFO kablam! | Oct 13 13:13:41.869 INFO kablam! Oct 13 13:13:41.869 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.869 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.869 INFO kablam! | Oct 13 13:13:41.869 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.869 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.869 INFO kablam! ... Oct 13 13:13:41.869 INFO kablam! 1642 | rt_realloc!(rt_pow2_32bytes_4align_realloc, 32, 4); Oct 13 13:13:41.869 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.869 INFO kablam! | Oct 13 13:13:41.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.869 INFO kablam! | Oct 13 13:13:41.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.869 INFO kablam! | Oct 13 13:13:41.869 INFO kablam! Oct 13 13:13:41.869 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.869 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.869 INFO kablam! | Oct 13 13:13:41.869 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.869 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.869 INFO kablam! ... Oct 13 13:13:41.869 INFO kablam! 1642 | rt_realloc!(rt_pow2_32bytes_4align_realloc, 32, 4); Oct 13 13:13:41.869 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.869 INFO kablam! | Oct 13 13:13:41.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.869 INFO kablam! | Oct 13 13:13:41.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.869 INFO kablam! | Oct 13 13:13:41.869 INFO kablam! Oct 13 13:13:41.876 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.876 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.876 INFO kablam! | Oct 13 13:13:41.876 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.876 INFO kablam! | ^^^^^ Oct 13 13:13:41.876 INFO kablam! ... Oct 13 13:13:41.876 INFO kablam! 1655 | rt_realloc!(rt_pow2_64bytes_4align_realloc, 64, 4); Oct 13 13:13:41.876 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.876 INFO kablam! | Oct 13 13:13:41.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.876 INFO kablam! | Oct 13 13:13:41.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.876 INFO kablam! | Oct 13 13:13:41.876 INFO kablam! Oct 13 13:13:41.876 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.876 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.876 INFO kablam! | Oct 13 13:13:41.876 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.876 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.876 INFO kablam! ... Oct 13 13:13:41.876 INFO kablam! 1655 | rt_realloc!(rt_pow2_64bytes_4align_realloc, 64, 4); Oct 13 13:13:41.876 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.876 INFO kablam! | Oct 13 13:13:41.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.876 INFO kablam! | Oct 13 13:13:41.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.876 INFO kablam! | Oct 13 13:13:41.876 INFO kablam! Oct 13 13:13:41.876 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.876 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.876 INFO kablam! | Oct 13 13:13:41.876 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.876 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.876 INFO kablam! ... Oct 13 13:13:41.876 INFO kablam! 1655 | rt_realloc!(rt_pow2_64bytes_4align_realloc, 64, 4); Oct 13 13:13:41.876 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.876 INFO kablam! | Oct 13 13:13:41.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.876 INFO kablam! | Oct 13 13:13:41.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.876 INFO kablam! | Oct 13 13:13:41.876 INFO kablam! Oct 13 13:13:41.876 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.876 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.876 INFO kablam! | Oct 13 13:13:41.876 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.877 INFO kablam! | ^^^^^ Oct 13 13:13:41.877 INFO kablam! ... Oct 13 13:13:41.877 INFO kablam! 1668 | rt_realloc!(rt_pow2_128bytes_4align_realloc, 128, 4); Oct 13 13:13:41.877 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.877 INFO kablam! | Oct 13 13:13:41.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.877 INFO kablam! | Oct 13 13:13:41.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.877 INFO kablam! | Oct 13 13:13:41.877 INFO kablam! Oct 13 13:13:41.877 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.877 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.877 INFO kablam! | Oct 13 13:13:41.877 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.877 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.877 INFO kablam! ... Oct 13 13:13:41.877 INFO kablam! 1668 | rt_realloc!(rt_pow2_128bytes_4align_realloc, 128, 4); Oct 13 13:13:41.877 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.877 INFO kablam! | Oct 13 13:13:41.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.877 INFO kablam! | Oct 13 13:13:41.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.877 INFO kablam! | Oct 13 13:13:41.877 INFO kablam! Oct 13 13:13:41.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.877 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.877 INFO kablam! | Oct 13 13:13:41.877 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.877 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.877 INFO kablam! ... Oct 13 13:13:41.877 INFO kablam! 1668 | rt_realloc!(rt_pow2_128bytes_4align_realloc, 128, 4); Oct 13 13:13:41.877 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.877 INFO kablam! | Oct 13 13:13:41.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.877 INFO kablam! | Oct 13 13:13:41.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.877 INFO kablam! | Oct 13 13:13:41.877 INFO kablam! Oct 13 13:13:41.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.877 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.877 INFO kablam! | Oct 13 13:13:41.877 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.877 INFO kablam! | ^^^^^ Oct 13 13:13:41.877 INFO kablam! ... Oct 13 13:13:41.877 INFO kablam! 1681 | rt_realloc!(rt_pow2_256bytes_4align_realloc, 256, 4); Oct 13 13:13:41.877 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.877 INFO kablam! | Oct 13 13:13:41.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.877 INFO kablam! | Oct 13 13:13:41.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.877 INFO kablam! | Oct 13 13:13:41.877 INFO kablam! Oct 13 13:13:41.877 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.877 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.877 INFO kablam! | Oct 13 13:13:41.877 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.877 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.877 INFO kablam! ... Oct 13 13:13:41.877 INFO kablam! 1681 | rt_realloc!(rt_pow2_256bytes_4align_realloc, 256, 4); Oct 13 13:13:41.877 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.877 INFO kablam! | Oct 13 13:13:41.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.877 INFO kablam! | Oct 13 13:13:41.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.877 INFO kablam! | Oct 13 13:13:41.877 INFO kablam! Oct 13 13:13:41.884 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.884 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.884 INFO kablam! | Oct 13 13:13:41.884 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.884 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.884 INFO kablam! ... Oct 13 13:13:41.884 INFO kablam! 1681 | rt_realloc!(rt_pow2_256bytes_4align_realloc, 256, 4); Oct 13 13:13:41.884 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.884 INFO kablam! | Oct 13 13:13:41.884 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.884 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.884 INFO kablam! | Oct 13 13:13:41.884 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.884 INFO kablam! | Oct 13 13:13:41.884 INFO kablam! Oct 13 13:13:41.884 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.884 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.884 INFO kablam! | Oct 13 13:13:41.884 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.884 INFO kablam! | ^^^^^ Oct 13 13:13:41.884 INFO kablam! ... Oct 13 13:13:41.884 INFO kablam! 1694 | rt_realloc!(rt_pow2_512bytes_4align_realloc, 512, 4); Oct 13 13:13:41.884 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.884 INFO kablam! | Oct 13 13:13:41.884 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.884 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.884 INFO kablam! | Oct 13 13:13:41.884 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.884 INFO kablam! | Oct 13 13:13:41.884 INFO kablam! Oct 13 13:13:41.884 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.884 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.884 INFO kablam! | Oct 13 13:13:41.884 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.884 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.884 INFO kablam! ... Oct 13 13:13:41.884 INFO kablam! 1694 | rt_realloc!(rt_pow2_512bytes_4align_realloc, 512, 4); Oct 13 13:13:41.884 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.884 INFO kablam! | Oct 13 13:13:41.884 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.884 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.884 INFO kablam! | Oct 13 13:13:41.884 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.884 INFO kablam! | Oct 13 13:13:41.884 INFO kablam! Oct 13 13:13:41.884 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.884 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.884 INFO kablam! | Oct 13 13:13:41.884 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.885 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.885 INFO kablam! ... Oct 13 13:13:41.885 INFO kablam! 1694 | rt_realloc!(rt_pow2_512bytes_4align_realloc, 512, 4); Oct 13 13:13:41.885 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.885 INFO kablam! | Oct 13 13:13:41.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.885 INFO kablam! | Oct 13 13:13:41.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.885 INFO kablam! | Oct 13 13:13:41.885 INFO kablam! Oct 13 13:13:41.885 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.885 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.885 INFO kablam! | Oct 13 13:13:41.885 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.885 INFO kablam! | ^^^^^ Oct 13 13:13:41.885 INFO kablam! ... Oct 13 13:13:41.885 INFO kablam! 1707 | rt_realloc!(rt_pow2_1024bytes_4align_realloc, 1024, 4); Oct 13 13:13:41.885 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.885 INFO kablam! | Oct 13 13:13:41.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.885 INFO kablam! | Oct 13 13:13:41.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.885 INFO kablam! | Oct 13 13:13:41.885 INFO kablam! Oct 13 13:13:41.885 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.885 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.885 INFO kablam! | Oct 13 13:13:41.885 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.885 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.885 INFO kablam! ... Oct 13 13:13:41.885 INFO kablam! 1707 | rt_realloc!(rt_pow2_1024bytes_4align_realloc, 1024, 4); Oct 13 13:13:41.885 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.885 INFO kablam! | Oct 13 13:13:41.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.885 INFO kablam! | Oct 13 13:13:41.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.885 INFO kablam! | Oct 13 13:13:41.885 INFO kablam! Oct 13 13:13:41.885 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.885 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.885 INFO kablam! | Oct 13 13:13:41.885 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.885 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.885 INFO kablam! ... Oct 13 13:13:41.885 INFO kablam! 1707 | rt_realloc!(rt_pow2_1024bytes_4align_realloc, 1024, 4); Oct 13 13:13:41.885 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.885 INFO kablam! | Oct 13 13:13:41.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.885 INFO kablam! | Oct 13 13:13:41.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.885 INFO kablam! | Oct 13 13:13:41.885 INFO kablam! Oct 13 13:13:41.892 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.892 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.892 INFO kablam! | Oct 13 13:13:41.892 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.892 INFO kablam! | ^^^^^ Oct 13 13:13:41.892 INFO kablam! ... Oct 13 13:13:41.892 INFO kablam! 1720 | rt_realloc!(rt_pow2_2048bytes_4align_realloc, 2048, 4); Oct 13 13:13:41.892 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.892 INFO kablam! | Oct 13 13:13:41.892 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.892 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.892 INFO kablam! | Oct 13 13:13:41.892 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.892 INFO kablam! | Oct 13 13:13:41.892 INFO kablam! Oct 13 13:13:41.892 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.892 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.892 INFO kablam! | Oct 13 13:13:41.892 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.892 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.892 INFO kablam! ... Oct 13 13:13:41.892 INFO kablam! 1720 | rt_realloc!(rt_pow2_2048bytes_4align_realloc, 2048, 4); Oct 13 13:13:41.892 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.892 INFO kablam! | Oct 13 13:13:41.892 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.892 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.892 INFO kablam! | Oct 13 13:13:41.892 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.892 INFO kablam! | Oct 13 13:13:41.892 INFO kablam! Oct 13 13:13:41.892 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.892 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.892 INFO kablam! | Oct 13 13:13:41.892 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.892 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.892 INFO kablam! ... Oct 13 13:13:41.892 INFO kablam! 1720 | rt_realloc!(rt_pow2_2048bytes_4align_realloc, 2048, 4); Oct 13 13:13:41.892 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.892 INFO kablam! | Oct 13 13:13:41.892 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.892 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.892 INFO kablam! | Oct 13 13:13:41.892 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.892 INFO kablam! | Oct 13 13:13:41.892 INFO kablam! Oct 13 13:13:41.892 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.892 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.892 INFO kablam! | Oct 13 13:13:41.892 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.892 INFO kablam! | ^^^^^ Oct 13 13:13:41.892 INFO kablam! ... Oct 13 13:13:41.892 INFO kablam! 1733 | rt_realloc!(rt_pow2_4096bytes_4align_realloc, 4096, 4); Oct 13 13:13:41.892 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.893 INFO kablam! | Oct 13 13:13:41.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.893 INFO kablam! | Oct 13 13:13:41.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.893 INFO kablam! | Oct 13 13:13:41.893 INFO kablam! Oct 13 13:13:41.900 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.900 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.900 INFO kablam! | Oct 13 13:13:41.900 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.900 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.900 INFO kablam! ... Oct 13 13:13:41.900 INFO kablam! 1733 | rt_realloc!(rt_pow2_4096bytes_4align_realloc, 4096, 4); Oct 13 13:13:41.900 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.900 INFO kablam! | Oct 13 13:13:41.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.900 INFO kablam! | Oct 13 13:13:41.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.900 INFO kablam! | Oct 13 13:13:41.900 INFO kablam! Oct 13 13:13:41.900 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.900 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.900 INFO kablam! | Oct 13 13:13:41.900 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.900 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.900 INFO kablam! ... Oct 13 13:13:41.900 INFO kablam! 1733 | rt_realloc!(rt_pow2_4096bytes_4align_realloc, 4096, 4); Oct 13 13:13:41.900 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.900 INFO kablam! | Oct 13 13:13:41.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.900 INFO kablam! | Oct 13 13:13:41.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.900 INFO kablam! | Oct 13 13:13:41.900 INFO kablam! Oct 13 13:13:41.900 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.900 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.900 INFO kablam! | Oct 13 13:13:41.900 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.900 INFO kablam! | ^^^^^ Oct 13 13:13:41.900 INFO kablam! ... Oct 13 13:13:41.900 INFO kablam! 1746 | rt_realloc!(rt_pow2_8192bytes_4align_realloc, 8192, 4); Oct 13 13:13:41.900 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.900 INFO kablam! | Oct 13 13:13:41.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.900 INFO kablam! | Oct 13 13:13:41.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.900 INFO kablam! | Oct 13 13:13:41.900 INFO kablam! Oct 13 13:13:41.900 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.900 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.901 INFO kablam! | Oct 13 13:13:41.901 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.901 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.901 INFO kablam! ... Oct 13 13:13:41.901 INFO kablam! 1746 | rt_realloc!(rt_pow2_8192bytes_4align_realloc, 8192, 4); Oct 13 13:13:41.901 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.901 INFO kablam! | Oct 13 13:13:41.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.901 INFO kablam! | Oct 13 13:13:41.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.901 INFO kablam! | Oct 13 13:13:41.901 INFO kablam! Oct 13 13:13:41.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.901 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.901 INFO kablam! | Oct 13 13:13:41.901 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.901 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.901 INFO kablam! ... Oct 13 13:13:41.901 INFO kablam! 1746 | rt_realloc!(rt_pow2_8192bytes_4align_realloc, 8192, 4); Oct 13 13:13:41.901 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.901 INFO kablam! | Oct 13 13:13:41.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.901 INFO kablam! | Oct 13 13:13:41.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.901 INFO kablam! | Oct 13 13:13:41.901 INFO kablam! Oct 13 13:13:41.901 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.901 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.901 INFO kablam! | Oct 13 13:13:41.901 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.901 INFO kablam! | ^^^^^ Oct 13 13:13:41.901 INFO kablam! ... Oct 13 13:13:41.901 INFO kablam! 1759 | rt_realloc!(rt_pow2_16384bytes_4align_realloc, 16384, 4); Oct 13 13:13:41.901 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.901 INFO kablam! | Oct 13 13:13:41.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.901 INFO kablam! | Oct 13 13:13:41.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.901 INFO kablam! | Oct 13 13:13:41.901 INFO kablam! Oct 13 13:13:41.901 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.901 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.901 INFO kablam! | Oct 13 13:13:41.901 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.901 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.901 INFO kablam! ... Oct 13 13:13:41.901 INFO kablam! 1759 | rt_realloc!(rt_pow2_16384bytes_4align_realloc, 16384, 4); Oct 13 13:13:41.901 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.901 INFO kablam! | Oct 13 13:13:41.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.901 INFO kablam! | Oct 13 13:13:41.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.901 INFO kablam! | Oct 13 13:13:41.901 INFO kablam! Oct 13 13:13:41.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.901 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.901 INFO kablam! | Oct 13 13:13:41.901 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.901 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.901 INFO kablam! ... Oct 13 13:13:41.901 INFO kablam! 1759 | rt_realloc!(rt_pow2_16384bytes_4align_realloc, 16384, 4); Oct 13 13:13:41.901 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.901 INFO kablam! | Oct 13 13:13:41.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.901 INFO kablam! | Oct 13 13:13:41.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.901 INFO kablam! | Oct 13 13:13:41.901 INFO kablam! Oct 13 13:13:41.910 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.910 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.910 INFO kablam! | ^^^^^ Oct 13 13:13:41.910 INFO kablam! ... Oct 13 13:13:41.910 INFO kablam! 1772 | rt_realloc!(rt_pow2_32768bytes_4align_realloc, 32768, 4); Oct 13 13:13:41.910 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.910 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! Oct 13 13:13:41.910 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.910 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.910 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.910 INFO kablam! ... Oct 13 13:13:41.910 INFO kablam! 1772 | rt_realloc!(rt_pow2_32768bytes_4align_realloc, 32768, 4); Oct 13 13:13:41.910 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.910 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! Oct 13 13:13:41.910 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.910 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.910 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.910 INFO kablam! ... Oct 13 13:13:41.910 INFO kablam! 1772 | rt_realloc!(rt_pow2_32768bytes_4align_realloc, 32768, 4); Oct 13 13:13:41.910 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.910 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! Oct 13 13:13:41.910 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.910 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.910 INFO kablam! | ^^^^^ Oct 13 13:13:41.910 INFO kablam! ... Oct 13 13:13:41.910 INFO kablam! 1785 | rt_realloc!(rt_pow2_65536bytes_4align_realloc, 65536, 4); Oct 13 13:13:41.910 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.910 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! Oct 13 13:13:41.910 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.910 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.910 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.910 INFO kablam! ... Oct 13 13:13:41.910 INFO kablam! 1785 | rt_realloc!(rt_pow2_65536bytes_4align_realloc, 65536, 4); Oct 13 13:13:41.910 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.910 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! Oct 13 13:13:41.910 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.910 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.910 INFO kablam! | Oct 13 13:13:41.910 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.910 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.910 INFO kablam! ... Oct 13 13:13:41.911 INFO kablam! 1785 | rt_realloc!(rt_pow2_65536bytes_4align_realloc, 65536, 4); Oct 13 13:13:41.911 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.911 INFO kablam! | Oct 13 13:13:41.911 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.911 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.911 INFO kablam! | Oct 13 13:13:41.911 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.911 INFO kablam! | Oct 13 13:13:41.911 INFO kablam! Oct 13 13:13:41.911 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.911 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.911 INFO kablam! | Oct 13 13:13:41.911 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.911 INFO kablam! | ^^^^^ Oct 13 13:13:41.911 INFO kablam! ... Oct 13 13:13:41.911 INFO kablam! 1798 | rt_realloc!(rt_pow2_131072bytes_4align_realloc, 131072, 4); Oct 13 13:13:41.911 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.911 INFO kablam! | Oct 13 13:13:41.911 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.911 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.911 INFO kablam! | Oct 13 13:13:41.911 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.911 INFO kablam! | Oct 13 13:13:41.911 INFO kablam! Oct 13 13:13:41.911 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.911 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.911 INFO kablam! | Oct 13 13:13:41.911 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.911 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.911 INFO kablam! ... Oct 13 13:13:41.911 INFO kablam! 1798 | rt_realloc!(rt_pow2_131072bytes_4align_realloc, 131072, 4); Oct 13 13:13:41.911 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.911 INFO kablam! | Oct 13 13:13:41.911 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.911 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.911 INFO kablam! | Oct 13 13:13:41.911 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.911 INFO kablam! | Oct 13 13:13:41.911 INFO kablam! Oct 13 13:13:41.911 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.911 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.911 INFO kablam! | Oct 13 13:13:41.911 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.911 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.911 INFO kablam! ... Oct 13 13:13:41.911 INFO kablam! 1798 | rt_realloc!(rt_pow2_131072bytes_4align_realloc, 131072, 4); Oct 13 13:13:41.911 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.911 INFO kablam! | Oct 13 13:13:41.911 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.911 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.911 INFO kablam! | Oct 13 13:13:41.911 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.911 INFO kablam! | Oct 13 13:13:41.911 INFO kablam! Oct 13 13:13:41.911 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.911 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.911 INFO kablam! | Oct 13 13:13:41.911 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.911 INFO kablam! | ^^^^^ Oct 13 13:13:41.911 INFO kablam! ... Oct 13 13:13:41.911 INFO kablam! 1811 | rt_realloc!(rt_pow2_4194304bytes_4align_realloc, 4194304, 4); Oct 13 13:13:41.911 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.911 INFO kablam! | Oct 13 13:13:41.911 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.911 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.911 INFO kablam! | Oct 13 13:13:41.911 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.911 INFO kablam! | Oct 13 13:13:41.911 INFO kablam! Oct 13 13:13:41.920 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.920 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.920 INFO kablam! | Oct 13 13:13:41.920 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.920 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.920 INFO kablam! ... Oct 13 13:13:41.920 INFO kablam! 1811 | rt_realloc!(rt_pow2_4194304bytes_4align_realloc, 4194304, 4); Oct 13 13:13:41.920 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.920 INFO kablam! | Oct 13 13:13:41.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.920 INFO kablam! | Oct 13 13:13:41.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.920 INFO kablam! | Oct 13 13:13:41.920 INFO kablam! Oct 13 13:13:41.920 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.920 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.920 INFO kablam! | Oct 13 13:13:41.920 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.920 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.920 INFO kablam! ... Oct 13 13:13:41.920 INFO kablam! 1811 | rt_realloc!(rt_pow2_4194304bytes_4align_realloc, 4194304, 4); Oct 13 13:13:41.920 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.920 INFO kablam! | Oct 13 13:13:41.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.920 INFO kablam! | Oct 13 13:13:41.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.920 INFO kablam! | Oct 13 13:13:41.920 INFO kablam! Oct 13 13:13:41.920 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.920 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.920 INFO kablam! | Oct 13 13:13:41.920 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.920 INFO kablam! | ^^^^^ Oct 13 13:13:41.920 INFO kablam! ... Oct 13 13:13:41.920 INFO kablam! 1825 | rt_realloc!(rt_even_10bytes_4align_realloc, 10, 4); Oct 13 13:13:41.920 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.920 INFO kablam! | Oct 13 13:13:41.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.920 INFO kablam! | Oct 13 13:13:41.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.920 INFO kablam! | Oct 13 13:13:41.920 INFO kablam! Oct 13 13:13:41.920 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.921 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.921 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.921 INFO kablam! ... Oct 13 13:13:41.921 INFO kablam! 1825 | rt_realloc!(rt_even_10bytes_4align_realloc, 10, 4); Oct 13 13:13:41.921 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! Oct 13 13:13:41.921 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.921 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.921 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.921 INFO kablam! ... Oct 13 13:13:41.921 INFO kablam! 1825 | rt_realloc!(rt_even_10bytes_4align_realloc, 10, 4); Oct 13 13:13:41.921 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! Oct 13 13:13:41.921 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.921 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.921 INFO kablam! | ^^^^^ Oct 13 13:13:41.921 INFO kablam! ... Oct 13 13:13:41.921 INFO kablam! 1838 | rt_realloc!(rt_even_100bytes_4align_realloc, 100, 4); Oct 13 13:13:41.921 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! Oct 13 13:13:41.921 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.921 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.921 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.921 INFO kablam! ... Oct 13 13:13:41.921 INFO kablam! 1838 | rt_realloc!(rt_even_100bytes_4align_realloc, 100, 4); Oct 13 13:13:41.921 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! Oct 13 13:13:41.921 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.921 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.921 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.921 INFO kablam! ... Oct 13 13:13:41.921 INFO kablam! 1838 | rt_realloc!(rt_even_100bytes_4align_realloc, 100, 4); Oct 13 13:13:41.921 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! Oct 13 13:13:41.921 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.921 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.921 INFO kablam! | ^^^^^ Oct 13 13:13:41.921 INFO kablam! ... Oct 13 13:13:41.921 INFO kablam! 1851 | rt_realloc!(rt_even_1000bytes_4align_realloc, 1000, 4); Oct 13 13:13:41.921 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.921 INFO kablam! | Oct 13 13:13:41.921 INFO kablam! Oct 13 13:13:41.932 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.932 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.932 INFO kablam! | Oct 13 13:13:41.932 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.932 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.932 INFO kablam! ... Oct 13 13:13:41.932 INFO kablam! 1851 | rt_realloc!(rt_even_1000bytes_4align_realloc, 1000, 4); Oct 13 13:13:41.932 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.932 INFO kablam! | Oct 13 13:13:41.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.932 INFO kablam! | Oct 13 13:13:41.932 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.932 INFO kablam! | Oct 13 13:13:41.932 INFO kablam! Oct 13 13:13:41.932 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.932 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.932 INFO kablam! | Oct 13 13:13:41.932 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.932 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.932 INFO kablam! ... Oct 13 13:13:41.932 INFO kablam! 1851 | rt_realloc!(rt_even_1000bytes_4align_realloc, 1000, 4); Oct 13 13:13:41.932 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.932 INFO kablam! | Oct 13 13:13:41.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.932 INFO kablam! | Oct 13 13:13:41.932 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.932 INFO kablam! | Oct 13 13:13:41.932 INFO kablam! Oct 13 13:13:41.932 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.932 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.932 INFO kablam! | Oct 13 13:13:41.932 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.932 INFO kablam! | ^^^^^ Oct 13 13:13:41.932 INFO kablam! ... Oct 13 13:13:41.932 INFO kablam! 1864 | rt_realloc!(rt_even_10000bytes_4align_realloc, 10000, 4); Oct 13 13:13:41.932 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.932 INFO kablam! | Oct 13 13:13:41.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.932 INFO kablam! | Oct 13 13:13:41.932 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.932 INFO kablam! | Oct 13 13:13:41.932 INFO kablam! Oct 13 13:13:41.932 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.932 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.933 INFO kablam! | Oct 13 13:13:41.933 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.933 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.933 INFO kablam! ... Oct 13 13:13:41.933 INFO kablam! 1864 | rt_realloc!(rt_even_10000bytes_4align_realloc, 10000, 4); Oct 13 13:13:41.933 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.933 INFO kablam! | Oct 13 13:13:41.933 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.933 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.933 INFO kablam! | Oct 13 13:13:41.933 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.933 INFO kablam! | Oct 13 13:13:41.933 INFO kablam! Oct 13 13:13:41.933 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.933 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.933 INFO kablam! | Oct 13 13:13:41.933 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.933 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.933 INFO kablam! ... Oct 13 13:13:41.933 INFO kablam! 1864 | rt_realloc!(rt_even_10000bytes_4align_realloc, 10000, 4); Oct 13 13:13:41.933 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.933 INFO kablam! | Oct 13 13:13:41.933 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.933 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.933 INFO kablam! | Oct 13 13:13:41.933 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.933 INFO kablam! | Oct 13 13:13:41.933 INFO kablam! Oct 13 13:13:41.933 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.933 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.933 INFO kablam! | Oct 13 13:13:41.933 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.933 INFO kablam! | ^^^^^ Oct 13 13:13:41.933 INFO kablam! ... Oct 13 13:13:41.933 INFO kablam! 1877 | rt_realloc!(rt_even_100000bytes_4align_realloc, 100000, 4); Oct 13 13:13:41.933 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.933 INFO kablam! | Oct 13 13:13:41.933 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.933 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.933 INFO kablam! | Oct 13 13:13:41.933 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.933 INFO kablam! | Oct 13 13:13:41.933 INFO kablam! Oct 13 13:13:41.933 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.933 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.933 INFO kablam! | Oct 13 13:13:41.933 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.933 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.933 INFO kablam! ... Oct 13 13:13:41.933 INFO kablam! 1877 | rt_realloc!(rt_even_100000bytes_4align_realloc, 100000, 4); Oct 13 13:13:41.933 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.933 INFO kablam! | Oct 13 13:13:41.933 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.933 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.933 INFO kablam! | Oct 13 13:13:41.933 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.933 INFO kablam! | Oct 13 13:13:41.933 INFO kablam! Oct 13 13:13:41.933 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.933 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.933 INFO kablam! | Oct 13 13:13:41.933 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.933 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.933 INFO kablam! ... Oct 13 13:13:41.933 INFO kablam! 1877 | rt_realloc!(rt_even_100000bytes_4align_realloc, 100000, 4); Oct 13 13:13:41.933 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.933 INFO kablam! | Oct 13 13:13:41.933 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.933 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.933 INFO kablam! | Oct 13 13:13:41.933 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.933 INFO kablam! | Oct 13 13:13:41.933 INFO kablam! Oct 13 13:13:41.940 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.940 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.940 INFO kablam! | Oct 13 13:13:41.940 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.940 INFO kablam! | ^^^^^ Oct 13 13:13:41.940 INFO kablam! ... Oct 13 13:13:41.940 INFO kablam! 1890 | rt_realloc!(rt_even_1000000bytes_4align_realloc, 1000000, 4); Oct 13 13:13:41.940 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.940 INFO kablam! | Oct 13 13:13:41.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.940 INFO kablam! | Oct 13 13:13:41.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.940 INFO kablam! | Oct 13 13:13:41.940 INFO kablam! Oct 13 13:13:41.940 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.940 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.940 INFO kablam! | Oct 13 13:13:41.940 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.940 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.940 INFO kablam! ... Oct 13 13:13:41.940 INFO kablam! 1890 | rt_realloc!(rt_even_1000000bytes_4align_realloc, 1000000, 4); Oct 13 13:13:41.940 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.940 INFO kablam! | Oct 13 13:13:41.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.940 INFO kablam! | Oct 13 13:13:41.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.940 INFO kablam! | Oct 13 13:13:41.940 INFO kablam! Oct 13 13:13:41.940 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.940 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.940 INFO kablam! | Oct 13 13:13:41.940 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.940 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.940 INFO kablam! ... Oct 13 13:13:41.940 INFO kablam! 1890 | rt_realloc!(rt_even_1000000bytes_4align_realloc, 1000000, 4); Oct 13 13:13:41.940 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.940 INFO kablam! | Oct 13 13:13:41.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.940 INFO kablam! | Oct 13 13:13:41.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.940 INFO kablam! | Oct 13 13:13:41.940 INFO kablam! Oct 13 13:13:41.940 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.940 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.940 INFO kablam! | Oct 13 13:13:41.940 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.941 INFO kablam! | ^^^^^ Oct 13 13:13:41.941 INFO kablam! ... Oct 13 13:13:41.941 INFO kablam! 1904 | rt_realloc!(rt_odd_10bytes_4align_realloc, 10- 1, 4); Oct 13 13:13:41.941 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! Oct 13 13:13:41.941 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.941 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.941 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.941 INFO kablam! ... Oct 13 13:13:41.941 INFO kablam! 1904 | rt_realloc!(rt_odd_10bytes_4align_realloc, 10- 1, 4); Oct 13 13:13:41.941 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! Oct 13 13:13:41.941 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.941 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.941 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.941 INFO kablam! ... Oct 13 13:13:41.941 INFO kablam! 1904 | rt_realloc!(rt_odd_10bytes_4align_realloc, 10- 1, 4); Oct 13 13:13:41.941 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! Oct 13 13:13:41.941 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.941 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.941 INFO kablam! | ^^^^^ Oct 13 13:13:41.941 INFO kablam! ... Oct 13 13:13:41.941 INFO kablam! 1917 | rt_realloc!(rt_odd_100bytes_4align_realloc, 100- 1, 4); Oct 13 13:13:41.941 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! Oct 13 13:13:41.941 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.941 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.941 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.941 INFO kablam! ... Oct 13 13:13:41.941 INFO kablam! 1917 | rt_realloc!(rt_odd_100bytes_4align_realloc, 100- 1, 4); Oct 13 13:13:41.941 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! Oct 13 13:13:41.941 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.941 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.941 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.941 INFO kablam! ... Oct 13 13:13:41.941 INFO kablam! 1917 | rt_realloc!(rt_odd_100bytes_4align_realloc, 100- 1, 4); Oct 13 13:13:41.941 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! Oct 13 13:13:41.941 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.941 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.941 INFO kablam! | Oct 13 13:13:41.941 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.942 INFO kablam! | ^^^^^ Oct 13 13:13:41.942 INFO kablam! ... Oct 13 13:13:41.942 INFO kablam! 1930 | rt_realloc!(rt_odd_1000bytes_4align_realloc, 1000- 1, 4); Oct 13 13:13:41.942 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.942 INFO kablam! | Oct 13 13:13:41.942 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.942 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.942 INFO kablam! | Oct 13 13:13:41.942 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.942 INFO kablam! | Oct 13 13:13:41.942 INFO kablam! Oct 13 13:13:41.948 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.948 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.948 INFO kablam! | Oct 13 13:13:41.948 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.948 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.948 INFO kablam! ... Oct 13 13:13:41.948 INFO kablam! 1930 | rt_realloc!(rt_odd_1000bytes_4align_realloc, 1000- 1, 4); Oct 13 13:13:41.948 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.948 INFO kablam! | Oct 13 13:13:41.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.948 INFO kablam! | Oct 13 13:13:41.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.948 INFO kablam! | Oct 13 13:13:41.948 INFO kablam! Oct 13 13:13:41.948 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.948 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.948 INFO kablam! | Oct 13 13:13:41.948 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.948 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.948 INFO kablam! ... Oct 13 13:13:41.948 INFO kablam! 1930 | rt_realloc!(rt_odd_1000bytes_4align_realloc, 1000- 1, 4); Oct 13 13:13:41.948 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.948 INFO kablam! | Oct 13 13:13:41.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.948 INFO kablam! | Oct 13 13:13:41.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.948 INFO kablam! | Oct 13 13:13:41.948 INFO kablam! Oct 13 13:13:41.948 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.948 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.948 INFO kablam! | Oct 13 13:13:41.948 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.948 INFO kablam! | ^^^^^ Oct 13 13:13:41.948 INFO kablam! ... Oct 13 13:13:41.948 INFO kablam! 1943 | rt_realloc!(rt_odd_10000bytes_4align_realloc, 10000- 1, 4); Oct 13 13:13:41.948 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.948 INFO kablam! | Oct 13 13:13:41.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.948 INFO kablam! | Oct 13 13:13:41.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.948 INFO kablam! | Oct 13 13:13:41.948 INFO kablam! Oct 13 13:13:41.948 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.948 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.948 INFO kablam! | Oct 13 13:13:41.949 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.949 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.949 INFO kablam! ... Oct 13 13:13:41.949 INFO kablam! 1943 | rt_realloc!(rt_odd_10000bytes_4align_realloc, 10000- 1, 4); Oct 13 13:13:41.949 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.949 INFO kablam! | Oct 13 13:13:41.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.949 INFO kablam! | Oct 13 13:13:41.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.949 INFO kablam! | Oct 13 13:13:41.949 INFO kablam! Oct 13 13:13:41.949 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.949 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.949 INFO kablam! | Oct 13 13:13:41.949 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.949 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.949 INFO kablam! ... Oct 13 13:13:41.949 INFO kablam! 1943 | rt_realloc!(rt_odd_10000bytes_4align_realloc, 10000- 1, 4); Oct 13 13:13:41.949 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:41.949 INFO kablam! | Oct 13 13:13:41.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.949 INFO kablam! | Oct 13 13:13:41.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.949 INFO kablam! | Oct 13 13:13:41.949 INFO kablam! Oct 13 13:13:41.949 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.949 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.949 INFO kablam! | Oct 13 13:13:41.949 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.949 INFO kablam! | ^^^^^ Oct 13 13:13:41.949 INFO kablam! ... Oct 13 13:13:41.949 INFO kablam! 1956 | rt_realloc!(rt_odd_100000bytes_4align_realloc, 100000- 1, 4); Oct 13 13:13:41.949 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.949 INFO kablam! | Oct 13 13:13:41.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.949 INFO kablam! | Oct 13 13:13:41.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.949 INFO kablam! | Oct 13 13:13:41.949 INFO kablam! Oct 13 13:13:41.956 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.956 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.956 INFO kablam! | Oct 13 13:13:41.956 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.956 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.956 INFO kablam! ... Oct 13 13:13:41.956 INFO kablam! 1956 | rt_realloc!(rt_odd_100000bytes_4align_realloc, 100000- 1, 4); Oct 13 13:13:41.956 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.957 INFO kablam! | Oct 13 13:13:41.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.957 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.957 INFO kablam! | Oct 13 13:13:41.957 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.957 INFO kablam! | Oct 13 13:13:41.957 INFO kablam! Oct 13 13:13:41.957 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.957 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.957 INFO kablam! | Oct 13 13:13:41.957 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.957 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.957 INFO kablam! ... Oct 13 13:13:41.958 INFO kablam! 1956 | rt_realloc!(rt_odd_100000bytes_4align_realloc, 100000- 1, 4); Oct 13 13:13:41.958 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! Oct 13 13:13:41.958 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.958 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.958 INFO kablam! | ^^^^^ Oct 13 13:13:41.958 INFO kablam! ... Oct 13 13:13:41.958 INFO kablam! 1969 | rt_realloc!(rt_odd_1000000bytes_4align_realloc, 1000000- 1, 4); Oct 13 13:13:41.958 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! Oct 13 13:13:41.958 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.958 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.958 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.958 INFO kablam! ... Oct 13 13:13:41.958 INFO kablam! 1969 | rt_realloc!(rt_odd_1000000bytes_4align_realloc, 1000000- 1, 4); Oct 13 13:13:41.958 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! Oct 13 13:13:41.958 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.958 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.958 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.958 INFO kablam! ... Oct 13 13:13:41.958 INFO kablam! 1969 | rt_realloc!(rt_odd_1000000bytes_4align_realloc, 1000000- 1, 4); Oct 13 13:13:41.958 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! Oct 13 13:13:41.958 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.958 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.958 INFO kablam! | ^^^^^ Oct 13 13:13:41.958 INFO kablam! ... Oct 13 13:13:41.958 INFO kablam! 1983 | rt_realloc!(rt_primes_3bytes_4align_realloc, 3, 4); Oct 13 13:13:41.958 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! Oct 13 13:13:41.958 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.958 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.958 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.958 INFO kablam! ... Oct 13 13:13:41.958 INFO kablam! 1983 | rt_realloc!(rt_primes_3bytes_4align_realloc, 3, 4); Oct 13 13:13:41.958 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.958 INFO kablam! | Oct 13 13:13:41.958 INFO kablam! Oct 13 13:13:41.963 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.963 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.963 INFO kablam! | Oct 13 13:13:41.963 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.963 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.963 INFO kablam! ... Oct 13 13:13:41.963 INFO kablam! 1983 | rt_realloc!(rt_primes_3bytes_4align_realloc, 3, 4); Oct 13 13:13:41.963 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.963 INFO kablam! | Oct 13 13:13:41.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.963 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.963 INFO kablam! | Oct 13 13:13:41.963 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.963 INFO kablam! | Oct 13 13:13:41.963 INFO kablam! Oct 13 13:13:41.963 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.963 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.963 INFO kablam! | Oct 13 13:13:41.963 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.963 INFO kablam! | ^^^^^ Oct 13 13:13:41.963 INFO kablam! ... Oct 13 13:13:41.963 INFO kablam! 1996 | rt_realloc!(rt_primes_7bytes_4align_realloc, 7, 4); Oct 13 13:13:41.963 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.968 INFO kablam! | Oct 13 13:13:41.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! Oct 13 13:13:41.969 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.969 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.969 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.969 INFO kablam! ... Oct 13 13:13:41.969 INFO kablam! 1996 | rt_realloc!(rt_primes_7bytes_4align_realloc, 7, 4); Oct 13 13:13:41.969 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! Oct 13 13:13:41.969 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.969 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.969 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.969 INFO kablam! ... Oct 13 13:13:41.969 INFO kablam! 1996 | rt_realloc!(rt_primes_7bytes_4align_realloc, 7, 4); Oct 13 13:13:41.969 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! Oct 13 13:13:41.969 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.969 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.969 INFO kablam! | ^^^^^ Oct 13 13:13:41.969 INFO kablam! ... Oct 13 13:13:41.969 INFO kablam! 2009 | rt_realloc!(rt_primes_13bytes_4align_realloc, 13, 4); Oct 13 13:13:41.969 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! Oct 13 13:13:41.969 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.969 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.969 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.969 INFO kablam! ... Oct 13 13:13:41.969 INFO kablam! 2009 | rt_realloc!(rt_primes_13bytes_4align_realloc, 13, 4); Oct 13 13:13:41.969 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! Oct 13 13:13:41.969 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.969 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.969 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.969 INFO kablam! ... Oct 13 13:13:41.969 INFO kablam! 2009 | rt_realloc!(rt_primes_13bytes_4align_realloc, 13, 4); Oct 13 13:13:41.969 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! Oct 13 13:13:41.969 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.969 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.969 INFO kablam! | ^^^^^ Oct 13 13:13:41.969 INFO kablam! ... Oct 13 13:13:41.969 INFO kablam! 2022 | rt_realloc!(rt_primes_17bytes_4align_realloc, 17, 4); Oct 13 13:13:41.969 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.969 INFO kablam! | Oct 13 13:13:41.969 INFO kablam! Oct 13 13:13:41.970 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.970 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.970 INFO kablam! | Oct 13 13:13:41.970 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.970 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.970 INFO kablam! ... Oct 13 13:13:41.970 INFO kablam! 2022 | rt_realloc!(rt_primes_17bytes_4align_realloc, 17, 4); Oct 13 13:13:41.970 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.970 INFO kablam! | Oct 13 13:13:41.970 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.970 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.970 INFO kablam! | Oct 13 13:13:41.970 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.970 INFO kablam! | Oct 13 13:13:41.970 INFO kablam! Oct 13 13:13:41.976 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.976 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.976 INFO kablam! | Oct 13 13:13:41.976 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.976 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.976 INFO kablam! ... Oct 13 13:13:41.976 INFO kablam! 2022 | rt_realloc!(rt_primes_17bytes_4align_realloc, 17, 4); Oct 13 13:13:41.977 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! Oct 13 13:13:41.977 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.977 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.977 INFO kablam! | ^^^^^ Oct 13 13:13:41.977 INFO kablam! ... Oct 13 13:13:41.977 INFO kablam! 2035 | rt_realloc!(rt_primes_31bytes_4align_realloc, 31, 4); Oct 13 13:13:41.977 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! Oct 13 13:13:41.977 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.977 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.977 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.977 INFO kablam! ... Oct 13 13:13:41.977 INFO kablam! 2035 | rt_realloc!(rt_primes_31bytes_4align_realloc, 31, 4); Oct 13 13:13:41.977 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! Oct 13 13:13:41.977 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.977 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.977 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.977 INFO kablam! ... Oct 13 13:13:41.977 INFO kablam! 2035 | rt_realloc!(rt_primes_31bytes_4align_realloc, 31, 4); Oct 13 13:13:41.977 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! Oct 13 13:13:41.977 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.977 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.977 INFO kablam! | ^^^^^ Oct 13 13:13:41.977 INFO kablam! ... Oct 13 13:13:41.977 INFO kablam! 2048 | rt_realloc!(rt_primes_61bytes_4align_realloc, 61, 4); Oct 13 13:13:41.977 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! Oct 13 13:13:41.977 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.977 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.977 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.977 INFO kablam! ... Oct 13 13:13:41.977 INFO kablam! 2048 | rt_realloc!(rt_primes_61bytes_4align_realloc, 61, 4); Oct 13 13:13:41.977 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! Oct 13 13:13:41.977 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.977 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.977 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.977 INFO kablam! ... Oct 13 13:13:41.977 INFO kablam! 2048 | rt_realloc!(rt_primes_61bytes_4align_realloc, 61, 4); Oct 13 13:13:41.977 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.977 INFO kablam! | Oct 13 13:13:41.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.978 INFO kablam! | Oct 13 13:13:41.978 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.978 INFO kablam! | Oct 13 13:13:41.978 INFO kablam! Oct 13 13:13:41.980 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.980 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.980 INFO kablam! | Oct 13 13:13:41.980 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.980 INFO kablam! | ^^^^^ Oct 13 13:13:41.980 INFO kablam! ... Oct 13 13:13:41.980 INFO kablam! 2061 | rt_realloc!(rt_primes_96bytes_4align_realloc, 96, 4); Oct 13 13:13:41.980 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.980 INFO kablam! | Oct 13 13:13:41.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.980 INFO kablam! | Oct 13 13:13:41.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.980 INFO kablam! | Oct 13 13:13:41.980 INFO kablam! Oct 13 13:13:41.980 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.980 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.980 INFO kablam! | Oct 13 13:13:41.980 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.980 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.980 INFO kablam! ... Oct 13 13:13:41.980 INFO kablam! 2061 | rt_realloc!(rt_primes_96bytes_4align_realloc, 96, 4); Oct 13 13:13:41.980 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.980 INFO kablam! | Oct 13 13:13:41.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.980 INFO kablam! | Oct 13 13:13:41.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.980 INFO kablam! | Oct 13 13:13:41.980 INFO kablam! Oct 13 13:13:41.988 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.988 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.988 INFO kablam! | Oct 13 13:13:41.988 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.988 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.988 INFO kablam! ... Oct 13 13:13:41.988 INFO kablam! 2061 | rt_realloc!(rt_primes_96bytes_4align_realloc, 96, 4); Oct 13 13:13:41.988 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:41.988 INFO kablam! | Oct 13 13:13:41.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.988 INFO kablam! | Oct 13 13:13:41.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.988 INFO kablam! | Oct 13 13:13:41.988 INFO kablam! Oct 13 13:13:41.988 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.988 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.988 INFO kablam! | Oct 13 13:13:41.988 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.988 INFO kablam! | ^^^^^ Oct 13 13:13:41.988 INFO kablam! ... Oct 13 13:13:41.988 INFO kablam! 2074 | rt_realloc!(rt_primes_127bytes_4align_realloc, 127, 4); Oct 13 13:13:41.988 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.989 INFO kablam! | Oct 13 13:13:41.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.989 INFO kablam! | Oct 13 13:13:41.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.989 INFO kablam! | Oct 13 13:13:41.989 INFO kablam! Oct 13 13:13:41.989 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.989 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.989 INFO kablam! | Oct 13 13:13:41.989 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.989 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.989 INFO kablam! ... Oct 13 13:13:41.989 INFO kablam! 2074 | rt_realloc!(rt_primes_127bytes_4align_realloc, 127, 4); Oct 13 13:13:41.989 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.989 INFO kablam! | Oct 13 13:13:41.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.989 INFO kablam! | Oct 13 13:13:41.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.989 INFO kablam! | Oct 13 13:13:41.989 INFO kablam! Oct 13 13:13:41.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.997 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.997 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.997 INFO kablam! ... Oct 13 13:13:41.997 INFO kablam! 2074 | rt_realloc!(rt_primes_127bytes_4align_realloc, 127, 4); Oct 13 13:13:41.997 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! Oct 13 13:13:41.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.997 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.997 INFO kablam! | ^^^^^ Oct 13 13:13:41.997 INFO kablam! ... Oct 13 13:13:41.997 INFO kablam! 2087 | rt_realloc!(rt_primes_257bytes_4align_realloc, 257, 4); Oct 13 13:13:41.997 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! Oct 13 13:13:41.997 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.997 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.997 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.997 INFO kablam! ... Oct 13 13:13:41.997 INFO kablam! 2087 | rt_realloc!(rt_primes_257bytes_4align_realloc, 257, 4); Oct 13 13:13:41.997 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! Oct 13 13:13:41.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.997 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.997 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.997 INFO kablam! ... Oct 13 13:13:41.997 INFO kablam! 2087 | rt_realloc!(rt_primes_257bytes_4align_realloc, 257, 4); Oct 13 13:13:41.997 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! Oct 13 13:13:41.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.997 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.997 INFO kablam! | ^^^^^ Oct 13 13:13:41.997 INFO kablam! ... Oct 13 13:13:41.997 INFO kablam! 2100 | rt_realloc!(rt_primes_509bytes_4align_realloc, 509, 4); Oct 13 13:13:41.997 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! Oct 13 13:13:41.997 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.997 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.997 INFO kablam! | Oct 13 13:13:41.997 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.997 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.998 INFO kablam! ... Oct 13 13:13:41.998 INFO kablam! 2100 | rt_realloc!(rt_primes_509bytes_4align_realloc, 509, 4); Oct 13 13:13:41.998 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.998 INFO kablam! | Oct 13 13:13:41.998 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.998 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.998 INFO kablam! | Oct 13 13:13:41.998 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.998 INFO kablam! | Oct 13 13:13:41.998 INFO kablam! Oct 13 13:13:41.998 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.998 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.998 INFO kablam! | Oct 13 13:13:41.998 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.998 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.998 INFO kablam! ... Oct 13 13:13:41.998 INFO kablam! 2100 | rt_realloc!(rt_primes_509bytes_4align_realloc, 509, 4); Oct 13 13:13:41.998 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:41.998 INFO kablam! | Oct 13 13:13:41.998 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.998 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.998 INFO kablam! | Oct 13 13:13:41.998 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.998 INFO kablam! | Oct 13 13:13:41.998 INFO kablam! Oct 13 13:13:41.998 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.998 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:41.998 INFO kablam! | Oct 13 13:13:41.998 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:41.998 INFO kablam! | ^^^^^ Oct 13 13:13:41.998 INFO kablam! ... Oct 13 13:13:41.998 INFO kablam! 2113 | rt_realloc!(rt_primes_1021bytes_4align_realloc, 1021, 4); Oct 13 13:13:41.998 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.998 INFO kablam! | Oct 13 13:13:41.998 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.998 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.998 INFO kablam! | Oct 13 13:13:41.998 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.998 INFO kablam! | Oct 13 13:13:41.998 INFO kablam! Oct 13 13:13:41.998 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.998 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:41.998 INFO kablam! | Oct 13 13:13:41.998 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:41.998 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.998 INFO kablam! ... Oct 13 13:13:41.998 INFO kablam! 2113 | rt_realloc!(rt_primes_1021bytes_4align_realloc, 1021, 4); Oct 13 13:13:41.998 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.998 INFO kablam! | Oct 13 13:13:41.998 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.998 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.998 INFO kablam! | Oct 13 13:13:41.998 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.998 INFO kablam! | Oct 13 13:13:41.998 INFO kablam! Oct 13 13:13:41.998 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.998 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:41.998 INFO kablam! | Oct 13 13:13:41.998 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:41.998 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.998 INFO kablam! ... Oct 13 13:13:41.998 INFO kablam! 2113 | rt_realloc!(rt_primes_1021bytes_4align_realloc, 1021, 4); Oct 13 13:13:41.998 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:41.998 INFO kablam! | Oct 13 13:13:41.998 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.998 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.998 INFO kablam! | Oct 13 13:13:41.998 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.998 INFO kablam! | Oct 13 13:13:41.998 INFO kablam! Oct 13 13:13:42.000 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.000 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.000 INFO kablam! | Oct 13 13:13:42.000 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.000 INFO kablam! | ^^^^^ Oct 13 13:13:42.000 INFO kablam! ... Oct 13 13:13:42.000 INFO kablam! 2126 | rt_realloc!(rt_primes_2039bytes_4align_realloc, 2039, 4); Oct 13 13:13:42.000 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.000 INFO kablam! | Oct 13 13:13:42.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.000 INFO kablam! | Oct 13 13:13:42.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.000 INFO kablam! | Oct 13 13:13:42.000 INFO kablam! Oct 13 13:13:42.000 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.000 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.000 INFO kablam! | Oct 13 13:13:42.000 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.000 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.000 INFO kablam! ... Oct 13 13:13:42.000 INFO kablam! 2126 | rt_realloc!(rt_primes_2039bytes_4align_realloc, 2039, 4); Oct 13 13:13:42.000 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.000 INFO kablam! | Oct 13 13:13:42.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.001 INFO kablam! | Oct 13 13:13:42.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.001 INFO kablam! | Oct 13 13:13:42.001 INFO kablam! Oct 13 13:13:42.001 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.001 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.001 INFO kablam! | Oct 13 13:13:42.001 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.001 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.001 INFO kablam! ... Oct 13 13:13:42.001 INFO kablam! 2126 | rt_realloc!(rt_primes_2039bytes_4align_realloc, 2039, 4); Oct 13 13:13:42.001 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.001 INFO kablam! | Oct 13 13:13:42.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.001 INFO kablam! | Oct 13 13:13:42.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.001 INFO kablam! | Oct 13 13:13:42.001 INFO kablam! Oct 13 13:13:42.005 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.005 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.005 INFO kablam! | Oct 13 13:13:42.005 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.005 INFO kablam! | ^^^^^ Oct 13 13:13:42.005 INFO kablam! ... Oct 13 13:13:42.005 INFO kablam! 2139 | rt_realloc!(rt_primes_4093bytes_4align_realloc, 4093, 4); Oct 13 13:13:42.005 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.005 INFO kablam! | Oct 13 13:13:42.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.005 INFO kablam! | Oct 13 13:13:42.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.005 INFO kablam! | Oct 13 13:13:42.005 INFO kablam! Oct 13 13:13:42.005 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.005 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.005 INFO kablam! | Oct 13 13:13:42.005 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.005 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.005 INFO kablam! ... Oct 13 13:13:42.005 INFO kablam! 2139 | rt_realloc!(rt_primes_4093bytes_4align_realloc, 4093, 4); Oct 13 13:13:42.005 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.005 INFO kablam! | Oct 13 13:13:42.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.005 INFO kablam! | Oct 13 13:13:42.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.005 INFO kablam! | Oct 13 13:13:42.005 INFO kablam! Oct 13 13:13:42.005 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.005 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.005 INFO kablam! | Oct 13 13:13:42.005 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.005 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.005 INFO kablam! ... Oct 13 13:13:42.005 INFO kablam! 2139 | rt_realloc!(rt_primes_4093bytes_4align_realloc, 4093, 4); Oct 13 13:13:42.005 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.005 INFO kablam! | Oct 13 13:13:42.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.005 INFO kablam! | Oct 13 13:13:42.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.005 INFO kablam! | Oct 13 13:13:42.005 INFO kablam! Oct 13 13:13:42.005 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.005 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.005 INFO kablam! | Oct 13 13:13:42.005 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.005 INFO kablam! | ^^^^^ Oct 13 13:13:42.005 INFO kablam! ... Oct 13 13:13:42.005 INFO kablam! 2152 | rt_realloc!(rt_primes_8191bytes_4align_realloc, 8191, 4); Oct 13 13:13:42.005 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.005 INFO kablam! | Oct 13 13:13:42.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.005 INFO kablam! | Oct 13 13:13:42.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.005 INFO kablam! | Oct 13 13:13:42.005 INFO kablam! Oct 13 13:13:42.005 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.005 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.005 INFO kablam! | Oct 13 13:13:42.005 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.005 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.005 INFO kablam! ... Oct 13 13:13:42.005 INFO kablam! 2152 | rt_realloc!(rt_primes_8191bytes_4align_realloc, 8191, 4); Oct 13 13:13:42.005 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.005 INFO kablam! | Oct 13 13:13:42.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.005 INFO kablam! | Oct 13 13:13:42.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.005 INFO kablam! | Oct 13 13:13:42.005 INFO kablam! Oct 13 13:13:42.008 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.008 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.008 INFO kablam! | Oct 13 13:13:42.008 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.008 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.008 INFO kablam! ... Oct 13 13:13:42.008 INFO kablam! 2152 | rt_realloc!(rt_primes_8191bytes_4align_realloc, 8191, 4); Oct 13 13:13:42.008 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.008 INFO kablam! | Oct 13 13:13:42.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.008 INFO kablam! | Oct 13 13:13:42.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.008 INFO kablam! | Oct 13 13:13:42.008 INFO kablam! Oct 13 13:13:42.008 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.008 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.008 INFO kablam! | Oct 13 13:13:42.008 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.008 INFO kablam! | ^^^^^ Oct 13 13:13:42.008 INFO kablam! ... Oct 13 13:13:42.008 INFO kablam! 2165 | rt_realloc!(rt_primes_16381bytes_4align_realloc, 16381, 4); Oct 13 13:13:42.008 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.008 INFO kablam! | Oct 13 13:13:42.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.008 INFO kablam! | Oct 13 13:13:42.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.008 INFO kablam! | Oct 13 13:13:42.008 INFO kablam! Oct 13 13:13:42.009 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.009 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.009 INFO kablam! | Oct 13 13:13:42.009 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.009 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.009 INFO kablam! ... Oct 13 13:13:42.009 INFO kablam! 2165 | rt_realloc!(rt_primes_16381bytes_4align_realloc, 16381, 4); Oct 13 13:13:42.009 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.009 INFO kablam! | Oct 13 13:13:42.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.009 INFO kablam! | Oct 13 13:13:42.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.009 INFO kablam! | Oct 13 13:13:42.009 INFO kablam! Oct 13 13:13:42.009 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.009 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.009 INFO kablam! | Oct 13 13:13:42.009 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.009 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.009 INFO kablam! ... Oct 13 13:13:42.009 INFO kablam! 2165 | rt_realloc!(rt_primes_16381bytes_4align_realloc, 16381, 4); Oct 13 13:13:42.009 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.009 INFO kablam! | Oct 13 13:13:42.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.009 INFO kablam! | Oct 13 13:13:42.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.009 INFO kablam! | Oct 13 13:13:42.009 INFO kablam! Oct 13 13:13:42.012 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.012 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.012 INFO kablam! | Oct 13 13:13:42.012 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.012 INFO kablam! | ^^^^^ Oct 13 13:13:42.012 INFO kablam! ... Oct 13 13:13:42.012 INFO kablam! 2178 | rt_realloc!(rt_primes_32749bytes_4align_realloc, 32749, 4); Oct 13 13:13:42.012 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.012 INFO kablam! | Oct 13 13:13:42.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.012 INFO kablam! | Oct 13 13:13:42.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.012 INFO kablam! | Oct 13 13:13:42.012 INFO kablam! Oct 13 13:13:42.012 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.012 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.012 INFO kablam! | Oct 13 13:13:42.012 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.012 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.012 INFO kablam! ... Oct 13 13:13:42.012 INFO kablam! 2178 | rt_realloc!(rt_primes_32749bytes_4align_realloc, 32749, 4); Oct 13 13:13:42.012 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.012 INFO kablam! | Oct 13 13:13:42.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.012 INFO kablam! | Oct 13 13:13:42.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.012 INFO kablam! | Oct 13 13:13:42.012 INFO kablam! Oct 13 13:13:42.012 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.012 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.012 INFO kablam! | Oct 13 13:13:42.012 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.012 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.012 INFO kablam! ... Oct 13 13:13:42.012 INFO kablam! 2178 | rt_realloc!(rt_primes_32749bytes_4align_realloc, 32749, 4); Oct 13 13:13:42.012 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.012 INFO kablam! | Oct 13 13:13:42.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.012 INFO kablam! | Oct 13 13:13:42.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.012 INFO kablam! | Oct 13 13:13:42.012 INFO kablam! Oct 13 13:13:42.012 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.012 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.012 INFO kablam! | Oct 13 13:13:42.012 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.012 INFO kablam! | ^^^^^ Oct 13 13:13:42.013 INFO kablam! ... Oct 13 13:13:42.013 INFO kablam! 2191 | rt_realloc!(rt_primes_65537bytes_4align_realloc, 65537, 4); Oct 13 13:13:42.013 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.013 INFO kablam! | Oct 13 13:13:42.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.013 INFO kablam! | Oct 13 13:13:42.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.013 INFO kablam! | Oct 13 13:13:42.014 INFO kablam! Oct 13 13:13:42.014 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.014 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.014 INFO kablam! | Oct 13 13:13:42.014 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.014 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.014 INFO kablam! ... Oct 13 13:13:42.014 INFO kablam! 2191 | rt_realloc!(rt_primes_65537bytes_4align_realloc, 65537, 4); Oct 13 13:13:42.015 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.015 INFO kablam! | Oct 13 13:13:42.015 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.015 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.015 INFO kablam! | Oct 13 13:13:42.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.015 INFO kablam! | Oct 13 13:13:42.015 INFO kablam! Oct 13 13:13:42.020 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.020 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.020 INFO kablam! | Oct 13 13:13:42.020 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.020 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.020 INFO kablam! ... Oct 13 13:13:42.020 INFO kablam! 2191 | rt_realloc!(rt_primes_65537bytes_4align_realloc, 65537, 4); Oct 13 13:13:42.020 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.020 INFO kablam! | Oct 13 13:13:42.020 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.021 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! Oct 13 13:13:42.021 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.021 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.021 INFO kablam! | ^^^^^ Oct 13 13:13:42.021 INFO kablam! ... Oct 13 13:13:42.021 INFO kablam! 2204 | rt_realloc!(rt_primes_131071bytes_4align_realloc, 131071, 4); Oct 13 13:13:42.021 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.021 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! Oct 13 13:13:42.021 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.021 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.021 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.021 INFO kablam! ... Oct 13 13:13:42.021 INFO kablam! 2204 | rt_realloc!(rt_primes_131071bytes_4align_realloc, 131071, 4); Oct 13 13:13:42.021 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.021 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! Oct 13 13:13:42.021 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.021 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.021 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.021 INFO kablam! ... Oct 13 13:13:42.021 INFO kablam! 2204 | rt_realloc!(rt_primes_131071bytes_4align_realloc, 131071, 4); Oct 13 13:13:42.021 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.021 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! Oct 13 13:13:42.021 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.021 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.021 INFO kablam! | ^^^^^ Oct 13 13:13:42.021 INFO kablam! ... Oct 13 13:13:42.021 INFO kablam! 2217 | rt_realloc!(rt_primes_4194301bytes_4align_realloc, 4194301, 4); Oct 13 13:13:42.021 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.021 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! Oct 13 13:13:42.021 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.021 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.021 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.021 INFO kablam! ... Oct 13 13:13:42.021 INFO kablam! 2217 | rt_realloc!(rt_primes_4194301bytes_4align_realloc, 4194301, 4); Oct 13 13:13:42.021 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.021 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.021 INFO kablam! | Oct 13 13:13:42.021 INFO kablam! Oct 13 13:13:42.024 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.024 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.024 INFO kablam! | Oct 13 13:13:42.024 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.024 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.024 INFO kablam! ... Oct 13 13:13:42.024 INFO kablam! 2217 | rt_realloc!(rt_primes_4194301bytes_4align_realloc, 4194301, 4); Oct 13 13:13:42.024 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.024 INFO kablam! | Oct 13 13:13:42.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.024 INFO kablam! | Oct 13 13:13:42.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.024 INFO kablam! | Oct 13 13:13:42.024 INFO kablam! Oct 13 13:13:42.024 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.024 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.024 INFO kablam! | Oct 13 13:13:42.024 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.024 INFO kablam! | ^^^^^ Oct 13 13:13:42.024 INFO kablam! ... Oct 13 13:13:42.024 INFO kablam! 2233 | rt_realloc!(rt_pow2_1bytes_8align_realloc, 1, 8); Oct 13 13:13:42.024 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:42.024 INFO kablam! | Oct 13 13:13:42.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.025 INFO kablam! | Oct 13 13:13:42.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.025 INFO kablam! | Oct 13 13:13:42.025 INFO kablam! Oct 13 13:13:42.025 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.025 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.025 INFO kablam! | Oct 13 13:13:42.025 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.025 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.025 INFO kablam! ... Oct 13 13:13:42.025 INFO kablam! 2233 | rt_realloc!(rt_pow2_1bytes_8align_realloc, 1, 8); Oct 13 13:13:42.025 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:42.025 INFO kablam! | Oct 13 13:13:42.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.025 INFO kablam! | Oct 13 13:13:42.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.025 INFO kablam! | Oct 13 13:13:42.025 INFO kablam! Oct 13 13:13:42.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.025 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.025 INFO kablam! | Oct 13 13:13:42.025 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.025 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.025 INFO kablam! ... Oct 13 13:13:42.025 INFO kablam! 2233 | rt_realloc!(rt_pow2_1bytes_8align_realloc, 1, 8); Oct 13 13:13:42.025 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:42.025 INFO kablam! | Oct 13 13:13:42.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.025 INFO kablam! | Oct 13 13:13:42.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.025 INFO kablam! | Oct 13 13:13:42.025 INFO kablam! Oct 13 13:13:42.025 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.025 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.025 INFO kablam! | Oct 13 13:13:42.025 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.025 INFO kablam! | ^^^^^ Oct 13 13:13:42.025 INFO kablam! ... Oct 13 13:13:42.025 INFO kablam! 2246 | rt_realloc!(rt_pow2_2bytes_8align_realloc, 2, 8); Oct 13 13:13:42.025 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:42.025 INFO kablam! | Oct 13 13:13:42.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.025 INFO kablam! | Oct 13 13:13:42.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.025 INFO kablam! | Oct 13 13:13:42.025 INFO kablam! Oct 13 13:13:42.032 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.032 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.032 INFO kablam! | Oct 13 13:13:42.032 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.032 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.032 INFO kablam! ... Oct 13 13:13:42.032 INFO kablam! 2246 | rt_realloc!(rt_pow2_2bytes_8align_realloc, 2, 8); Oct 13 13:13:42.032 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:42.032 INFO kablam! | Oct 13 13:13:42.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.032 INFO kablam! | Oct 13 13:13:42.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! Oct 13 13:13:42.033 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.033 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.033 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.033 INFO kablam! ... Oct 13 13:13:42.033 INFO kablam! 2246 | rt_realloc!(rt_pow2_2bytes_8align_realloc, 2, 8); Oct 13 13:13:42.033 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! Oct 13 13:13:42.033 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.033 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.033 INFO kablam! | ^^^^^ Oct 13 13:13:42.033 INFO kablam! ... Oct 13 13:13:42.033 INFO kablam! 2259 | rt_realloc!(rt_pow2_4bytes_8align_realloc, 4, 8); Oct 13 13:13:42.033 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! Oct 13 13:13:42.033 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.033 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.033 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.033 INFO kablam! ... Oct 13 13:13:42.033 INFO kablam! 2259 | rt_realloc!(rt_pow2_4bytes_8align_realloc, 4, 8); Oct 13 13:13:42.033 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! Oct 13 13:13:42.033 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.033 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.033 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.033 INFO kablam! ... Oct 13 13:13:42.033 INFO kablam! 2259 | rt_realloc!(rt_pow2_4bytes_8align_realloc, 4, 8); Oct 13 13:13:42.033 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! Oct 13 13:13:42.033 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.033 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.033 INFO kablam! | ^^^^^ Oct 13 13:13:42.033 INFO kablam! ... Oct 13 13:13:42.033 INFO kablam! 2272 | rt_realloc!(rt_pow2_8bytes_8align_realloc, 8, 8); Oct 13 13:13:42.033 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! Oct 13 13:13:42.033 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.033 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.033 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.033 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.033 INFO kablam! ... Oct 13 13:13:42.033 INFO kablam! 2272 | rt_realloc!(rt_pow2_8bytes_8align_realloc, 8, 8); Oct 13 13:13:42.033 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:42.033 INFO kablam! | Oct 13 13:13:42.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.034 INFO kablam! | Oct 13 13:13:42.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.034 INFO kablam! | Oct 13 13:13:42.034 INFO kablam! Oct 13 13:13:42.040 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.040 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.040 INFO kablam! | Oct 13 13:13:42.040 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.040 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.040 INFO kablam! ... Oct 13 13:13:42.041 INFO kablam! 2272 | rt_realloc!(rt_pow2_8bytes_8align_realloc, 8, 8); Oct 13 13:13:42.041 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! Oct 13 13:13:42.041 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.041 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.041 INFO kablam! | ^^^^^ Oct 13 13:13:42.041 INFO kablam! ... Oct 13 13:13:42.041 INFO kablam! 2285 | rt_realloc!(rt_pow2_16bytes_8align_realloc, 16, 8); Oct 13 13:13:42.041 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! Oct 13 13:13:42.041 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.041 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.041 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.041 INFO kablam! ... Oct 13 13:13:42.041 INFO kablam! 2285 | rt_realloc!(rt_pow2_16bytes_8align_realloc, 16, 8); Oct 13 13:13:42.041 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! Oct 13 13:13:42.041 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.041 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.041 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.041 INFO kablam! ... Oct 13 13:13:42.041 INFO kablam! 2285 | rt_realloc!(rt_pow2_16bytes_8align_realloc, 16, 8); Oct 13 13:13:42.041 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! Oct 13 13:13:42.041 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.041 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.041 INFO kablam! | ^^^^^ Oct 13 13:13:42.041 INFO kablam! ... Oct 13 13:13:42.041 INFO kablam! 2298 | rt_realloc!(rt_pow2_32bytes_8align_realloc, 32, 8); Oct 13 13:13:42.041 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! Oct 13 13:13:42.041 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.041 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.041 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.041 INFO kablam! ... Oct 13 13:13:42.041 INFO kablam! 2298 | rt_realloc!(rt_pow2_32bytes_8align_realloc, 32, 8); Oct 13 13:13:42.041 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.041 INFO kablam! | Oct 13 13:13:42.041 INFO kablam! Oct 13 13:13:42.041 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.041 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.042 INFO kablam! | Oct 13 13:13:42.042 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.042 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.042 INFO kablam! ... Oct 13 13:13:42.042 INFO kablam! 2298 | rt_realloc!(rt_pow2_32bytes_8align_realloc, 32, 8); Oct 13 13:13:42.042 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.042 INFO kablam! | Oct 13 13:13:42.042 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.042 INFO kablam! | Oct 13 13:13:42.042 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.042 INFO kablam! | Oct 13 13:13:42.042 INFO kablam! Oct 13 13:13:42.044 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.044 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.044 INFO kablam! | Oct 13 13:13:42.044 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.044 INFO kablam! | ^^^^^ Oct 13 13:13:42.044 INFO kablam! ... Oct 13 13:13:42.044 INFO kablam! 2311 | rt_realloc!(rt_pow2_64bytes_8align_realloc, 64, 8); Oct 13 13:13:42.044 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.044 INFO kablam! | Oct 13 13:13:42.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.044 INFO kablam! | Oct 13 13:13:42.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.044 INFO kablam! | Oct 13 13:13:42.044 INFO kablam! Oct 13 13:13:42.044 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.044 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.044 INFO kablam! | Oct 13 13:13:42.044 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.044 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.044 INFO kablam! ... Oct 13 13:13:42.044 INFO kablam! 2311 | rt_realloc!(rt_pow2_64bytes_8align_realloc, 64, 8); Oct 13 13:13:42.044 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.044 INFO kablam! | Oct 13 13:13:42.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.045 INFO kablam! | Oct 13 13:13:42.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.045 INFO kablam! | Oct 13 13:13:42.045 INFO kablam! Oct 13 13:13:42.045 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.045 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.045 INFO kablam! | Oct 13 13:13:42.045 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.045 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.045 INFO kablam! ... Oct 13 13:13:42.045 INFO kablam! 2311 | rt_realloc!(rt_pow2_64bytes_8align_realloc, 64, 8); Oct 13 13:13:42.045 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.045 INFO kablam! | Oct 13 13:13:42.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.045 INFO kablam! | Oct 13 13:13:42.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.045 INFO kablam! | Oct 13 13:13:42.045 INFO kablam! Oct 13 13:13:42.048 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.048 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.048 INFO kablam! | Oct 13 13:13:42.048 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.048 INFO kablam! | ^^^^^ Oct 13 13:13:42.048 INFO kablam! ... Oct 13 13:13:42.048 INFO kablam! 2324 | rt_realloc!(rt_pow2_128bytes_8align_realloc, 128, 8); Oct 13 13:13:42.048 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.048 INFO kablam! | Oct 13 13:13:42.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.048 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! Oct 13 13:13:42.049 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.049 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.049 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.049 INFO kablam! ... Oct 13 13:13:42.049 INFO kablam! 2324 | rt_realloc!(rt_pow2_128bytes_8align_realloc, 128, 8); Oct 13 13:13:42.049 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! Oct 13 13:13:42.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.049 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.049 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.049 INFO kablam! ... Oct 13 13:13:42.049 INFO kablam! 2324 | rt_realloc!(rt_pow2_128bytes_8align_realloc, 128, 8); Oct 13 13:13:42.049 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! Oct 13 13:13:42.049 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.049 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.049 INFO kablam! | ^^^^^ Oct 13 13:13:42.049 INFO kablam! ... Oct 13 13:13:42.049 INFO kablam! 2337 | rt_realloc!(rt_pow2_256bytes_8align_realloc, 256, 8); Oct 13 13:13:42.049 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! Oct 13 13:13:42.049 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.049 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.049 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.049 INFO kablam! ... Oct 13 13:13:42.049 INFO kablam! 2337 | rt_realloc!(rt_pow2_256bytes_8align_realloc, 256, 8); Oct 13 13:13:42.049 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! Oct 13 13:13:42.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.049 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.049 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.049 INFO kablam! ... Oct 13 13:13:42.049 INFO kablam! 2337 | rt_realloc!(rt_pow2_256bytes_8align_realloc, 256, 8); Oct 13 13:13:42.049 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.049 INFO kablam! | Oct 13 13:13:42.049 INFO kablam! Oct 13 13:13:42.052 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.052 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.052 INFO kablam! | Oct 13 13:13:42.052 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.052 INFO kablam! | ^^^^^ Oct 13 13:13:42.052 INFO kablam! ... Oct 13 13:13:42.052 INFO kablam! 2350 | rt_realloc!(rt_pow2_512bytes_8align_realloc, 512, 8); Oct 13 13:13:42.052 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.052 INFO kablam! | Oct 13 13:13:42.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.052 INFO kablam! | Oct 13 13:13:42.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.052 INFO kablam! | Oct 13 13:13:42.052 INFO kablam! Oct 13 13:13:42.052 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.052 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.052 INFO kablam! | Oct 13 13:13:42.052 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.052 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.052 INFO kablam! ... Oct 13 13:13:42.052 INFO kablam! 2350 | rt_realloc!(rt_pow2_512bytes_8align_realloc, 512, 8); Oct 13 13:13:42.052 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.053 INFO kablam! | Oct 13 13:13:42.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.053 INFO kablam! | Oct 13 13:13:42.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.053 INFO kablam! | Oct 13 13:13:42.053 INFO kablam! Oct 13 13:13:42.053 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.053 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.053 INFO kablam! | Oct 13 13:13:42.053 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.053 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.053 INFO kablam! ... Oct 13 13:13:42.053 INFO kablam! 2350 | rt_realloc!(rt_pow2_512bytes_8align_realloc, 512, 8); Oct 13 13:13:42.053 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.053 INFO kablam! | Oct 13 13:13:42.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.053 INFO kablam! | Oct 13 13:13:42.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.053 INFO kablam! | Oct 13 13:13:42.053 INFO kablam! Oct 13 13:13:42.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.061 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.061 INFO kablam! | ^^^^^ Oct 13 13:13:42.061 INFO kablam! ... Oct 13 13:13:42.061 INFO kablam! 2363 | rt_realloc!(rt_pow2_1024bytes_8align_realloc, 1024, 8); Oct 13 13:13:42.061 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! Oct 13 13:13:42.061 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.061 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.061 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.061 INFO kablam! ... Oct 13 13:13:42.061 INFO kablam! 2363 | rt_realloc!(rt_pow2_1024bytes_8align_realloc, 1024, 8); Oct 13 13:13:42.061 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! Oct 13 13:13:42.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.061 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.061 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.061 INFO kablam! ... Oct 13 13:13:42.061 INFO kablam! 2363 | rt_realloc!(rt_pow2_1024bytes_8align_realloc, 1024, 8); Oct 13 13:13:42.061 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! Oct 13 13:13:42.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.061 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.061 INFO kablam! | ^^^^^ Oct 13 13:13:42.061 INFO kablam! ... Oct 13 13:13:42.061 INFO kablam! 2376 | rt_realloc!(rt_pow2_2048bytes_8align_realloc, 2048, 8); Oct 13 13:13:42.061 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! Oct 13 13:13:42.061 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.061 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.061 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.061 INFO kablam! ... Oct 13 13:13:42.061 INFO kablam! 2376 | rt_realloc!(rt_pow2_2048bytes_8align_realloc, 2048, 8); Oct 13 13:13:42.061 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! Oct 13 13:13:42.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.061 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.061 INFO kablam! | Oct 13 13:13:42.061 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.061 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.062 INFO kablam! ... Oct 13 13:13:42.062 INFO kablam! 2376 | rt_realloc!(rt_pow2_2048bytes_8align_realloc, 2048, 8); Oct 13 13:13:42.062 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.062 INFO kablam! | Oct 13 13:13:42.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.062 INFO kablam! | Oct 13 13:13:42.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.062 INFO kablam! | Oct 13 13:13:42.062 INFO kablam! Oct 13 13:13:42.062 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.062 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.062 INFO kablam! | Oct 13 13:13:42.062 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.062 INFO kablam! | ^^^^^ Oct 13 13:13:42.062 INFO kablam! ... Oct 13 13:13:42.062 INFO kablam! 2389 | rt_realloc!(rt_pow2_4096bytes_8align_realloc, 4096, 8); Oct 13 13:13:42.062 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.062 INFO kablam! | Oct 13 13:13:42.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.062 INFO kablam! | Oct 13 13:13:42.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.062 INFO kablam! | Oct 13 13:13:42.062 INFO kablam! Oct 13 13:13:42.062 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.062 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.062 INFO kablam! | Oct 13 13:13:42.062 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.062 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.062 INFO kablam! ... Oct 13 13:13:42.062 INFO kablam! 2389 | rt_realloc!(rt_pow2_4096bytes_8align_realloc, 4096, 8); Oct 13 13:13:42.062 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.062 INFO kablam! | Oct 13 13:13:42.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.062 INFO kablam! | Oct 13 13:13:42.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.062 INFO kablam! | Oct 13 13:13:42.062 INFO kablam! Oct 13 13:13:42.062 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.062 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.062 INFO kablam! | Oct 13 13:13:42.062 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.062 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.062 INFO kablam! ... Oct 13 13:13:42.062 INFO kablam! 2389 | rt_realloc!(rt_pow2_4096bytes_8align_realloc, 4096, 8); Oct 13 13:13:42.062 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.062 INFO kablam! | Oct 13 13:13:42.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.062 INFO kablam! | Oct 13 13:13:42.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.062 INFO kablam! | Oct 13 13:13:42.062 INFO kablam! Oct 13 13:13:42.064 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.064 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.064 INFO kablam! | Oct 13 13:13:42.064 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.064 INFO kablam! | ^^^^^ Oct 13 13:13:42.064 INFO kablam! ... Oct 13 13:13:42.064 INFO kablam! 2402 | rt_realloc!(rt_pow2_8192bytes_8align_realloc, 8192, 8); Oct 13 13:13:42.064 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.064 INFO kablam! | Oct 13 13:13:42.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.064 INFO kablam! | Oct 13 13:13:42.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.064 INFO kablam! | Oct 13 13:13:42.064 INFO kablam! Oct 13 13:13:42.064 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.064 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.064 INFO kablam! | Oct 13 13:13:42.064 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.064 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.064 INFO kablam! ... Oct 13 13:13:42.064 INFO kablam! 2402 | rt_realloc!(rt_pow2_8192bytes_8align_realloc, 8192, 8); Oct 13 13:13:42.064 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.065 INFO kablam! | Oct 13 13:13:42.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.065 INFO kablam! | Oct 13 13:13:42.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.065 INFO kablam! | Oct 13 13:13:42.065 INFO kablam! Oct 13 13:13:42.065 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.065 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.065 INFO kablam! | Oct 13 13:13:42.065 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.065 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.065 INFO kablam! ... Oct 13 13:13:42.065 INFO kablam! 2402 | rt_realloc!(rt_pow2_8192bytes_8align_realloc, 8192, 8); Oct 13 13:13:42.065 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.065 INFO kablam! | Oct 13 13:13:42.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.065 INFO kablam! | Oct 13 13:13:42.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.065 INFO kablam! | Oct 13 13:13:42.065 INFO kablam! Oct 13 13:13:42.073 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.073 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.073 INFO kablam! | ^^^^^ Oct 13 13:13:42.073 INFO kablam! ... Oct 13 13:13:42.073 INFO kablam! 2415 | rt_realloc!(rt_pow2_16384bytes_8align_realloc, 16384, 8); Oct 13 13:13:42.073 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! Oct 13 13:13:42.073 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.073 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.073 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.073 INFO kablam! ... Oct 13 13:13:42.073 INFO kablam! 2415 | rt_realloc!(rt_pow2_16384bytes_8align_realloc, 16384, 8); Oct 13 13:13:42.073 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! Oct 13 13:13:42.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.073 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.073 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.073 INFO kablam! ... Oct 13 13:13:42.073 INFO kablam! 2415 | rt_realloc!(rt_pow2_16384bytes_8align_realloc, 16384, 8); Oct 13 13:13:42.073 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! Oct 13 13:13:42.073 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.073 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.073 INFO kablam! | ^^^^^ Oct 13 13:13:42.073 INFO kablam! ... Oct 13 13:13:42.073 INFO kablam! 2428 | rt_realloc!(rt_pow2_32768bytes_8align_realloc, 32768, 8); Oct 13 13:13:42.073 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! Oct 13 13:13:42.073 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.073 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.073 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.073 INFO kablam! ... Oct 13 13:13:42.073 INFO kablam! 2428 | rt_realloc!(rt_pow2_32768bytes_8align_realloc, 32768, 8); Oct 13 13:13:42.073 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! Oct 13 13:13:42.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.073 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.073 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.073 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.073 INFO kablam! ... Oct 13 13:13:42.073 INFO kablam! 2428 | rt_realloc!(rt_pow2_32768bytes_8align_realloc, 32768, 8); Oct 13 13:13:42.073 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.073 INFO kablam! | Oct 13 13:13:42.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.074 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.074 INFO kablam! | Oct 13 13:13:42.074 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.074 INFO kablam! | Oct 13 13:13:42.074 INFO kablam! Oct 13 13:13:42.074 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.074 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.074 INFO kablam! | Oct 13 13:13:42.074 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.074 INFO kablam! | ^^^^^ Oct 13 13:13:42.074 INFO kablam! ... Oct 13 13:13:42.074 INFO kablam! 2441 | rt_realloc!(rt_pow2_65536bytes_8align_realloc, 65536, 8); Oct 13 13:13:42.074 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.074 INFO kablam! | Oct 13 13:13:42.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.074 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.074 INFO kablam! | Oct 13 13:13:42.074 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.074 INFO kablam! | Oct 13 13:13:42.074 INFO kablam! Oct 13 13:13:42.074 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.074 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.074 INFO kablam! | Oct 13 13:13:42.074 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.074 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.074 INFO kablam! ... Oct 13 13:13:42.074 INFO kablam! 2441 | rt_realloc!(rt_pow2_65536bytes_8align_realloc, 65536, 8); Oct 13 13:13:42.074 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.074 INFO kablam! | Oct 13 13:13:42.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.074 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.074 INFO kablam! | Oct 13 13:13:42.074 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.074 INFO kablam! | Oct 13 13:13:42.074 INFO kablam! Oct 13 13:13:42.081 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.081 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.081 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.081 INFO kablam! ... Oct 13 13:13:42.081 INFO kablam! 2441 | rt_realloc!(rt_pow2_65536bytes_8align_realloc, 65536, 8); Oct 13 13:13:42.081 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! Oct 13 13:13:42.081 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.081 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.081 INFO kablam! | ^^^^^ Oct 13 13:13:42.081 INFO kablam! ... Oct 13 13:13:42.081 INFO kablam! 2454 | rt_realloc!(rt_pow2_131072bytes_8align_realloc, 131072, 8); Oct 13 13:13:42.081 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! Oct 13 13:13:42.081 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.081 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.081 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.081 INFO kablam! ... Oct 13 13:13:42.081 INFO kablam! 2454 | rt_realloc!(rt_pow2_131072bytes_8align_realloc, 131072, 8); Oct 13 13:13:42.081 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! Oct 13 13:13:42.081 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.081 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.081 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.081 INFO kablam! ... Oct 13 13:13:42.081 INFO kablam! 2454 | rt_realloc!(rt_pow2_131072bytes_8align_realloc, 131072, 8); Oct 13 13:13:42.081 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! Oct 13 13:13:42.081 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.081 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.081 INFO kablam! | ^^^^^ Oct 13 13:13:42.081 INFO kablam! ... Oct 13 13:13:42.081 INFO kablam! 2467 | rt_realloc!(rt_pow2_4194304bytes_8align_realloc, 4194304, 8); Oct 13 13:13:42.081 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! Oct 13 13:13:42.081 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.081 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.081 INFO kablam! | Oct 13 13:13:42.081 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.081 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.081 INFO kablam! ... Oct 13 13:13:42.081 INFO kablam! 2467 | rt_realloc!(rt_pow2_4194304bytes_8align_realloc, 4194304, 8); Oct 13 13:13:42.082 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.082 INFO kablam! | Oct 13 13:13:42.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.082 INFO kablam! | Oct 13 13:13:42.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.082 INFO kablam! | Oct 13 13:13:42.082 INFO kablam! Oct 13 13:13:42.082 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.082 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.082 INFO kablam! | Oct 13 13:13:42.082 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.082 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.082 INFO kablam! ... Oct 13 13:13:42.082 INFO kablam! 2467 | rt_realloc!(rt_pow2_4194304bytes_8align_realloc, 4194304, 8); Oct 13 13:13:42.082 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.082 INFO kablam! | Oct 13 13:13:42.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.082 INFO kablam! | Oct 13 13:13:42.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.082 INFO kablam! | Oct 13 13:13:42.082 INFO kablam! Oct 13 13:13:42.082 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.082 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.082 INFO kablam! | Oct 13 13:13:42.082 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.082 INFO kablam! | ^^^^^ Oct 13 13:13:42.082 INFO kablam! ... Oct 13 13:13:42.082 INFO kablam! 2481 | rt_realloc!(rt_even_10bytes_8align_realloc, 10, 8); Oct 13 13:13:42.082 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.082 INFO kablam! | Oct 13 13:13:42.082 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.082 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.082 INFO kablam! | Oct 13 13:13:42.082 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.082 INFO kablam! | Oct 13 13:13:42.082 INFO kablam! Oct 13 13:13:42.088 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.088 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.088 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.089 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.089 INFO kablam! ... Oct 13 13:13:42.089 INFO kablam! 2481 | rt_realloc!(rt_even_10bytes_8align_realloc, 10, 8); Oct 13 13:13:42.089 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! Oct 13 13:13:42.089 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.089 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.089 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.089 INFO kablam! ... Oct 13 13:13:42.089 INFO kablam! 2481 | rt_realloc!(rt_even_10bytes_8align_realloc, 10, 8); Oct 13 13:13:42.089 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! Oct 13 13:13:42.089 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.089 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.089 INFO kablam! | ^^^^^ Oct 13 13:13:42.089 INFO kablam! ... Oct 13 13:13:42.089 INFO kablam! 2494 | rt_realloc!(rt_even_100bytes_8align_realloc, 100, 8); Oct 13 13:13:42.089 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! Oct 13 13:13:42.089 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.089 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.089 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.089 INFO kablam! ... Oct 13 13:13:42.089 INFO kablam! 2494 | rt_realloc!(rt_even_100bytes_8align_realloc, 100, 8); Oct 13 13:13:42.089 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! Oct 13 13:13:42.089 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.089 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.089 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.089 INFO kablam! ... Oct 13 13:13:42.089 INFO kablam! 2494 | rt_realloc!(rt_even_100bytes_8align_realloc, 100, 8); Oct 13 13:13:42.089 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! Oct 13 13:13:42.089 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.089 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.089 INFO kablam! | ^^^^^ Oct 13 13:13:42.089 INFO kablam! ... Oct 13 13:13:42.089 INFO kablam! 2507 | rt_realloc!(rt_even_1000bytes_8align_realloc, 1000, 8); Oct 13 13:13:42.089 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.089 INFO kablam! | Oct 13 13:13:42.089 INFO kablam! Oct 13 13:13:42.089 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.090 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.090 INFO kablam! | Oct 13 13:13:42.090 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.090 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.090 INFO kablam! ... Oct 13 13:13:42.090 INFO kablam! 2507 | rt_realloc!(rt_even_1000bytes_8align_realloc, 1000, 8); Oct 13 13:13:42.090 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.090 INFO kablam! | Oct 13 13:13:42.090 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.090 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.090 INFO kablam! | Oct 13 13:13:42.090 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.090 INFO kablam! | Oct 13 13:13:42.090 INFO kablam! Oct 13 13:13:42.097 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.097 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.097 INFO kablam! | Oct 13 13:13:42.097 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.097 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.097 INFO kablam! ... Oct 13 13:13:42.097 INFO kablam! 2507 | rt_realloc!(rt_even_1000bytes_8align_realloc, 1000, 8); Oct 13 13:13:42.097 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.097 INFO kablam! | Oct 13 13:13:42.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.097 INFO kablam! | Oct 13 13:13:42.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.097 INFO kablam! | Oct 13 13:13:42.097 INFO kablam! Oct 13 13:13:42.097 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.097 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.097 INFO kablam! | Oct 13 13:13:42.097 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.097 INFO kablam! | ^^^^^ Oct 13 13:13:42.097 INFO kablam! ... Oct 13 13:13:42.097 INFO kablam! 2520 | rt_realloc!(rt_even_10000bytes_8align_realloc, 10000, 8); Oct 13 13:13:42.097 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.097 INFO kablam! | Oct 13 13:13:42.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.097 INFO kablam! | Oct 13 13:13:42.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.097 INFO kablam! | Oct 13 13:13:42.097 INFO kablam! Oct 13 13:13:42.097 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.097 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.097 INFO kablam! | Oct 13 13:13:42.097 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.097 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.097 INFO kablam! ... Oct 13 13:13:42.097 INFO kablam! 2520 | rt_realloc!(rt_even_10000bytes_8align_realloc, 10000, 8); Oct 13 13:13:42.097 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.097 INFO kablam! | Oct 13 13:13:42.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.097 INFO kablam! | Oct 13 13:13:42.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.097 INFO kablam! | Oct 13 13:13:42.097 INFO kablam! Oct 13 13:13:42.097 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.097 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.097 INFO kablam! | Oct 13 13:13:42.097 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.097 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.097 INFO kablam! ... Oct 13 13:13:42.097 INFO kablam! 2520 | rt_realloc!(rt_even_10000bytes_8align_realloc, 10000, 8); Oct 13 13:13:42.097 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.097 INFO kablam! | Oct 13 13:13:42.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.097 INFO kablam! | Oct 13 13:13:42.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.097 INFO kablam! | Oct 13 13:13:42.097 INFO kablam! Oct 13 13:13:42.097 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.097 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.097 INFO kablam! | Oct 13 13:13:42.097 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.097 INFO kablam! | ^^^^^ Oct 13 13:13:42.097 INFO kablam! ... Oct 13 13:13:42.097 INFO kablam! 2533 | rt_realloc!(rt_even_100000bytes_8align_realloc, 100000, 8); Oct 13 13:13:42.097 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.097 INFO kablam! | Oct 13 13:13:42.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.097 INFO kablam! | Oct 13 13:13:42.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.097 INFO kablam! | Oct 13 13:13:42.097 INFO kablam! Oct 13 13:13:42.097 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.098 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.098 INFO kablam! | Oct 13 13:13:42.098 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.098 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.098 INFO kablam! ... Oct 13 13:13:42.098 INFO kablam! 2533 | rt_realloc!(rt_even_100000bytes_8align_realloc, 100000, 8); Oct 13 13:13:42.098 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.098 INFO kablam! | Oct 13 13:13:42.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.098 INFO kablam! | Oct 13 13:13:42.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.098 INFO kablam! | Oct 13 13:13:42.098 INFO kablam! Oct 13 13:13:42.098 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.098 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.098 INFO kablam! | Oct 13 13:13:42.098 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.098 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.098 INFO kablam! ... Oct 13 13:13:42.098 INFO kablam! 2533 | rt_realloc!(rt_even_100000bytes_8align_realloc, 100000, 8); Oct 13 13:13:42.098 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.104 INFO kablam! | Oct 13 13:13:42.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.105 INFO kablam! | Oct 13 13:13:42.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.105 INFO kablam! | Oct 13 13:13:42.105 INFO kablam! Oct 13 13:13:42.105 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.105 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.105 INFO kablam! | Oct 13 13:13:42.105 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.105 INFO kablam! | ^^^^^ Oct 13 13:13:42.105 INFO kablam! ... Oct 13 13:13:42.105 INFO kablam! 2546 | rt_realloc!(rt_even_1000000bytes_8align_realloc, 1000000, 8); Oct 13 13:13:42.105 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.105 INFO kablam! | Oct 13 13:13:42.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.105 INFO kablam! | Oct 13 13:13:42.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.105 INFO kablam! | Oct 13 13:13:42.105 INFO kablam! Oct 13 13:13:42.105 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.105 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.105 INFO kablam! | Oct 13 13:13:42.105 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.105 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.105 INFO kablam! ... Oct 13 13:13:42.105 INFO kablam! 2546 | rt_realloc!(rt_even_1000000bytes_8align_realloc, 1000000, 8); Oct 13 13:13:42.105 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.105 INFO kablam! | Oct 13 13:13:42.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.105 INFO kablam! | Oct 13 13:13:42.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.105 INFO kablam! | Oct 13 13:13:42.105 INFO kablam! Oct 13 13:13:42.105 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.105 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.105 INFO kablam! | Oct 13 13:13:42.105 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.105 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.105 INFO kablam! ... Oct 13 13:13:42.105 INFO kablam! 2546 | rt_realloc!(rt_even_1000000bytes_8align_realloc, 1000000, 8); Oct 13 13:13:42.105 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.105 INFO kablam! | Oct 13 13:13:42.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.105 INFO kablam! | Oct 13 13:13:42.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.105 INFO kablam! | Oct 13 13:13:42.105 INFO kablam! Oct 13 13:13:42.105 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.105 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.105 INFO kablam! | Oct 13 13:13:42.105 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.105 INFO kablam! | ^^^^^ Oct 13 13:13:42.105 INFO kablam! ... Oct 13 13:13:42.105 INFO kablam! 2560 | rt_realloc!(rt_odd_10bytes_8align_realloc, 10- 1, 8); Oct 13 13:13:42.105 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.105 INFO kablam! | Oct 13 13:13:42.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.105 INFO kablam! | Oct 13 13:13:42.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.105 INFO kablam! | Oct 13 13:13:42.105 INFO kablam! Oct 13 13:13:42.105 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.105 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.105 INFO kablam! | Oct 13 13:13:42.105 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.105 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.105 INFO kablam! ... Oct 13 13:13:42.105 INFO kablam! 2560 | rt_realloc!(rt_odd_10bytes_8align_realloc, 10- 1, 8); Oct 13 13:13:42.105 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.112 INFO kablam! | Oct 13 13:13:42.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.112 INFO kablam! | Oct 13 13:13:42.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.112 INFO kablam! | Oct 13 13:13:42.112 INFO kablam! Oct 13 13:13:42.112 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.112 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.112 INFO kablam! | Oct 13 13:13:42.112 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.112 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.112 INFO kablam! ... Oct 13 13:13:42.113 INFO kablam! 2560 | rt_realloc!(rt_odd_10bytes_8align_realloc, 10- 1, 8); Oct 13 13:13:42.113 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.113 INFO kablam! | Oct 13 13:13:42.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.113 INFO kablam! | Oct 13 13:13:42.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.113 INFO kablam! | Oct 13 13:13:42.113 INFO kablam! Oct 13 13:13:42.113 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.113 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.113 INFO kablam! | Oct 13 13:13:42.113 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.113 INFO kablam! | ^^^^^ Oct 13 13:13:42.113 INFO kablam! ... Oct 13 13:13:42.113 INFO kablam! 2573 | rt_realloc!(rt_odd_100bytes_8align_realloc, 100- 1, 8); Oct 13 13:13:42.113 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.113 INFO kablam! | Oct 13 13:13:42.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.113 INFO kablam! | Oct 13 13:13:42.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.113 INFO kablam! | Oct 13 13:13:42.113 INFO kablam! Oct 13 13:13:42.113 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.113 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.113 INFO kablam! | Oct 13 13:13:42.113 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.113 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.113 INFO kablam! ... Oct 13 13:13:42.113 INFO kablam! 2573 | rt_realloc!(rt_odd_100bytes_8align_realloc, 100- 1, 8); Oct 13 13:13:42.113 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.113 INFO kablam! | Oct 13 13:13:42.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.113 INFO kablam! | Oct 13 13:13:42.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.113 INFO kablam! | Oct 13 13:13:42.113 INFO kablam! Oct 13 13:13:42.113 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.113 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.113 INFO kablam! | Oct 13 13:13:42.113 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.113 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.113 INFO kablam! ... Oct 13 13:13:42.113 INFO kablam! 2573 | rt_realloc!(rt_odd_100bytes_8align_realloc, 100- 1, 8); Oct 13 13:13:42.113 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.113 INFO kablam! | Oct 13 13:13:42.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.113 INFO kablam! | Oct 13 13:13:42.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.113 INFO kablam! | Oct 13 13:13:42.113 INFO kablam! Oct 13 13:13:42.120 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.120 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.120 INFO kablam! | Oct 13 13:13:42.120 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.120 INFO kablam! | ^^^^^ Oct 13 13:13:42.121 INFO kablam! ... Oct 13 13:13:42.121 INFO kablam! 2586 | rt_realloc!(rt_odd_1000bytes_8align_realloc, 1000- 1, 8); Oct 13 13:13:42.121 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! Oct 13 13:13:42.121 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.121 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.121 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.121 INFO kablam! ... Oct 13 13:13:42.121 INFO kablam! 2586 | rt_realloc!(rt_odd_1000bytes_8align_realloc, 1000- 1, 8); Oct 13 13:13:42.121 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! Oct 13 13:13:42.121 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.121 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.121 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.121 INFO kablam! ... Oct 13 13:13:42.121 INFO kablam! 2586 | rt_realloc!(rt_odd_1000bytes_8align_realloc, 1000- 1, 8); Oct 13 13:13:42.121 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! Oct 13 13:13:42.121 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.121 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.121 INFO kablam! | ^^^^^ Oct 13 13:13:42.121 INFO kablam! ... Oct 13 13:13:42.121 INFO kablam! 2599 | rt_realloc!(rt_odd_10000bytes_8align_realloc, 10000- 1, 8); Oct 13 13:13:42.121 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! Oct 13 13:13:42.121 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.121 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.121 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.121 INFO kablam! ... Oct 13 13:13:42.121 INFO kablam! 2599 | rt_realloc!(rt_odd_10000bytes_8align_realloc, 10000- 1, 8); Oct 13 13:13:42.121 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! Oct 13 13:13:42.121 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.121 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.121 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.121 INFO kablam! ... Oct 13 13:13:42.121 INFO kablam! 2599 | rt_realloc!(rt_odd_10000bytes_8align_realloc, 10000- 1, 8); Oct 13 13:13:42.121 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! Oct 13 13:13:42.121 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.121 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.121 INFO kablam! | Oct 13 13:13:42.121 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.122 INFO kablam! | ^^^^^ Oct 13 13:13:42.122 INFO kablam! ... Oct 13 13:13:42.122 INFO kablam! 2612 | rt_realloc!(rt_odd_100000bytes_8align_realloc, 100000- 1, 8); Oct 13 13:13:42.122 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.122 INFO kablam! | Oct 13 13:13:42.122 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.122 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.122 INFO kablam! | Oct 13 13:13:42.122 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.122 INFO kablam! | Oct 13 13:13:42.122 INFO kablam! Oct 13 13:13:42.124 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.124 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.124 INFO kablam! | Oct 13 13:13:42.124 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.124 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.124 INFO kablam! ... Oct 13 13:13:42.124 INFO kablam! 2612 | rt_realloc!(rt_odd_100000bytes_8align_realloc, 100000- 1, 8); Oct 13 13:13:42.124 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.124 INFO kablam! | Oct 13 13:13:42.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.124 INFO kablam! | Oct 13 13:13:42.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.124 INFO kablam! | Oct 13 13:13:42.124 INFO kablam! Oct 13 13:13:42.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.124 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.124 INFO kablam! | Oct 13 13:13:42.124 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.125 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.125 INFO kablam! ... Oct 13 13:13:42.125 INFO kablam! 2612 | rt_realloc!(rt_odd_100000bytes_8align_realloc, 100000- 1, 8); Oct 13 13:13:42.125 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.125 INFO kablam! | Oct 13 13:13:42.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.125 INFO kablam! | Oct 13 13:13:42.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.125 INFO kablam! | Oct 13 13:13:42.125 INFO kablam! Oct 13 13:13:42.125 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.125 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.125 INFO kablam! | Oct 13 13:13:42.125 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.125 INFO kablam! | ^^^^^ Oct 13 13:13:42.125 INFO kablam! ... Oct 13 13:13:42.125 INFO kablam! 2625 | rt_realloc!(rt_odd_1000000bytes_8align_realloc, 1000000- 1, 8); Oct 13 13:13:42.125 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.125 INFO kablam! | Oct 13 13:13:42.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.125 INFO kablam! | Oct 13 13:13:42.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.125 INFO kablam! | Oct 13 13:13:42.125 INFO kablam! Oct 13 13:13:42.125 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.125 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.125 INFO kablam! | Oct 13 13:13:42.125 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.125 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.125 INFO kablam! ... Oct 13 13:13:42.125 INFO kablam! 2625 | rt_realloc!(rt_odd_1000000bytes_8align_realloc, 1000000- 1, 8); Oct 13 13:13:42.125 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.125 INFO kablam! | Oct 13 13:13:42.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.125 INFO kablam! | Oct 13 13:13:42.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.125 INFO kablam! | Oct 13 13:13:42.125 INFO kablam! Oct 13 13:13:42.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.132 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.132 INFO kablam! | Oct 13 13:13:42.132 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.133 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.133 INFO kablam! ... Oct 13 13:13:42.133 INFO kablam! 2625 | rt_realloc!(rt_odd_1000000bytes_8align_realloc, 1000000- 1, 8); Oct 13 13:13:42.133 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! Oct 13 13:13:42.133 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.133 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.133 INFO kablam! | ^^^^^ Oct 13 13:13:42.133 INFO kablam! ... Oct 13 13:13:42.133 INFO kablam! 2639 | rt_realloc!(rt_primes_3bytes_8align_realloc, 3, 8); Oct 13 13:13:42.133 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! Oct 13 13:13:42.133 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.133 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.133 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.133 INFO kablam! ... Oct 13 13:13:42.133 INFO kablam! 2639 | rt_realloc!(rt_primes_3bytes_8align_realloc, 3, 8); Oct 13 13:13:42.133 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! Oct 13 13:13:42.133 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.133 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.133 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.133 INFO kablam! ... Oct 13 13:13:42.133 INFO kablam! 2639 | rt_realloc!(rt_primes_3bytes_8align_realloc, 3, 8); Oct 13 13:13:42.133 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! Oct 13 13:13:42.133 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.133 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.133 INFO kablam! | ^^^^^ Oct 13 13:13:42.133 INFO kablam! ... Oct 13 13:13:42.133 INFO kablam! 2652 | rt_realloc!(rt_primes_7bytes_8align_realloc, 7, 8); Oct 13 13:13:42.133 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! Oct 13 13:13:42.133 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.133 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.133 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.133 INFO kablam! ... Oct 13 13:13:42.133 INFO kablam! 2652 | rt_realloc!(rt_primes_7bytes_8align_realloc, 7, 8); Oct 13 13:13:42.133 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.133 INFO kablam! Oct 13 13:13:42.133 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.133 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.133 INFO kablam! | Oct 13 13:13:42.134 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.134 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.134 INFO kablam! ... Oct 13 13:13:42.134 INFO kablam! 2652 | rt_realloc!(rt_primes_7bytes_8align_realloc, 7, 8); Oct 13 13:13:42.134 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.134 INFO kablam! | Oct 13 13:13:42.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.134 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.134 INFO kablam! | Oct 13 13:13:42.134 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.134 INFO kablam! | Oct 13 13:13:42.134 INFO kablam! Oct 13 13:13:42.141 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.141 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.141 INFO kablam! | ^^^^^ Oct 13 13:13:42.141 INFO kablam! ... Oct 13 13:13:42.141 INFO kablam! 2665 | rt_realloc!(rt_primes_13bytes_8align_realloc, 13, 8); Oct 13 13:13:42.141 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! Oct 13 13:13:42.141 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.141 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.141 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.141 INFO kablam! ... Oct 13 13:13:42.141 INFO kablam! 2665 | rt_realloc!(rt_primes_13bytes_8align_realloc, 13, 8); Oct 13 13:13:42.141 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! Oct 13 13:13:42.141 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.141 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.141 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.141 INFO kablam! ... Oct 13 13:13:42.141 INFO kablam! 2665 | rt_realloc!(rt_primes_13bytes_8align_realloc, 13, 8); Oct 13 13:13:42.141 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! Oct 13 13:13:42.141 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.141 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.141 INFO kablam! | ^^^^^ Oct 13 13:13:42.141 INFO kablam! ... Oct 13 13:13:42.141 INFO kablam! 2678 | rt_realloc!(rt_primes_17bytes_8align_realloc, 17, 8); Oct 13 13:13:42.141 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! Oct 13 13:13:42.141 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.141 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.141 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.141 INFO kablam! ... Oct 13 13:13:42.141 INFO kablam! 2678 | rt_realloc!(rt_primes_17bytes_8align_realloc, 17, 8); Oct 13 13:13:42.141 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! Oct 13 13:13:42.141 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.141 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.141 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.141 INFO kablam! ... Oct 13 13:13:42.141 INFO kablam! 2678 | rt_realloc!(rt_primes_17bytes_8align_realloc, 17, 8); Oct 13 13:13:42.141 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.141 INFO kablam! | Oct 13 13:13:42.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.142 INFO kablam! | Oct 13 13:13:42.142 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.142 INFO kablam! | Oct 13 13:13:42.142 INFO kablam! Oct 13 13:13:42.142 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.142 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.142 INFO kablam! | Oct 13 13:13:42.142 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.142 INFO kablam! | ^^^^^ Oct 13 13:13:42.142 INFO kablam! ... Oct 13 13:13:42.142 INFO kablam! 2691 | rt_realloc!(rt_primes_31bytes_8align_realloc, 31, 8); Oct 13 13:13:42.142 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.142 INFO kablam! | Oct 13 13:13:42.142 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.142 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.142 INFO kablam! | Oct 13 13:13:42.142 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.142 INFO kablam! | Oct 13 13:13:42.142 INFO kablam! Oct 13 13:13:42.142 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.142 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.142 INFO kablam! | Oct 13 13:13:42.142 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.142 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.142 INFO kablam! ... Oct 13 13:13:42.142 INFO kablam! 2691 | rt_realloc!(rt_primes_31bytes_8align_realloc, 31, 8); Oct 13 13:13:42.142 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.142 INFO kablam! | Oct 13 13:13:42.142 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.142 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.142 INFO kablam! | Oct 13 13:13:42.142 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.142 INFO kablam! | Oct 13 13:13:42.142 INFO kablam! Oct 13 13:13:42.148 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.148 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.148 INFO kablam! | Oct 13 13:13:42.148 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.148 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.148 INFO kablam! ... Oct 13 13:13:42.149 INFO kablam! 2691 | rt_realloc!(rt_primes_31bytes_8align_realloc, 31, 8); Oct 13 13:13:42.149 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! Oct 13 13:13:42.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.149 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.149 INFO kablam! | ^^^^^ Oct 13 13:13:42.149 INFO kablam! ... Oct 13 13:13:42.149 INFO kablam! 2704 | rt_realloc!(rt_primes_61bytes_8align_realloc, 61, 8); Oct 13 13:13:42.149 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! Oct 13 13:13:42.149 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.149 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.149 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.149 INFO kablam! ... Oct 13 13:13:42.149 INFO kablam! 2704 | rt_realloc!(rt_primes_61bytes_8align_realloc, 61, 8); Oct 13 13:13:42.149 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! Oct 13 13:13:42.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.149 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.149 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.149 INFO kablam! ... Oct 13 13:13:42.149 INFO kablam! 2704 | rt_realloc!(rt_primes_61bytes_8align_realloc, 61, 8); Oct 13 13:13:42.149 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! Oct 13 13:13:42.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.149 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.149 INFO kablam! | ^^^^^ Oct 13 13:13:42.149 INFO kablam! ... Oct 13 13:13:42.149 INFO kablam! 2717 | rt_realloc!(rt_primes_96bytes_8align_realloc, 96, 8); Oct 13 13:13:42.149 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! Oct 13 13:13:42.149 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.149 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.149 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.149 INFO kablam! ... Oct 13 13:13:42.149 INFO kablam! 2717 | rt_realloc!(rt_primes_96bytes_8align_realloc, 96, 8); Oct 13 13:13:42.149 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.149 INFO kablam! | Oct 13 13:13:42.149 INFO kablam! Oct 13 13:13:42.156 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.156 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.156 INFO kablam! | Oct 13 13:13:42.156 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.157 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.157 INFO kablam! ... Oct 13 13:13:42.157 INFO kablam! 2717 | rt_realloc!(rt_primes_96bytes_8align_realloc, 96, 8); Oct 13 13:13:42.157 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! Oct 13 13:13:42.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.157 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.157 INFO kablam! | ^^^^^ Oct 13 13:13:42.157 INFO kablam! ... Oct 13 13:13:42.157 INFO kablam! 2730 | rt_realloc!(rt_primes_127bytes_8align_realloc, 127, 8); Oct 13 13:13:42.157 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! Oct 13 13:13:42.157 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.157 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.157 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.157 INFO kablam! ... Oct 13 13:13:42.157 INFO kablam! 2730 | rt_realloc!(rt_primes_127bytes_8align_realloc, 127, 8); Oct 13 13:13:42.157 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! Oct 13 13:13:42.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.157 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.157 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.157 INFO kablam! ... Oct 13 13:13:42.157 INFO kablam! 2730 | rt_realloc!(rt_primes_127bytes_8align_realloc, 127, 8); Oct 13 13:13:42.157 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! Oct 13 13:13:42.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.157 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.157 INFO kablam! | ^^^^^ Oct 13 13:13:42.157 INFO kablam! ... Oct 13 13:13:42.157 INFO kablam! 2743 | rt_realloc!(rt_primes_257bytes_8align_realloc, 257, 8); Oct 13 13:13:42.157 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! Oct 13 13:13:42.157 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.157 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.157 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.157 INFO kablam! ... Oct 13 13:13:42.157 INFO kablam! 2743 | rt_realloc!(rt_primes_257bytes_8align_realloc, 257, 8); Oct 13 13:13:42.157 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! Oct 13 13:13:42.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.157 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.157 INFO kablam! | Oct 13 13:13:42.157 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.157 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.157 INFO kablam! ... Oct 13 13:13:42.158 INFO kablam! 2743 | rt_realloc!(rt_primes_257bytes_8align_realloc, 257, 8); Oct 13 13:13:42.158 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.158 INFO kablam! | Oct 13 13:13:42.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.158 INFO kablam! | Oct 13 13:13:42.158 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.158 INFO kablam! | Oct 13 13:13:42.158 INFO kablam! Oct 13 13:13:42.164 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.165 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.165 INFO kablam! | ^^^^^ Oct 13 13:13:42.165 INFO kablam! ... Oct 13 13:13:42.165 INFO kablam! 2756 | rt_realloc!(rt_primes_509bytes_8align_realloc, 509, 8); Oct 13 13:13:42.165 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! Oct 13 13:13:42.165 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.165 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.165 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.165 INFO kablam! ... Oct 13 13:13:42.165 INFO kablam! 2756 | rt_realloc!(rt_primes_509bytes_8align_realloc, 509, 8); Oct 13 13:13:42.165 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! Oct 13 13:13:42.165 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.165 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.165 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.165 INFO kablam! ... Oct 13 13:13:42.165 INFO kablam! 2756 | rt_realloc!(rt_primes_509bytes_8align_realloc, 509, 8); Oct 13 13:13:42.165 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! Oct 13 13:13:42.165 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.165 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.165 INFO kablam! | ^^^^^ Oct 13 13:13:42.165 INFO kablam! ... Oct 13 13:13:42.165 INFO kablam! 2769 | rt_realloc!(rt_primes_1021bytes_8align_realloc, 1021, 8); Oct 13 13:13:42.165 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! Oct 13 13:13:42.165 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.165 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.165 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.165 INFO kablam! ... Oct 13 13:13:42.165 INFO kablam! 2769 | rt_realloc!(rt_primes_1021bytes_8align_realloc, 1021, 8); Oct 13 13:13:42.165 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! Oct 13 13:13:42.165 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.165 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.165 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.165 INFO kablam! ... Oct 13 13:13:42.165 INFO kablam! 2769 | rt_realloc!(rt_primes_1021bytes_8align_realloc, 1021, 8); Oct 13 13:13:42.165 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.165 INFO kablam! | Oct 13 13:13:42.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.166 INFO kablam! | Oct 13 13:13:42.166 INFO kablam! Oct 13 13:13:42.166 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.166 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.166 INFO kablam! | Oct 13 13:13:42.166 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.166 INFO kablam! | ^^^^^ Oct 13 13:13:42.166 INFO kablam! ... Oct 13 13:13:42.166 INFO kablam! 2782 | rt_realloc!(rt_primes_2039bytes_8align_realloc, 2039, 8); Oct 13 13:13:42.166 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.166 INFO kablam! | Oct 13 13:13:42.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.166 INFO kablam! | Oct 13 13:13:42.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.166 INFO kablam! | Oct 13 13:13:42.166 INFO kablam! Oct 13 13:13:42.166 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.166 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.166 INFO kablam! | Oct 13 13:13:42.166 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.166 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.166 INFO kablam! ... Oct 13 13:13:42.166 INFO kablam! 2782 | rt_realloc!(rt_primes_2039bytes_8align_realloc, 2039, 8); Oct 13 13:13:42.166 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.166 INFO kablam! | Oct 13 13:13:42.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.166 INFO kablam! | Oct 13 13:13:42.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.166 INFO kablam! | Oct 13 13:13:42.166 INFO kablam! Oct 13 13:13:42.172 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.173 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.173 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.173 INFO kablam! ... Oct 13 13:13:42.173 INFO kablam! 2782 | rt_realloc!(rt_primes_2039bytes_8align_realloc, 2039, 8); Oct 13 13:13:42.173 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! Oct 13 13:13:42.173 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.173 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.173 INFO kablam! | ^^^^^ Oct 13 13:13:42.173 INFO kablam! ... Oct 13 13:13:42.173 INFO kablam! 2795 | rt_realloc!(rt_primes_4093bytes_8align_realloc, 4093, 8); Oct 13 13:13:42.173 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! Oct 13 13:13:42.173 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.173 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.173 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.173 INFO kablam! ... Oct 13 13:13:42.173 INFO kablam! 2795 | rt_realloc!(rt_primes_4093bytes_8align_realloc, 4093, 8); Oct 13 13:13:42.173 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! Oct 13 13:13:42.173 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.173 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.173 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.173 INFO kablam! ... Oct 13 13:13:42.173 INFO kablam! 2795 | rt_realloc!(rt_primes_4093bytes_8align_realloc, 4093, 8); Oct 13 13:13:42.173 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! Oct 13 13:13:42.173 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.173 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.173 INFO kablam! | ^^^^^ Oct 13 13:13:42.173 INFO kablam! ... Oct 13 13:13:42.173 INFO kablam! 2808 | rt_realloc!(rt_primes_8191bytes_8align_realloc, 8191, 8); Oct 13 13:13:42.173 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! Oct 13 13:13:42.173 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.173 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.173 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.173 INFO kablam! ... Oct 13 13:13:42.173 INFO kablam! 2808 | rt_realloc!(rt_primes_8191bytes_8align_realloc, 8191, 8); Oct 13 13:13:42.173 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.173 INFO kablam! | Oct 13 13:13:42.174 INFO kablam! Oct 13 13:13:42.174 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.174 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.174 INFO kablam! | Oct 13 13:13:42.174 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.174 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.174 INFO kablam! ... Oct 13 13:13:42.174 INFO kablam! 2808 | rt_realloc!(rt_primes_8191bytes_8align_realloc, 8191, 8); Oct 13 13:13:42.174 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.174 INFO kablam! | Oct 13 13:13:42.174 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.174 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.174 INFO kablam! | Oct 13 13:13:42.174 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.174 INFO kablam! | Oct 13 13:13:42.174 INFO kablam! Oct 13 13:13:42.174 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.174 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.174 INFO kablam! | Oct 13 13:13:42.174 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.174 INFO kablam! | ^^^^^ Oct 13 13:13:42.174 INFO kablam! ... Oct 13 13:13:42.174 INFO kablam! 2821 | rt_realloc!(rt_primes_16381bytes_8align_realloc, 16381, 8); Oct 13 13:13:42.174 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.174 INFO kablam! | Oct 13 13:13:42.174 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.174 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.174 INFO kablam! | Oct 13 13:13:42.174 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.174 INFO kablam! | Oct 13 13:13:42.174 INFO kablam! Oct 13 13:13:42.177 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.177 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.177 INFO kablam! | Oct 13 13:13:42.177 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.177 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.177 INFO kablam! ... Oct 13 13:13:42.177 INFO kablam! 2821 | rt_realloc!(rt_primes_16381bytes_8align_realloc, 16381, 8); Oct 13 13:13:42.177 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.177 INFO kablam! | Oct 13 13:13:42.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.177 INFO kablam! | Oct 13 13:13:42.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.177 INFO kablam! | Oct 13 13:13:42.177 INFO kablam! Oct 13 13:13:42.177 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.177 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.177 INFO kablam! | Oct 13 13:13:42.177 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.177 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.177 INFO kablam! ... Oct 13 13:13:42.177 INFO kablam! 2821 | rt_realloc!(rt_primes_16381bytes_8align_realloc, 16381, 8); Oct 13 13:13:42.177 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.177 INFO kablam! | Oct 13 13:13:42.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.177 INFO kablam! | Oct 13 13:13:42.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.177 INFO kablam! | Oct 13 13:13:42.177 INFO kablam! Oct 13 13:13:42.177 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.177 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.177 INFO kablam! | Oct 13 13:13:42.177 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.177 INFO kablam! | ^^^^^ Oct 13 13:13:42.177 INFO kablam! ... Oct 13 13:13:42.177 INFO kablam! 2834 | rt_realloc!(rt_primes_32749bytes_8align_realloc, 32749, 8); Oct 13 13:13:42.177 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.177 INFO kablam! | Oct 13 13:13:42.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.177 INFO kablam! | Oct 13 13:13:42.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.177 INFO kablam! | Oct 13 13:13:42.177 INFO kablam! Oct 13 13:13:42.177 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.177 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.177 INFO kablam! | Oct 13 13:13:42.177 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.177 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.177 INFO kablam! ... Oct 13 13:13:42.177 INFO kablam! 2834 | rt_realloc!(rt_primes_32749bytes_8align_realloc, 32749, 8); Oct 13 13:13:42.177 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.177 INFO kablam! | Oct 13 13:13:42.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.178 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.178 INFO kablam! | Oct 13 13:13:42.178 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.178 INFO kablam! | Oct 13 13:13:42.178 INFO kablam! Oct 13 13:13:42.180 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.180 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.180 INFO kablam! | Oct 13 13:13:42.180 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.180 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.180 INFO kablam! ... Oct 13 13:13:42.180 INFO kablam! 2834 | rt_realloc!(rt_primes_32749bytes_8align_realloc, 32749, 8); Oct 13 13:13:42.180 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.180 INFO kablam! | Oct 13 13:13:42.180 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.180 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.180 INFO kablam! | Oct 13 13:13:42.180 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.180 INFO kablam! | Oct 13 13:13:42.180 INFO kablam! Oct 13 13:13:42.180 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.180 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.180 INFO kablam! | Oct 13 13:13:42.180 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.181 INFO kablam! | ^^^^^ Oct 13 13:13:42.181 INFO kablam! ... Oct 13 13:13:42.181 INFO kablam! 2847 | rt_realloc!(rt_primes_65537bytes_8align_realloc, 65537, 8); Oct 13 13:13:42.181 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.181 INFO kablam! | Oct 13 13:13:42.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.181 INFO kablam! | Oct 13 13:13:42.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.181 INFO kablam! | Oct 13 13:13:42.181 INFO kablam! Oct 13 13:13:42.181 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.181 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.181 INFO kablam! | Oct 13 13:13:42.181 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.181 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.181 INFO kablam! ... Oct 13 13:13:42.181 INFO kablam! 2847 | rt_realloc!(rt_primes_65537bytes_8align_realloc, 65537, 8); Oct 13 13:13:42.181 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.181 INFO kablam! | Oct 13 13:13:42.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.181 INFO kablam! | Oct 13 13:13:42.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.181 INFO kablam! | Oct 13 13:13:42.181 INFO kablam! Oct 13 13:13:42.181 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.181 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.181 INFO kablam! | Oct 13 13:13:42.181 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.181 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.181 INFO kablam! ... Oct 13 13:13:42.181 INFO kablam! 2847 | rt_realloc!(rt_primes_65537bytes_8align_realloc, 65537, 8); Oct 13 13:13:42.181 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.181 INFO kablam! | Oct 13 13:13:42.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.181 INFO kablam! | Oct 13 13:13:42.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.181 INFO kablam! | Oct 13 13:13:42.181 INFO kablam! Oct 13 13:13:42.183 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.183 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.183 INFO kablam! | Oct 13 13:13:42.183 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.183 INFO kablam! | ^^^^^ Oct 13 13:13:42.183 INFO kablam! ... Oct 13 13:13:42.183 INFO kablam! 2860 | rt_realloc!(rt_primes_131071bytes_8align_realloc, 131071, 8); Oct 13 13:13:42.183 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.183 INFO kablam! | Oct 13 13:13:42.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.183 INFO kablam! | Oct 13 13:13:42.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.183 INFO kablam! | Oct 13 13:13:42.183 INFO kablam! Oct 13 13:13:42.183 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.183 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.183 INFO kablam! | Oct 13 13:13:42.183 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.183 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.183 INFO kablam! ... Oct 13 13:13:42.183 INFO kablam! 2860 | rt_realloc!(rt_primes_131071bytes_8align_realloc, 131071, 8); Oct 13 13:13:42.183 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.183 INFO kablam! | Oct 13 13:13:42.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.183 INFO kablam! | Oct 13 13:13:42.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.183 INFO kablam! | Oct 13 13:13:42.183 INFO kablam! Oct 13 13:13:42.183 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.183 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.183 INFO kablam! | Oct 13 13:13:42.183 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.183 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.183 INFO kablam! ... Oct 13 13:13:42.183 INFO kablam! 2860 | rt_realloc!(rt_primes_131071bytes_8align_realloc, 131071, 8); Oct 13 13:13:42.183 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.183 INFO kablam! | Oct 13 13:13:42.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.183 INFO kablam! | Oct 13 13:13:42.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.183 INFO kablam! | Oct 13 13:13:42.184 INFO kablam! Oct 13 13:13:42.188 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.188 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.188 INFO kablam! | Oct 13 13:13:42.188 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.188 INFO kablam! | ^^^^^ Oct 13 13:13:42.188 INFO kablam! ... Oct 13 13:13:42.188 INFO kablam! 2873 | rt_realloc!(rt_primes_4194301bytes_8align_realloc, 4194301, 8); Oct 13 13:13:42.188 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.188 INFO kablam! | Oct 13 13:13:42.188 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.188 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.188 INFO kablam! | Oct 13 13:13:42.188 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.188 INFO kablam! | Oct 13 13:13:42.188 INFO kablam! Oct 13 13:13:42.188 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.188 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.188 INFO kablam! | Oct 13 13:13:42.188 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.188 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.188 INFO kablam! ... Oct 13 13:13:42.188 INFO kablam! 2873 | rt_realloc!(rt_primes_4194301bytes_8align_realloc, 4194301, 8); Oct 13 13:13:42.188 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.188 INFO kablam! | Oct 13 13:13:42.188 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.188 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.188 INFO kablam! | Oct 13 13:13:42.188 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.188 INFO kablam! | Oct 13 13:13:42.188 INFO kablam! Oct 13 13:13:42.188 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.188 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.188 INFO kablam! | Oct 13 13:13:42.188 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.188 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.188 INFO kablam! ... Oct 13 13:13:42.188 INFO kablam! 2873 | rt_realloc!(rt_primes_4194301bytes_8align_realloc, 4194301, 8); Oct 13 13:13:42.188 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.188 INFO kablam! | Oct 13 13:13:42.188 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.188 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.188 INFO kablam! | Oct 13 13:13:42.188 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.188 INFO kablam! | Oct 13 13:13:42.188 INFO kablam! Oct 13 13:13:42.188 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.188 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.189 INFO kablam! | Oct 13 13:13:42.189 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.189 INFO kablam! | ^^^^^ Oct 13 13:13:42.189 INFO kablam! ... Oct 13 13:13:42.189 INFO kablam! 2889 | rt_realloc!(rt_pow2_1bytes_16align_realloc, 1, 16); Oct 13 13:13:42.189 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.189 INFO kablam! | Oct 13 13:13:42.189 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.189 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.189 INFO kablam! | Oct 13 13:13:42.189 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.189 INFO kablam! | Oct 13 13:13:42.189 INFO kablam! Oct 13 13:13:42.193 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.193 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.193 INFO kablam! | Oct 13 13:13:42.193 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.193 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.193 INFO kablam! ... Oct 13 13:13:42.193 INFO kablam! 2889 | rt_realloc!(rt_pow2_1bytes_16align_realloc, 1, 16); Oct 13 13:13:42.193 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.193 INFO kablam! | Oct 13 13:13:42.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.193 INFO kablam! | Oct 13 13:13:42.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.193 INFO kablam! | Oct 13 13:13:42.193 INFO kablam! Oct 13 13:13:42.193 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.193 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.193 INFO kablam! | Oct 13 13:13:42.193 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.193 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.193 INFO kablam! ... Oct 13 13:13:42.193 INFO kablam! 2889 | rt_realloc!(rt_pow2_1bytes_16align_realloc, 1, 16); Oct 13 13:13:42.193 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.193 INFO kablam! | Oct 13 13:13:42.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.194 INFO kablam! | Oct 13 13:13:42.194 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.194 INFO kablam! | Oct 13 13:13:42.194 INFO kablam! Oct 13 13:13:42.200 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.200 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.200 INFO kablam! | Oct 13 13:13:42.200 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.200 INFO kablam! | ^^^^^ Oct 13 13:13:42.200 INFO kablam! ... Oct 13 13:13:42.200 INFO kablam! 2902 | rt_realloc!(rt_pow2_2bytes_16align_realloc, 2, 16); Oct 13 13:13:42.200 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.200 INFO kablam! | Oct 13 13:13:42.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.200 INFO kablam! | Oct 13 13:13:42.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.200 INFO kablam! | Oct 13 13:13:42.200 INFO kablam! Oct 13 13:13:42.200 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.200 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.200 INFO kablam! | Oct 13 13:13:42.200 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.200 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.200 INFO kablam! ... Oct 13 13:13:42.200 INFO kablam! 2902 | rt_realloc!(rt_pow2_2bytes_16align_realloc, 2, 16); Oct 13 13:13:42.200 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.200 INFO kablam! | Oct 13 13:13:42.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.200 INFO kablam! | Oct 13 13:13:42.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.200 INFO kablam! | Oct 13 13:13:42.200 INFO kablam! Oct 13 13:13:42.200 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.200 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.200 INFO kablam! | Oct 13 13:13:42.200 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.200 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.200 INFO kablam! ... Oct 13 13:13:42.200 INFO kablam! 2902 | rt_realloc!(rt_pow2_2bytes_16align_realloc, 2, 16); Oct 13 13:13:42.200 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.200 INFO kablam! | Oct 13 13:13:42.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.200 INFO kablam! | Oct 13 13:13:42.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.200 INFO kablam! | Oct 13 13:13:42.200 INFO kablam! Oct 13 13:13:42.200 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.200 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.200 INFO kablam! | Oct 13 13:13:42.200 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.201 INFO kablam! | ^^^^^ Oct 13 13:13:42.201 INFO kablam! ... Oct 13 13:13:42.201 INFO kablam! 2915 | rt_realloc!(rt_pow2_4bytes_16align_realloc, 4, 16); Oct 13 13:13:42.201 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.201 INFO kablam! | Oct 13 13:13:42.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.201 INFO kablam! | Oct 13 13:13:42.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.201 INFO kablam! | Oct 13 13:13:42.201 INFO kablam! Oct 13 13:13:42.204 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.204 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.204 INFO kablam! | Oct 13 13:13:42.204 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.204 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.204 INFO kablam! ... Oct 13 13:13:42.204 INFO kablam! 2915 | rt_realloc!(rt_pow2_4bytes_16align_realloc, 4, 16); Oct 13 13:13:42.204 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.204 INFO kablam! | Oct 13 13:13:42.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.204 INFO kablam! | Oct 13 13:13:42.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.204 INFO kablam! | Oct 13 13:13:42.204 INFO kablam! Oct 13 13:13:42.204 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.205 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.205 INFO kablam! | Oct 13 13:13:42.205 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.205 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.205 INFO kablam! ... Oct 13 13:13:42.205 INFO kablam! 2915 | rt_realloc!(rt_pow2_4bytes_16align_realloc, 4, 16); Oct 13 13:13:42.205 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.205 INFO kablam! | Oct 13 13:13:42.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.205 INFO kablam! | Oct 13 13:13:42.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.205 INFO kablam! | Oct 13 13:13:42.205 INFO kablam! Oct 13 13:13:42.205 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.205 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.205 INFO kablam! | Oct 13 13:13:42.205 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.205 INFO kablam! | ^^^^^ Oct 13 13:13:42.205 INFO kablam! ... Oct 13 13:13:42.205 INFO kablam! 2928 | rt_realloc!(rt_pow2_8bytes_16align_realloc, 8, 16); Oct 13 13:13:42.205 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.205 INFO kablam! | Oct 13 13:13:42.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.205 INFO kablam! | Oct 13 13:13:42.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.205 INFO kablam! | Oct 13 13:13:42.205 INFO kablam! Oct 13 13:13:42.205 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.205 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.205 INFO kablam! | Oct 13 13:13:42.205 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.205 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.205 INFO kablam! ... Oct 13 13:13:42.205 INFO kablam! 2928 | rt_realloc!(rt_pow2_8bytes_16align_realloc, 8, 16); Oct 13 13:13:42.205 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.205 INFO kablam! | Oct 13 13:13:42.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.205 INFO kablam! | Oct 13 13:13:42.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.205 INFO kablam! | Oct 13 13:13:42.205 INFO kablam! Oct 13 13:13:42.205 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.205 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.205 INFO kablam! | Oct 13 13:13:42.205 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.205 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.205 INFO kablam! ... Oct 13 13:13:42.205 INFO kablam! 2928 | rt_realloc!(rt_pow2_8bytes_16align_realloc, 8, 16); Oct 13 13:13:42.205 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.205 INFO kablam! | Oct 13 13:13:42.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.205 INFO kablam! | Oct 13 13:13:42.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.205 INFO kablam! | Oct 13 13:13:42.205 INFO kablam! Oct 13 13:13:42.205 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.205 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.205 INFO kablam! | Oct 13 13:13:42.205 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.205 INFO kablam! | ^^^^^ Oct 13 13:13:42.205 INFO kablam! ... Oct 13 13:13:42.205 INFO kablam! 2941 | rt_realloc!(rt_pow2_16bytes_16align_realloc, 16, 16); Oct 13 13:13:42.205 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.208 INFO kablam! | Oct 13 13:13:42.208 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.208 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.208 INFO kablam! | Oct 13 13:13:42.208 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.208 INFO kablam! | Oct 13 13:13:42.208 INFO kablam! Oct 13 13:13:42.208 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.208 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.208 INFO kablam! | Oct 13 13:13:42.208 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.208 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.208 INFO kablam! ... Oct 13 13:13:42.208 INFO kablam! 2941 | rt_realloc!(rt_pow2_16bytes_16align_realloc, 16, 16); Oct 13 13:13:42.208 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.209 INFO kablam! | Oct 13 13:13:42.209 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.209 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.209 INFO kablam! | Oct 13 13:13:42.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.209 INFO kablam! | Oct 13 13:13:42.209 INFO kablam! Oct 13 13:13:42.209 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.209 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.209 INFO kablam! | Oct 13 13:13:42.209 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.209 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.209 INFO kablam! ... Oct 13 13:13:42.209 INFO kablam! 2941 | rt_realloc!(rt_pow2_16bytes_16align_realloc, 16, 16); Oct 13 13:13:42.209 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.209 INFO kablam! | Oct 13 13:13:42.209 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.209 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.209 INFO kablam! | Oct 13 13:13:42.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.209 INFO kablam! | Oct 13 13:13:42.209 INFO kablam! Oct 13 13:13:42.209 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.209 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.209 INFO kablam! | Oct 13 13:13:42.209 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.209 INFO kablam! | ^^^^^ Oct 13 13:13:42.209 INFO kablam! ... Oct 13 13:13:42.209 INFO kablam! 2954 | rt_realloc!(rt_pow2_32bytes_16align_realloc, 32, 16); Oct 13 13:13:42.209 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.209 INFO kablam! | Oct 13 13:13:42.209 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.209 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.209 INFO kablam! | Oct 13 13:13:42.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.209 INFO kablam! | Oct 13 13:13:42.209 INFO kablam! Oct 13 13:13:42.212 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.212 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.212 INFO kablam! | Oct 13 13:13:42.212 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.212 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.212 INFO kablam! ... Oct 13 13:13:42.212 INFO kablam! 2954 | rt_realloc!(rt_pow2_32bytes_16align_realloc, 32, 16); Oct 13 13:13:42.212 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.212 INFO kablam! | Oct 13 13:13:42.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.212 INFO kablam! | Oct 13 13:13:42.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.212 INFO kablam! | Oct 13 13:13:42.212 INFO kablam! Oct 13 13:13:42.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.212 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.212 INFO kablam! | Oct 13 13:13:42.212 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.212 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.212 INFO kablam! ... Oct 13 13:13:42.212 INFO kablam! 2954 | rt_realloc!(rt_pow2_32bytes_16align_realloc, 32, 16); Oct 13 13:13:42.212 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.212 INFO kablam! | Oct 13 13:13:42.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.213 INFO kablam! | Oct 13 13:13:42.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.213 INFO kablam! | Oct 13 13:13:42.213 INFO kablam! Oct 13 13:13:42.213 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.213 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.213 INFO kablam! | Oct 13 13:13:42.213 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.213 INFO kablam! | ^^^^^ Oct 13 13:13:42.213 INFO kablam! ... Oct 13 13:13:42.213 INFO kablam! 2967 | rt_realloc!(rt_pow2_64bytes_16align_realloc, 64, 16); Oct 13 13:13:42.213 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.213 INFO kablam! | Oct 13 13:13:42.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.213 INFO kablam! | Oct 13 13:13:42.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.213 INFO kablam! | Oct 13 13:13:42.213 INFO kablam! Oct 13 13:13:42.213 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.213 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.213 INFO kablam! | Oct 13 13:13:42.213 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.213 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.213 INFO kablam! ... Oct 13 13:13:42.213 INFO kablam! 2967 | rt_realloc!(rt_pow2_64bytes_16align_realloc, 64, 16); Oct 13 13:13:42.213 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.220 INFO kablam! | Oct 13 13:13:42.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.220 INFO kablam! | Oct 13 13:13:42.220 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.220 INFO kablam! | Oct 13 13:13:42.220 INFO kablam! Oct 13 13:13:42.220 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.220 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.220 INFO kablam! | Oct 13 13:13:42.220 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.220 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.220 INFO kablam! ... Oct 13 13:13:42.220 INFO kablam! 2967 | rt_realloc!(rt_pow2_64bytes_16align_realloc, 64, 16); Oct 13 13:13:42.220 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.220 INFO kablam! | Oct 13 13:13:42.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.220 INFO kablam! | Oct 13 13:13:42.220 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.220 INFO kablam! | Oct 13 13:13:42.220 INFO kablam! Oct 13 13:13:42.220 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.220 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.220 INFO kablam! | Oct 13 13:13:42.220 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.220 INFO kablam! | ^^^^^ Oct 13 13:13:42.220 INFO kablam! ... Oct 13 13:13:42.220 INFO kablam! 2980 | rt_realloc!(rt_pow2_128bytes_16align_realloc, 128, 16); Oct 13 13:13:42.220 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.220 INFO kablam! | Oct 13 13:13:42.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.220 INFO kablam! | Oct 13 13:13:42.220 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.220 INFO kablam! | Oct 13 13:13:42.220 INFO kablam! Oct 13 13:13:42.220 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.220 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.220 INFO kablam! | Oct 13 13:13:42.220 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.220 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.220 INFO kablam! ... Oct 13 13:13:42.220 INFO kablam! 2980 | rt_realloc!(rt_pow2_128bytes_16align_realloc, 128, 16); Oct 13 13:13:42.220 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.220 INFO kablam! | Oct 13 13:13:42.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.220 INFO kablam! | Oct 13 13:13:42.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.221 INFO kablam! | Oct 13 13:13:42.221 INFO kablam! Oct 13 13:13:42.221 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.221 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.221 INFO kablam! | Oct 13 13:13:42.221 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.221 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.221 INFO kablam! ... Oct 13 13:13:42.221 INFO kablam! 2980 | rt_realloc!(rt_pow2_128bytes_16align_realloc, 128, 16); Oct 13 13:13:42.221 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.221 INFO kablam! | Oct 13 13:13:42.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.221 INFO kablam! | Oct 13 13:13:42.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.221 INFO kablam! | Oct 13 13:13:42.221 INFO kablam! Oct 13 13:13:42.221 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.221 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.221 INFO kablam! | Oct 13 13:13:42.221 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.221 INFO kablam! | ^^^^^ Oct 13 13:13:42.221 INFO kablam! ... Oct 13 13:13:42.221 INFO kablam! 2993 | rt_realloc!(rt_pow2_256bytes_16align_realloc, 256, 16); Oct 13 13:13:42.221 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.221 INFO kablam! | Oct 13 13:13:42.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.221 INFO kablam! | Oct 13 13:13:42.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.221 INFO kablam! | Oct 13 13:13:42.221 INFO kablam! Oct 13 13:13:42.221 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.221 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.221 INFO kablam! | Oct 13 13:13:42.221 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.221 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.221 INFO kablam! ... Oct 13 13:13:42.221 INFO kablam! 2993 | rt_realloc!(rt_pow2_256bytes_16align_realloc, 256, 16); Oct 13 13:13:42.221 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.221 INFO kablam! | Oct 13 13:13:42.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.221 INFO kablam! | Oct 13 13:13:42.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.221 INFO kablam! | Oct 13 13:13:42.221 INFO kablam! Oct 13 13:13:42.221 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.221 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.221 INFO kablam! | Oct 13 13:13:42.221 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.221 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.221 INFO kablam! ... Oct 13 13:13:42.221 INFO kablam! 2993 | rt_realloc!(rt_pow2_256bytes_16align_realloc, 256, 16); Oct 13 13:13:42.221 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.221 INFO kablam! | Oct 13 13:13:42.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.221 INFO kablam! | Oct 13 13:13:42.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.221 INFO kablam! | Oct 13 13:13:42.221 INFO kablam! Oct 13 13:13:42.224 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.224 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.224 INFO kablam! | Oct 13 13:13:42.224 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.224 INFO kablam! | ^^^^^ Oct 13 13:13:42.224 INFO kablam! ... Oct 13 13:13:42.224 INFO kablam! 3006 | rt_realloc!(rt_pow2_512bytes_16align_realloc, 512, 16); Oct 13 13:13:42.224 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.224 INFO kablam! | Oct 13 13:13:42.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.224 INFO kablam! | Oct 13 13:13:42.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.224 INFO kablam! | Oct 13 13:13:42.224 INFO kablam! Oct 13 13:13:42.224 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.224 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.224 INFO kablam! | Oct 13 13:13:42.224 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.224 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.224 INFO kablam! ... Oct 13 13:13:42.224 INFO kablam! 3006 | rt_realloc!(rt_pow2_512bytes_16align_realloc, 512, 16); Oct 13 13:13:42.224 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.224 INFO kablam! | Oct 13 13:13:42.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.224 INFO kablam! | Oct 13 13:13:42.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.224 INFO kablam! | Oct 13 13:13:42.224 INFO kablam! Oct 13 13:13:42.224 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.225 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.225 INFO kablam! | Oct 13 13:13:42.225 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.225 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.225 INFO kablam! ... Oct 13 13:13:42.225 INFO kablam! 3006 | rt_realloc!(rt_pow2_512bytes_16align_realloc, 512, 16); Oct 13 13:13:42.225 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.225 INFO kablam! | Oct 13 13:13:42.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.225 INFO kablam! | Oct 13 13:13:42.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.225 INFO kablam! | Oct 13 13:13:42.225 INFO kablam! Oct 13 13:13:42.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.228 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.228 INFO kablam! | Oct 13 13:13:42.228 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.228 INFO kablam! | ^^^^^ Oct 13 13:13:42.228 INFO kablam! ... Oct 13 13:13:42.228 INFO kablam! 3019 | rt_realloc!(rt_pow2_1024bytes_16align_realloc, 1024, 16); Oct 13 13:13:42.228 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.228 INFO kablam! | Oct 13 13:13:42.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.228 INFO kablam! | Oct 13 13:13:42.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.228 INFO kablam! | Oct 13 13:13:42.228 INFO kablam! Oct 13 13:13:42.228 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.228 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.228 INFO kablam! | Oct 13 13:13:42.228 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.228 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.228 INFO kablam! ... Oct 13 13:13:42.228 INFO kablam! 3019 | rt_realloc!(rt_pow2_1024bytes_16align_realloc, 1024, 16); Oct 13 13:13:42.228 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.228 INFO kablam! | Oct 13 13:13:42.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.228 INFO kablam! | Oct 13 13:13:42.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.229 INFO kablam! | Oct 13 13:13:42.229 INFO kablam! Oct 13 13:13:42.229 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.229 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.229 INFO kablam! | Oct 13 13:13:42.229 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.229 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.229 INFO kablam! ... Oct 13 13:13:42.229 INFO kablam! 3019 | rt_realloc!(rt_pow2_1024bytes_16align_realloc, 1024, 16); Oct 13 13:13:42.229 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.229 INFO kablam! | Oct 13 13:13:42.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.229 INFO kablam! | Oct 13 13:13:42.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.229 INFO kablam! | Oct 13 13:13:42.229 INFO kablam! Oct 13 13:13:42.232 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.232 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.232 INFO kablam! | Oct 13 13:13:42.232 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.232 INFO kablam! | ^^^^^ Oct 13 13:13:42.232 INFO kablam! ... Oct 13 13:13:42.232 INFO kablam! 3032 | rt_realloc!(rt_pow2_2048bytes_16align_realloc, 2048, 16); Oct 13 13:13:42.232 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.232 INFO kablam! | Oct 13 13:13:42.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.232 INFO kablam! | Oct 13 13:13:42.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.232 INFO kablam! | Oct 13 13:13:42.232 INFO kablam! Oct 13 13:13:42.232 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.232 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.232 INFO kablam! | Oct 13 13:13:42.232 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.232 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.232 INFO kablam! ... Oct 13 13:13:42.232 INFO kablam! 3032 | rt_realloc!(rt_pow2_2048bytes_16align_realloc, 2048, 16); Oct 13 13:13:42.232 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.232 INFO kablam! | Oct 13 13:13:42.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.232 INFO kablam! | Oct 13 13:13:42.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.232 INFO kablam! | Oct 13 13:13:42.232 INFO kablam! Oct 13 13:13:42.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.232 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.232 INFO kablam! | Oct 13 13:13:42.232 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.232 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.232 INFO kablam! ... Oct 13 13:13:42.233 INFO kablam! 3032 | rt_realloc!(rt_pow2_2048bytes_16align_realloc, 2048, 16); Oct 13 13:13:42.233 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.233 INFO kablam! | Oct 13 13:13:42.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.233 INFO kablam! | Oct 13 13:13:42.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.233 INFO kablam! | Oct 13 13:13:42.233 INFO kablam! Oct 13 13:13:42.233 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.233 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.233 INFO kablam! | Oct 13 13:13:42.233 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.233 INFO kablam! | ^^^^^ Oct 13 13:13:42.233 INFO kablam! ... Oct 13 13:13:42.233 INFO kablam! 3045 | rt_realloc!(rt_pow2_4096bytes_16align_realloc, 4096, 16); Oct 13 13:13:42.233 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.233 INFO kablam! | Oct 13 13:13:42.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.233 INFO kablam! | Oct 13 13:13:42.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.233 INFO kablam! | Oct 13 13:13:42.233 INFO kablam! Oct 13 13:13:42.233 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.233 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.233 INFO kablam! | Oct 13 13:13:42.233 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.233 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.233 INFO kablam! ... Oct 13 13:13:42.233 INFO kablam! 3045 | rt_realloc!(rt_pow2_4096bytes_16align_realloc, 4096, 16); Oct 13 13:13:42.233 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.233 INFO kablam! | Oct 13 13:13:42.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.233 INFO kablam! | Oct 13 13:13:42.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.233 INFO kablam! | Oct 13 13:13:42.233 INFO kablam! Oct 13 13:13:42.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.233 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.233 INFO kablam! | Oct 13 13:13:42.233 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.233 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.233 INFO kablam! ... Oct 13 13:13:42.233 INFO kablam! 3045 | rt_realloc!(rt_pow2_4096bytes_16align_realloc, 4096, 16); Oct 13 13:13:42.233 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.233 INFO kablam! | Oct 13 13:13:42.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.235 INFO kablam! | Oct 13 13:13:42.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.235 INFO kablam! | Oct 13 13:13:42.235 INFO kablam! Oct 13 13:13:42.235 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.235 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.235 INFO kablam! | Oct 13 13:13:42.235 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.235 INFO kablam! | ^^^^^ Oct 13 13:13:42.235 INFO kablam! ... Oct 13 13:13:42.235 INFO kablam! 3058 | rt_realloc!(rt_pow2_8192bytes_16align_realloc, 8192, 16); Oct 13 13:13:42.235 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.235 INFO kablam! | Oct 13 13:13:42.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.236 INFO kablam! | Oct 13 13:13:42.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.236 INFO kablam! | Oct 13 13:13:42.236 INFO kablam! Oct 13 13:13:42.236 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.236 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.236 INFO kablam! | Oct 13 13:13:42.236 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.236 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.236 INFO kablam! ... Oct 13 13:13:42.237 INFO kablam! 3058 | rt_realloc!(rt_pow2_8192bytes_16align_realloc, 8192, 16); Oct 13 13:13:42.237 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.237 INFO kablam! | Oct 13 13:13:42.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.237 INFO kablam! | Oct 13 13:13:42.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.237 INFO kablam! | Oct 13 13:13:42.237 INFO kablam! Oct 13 13:13:42.237 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.237 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.237 INFO kablam! | Oct 13 13:13:42.237 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.237 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.237 INFO kablam! ... Oct 13 13:13:42.237 INFO kablam! 3058 | rt_realloc!(rt_pow2_8192bytes_16align_realloc, 8192, 16); Oct 13 13:13:42.237 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.237 INFO kablam! | Oct 13 13:13:42.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.237 INFO kablam! | Oct 13 13:13:42.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.237 INFO kablam! | Oct 13 13:13:42.237 INFO kablam! Oct 13 13:13:42.238 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.238 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.238 INFO kablam! | Oct 13 13:13:42.238 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.238 INFO kablam! | ^^^^^ Oct 13 13:13:42.238 INFO kablam! ... Oct 13 13:13:42.238 INFO kablam! 3071 | rt_realloc!(rt_pow2_16384bytes_16align_realloc, 16384, 16); Oct 13 13:13:42.238 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.238 INFO kablam! | Oct 13 13:13:42.238 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.238 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.238 INFO kablam! | Oct 13 13:13:42.238 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.238 INFO kablam! | Oct 13 13:13:42.238 INFO kablam! Oct 13 13:13:42.241 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.241 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.241 INFO kablam! | Oct 13 13:13:42.241 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.241 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.241 INFO kablam! ... Oct 13 13:13:42.242 INFO kablam! 3071 | rt_realloc!(rt_pow2_16384bytes_16align_realloc, 16384, 16); Oct 13 13:13:42.242 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.242 INFO kablam! | Oct 13 13:13:42.242 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.242 INFO kablam! | Oct 13 13:13:42.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.242 INFO kablam! | Oct 13 13:13:42.242 INFO kablam! Oct 13 13:13:42.242 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.242 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.242 INFO kablam! | Oct 13 13:13:42.242 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.242 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.242 INFO kablam! ... Oct 13 13:13:42.242 INFO kablam! 3071 | rt_realloc!(rt_pow2_16384bytes_16align_realloc, 16384, 16); Oct 13 13:13:42.242 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.242 INFO kablam! | Oct 13 13:13:42.242 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.242 INFO kablam! | Oct 13 13:13:42.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.242 INFO kablam! | Oct 13 13:13:42.242 INFO kablam! Oct 13 13:13:42.242 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.242 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.242 INFO kablam! | Oct 13 13:13:42.242 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.242 INFO kablam! | ^^^^^ Oct 13 13:13:42.242 INFO kablam! ... Oct 13 13:13:42.242 INFO kablam! 3084 | rt_realloc!(rt_pow2_32768bytes_16align_realloc, 32768, 16); Oct 13 13:13:42.242 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.242 INFO kablam! | Oct 13 13:13:42.242 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.242 INFO kablam! | Oct 13 13:13:42.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.242 INFO kablam! | Oct 13 13:13:42.242 INFO kablam! Oct 13 13:13:42.244 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.244 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.244 INFO kablam! | Oct 13 13:13:42.244 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.244 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.244 INFO kablam! ... Oct 13 13:13:42.244 INFO kablam! 3084 | rt_realloc!(rt_pow2_32768bytes_16align_realloc, 32768, 16); Oct 13 13:13:42.244 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.244 INFO kablam! | Oct 13 13:13:42.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.244 INFO kablam! | Oct 13 13:13:42.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.244 INFO kablam! | Oct 13 13:13:42.244 INFO kablam! Oct 13 13:13:42.244 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.244 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.244 INFO kablam! | Oct 13 13:13:42.244 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.244 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.244 INFO kablam! ... Oct 13 13:13:42.244 INFO kablam! 3084 | rt_realloc!(rt_pow2_32768bytes_16align_realloc, 32768, 16); Oct 13 13:13:42.244 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.244 INFO kablam! | Oct 13 13:13:42.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.244 INFO kablam! | Oct 13 13:13:42.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.245 INFO kablam! | Oct 13 13:13:42.245 INFO kablam! Oct 13 13:13:42.245 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.245 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.245 INFO kablam! | Oct 13 13:13:42.245 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.245 INFO kablam! | ^^^^^ Oct 13 13:13:42.245 INFO kablam! ... Oct 13 13:13:42.245 INFO kablam! 3097 | rt_realloc!(rt_pow2_65536bytes_16align_realloc, 65536, 16); Oct 13 13:13:42.245 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.245 INFO kablam! | Oct 13 13:13:42.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.245 INFO kablam! | Oct 13 13:13:42.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.245 INFO kablam! | Oct 13 13:13:42.245 INFO kablam! Oct 13 13:13:42.246 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.246 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.246 INFO kablam! | Oct 13 13:13:42.246 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.246 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.246 INFO kablam! ... Oct 13 13:13:42.246 INFO kablam! 3097 | rt_realloc!(rt_pow2_65536bytes_16align_realloc, 65536, 16); Oct 13 13:13:42.246 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.246 INFO kablam! | Oct 13 13:13:42.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.246 INFO kablam! | Oct 13 13:13:42.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.246 INFO kablam! | Oct 13 13:13:42.246 INFO kablam! Oct 13 13:13:42.246 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.246 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.246 INFO kablam! | Oct 13 13:13:42.246 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.246 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.246 INFO kablam! ... Oct 13 13:13:42.246 INFO kablam! 3097 | rt_realloc!(rt_pow2_65536bytes_16align_realloc, 65536, 16); Oct 13 13:13:42.246 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.246 INFO kablam! | Oct 13 13:13:42.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.246 INFO kablam! | Oct 13 13:13:42.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.246 INFO kablam! | Oct 13 13:13:42.246 INFO kablam! Oct 13 13:13:42.248 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.248 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.248 INFO kablam! | Oct 13 13:13:42.248 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.248 INFO kablam! | ^^^^^ Oct 13 13:13:42.248 INFO kablam! ... Oct 13 13:13:42.248 INFO kablam! 3110 | rt_realloc!(rt_pow2_131072bytes_16align_realloc, 131072, 16); Oct 13 13:13:42.248 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.248 INFO kablam! | Oct 13 13:13:42.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.248 INFO kablam! | Oct 13 13:13:42.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.248 INFO kablam! | Oct 13 13:13:42.248 INFO kablam! Oct 13 13:13:42.248 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.248 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.248 INFO kablam! | Oct 13 13:13:42.248 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.248 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.248 INFO kablam! ... Oct 13 13:13:42.248 INFO kablam! 3110 | rt_realloc!(rt_pow2_131072bytes_16align_realloc, 131072, 16); Oct 13 13:13:42.248 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.250 INFO kablam! | Oct 13 13:13:42.250 INFO kablam! Oct 13 13:13:42.250 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.250 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.250 INFO kablam! | Oct 13 13:13:42.250 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.250 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.250 INFO kablam! ... Oct 13 13:13:42.251 INFO kablam! 3110 | rt_realloc!(rt_pow2_131072bytes_16align_realloc, 131072, 16); Oct 13 13:13:42.251 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.251 INFO kablam! | Oct 13 13:13:42.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.251 INFO kablam! | Oct 13 13:13:42.251 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.251 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.251 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.251 INFO kablam! | Oct 13 13:13:42.251 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.251 INFO kablam! | ^^^^^ Oct 13 13:13:42.251 INFO kablam! ... Oct 13 13:13:42.251 INFO kablam! 3123 | rt_realloc!(rt_pow2_4194304bytes_16align_realloc, 4194304, 16); Oct 13 13:13:42.251 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.251 INFO kablam! | Oct 13 13:13:42.251 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.251 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.251 INFO kablam! | Oct 13 13:13:42.251 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.255 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.255 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.255 INFO kablam! | Oct 13 13:13:42.255 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.255 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.255 INFO kablam! ... Oct 13 13:13:42.255 INFO kablam! 3123 | rt_realloc!(rt_pow2_4194304bytes_16align_realloc, 4194304, 16); Oct 13 13:13:42.255 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.255 INFO kablam! | Oct 13 13:13:42.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.255 INFO kablam! | Oct 13 13:13:42.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.255 INFO kablam! | Oct 13 13:13:42.255 INFO kablam! Oct 13 13:13:42.255 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.255 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.255 INFO kablam! | Oct 13 13:13:42.255 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.255 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.255 INFO kablam! ... Oct 13 13:13:42.255 INFO kablam! 3123 | rt_realloc!(rt_pow2_4194304bytes_16align_realloc, 4194304, 16); Oct 13 13:13:42.255 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.255 INFO kablam! | Oct 13 13:13:42.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.255 INFO kablam! | Oct 13 13:13:42.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.255 INFO kablam! | Oct 13 13:13:42.255 INFO kablam! Oct 13 13:13:42.260 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.260 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.260 INFO kablam! | Oct 13 13:13:42.260 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.260 INFO kablam! | ^^^^^ Oct 13 13:13:42.260 INFO kablam! ... Oct 13 13:13:42.260 INFO kablam! 3137 | rt_realloc!(rt_even_10bytes_16align_realloc, 10, 16); Oct 13 13:13:42.260 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.260 INFO kablam! | Oct 13 13:13:42.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.260 INFO kablam! | Oct 13 13:13:42.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.260 INFO kablam! | Oct 13 13:13:42.260 INFO kablam! Oct 13 13:13:42.260 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.260 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.260 INFO kablam! | Oct 13 13:13:42.260 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.260 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.260 INFO kablam! ... Oct 13 13:13:42.260 INFO kablam! 3137 | rt_realloc!(rt_even_10bytes_16align_realloc, 10, 16); Oct 13 13:13:42.260 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.260 INFO kablam! | Oct 13 13:13:42.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.260 INFO kablam! | Oct 13 13:13:42.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.260 INFO kablam! | Oct 13 13:13:42.260 INFO kablam! Oct 13 13:13:42.260 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.260 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.260 INFO kablam! | Oct 13 13:13:42.260 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.260 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.260 INFO kablam! ... Oct 13 13:13:42.260 INFO kablam! 3137 | rt_realloc!(rt_even_10bytes_16align_realloc, 10, 16); Oct 13 13:13:42.260 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.260 INFO kablam! | Oct 13 13:13:42.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.260 INFO kablam! | Oct 13 13:13:42.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.260 INFO kablam! | Oct 13 13:13:42.260 INFO kablam! Oct 13 13:13:42.260 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.260 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.260 INFO kablam! | Oct 13 13:13:42.260 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.261 INFO kablam! | ^^^^^ Oct 13 13:13:42.261 INFO kablam! ... Oct 13 13:13:42.261 INFO kablam! 3150 | rt_realloc!(rt_even_100bytes_16align_realloc, 100, 16); 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.261 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.261 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.261 INFO kablam! | Oct 13 13:13:42.261 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.261 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.261 INFO kablam! ... Oct 13 13:13:42.261 INFO kablam! 3150 | rt_realloc!(rt_even_100bytes_16align_realloc, 100, 16); 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.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.264 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.264 INFO kablam! | Oct 13 13:13:42.264 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.264 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.264 INFO kablam! ... Oct 13 13:13:42.264 INFO kablam! 3150 | rt_realloc!(rt_even_100bytes_16align_realloc, 100, 16); Oct 13 13:13:42.264 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.264 INFO kablam! | Oct 13 13:13:42.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.264 INFO kablam! | Oct 13 13:13:42.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.264 INFO kablam! | Oct 13 13:13:42.264 INFO kablam! Oct 13 13:13:42.264 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.264 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.264 INFO kablam! | Oct 13 13:13:42.264 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.264 INFO kablam! | ^^^^^ Oct 13 13:13:42.264 INFO kablam! ... Oct 13 13:13:42.264 INFO kablam! 3163 | rt_realloc!(rt_even_1000bytes_16align_realloc, 1000, 16); Oct 13 13:13:42.264 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.264 INFO kablam! | Oct 13 13:13:42.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.264 INFO kablam! | Oct 13 13:13:42.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.264 INFO kablam! | Oct 13 13:13:42.264 INFO kablam! Oct 13 13:13:42.264 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.264 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.264 INFO kablam! | Oct 13 13:13:42.264 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.264 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.264 INFO kablam! ... Oct 13 13:13:42.264 INFO kablam! 3163 | rt_realloc!(rt_even_1000bytes_16align_realloc, 1000, 16); Oct 13 13:13:42.264 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.264 INFO kablam! | Oct 13 13:13:42.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.264 INFO kablam! | Oct 13 13:13:42.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.264 INFO kablam! | Oct 13 13:13:42.264 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:204:26 Oct 13 13:13:42.268 INFO kablam! | Oct 13 13:13:42.268 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_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! 3163 | rt_realloc!(rt_even_1000bytes_16align_realloc, 1000, 16); 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.270 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.270 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.270 INFO kablam! | Oct 13 13:13:42.270 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.270 INFO kablam! | ^^^^^ Oct 13 13:13:42.270 INFO kablam! ... Oct 13 13:13:42.270 INFO kablam! 3176 | rt_realloc!(rt_even_10000bytes_16align_realloc, 10000, 16); Oct 13 13:13:42.270 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.270 INFO kablam! | Oct 13 13:13:42.270 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.270 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.270 INFO kablam! | Oct 13 13:13:42.270 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.270 INFO kablam! | Oct 13 13:13:42.270 INFO kablam! Oct 13 13:13:42.272 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.272 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.272 INFO kablam! | Oct 13 13:13:42.272 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 3176 | rt_realloc!(rt_even_10000bytes_16align_realloc, 10000, 16); 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.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:204:26 Oct 13 13:13:42.273 INFO kablam! | Oct 13 13:13:42.273 INFO kablam! 204 | 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! 3176 | rt_realloc!(rt_even_10000bytes_16align_realloc, 10000, 16); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.273 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.273 INFO kablam! | Oct 13 13:13:42.273 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.273 INFO kablam! | ^^^^^ Oct 13 13:13:42.273 INFO kablam! ... Oct 13 13:13:42.273 INFO kablam! 3189 | rt_realloc!(rt_even_100000bytes_16align_realloc, 100000, 16); Oct 13 13:13:42.273 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.274 INFO kablam! | Oct 13 13:13:42.274 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.274 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.274 INFO kablam! | Oct 13 13:13:42.274 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.274 INFO kablam! | Oct 13 13:13:42.274 INFO kablam! Oct 13 13:13:42.274 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.274 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.274 INFO kablam! | Oct 13 13:13:42.274 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3189 | rt_realloc!(rt_even_100000bytes_16align_realloc, 100000, 16); Oct 13 13:13:42.274 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.274 INFO kablam! | Oct 13 13:13:42.274 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.274 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.274 INFO kablam! | Oct 13 13:13:42.274 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.274 INFO kablam! | Oct 13 13:13:42.274 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:204:26 Oct 13 13:13:42.276 INFO kablam! | Oct 13 13:13:42.276 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_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! 3189 | rt_realloc!(rt_even_100000bytes_16align_realloc, 100000, 16); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.276 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.276 INFO kablam! | Oct 13 13:13:42.276 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3202 | rt_realloc!(rt_even_1000000bytes_16align_realloc, 1000000, 16); 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.281 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.281 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.281 INFO kablam! | Oct 13 13:13:42.281 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3202 | rt_realloc!(rt_even_1000000bytes_16align_realloc, 1000000, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.281 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.281 INFO kablam! | Oct 13 13:13:42.281 INFO kablam! 204 | 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! 3202 | rt_realloc!(rt_even_1000000bytes_16align_realloc, 1000000, 16); 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:197:36 Oct 13 13:13:42.281 INFO kablam! | Oct 13 13:13:42.281 INFO kablam! 197 | 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! 3216 | rt_realloc!(rt_odd_10bytes_16align_realloc, 10- 1, 16); 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.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.287 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.287 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.287 INFO kablam! | Oct 13 13:13:42.287 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.287 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.287 INFO kablam! ... Oct 13 13:13:42.287 INFO kablam! 3216 | rt_realloc!(rt_odd_10bytes_16align_realloc, 10- 1, 16); 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.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:204:26 Oct 13 13:13:42.287 INFO kablam! | Oct 13 13:13:42.287 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_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! 3216 | rt_realloc!(rt_odd_10bytes_16align_realloc, 10- 1, 16); 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.287 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.287 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.287 INFO kablam! | Oct 13 13:13:42.287 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.287 INFO kablam! | ^^^^^ Oct 13 13:13:42.287 INFO kablam! ... Oct 13 13:13:42.287 INFO kablam! 3229 | rt_realloc!(rt_odd_100bytes_16align_realloc, 100- 1, 16); Oct 13 13:13:42.287 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.289 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.289 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.289 INFO kablam! | Oct 13 13:13:42.289 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 3229 | rt_realloc!(rt_odd_100bytes_16align_realloc, 100- 1, 16); 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.289 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.289 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.289 INFO kablam! | Oct 13 13:13:42.289 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.289 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.289 INFO kablam! ... Oct 13 13:13:42.289 INFO kablam! 3229 | rt_realloc!(rt_odd_100bytes_16align_realloc, 100- 1, 16); 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.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:197:36 Oct 13 13:13:42.289 INFO kablam! | Oct 13 13:13:42.289 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3242 | rt_realloc!(rt_odd_1000bytes_16align_realloc, 1000- 1, 16); 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.289 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.289 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.289 INFO kablam! | Oct 13 13:13:42.289 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 3242 | rt_realloc!(rt_odd_1000bytes_16align_realloc, 1000- 1, 16); 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.290 INFO kablam! | Oct 13 13:13:42.290 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:204:26 Oct 13 13:13:42.290 INFO kablam! | Oct 13 13:13:42.290 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_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! 3242 | rt_realloc!(rt_odd_1000bytes_16align_realloc, 1000- 1, 16); Oct 13 13:13:42.290 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.290 INFO kablam! | Oct 13 13:13:42.290 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.290 INFO kablam! | Oct 13 13:13:42.290 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.290 INFO kablam! | Oct 13 13:13:42.290 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:197:36 Oct 13 13:13:42.294 INFO kablam! | Oct 13 13:13:42.294 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3255 | rt_realloc!(rt_odd_10000bytes_16align_realloc, 10000- 1, 16); 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.294 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.294 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.294 INFO kablam! | Oct 13 13:13:42.294 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 3255 | rt_realloc!(rt_odd_10000bytes_16align_realloc, 10000- 1, 16); 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.294 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.294 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.294 INFO kablam! | Oct 13 13:13:42.294 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.294 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.294 INFO kablam! ... Oct 13 13:13:42.294 INFO kablam! 3255 | rt_realloc!(rt_odd_10000bytes_16align_realloc, 10000- 1, 16); 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.304 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:197:36 Oct 13 13:13:42.304 INFO kablam! | Oct 13 13:13:42.304 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3268 | rt_realloc!(rt_odd_100000bytes_16align_realloc, 100000- 1, 16); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.304 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.304 INFO kablam! | Oct 13 13:13:42.304 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 3268 | rt_realloc!(rt_odd_100000bytes_16align_realloc, 100000- 1, 16); 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:204:26 Oct 13 13:13:42.304 INFO kablam! | Oct 13 13:13:42.304 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_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! 3268 | rt_realloc!(rt_odd_100000bytes_16align_realloc, 100000- 1, 16); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.304 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.304 INFO kablam! | Oct 13 13:13:42.304 INFO kablam! 197 | 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! 3281 | rt_realloc!(rt_odd_1000000bytes_16align_realloc, 1000000- 1, 16); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.305 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.305 INFO kablam! | Oct 13 13:13:42.305 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3281 | rt_realloc!(rt_odd_1000000bytes_16align_realloc, 1000000- 1, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.305 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.305 INFO kablam! | Oct 13 13:13:42.305 INFO kablam! 204 | 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! 3281 | rt_realloc!(rt_odd_1000000bytes_16align_realloc, 1000000- 1, 16); 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:197:36 Oct 13 13:13:42.305 INFO kablam! | Oct 13 13:13:42.305 INFO kablam! 197 | 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! 3295 | rt_realloc!(rt_primes_3bytes_16align_realloc, 3, 16); 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.316 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.316 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.316 INFO kablam! | Oct 13 13:13:42.316 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.316 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.316 INFO kablam! ... Oct 13 13:13:42.316 INFO kablam! 3295 | rt_realloc!(rt_primes_3bytes_16align_realloc, 3, 16); Oct 13 13:13:42.316 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.316 INFO kablam! | Oct 13 13:13:42.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.316 INFO kablam! | Oct 13 13:13:42.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.316 INFO kablam! | Oct 13 13:13:42.316 INFO kablam! Oct 13 13:13:42.316 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.316 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.316 INFO kablam! | Oct 13 13:13:42.316 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.316 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.316 INFO kablam! ... Oct 13 13:13:42.316 INFO kablam! 3295 | rt_realloc!(rt_primes_3bytes_16align_realloc, 3, 16); Oct 13 13:13:42.316 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.316 INFO kablam! | Oct 13 13:13:42.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.316 INFO kablam! | Oct 13 13:13:42.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.316 INFO kablam! | Oct 13 13:13:42.316 INFO kablam! Oct 13 13:13:42.316 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.316 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.316 INFO kablam! | Oct 13 13:13:42.316 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.316 INFO kablam! | ^^^^^ Oct 13 13:13:42.316 INFO kablam! ... Oct 13 13:13:42.316 INFO kablam! 3308 | rt_realloc!(rt_primes_7bytes_16align_realloc, 7, 16); Oct 13 13:13:42.316 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.316 INFO kablam! | Oct 13 13:13:42.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.316 INFO kablam! | Oct 13 13:13:42.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.316 INFO kablam! | Oct 13 13:13:42.316 INFO kablam! Oct 13 13:13:42.316 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.316 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.316 INFO kablam! | Oct 13 13:13:42.316 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.316 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.317 INFO kablam! ... Oct 13 13:13:42.317 INFO kablam! 3308 | rt_realloc!(rt_primes_7bytes_16align_realloc, 7, 16); Oct 13 13:13:42.317 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! Oct 13 13:13:42.317 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.317 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.317 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.317 INFO kablam! ... Oct 13 13:13:42.317 INFO kablam! 3308 | rt_realloc!(rt_primes_7bytes_16align_realloc, 7, 16); Oct 13 13:13:42.317 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! Oct 13 13:13:42.317 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.317 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.317 INFO kablam! | ^^^^^ Oct 13 13:13:42.317 INFO kablam! ... Oct 13 13:13:42.317 INFO kablam! 3321 | rt_realloc!(rt_primes_13bytes_16align_realloc, 13, 16); Oct 13 13:13:42.317 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! Oct 13 13:13:42.317 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.317 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.317 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.317 INFO kablam! ... Oct 13 13:13:42.317 INFO kablam! 3321 | rt_realloc!(rt_primes_13bytes_16align_realloc, 13, 16); Oct 13 13:13:42.317 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! Oct 13 13:13:42.317 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.317 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.317 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.317 INFO kablam! ... Oct 13 13:13:42.317 INFO kablam! 3321 | rt_realloc!(rt_primes_13bytes_16align_realloc, 13, 16); Oct 13 13:13:42.317 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! Oct 13 13:13:42.317 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.317 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.317 INFO kablam! | ^^^^^ Oct 13 13:13:42.317 INFO kablam! ... Oct 13 13:13:42.317 INFO kablam! 3334 | rt_realloc!(rt_primes_17bytes_16align_realloc, 17, 16); Oct 13 13:13:42.317 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! Oct 13 13:13:42.317 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.317 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.317 INFO kablam! | Oct 13 13:13:42.317 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.317 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.318 INFO kablam! ... Oct 13 13:13:42.318 INFO kablam! 3334 | rt_realloc!(rt_primes_17bytes_16align_realloc, 17, 16); Oct 13 13:13:42.318 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.318 INFO kablam! | Oct 13 13:13:42.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.318 INFO kablam! | Oct 13 13:13:42.318 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.318 INFO kablam! | Oct 13 13:13:42.318 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:204:26 Oct 13 13:13:42.321 INFO kablam! | Oct 13 13:13:42.321 INFO kablam! 204 | 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! 3334 | rt_realloc!(rt_primes_17bytes_16align_realloc, 17, 16); 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.322 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.322 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.322 INFO kablam! | Oct 13 13:13:42.322 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.322 INFO kablam! | ^^^^^ Oct 13 13:13:42.322 INFO kablam! ... Oct 13 13:13:42.322 INFO kablam! 3347 | rt_realloc!(rt_primes_31bytes_16align_realloc, 31, 16); Oct 13 13:13:42.322 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.322 INFO kablam! | Oct 13 13:13:42.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.322 INFO kablam! | Oct 13 13:13:42.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.322 INFO kablam! | Oct 13 13:13:42.322 INFO kablam! Oct 13 13:13:42.322 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.322 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.322 INFO kablam! | Oct 13 13:13:42.322 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.322 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.322 INFO kablam! ... Oct 13 13:13:42.322 INFO kablam! 3347 | rt_realloc!(rt_primes_31bytes_16align_realloc, 31, 16); Oct 13 13:13:42.322 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.322 INFO kablam! | Oct 13 13:13:42.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.322 INFO kablam! | Oct 13 13:13:42.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.322 INFO kablam! | Oct 13 13:13:42.322 INFO kablam! Oct 13 13:13:42.322 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.322 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.322 INFO kablam! | Oct 13 13:13:42.322 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.322 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.322 INFO kablam! ... Oct 13 13:13:42.322 INFO kablam! 3347 | rt_realloc!(rt_primes_31bytes_16align_realloc, 31, 16); Oct 13 13:13:42.322 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.322 INFO kablam! | Oct 13 13:13:42.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.322 INFO kablam! | Oct 13 13:13:42.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.322 INFO kablam! | Oct 13 13:13:42.322 INFO kablam! Oct 13 13:13:42.322 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.322 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.322 INFO kablam! | Oct 13 13:13:42.322 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.322 INFO kablam! | ^^^^^ Oct 13 13:13:42.322 INFO kablam! ... Oct 13 13:13:42.322 INFO kablam! 3360 | rt_realloc!(rt_primes_61bytes_16align_realloc, 61, 16); Oct 13 13:13:42.322 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.322 INFO kablam! | Oct 13 13:13:42.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.322 INFO kablam! | Oct 13 13:13:42.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.322 INFO kablam! | Oct 13 13:13:42.322 INFO kablam! Oct 13 13:13:42.322 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.322 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.322 INFO kablam! | Oct 13 13:13:42.322 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.322 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.322 INFO kablam! ... Oct 13 13:13:42.322 INFO kablam! 3360 | rt_realloc!(rt_primes_61bytes_16align_realloc, 61, 16); Oct 13 13:13:42.322 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.322 INFO kablam! | Oct 13 13:13:42.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.322 INFO kablam! | Oct 13 13:13:42.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.322 INFO kablam! | Oct 13 13:13:42.322 INFO kablam! Oct 13 13:13:42.324 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.324 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.324 INFO kablam! | Oct 13 13:13:42.324 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.324 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.324 INFO kablam! ... Oct 13 13:13:42.324 INFO kablam! 3360 | rt_realloc!(rt_primes_61bytes_16align_realloc, 61, 16); 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.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:197:36 Oct 13 13:13:42.324 INFO kablam! | Oct 13 13:13:42.324 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3373 | rt_realloc!(rt_primes_96bytes_16align_realloc, 96, 16); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.329 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.329 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.330 INFO kablam! ... Oct 13 13:13:42.330 INFO kablam! 3373 | rt_realloc!(rt_primes_96bytes_16align_realloc, 96, 16); 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.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:204:26 Oct 13 13:13:42.330 INFO kablam! | Oct 13 13:13:42.330 INFO kablam! 204 | 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! 3373 | rt_realloc!(rt_primes_96bytes_16align_realloc, 96, 16); 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.330 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.330 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.330 INFO kablam! | Oct 13 13:13:42.330 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.330 INFO kablam! | ^^^^^ Oct 13 13:13:42.330 INFO kablam! ... Oct 13 13:13:42.330 INFO kablam! 3386 | rt_realloc!(rt_primes_127bytes_16align_realloc, 127, 16); 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.330 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.330 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.330 INFO kablam! | Oct 13 13:13:42.330 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.330 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.330 INFO kablam! ... Oct 13 13:13:42.330 INFO kablam! 3386 | rt_realloc!(rt_primes_127bytes_16align_realloc, 127, 16); 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.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:204:26 Oct 13 13:13:42.330 INFO kablam! | Oct 13 13:13:42.330 INFO kablam! 204 | 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! 3386 | rt_realloc!(rt_primes_127bytes_16align_realloc, 127, 16); 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.331 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:197:36 Oct 13 13:13:42.331 INFO kablam! | Oct 13 13:13:42.331 INFO kablam! 197 | 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! 3399 | rt_realloc!(rt_primes_257bytes_16align_realloc, 257, 16); 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.331 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.331 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.331 INFO kablam! | Oct 13 13:13:42.331 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.331 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.332 INFO kablam! ... Oct 13 13:13:42.332 INFO kablam! 3399 | rt_realloc!(rt_primes_257bytes_16align_realloc, 257, 16); Oct 13 13:13:42.332 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.332 INFO kablam! | Oct 13 13:13:42.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.332 INFO kablam! | Oct 13 13:13:42.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.332 INFO kablam! | Oct 13 13:13:42.332 INFO kablam! Oct 13 13:13:42.333 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.333 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.333 INFO kablam! | Oct 13 13:13:42.333 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.333 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.333 INFO kablam! ... Oct 13 13:13:42.333 INFO kablam! 3399 | rt_realloc!(rt_primes_257bytes_16align_realloc, 257, 16); 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.335 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.335 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.335 INFO kablam! | Oct 13 13:13:42.335 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.336 INFO kablam! | ^^^^^ Oct 13 13:13:42.336 INFO kablam! ... Oct 13 13:13:42.336 INFO kablam! 3412 | rt_realloc!(rt_primes_509bytes_16align_realloc, 509, 16); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.336 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.336 INFO kablam! | Oct 13 13:13:42.336 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.336 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.336 INFO kablam! ... Oct 13 13:13:42.336 INFO kablam! 3412 | rt_realloc!(rt_primes_509bytes_16align_realloc, 509, 16); 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.337 INFO kablam! Oct 13 13:13:42.337 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.337 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.337 INFO kablam! | Oct 13 13:13:42.337 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.337 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.337 INFO kablam! ... Oct 13 13:13:42.337 INFO kablam! 3412 | rt_realloc!(rt_primes_509bytes_16align_realloc, 509, 16); 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.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:197:36 Oct 13 13:13:42.342 INFO kablam! | Oct 13 13:13:42.342 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3425 | rt_realloc!(rt_primes_1021bytes_16align_realloc, 1021, 16); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.342 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.342 INFO kablam! | Oct 13 13:13:42.342 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 3425 | rt_realloc!(rt_primes_1021bytes_16align_realloc, 1021, 16); 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.343 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.343 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.343 INFO kablam! | Oct 13 13:13:42.343 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.343 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.343 INFO kablam! ... Oct 13 13:13:42.343 INFO kablam! 3425 | rt_realloc!(rt_primes_1021bytes_16align_realloc, 1021, 16); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.344 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.344 INFO kablam! | Oct 13 13:13:42.344 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.344 INFO kablam! | ^^^^^ Oct 13 13:13:42.344 INFO kablam! ... Oct 13 13:13:42.344 INFO kablam! 3438 | rt_realloc!(rt_primes_2039bytes_16align_realloc, 2039, 16); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.345 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.345 INFO kablam! | Oct 13 13:13:42.345 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3438 | rt_realloc!(rt_primes_2039bytes_16align_realloc, 2039, 16); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.346 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.346 INFO kablam! | Oct 13 13:13:42.346 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.346 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.346 INFO kablam! ... Oct 13 13:13:42.346 INFO kablam! 3438 | rt_realloc!(rt_primes_2039bytes_16align_realloc, 2039, 16); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.347 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.347 INFO kablam! | Oct 13 13:13:42.347 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.347 INFO kablam! | ^^^^^ Oct 13 13:13:42.347 INFO kablam! ... Oct 13 13:13:42.347 INFO kablam! 3451 | rt_realloc!(rt_primes_4093bytes_16align_realloc, 4093, 16); Oct 13 13:13:42.348 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.348 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.349 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.349 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.349 INFO kablam! | Oct 13 13:13:42.349 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.349 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.349 INFO kablam! ... Oct 13 13:13:42.349 INFO kablam! 3451 | rt_realloc!(rt_primes_4093bytes_16align_realloc, 4093, 16); Oct 13 13:13:42.349 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.349 INFO kablam! | Oct 13 13:13:42.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.349 INFO kablam! | Oct 13 13:13:42.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.349 INFO kablam! | Oct 13 13:13:42.349 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:204:26 Oct 13 13:13:42.353 INFO kablam! | Oct 13 13:13:42.353 INFO kablam! 204 | 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! 3451 | rt_realloc!(rt_primes_4093bytes_16align_realloc, 4093, 16); 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:197:36 Oct 13 13:13:42.354 INFO kablam! | Oct 13 13:13:42.354 INFO kablam! 197 | 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! 3464 | rt_realloc!(rt_primes_8191bytes_16align_realloc, 8191, 16); Oct 13 13:13:42.354 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.354 INFO kablam! | Oct 13 13:13:42.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.354 INFO kablam! | Oct 13 13:13:42.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.354 INFO kablam! | Oct 13 13:13:42.354 INFO kablam! Oct 13 13:13:42.354 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.354 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.354 INFO kablam! | Oct 13 13:13:42.354 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3464 | rt_realloc!(rt_primes_8191bytes_16align_realloc, 8191, 16); Oct 13 13:13:42.354 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.354 INFO kablam! | Oct 13 13:13:42.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.354 INFO kablam! | Oct 13 13:13:42.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.354 INFO kablam! | Oct 13 13:13:42.354 INFO kablam! Oct 13 13:13:42.354 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.354 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.354 INFO kablam! | Oct 13 13:13:42.354 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.354 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.354 INFO kablam! ... Oct 13 13:13:42.354 INFO kablam! 3464 | rt_realloc!(rt_primes_8191bytes_16align_realloc, 8191, 16); Oct 13 13:13:42.354 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.354 INFO kablam! | Oct 13 13:13:42.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.354 INFO kablam! | Oct 13 13:13:42.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.354 INFO kablam! | Oct 13 13:13:42.354 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:197:36 Oct 13 13:13:42.355 INFO kablam! | Oct 13 13:13:42.355 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3477 | rt_realloc!(rt_primes_16381bytes_16align_realloc, 16381, 16); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.355 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.355 INFO kablam! | Oct 13 13:13:42.355 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 3477 | rt_realloc!(rt_primes_16381bytes_16align_realloc, 16381, 16); 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:204:26 Oct 13 13:13:42.360 INFO kablam! | Oct 13 13:13:42.360 INFO kablam! 204 | 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! 3477 | rt_realloc!(rt_primes_16381bytes_16align_realloc, 16381, 16); 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.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:197:36 Oct 13 13:13:42.361 INFO kablam! | Oct 13 13:13:42.361 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3490 | rt_realloc!(rt_primes_32749bytes_16align_realloc, 32749, 16); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.361 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.361 INFO kablam! | Oct 13 13:13:42.361 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 3490 | rt_realloc!(rt_primes_32749bytes_16align_realloc, 32749, 16); 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:204:26 Oct 13 13:13:42.361 INFO kablam! | Oct 13 13:13:42.361 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_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! 3490 | rt_realloc!(rt_primes_32749bytes_16align_realloc, 32749, 16); 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.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:197:36 Oct 13 13:13:42.362 INFO kablam! | Oct 13 13:13:42.362 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.362 INFO kablam! | ^^^^^ Oct 13 13:13:42.362 INFO kablam! ... Oct 13 13:13:42.362 INFO kablam! 3503 | rt_realloc!(rt_primes_65537bytes_16align_realloc, 65537, 16); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.362 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.362 INFO kablam! | Oct 13 13:13:42.362 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.362 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.362 INFO kablam! ... Oct 13 13:13:42.362 INFO kablam! 3503 | rt_realloc!(rt_primes_65537bytes_16align_realloc, 65537, 16); 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.364 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.364 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.364 INFO kablam! | Oct 13 13:13:42.364 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.364 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.364 INFO kablam! ... Oct 13 13:13:42.364 INFO kablam! 3503 | rt_realloc!(rt_primes_65537bytes_16align_realloc, 65537, 16); Oct 13 13:13:42.364 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.364 INFO kablam! | Oct 13 13:13:42.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.364 INFO kablam! | Oct 13 13:13:42.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.364 INFO kablam! | Oct 13 13:13:42.364 INFO kablam! Oct 13 13:13:42.364 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.364 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.365 INFO kablam! | Oct 13 13:13:42.365 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.365 INFO kablam! | ^^^^^ Oct 13 13:13:42.365 INFO kablam! ... Oct 13 13:13:42.365 INFO kablam! 3516 | rt_realloc!(rt_primes_131071bytes_16align_realloc, 131071, 16); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.365 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.366 INFO kablam! | Oct 13 13:13:42.366 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3516 | rt_realloc!(rt_primes_131071bytes_16align_realloc, 131071, 16); 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.368 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.368 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.368 INFO kablam! | Oct 13 13:13:42.368 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.368 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.368 INFO kablam! ... Oct 13 13:13:42.368 INFO kablam! 3516 | rt_realloc!(rt_primes_131071bytes_16align_realloc, 131071, 16); Oct 13 13:13:42.368 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.368 INFO kablam! | Oct 13 13:13:42.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.368 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.369 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.369 INFO kablam! | Oct 13 13:13:42.369 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3529 | rt_realloc!(rt_primes_4194301bytes_16align_realloc, 4194301, 16); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.374 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.374 INFO kablam! | Oct 13 13:13:42.374 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3529 | rt_realloc!(rt_primes_4194301bytes_16align_realloc, 4194301, 16); 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.374 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.374 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.374 INFO kablam! | Oct 13 13:13:42.374 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.374 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.374 INFO kablam! ... Oct 13 13:13:42.374 INFO kablam! 3529 | rt_realloc!(rt_primes_4194301bytes_16align_realloc, 4194301, 16); Oct 13 13:13:42.375 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.375 INFO kablam! | Oct 13 13:13:42.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.375 INFO kablam! | Oct 13 13:13:42.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.375 INFO kablam! | Oct 13 13:13:42.375 INFO kablam! Oct 13 13:13:42.382 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.382 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.382 INFO kablam! | ^^^^^ Oct 13 13:13:42.382 INFO kablam! ... Oct 13 13:13:42.382 INFO kablam! 3545 | rt_realloc!(rt_pow2_1bytes_32align_realloc, 1, 32); Oct 13 13:13:42.382 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! Oct 13 13:13:42.382 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.382 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.382 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.382 INFO kablam! ... Oct 13 13:13:42.382 INFO kablam! 3545 | rt_realloc!(rt_pow2_1bytes_32align_realloc, 1, 32); Oct 13 13:13:42.382 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! Oct 13 13:13:42.382 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.382 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.382 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.382 INFO kablam! ... Oct 13 13:13:42.382 INFO kablam! 3545 | rt_realloc!(rt_pow2_1bytes_32align_realloc, 1, 32); Oct 13 13:13:42.382 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! Oct 13 13:13:42.382 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.382 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.382 INFO kablam! | ^^^^^ Oct 13 13:13:42.382 INFO kablam! ... Oct 13 13:13:42.382 INFO kablam! 3558 | rt_realloc!(rt_pow2_2bytes_32align_realloc, 2, 32); Oct 13 13:13:42.382 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! Oct 13 13:13:42.382 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.382 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.382 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.382 INFO kablam! ... Oct 13 13:13:42.382 INFO kablam! 3558 | rt_realloc!(rt_pow2_2bytes_32align_realloc, 2, 32); Oct 13 13:13:42.382 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! Oct 13 13:13:42.382 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.382 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.382 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.382 INFO kablam! ... Oct 13 13:13:42.382 INFO kablam! 3558 | rt_realloc!(rt_pow2_2bytes_32align_realloc, 2, 32); Oct 13 13:13:42.382 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! Oct 13 13:13:42.382 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.382 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.382 INFO kablam! | Oct 13 13:13:42.382 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.382 INFO kablam! | ^^^^^ Oct 13 13:13:42.383 INFO kablam! ... Oct 13 13:13:42.383 INFO kablam! 3571 | rt_realloc!(rt_pow2_4bytes_32align_realloc, 4, 32); Oct 13 13:13:42.383 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.383 INFO kablam! | Oct 13 13:13:42.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.383 INFO kablam! | Oct 13 13:13:42.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.383 INFO kablam! | Oct 13 13:13:42.383 INFO kablam! Oct 13 13:13:42.384 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.384 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.384 INFO kablam! | Oct 13 13:13:42.384 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.384 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.384 INFO kablam! ... Oct 13 13:13:42.384 INFO kablam! 3571 | rt_realloc!(rt_pow2_4bytes_32align_realloc, 4, 32); Oct 13 13:13:42.384 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.384 INFO kablam! | Oct 13 13:13:42.384 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:204:26 Oct 13 13:13:42.385 INFO kablam! | Oct 13 13:13:42.385 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_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! 3571 | rt_realloc!(rt_pow2_4bytes_32align_realloc, 4, 32); 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:197:36 Oct 13 13:13:42.385 INFO kablam! | Oct 13 13:13:42.385 INFO kablam! 197 | 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! 3584 | rt_realloc!(rt_pow2_8bytes_32align_realloc, 8, 32); 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.388 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.388 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.388 INFO kablam! | Oct 13 13:13:42.388 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.388 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.388 INFO kablam! ... Oct 13 13:13:42.388 INFO kablam! 3584 | rt_realloc!(rt_pow2_8bytes_32align_realloc, 8, 32); Oct 13 13:13:42.388 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.388 INFO kablam! | Oct 13 13:13:42.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.388 INFO kablam! | Oct 13 13:13:42.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.388 INFO kablam! | Oct 13 13:13:42.388 INFO kablam! Oct 13 13:13:42.390 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.390 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.390 INFO kablam! | Oct 13 13:13:42.390 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.390 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.390 INFO kablam! ... Oct 13 13:13:42.390 INFO kablam! 3584 | rt_realloc!(rt_pow2_8bytes_32align_realloc, 8, 32); Oct 13 13:13:42.390 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:42.390 INFO kablam! | Oct 13 13:13:42.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.390 INFO kablam! | Oct 13 13:13:42.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.390 INFO kablam! | Oct 13 13:13:42.390 INFO kablam! Oct 13 13:13:42.390 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.390 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.390 INFO kablam! | Oct 13 13:13:42.390 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.390 INFO kablam! | ^^^^^ Oct 13 13:13:42.390 INFO kablam! ... Oct 13 13:13:42.390 INFO kablam! 3597 | rt_realloc!(rt_pow2_16bytes_32align_realloc, 16, 32); Oct 13 13:13:42.390 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.390 INFO kablam! | Oct 13 13:13:42.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.390 INFO kablam! | Oct 13 13:13:42.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.390 INFO kablam! | Oct 13 13:13:42.390 INFO kablam! Oct 13 13:13:42.390 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.390 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.390 INFO kablam! | Oct 13 13:13:42.390 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.390 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.390 INFO kablam! ... Oct 13 13:13:42.390 INFO kablam! 3597 | rt_realloc!(rt_pow2_16bytes_32align_realloc, 16, 32); Oct 13 13:13:42.390 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.390 INFO kablam! | Oct 13 13:13:42.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.391 INFO kablam! | Oct 13 13:13:42.391 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.391 INFO kablam! | Oct 13 13:13:42.391 INFO kablam! Oct 13 13:13:42.391 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.391 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.391 INFO kablam! | Oct 13 13:13:42.391 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.391 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.391 INFO kablam! ... Oct 13 13:13:42.391 INFO kablam! 3597 | rt_realloc!(rt_pow2_16bytes_32align_realloc, 16, 32); Oct 13 13:13:42.391 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.391 INFO kablam! | Oct 13 13:13:42.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.391 INFO kablam! | Oct 13 13:13:42.391 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.391 INFO kablam! | Oct 13 13:13:42.391 INFO kablam! Oct 13 13:13:42.392 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.392 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.392 INFO kablam! | Oct 13 13:13:42.392 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.392 INFO kablam! | ^^^^^ Oct 13 13:13:42.392 INFO kablam! ... Oct 13 13:13:42.392 INFO kablam! 3610 | rt_realloc!(rt_pow2_32bytes_32align_realloc, 32, 32); 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.392 INFO kablam! | Oct 13 13:13:42.392 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.392 INFO kablam! | Oct 13 13:13:42.392 INFO kablam! Oct 13 13:13:42.392 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.392 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.392 INFO kablam! | Oct 13 13:13:42.392 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.392 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.392 INFO kablam! ... Oct 13 13:13:42.392 INFO kablam! 3610 | rt_realloc!(rt_pow2_32bytes_32align_realloc, 32, 32); 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.393 INFO kablam! | Oct 13 13:13:42.393 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.393 INFO kablam! | Oct 13 13:13:42.393 INFO kablam! Oct 13 13:13:42.395 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.395 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.395 INFO kablam! | Oct 13 13:13:42.395 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.395 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.395 INFO kablam! ... Oct 13 13:13:42.395 INFO kablam! 3610 | rt_realloc!(rt_pow2_32bytes_32align_realloc, 32, 32); Oct 13 13:13:42.395 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.395 INFO kablam! | Oct 13 13:13:42.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.395 INFO kablam! | Oct 13 13:13:42.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.395 INFO kablam! | Oct 13 13:13:42.395 INFO kablam! Oct 13 13:13:42.395 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.395 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.395 INFO kablam! | Oct 13 13:13:42.395 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.395 INFO kablam! | ^^^^^ Oct 13 13:13:42.395 INFO kablam! ... Oct 13 13:13:42.395 INFO kablam! 3623 | rt_realloc!(rt_pow2_64bytes_32align_realloc, 64, 32); Oct 13 13:13:42.395 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.395 INFO kablam! | Oct 13 13:13:42.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.395 INFO kablam! | Oct 13 13:13:42.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.395 INFO kablam! | Oct 13 13:13:42.395 INFO kablam! Oct 13 13:13:42.397 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.397 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.397 INFO kablam! | Oct 13 13:13:42.397 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 3623 | rt_realloc!(rt_pow2_64bytes_32align_realloc, 64, 32); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.397 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.397 INFO kablam! | Oct 13 13:13:42.397 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.397 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.397 INFO kablam! ... Oct 13 13:13:42.397 INFO kablam! 3623 | rt_realloc!(rt_pow2_64bytes_32align_realloc, 64, 32); 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.399 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.399 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.399 INFO kablam! | Oct 13 13:13:42.399 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.399 INFO kablam! | ^^^^^ Oct 13 13:13:42.399 INFO kablam! ... Oct 13 13:13:42.399 INFO kablam! 3636 | rt_realloc!(rt_pow2_128bytes_32align_realloc, 128, 32); Oct 13 13:13:42.399 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.399 INFO kablam! | Oct 13 13:13:42.399 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.399 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.399 INFO kablam! | Oct 13 13:13:42.399 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.399 INFO kablam! | Oct 13 13:13:42.399 INFO kablam! Oct 13 13:13:42.399 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.399 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.399 INFO kablam! | Oct 13 13:13:42.399 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.399 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.399 INFO kablam! ... Oct 13 13:13:42.399 INFO kablam! 3636 | rt_realloc!(rt_pow2_128bytes_32align_realloc, 128, 32); Oct 13 13:13:42.399 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.405 INFO kablam! | Oct 13 13:13:42.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.405 INFO kablam! | Oct 13 13:13:42.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.405 INFO kablam! | Oct 13 13:13:42.405 INFO kablam! Oct 13 13:13:42.405 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.405 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.405 INFO kablam! | Oct 13 13:13:42.405 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.405 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.405 INFO kablam! ... Oct 13 13:13:42.405 INFO kablam! 3636 | rt_realloc!(rt_pow2_128bytes_32align_realloc, 128, 32); Oct 13 13:13:42.405 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.405 INFO kablam! | Oct 13 13:13:42.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.405 INFO kablam! | Oct 13 13:13:42.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.405 INFO kablam! | Oct 13 13:13:42.405 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.405 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.405 INFO kablam! | Oct 13 13:13:42.405 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.405 INFO kablam! | ^^^^^ Oct 13 13:13:42.405 INFO kablam! ... Oct 13 13:13:42.405 INFO kablam! 3649 | rt_realloc!(rt_pow2_256bytes_32align_realloc, 256, 32); Oct 13 13:13:42.405 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.405 INFO kablam! | Oct 13 13:13:42.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.405 INFO kablam! | Oct 13 13:13:42.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.405 INFO kablam! | Oct 13 13:13:42.405 INFO kablam! Oct 13 13:13:42.405 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.405 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.405 INFO kablam! | Oct 13 13:13:42.405 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.405 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.405 INFO kablam! ... Oct 13 13:13:42.405 INFO kablam! 3649 | rt_realloc!(rt_pow2_256bytes_32align_realloc, 256, 32); Oct 13 13:13:42.405 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.405 INFO kablam! | Oct 13 13:13:42.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.405 INFO kablam! | Oct 13 13:13:42.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.405 INFO kablam! | Oct 13 13:13:42.405 INFO kablam! Oct 13 13:13:42.405 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.405 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.405 INFO kablam! | Oct 13 13:13:42.405 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.405 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.405 INFO kablam! ... Oct 13 13:13:42.405 INFO kablam! 3649 | rt_realloc!(rt_pow2_256bytes_32align_realloc, 256, 32); Oct 13 13:13:42.405 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.405 INFO kablam! | Oct 13 13:13:42.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.405 INFO kablam! | Oct 13 13:13:42.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.405 INFO kablam! | Oct 13 13:13:42.405 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.417 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.417 INFO kablam! | Oct 13 13:13:42.417 INFO kablam! 197 | 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! 3662 | rt_realloc!(rt_pow2_512bytes_32align_realloc, 512, 32); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.417 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.417 INFO kablam! | Oct 13 13:13:42.417 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3662 | rt_realloc!(rt_pow2_512bytes_32align_realloc, 512, 32); 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:204:26 Oct 13 13:13:42.417 INFO kablam! | Oct 13 13:13:42.417 INFO kablam! 204 | 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! 3662 | rt_realloc!(rt_pow2_512bytes_32align_realloc, 512, 32); 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.418 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.418 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! Oct 13 13:13:42.418 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.418 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.418 INFO kablam! | ^^^^^ Oct 13 13:13:42.418 INFO kablam! ... Oct 13 13:13:42.418 INFO kablam! 3675 | rt_realloc!(rt_pow2_1024bytes_32align_realloc, 1024, 32); Oct 13 13:13:42.418 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.418 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! Oct 13 13:13:42.418 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.418 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.418 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.418 INFO kablam! ... Oct 13 13:13:42.418 INFO kablam! 3675 | rt_realloc!(rt_pow2_1024bytes_32align_realloc, 1024, 32); Oct 13 13:13:42.418 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.418 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! Oct 13 13:13:42.418 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.418 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.418 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.418 INFO kablam! ... Oct 13 13:13:42.418 INFO kablam! 3675 | rt_realloc!(rt_pow2_1024bytes_32align_realloc, 1024, 32); Oct 13 13:13:42.418 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.418 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! Oct 13 13:13:42.418 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.418 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.418 INFO kablam! | ^^^^^ Oct 13 13:13:42.418 INFO kablam! ... Oct 13 13:13:42.418 INFO kablam! 3688 | rt_realloc!(rt_pow2_2048bytes_32align_realloc, 2048, 32); Oct 13 13:13:42.418 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.418 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! Oct 13 13:13:42.418 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.418 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.418 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.418 INFO kablam! ... Oct 13 13:13:42.418 INFO kablam! 3688 | rt_realloc!(rt_pow2_2048bytes_32align_realloc, 2048, 32); Oct 13 13:13:42.418 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.418 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! Oct 13 13:13:42.418 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.418 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.418 INFO kablam! | Oct 13 13:13:42.418 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.418 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.418 INFO kablam! ... Oct 13 13:13:42.418 INFO kablam! 3688 | rt_realloc!(rt_pow2_2048bytes_32align_realloc, 2048, 32); Oct 13 13:13:42.418 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.418 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.419 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.419 INFO kablam! | Oct 13 13:13:42.419 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 3701 | rt_realloc!(rt_pow2_4096bytes_32align_realloc, 4096, 32); 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.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.424 INFO kablam! | Oct 13 13:13:42.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.424 INFO kablam! | Oct 13 13:13:42.424 INFO kablam! Oct 13 13:13:42.426 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.426 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.426 INFO kablam! | Oct 13 13:13:42.426 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.426 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.426 INFO kablam! ... Oct 13 13:13:42.426 INFO kablam! 3701 | rt_realloc!(rt_pow2_4096bytes_32align_realloc, 4096, 32); Oct 13 13:13:42.426 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.426 INFO kablam! | Oct 13 13:13:42.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.426 INFO kablam! | Oct 13 13:13:42.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.426 INFO kablam! | Oct 13 13:13:42.426 INFO kablam! Oct 13 13:13:42.426 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.426 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.426 INFO kablam! | Oct 13 13:13:42.426 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.426 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.426 INFO kablam! ... Oct 13 13:13:42.426 INFO kablam! 3701 | rt_realloc!(rt_pow2_4096bytes_32align_realloc, 4096, 32); Oct 13 13:13:42.426 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.426 INFO kablam! | Oct 13 13:13:42.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.426 INFO kablam! | Oct 13 13:13:42.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.426 INFO kablam! | Oct 13 13:13:42.426 INFO kablam! Oct 13 13:13:42.426 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.426 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.426 INFO kablam! | Oct 13 13:13:42.426 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.426 INFO kablam! | ^^^^^ Oct 13 13:13:42.426 INFO kablam! ... Oct 13 13:13:42.426 INFO kablam! 3714 | rt_realloc!(rt_pow2_8192bytes_32align_realloc, 8192, 32); Oct 13 13:13:42.426 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.426 INFO kablam! | Oct 13 13:13:42.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.426 INFO kablam! | Oct 13 13:13:42.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.426 INFO kablam! | Oct 13 13:13:42.426 INFO kablam! Oct 13 13:13:42.426 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.426 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.426 INFO kablam! | Oct 13 13:13:42.426 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.426 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.426 INFO kablam! ... Oct 13 13:13:42.426 INFO kablam! 3714 | rt_realloc!(rt_pow2_8192bytes_32align_realloc, 8192, 32); Oct 13 13:13:42.426 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.426 INFO kablam! | Oct 13 13:13:42.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.426 INFO kablam! | Oct 13 13:13:42.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.426 INFO kablam! | Oct 13 13:13:42.426 INFO kablam! Oct 13 13:13:42.426 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.426 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.426 INFO kablam! | Oct 13 13:13:42.426 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.426 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.426 INFO kablam! ... Oct 13 13:13:42.426 INFO kablam! 3714 | rt_realloc!(rt_pow2_8192bytes_32align_realloc, 8192, 32); Oct 13 13:13:42.426 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.426 INFO kablam! | Oct 13 13:13:42.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.427 INFO kablam! | Oct 13 13:13:42.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.427 INFO kablam! | Oct 13 13:13:42.427 INFO kablam! Oct 13 13:13:42.427 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.427 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.427 INFO kablam! | Oct 13 13:13:42.427 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.427 INFO kablam! | ^^^^^ Oct 13 13:13:42.427 INFO kablam! ... Oct 13 13:13:42.427 INFO kablam! 3727 | rt_realloc!(rt_pow2_16384bytes_32align_realloc, 16384, 32); Oct 13 13:13:42.427 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.427 INFO kablam! | Oct 13 13:13:42.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.427 INFO kablam! | Oct 13 13:13:42.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.427 INFO kablam! | Oct 13 13:13:42.427 INFO kablam! Oct 13 13:13:42.427 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.427 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.427 INFO kablam! | Oct 13 13:13:42.427 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.427 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.427 INFO kablam! ... Oct 13 13:13:42.427 INFO kablam! 3727 | rt_realloc!(rt_pow2_16384bytes_32align_realloc, 16384, 32); Oct 13 13:13:42.427 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.427 INFO kablam! | Oct 13 13:13:42.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.427 INFO kablam! | Oct 13 13:13:42.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.427 INFO kablam! | Oct 13 13:13:42.427 INFO kablam! Oct 13 13:13:42.431 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.431 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.431 INFO kablam! | Oct 13 13:13:42.431 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.431 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.431 INFO kablam! ... Oct 13 13:13:42.431 INFO kablam! 3727 | rt_realloc!(rt_pow2_16384bytes_32align_realloc, 16384, 32); Oct 13 13:13:42.431 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.431 INFO kablam! | Oct 13 13:13:42.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.431 INFO kablam! | Oct 13 13:13:42.431 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.431 INFO kablam! | Oct 13 13:13:42.431 INFO kablam! Oct 13 13:13:42.431 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.431 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.431 INFO kablam! | Oct 13 13:13:42.431 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.431 INFO kablam! | ^^^^^ Oct 13 13:13:42.431 INFO kablam! ... Oct 13 13:13:42.431 INFO kablam! 3740 | rt_realloc!(rt_pow2_32768bytes_32align_realloc, 32768, 32); Oct 13 13:13:42.431 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.431 INFO kablam! | Oct 13 13:13:42.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.431 INFO kablam! | Oct 13 13:13:42.431 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.431 INFO kablam! | Oct 13 13:13:42.431 INFO kablam! Oct 13 13:13:42.434 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.434 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.434 INFO kablam! | Oct 13 13:13:42.434 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.434 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.434 INFO kablam! ... Oct 13 13:13:42.434 INFO kablam! 3740 | rt_realloc!(rt_pow2_32768bytes_32align_realloc, 32768, 32); Oct 13 13:13:42.434 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.434 INFO kablam! | Oct 13 13:13:42.434 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.434 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.434 INFO kablam! | Oct 13 13:13:42.434 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.434 INFO kablam! | Oct 13 13:13:42.434 INFO kablam! Oct 13 13:13:42.434 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.434 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.434 INFO kablam! | Oct 13 13:13:42.434 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.434 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.434 INFO kablam! ... Oct 13 13:13:42.434 INFO kablam! 3740 | rt_realloc!(rt_pow2_32768bytes_32align_realloc, 32768, 32); Oct 13 13:13:42.434 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.434 INFO kablam! | Oct 13 13:13:42.434 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.434 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.434 INFO kablam! | Oct 13 13:13:42.434 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.434 INFO kablam! | Oct 13 13:13:42.434 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:197:36 Oct 13 13:13:42.434 INFO kablam! | Oct 13 13:13:42.434 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.434 INFO kablam! | ^^^^^ Oct 13 13:13:42.434 INFO kablam! ... Oct 13 13:13:42.434 INFO kablam! 3753 | rt_realloc!(rt_pow2_65536bytes_32align_realloc, 65536, 32); Oct 13 13:13:42.434 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.434 INFO kablam! | Oct 13 13:13:42.434 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.434 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.434 INFO kablam! | Oct 13 13:13:42.434 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.434 INFO kablam! | Oct 13 13:13:42.434 INFO kablam! Oct 13 13:13:42.437 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.437 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.437 INFO kablam! | Oct 13 13:13:42.437 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3753 | rt_realloc!(rt_pow2_65536bytes_32align_realloc, 65536, 32); Oct 13 13:13:42.437 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.437 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.443 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.444 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.444 INFO kablam! | Oct 13 13:13:42.444 INFO kablam! 204 | 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! 3753 | rt_realloc!(rt_pow2_65536bytes_32align_realloc, 65536, 32); 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:197:36 Oct 13 13:13:42.444 INFO kablam! | Oct 13 13:13:42.444 INFO kablam! 197 | 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! 3766 | rt_realloc!(rt_pow2_131072bytes_32align_realloc, 131072, 32); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.444 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.444 INFO kablam! | Oct 13 13:13:42.444 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3766 | rt_realloc!(rt_pow2_131072bytes_32align_realloc, 131072, 32); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.444 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.444 INFO kablam! | Oct 13 13:13:42.444 INFO kablam! 204 | 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! 3766 | rt_realloc!(rt_pow2_131072bytes_32align_realloc, 131072, 32); 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:197:36 Oct 13 13:13:42.444 INFO kablam! | Oct 13 13:13:42.444 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.444 INFO kablam! | ^^^^^ Oct 13 13:13:42.445 INFO kablam! ... Oct 13 13:13:42.445 INFO kablam! 3779 | rt_realloc!(rt_pow2_4194304bytes_32align_realloc, 4194304, 32); Oct 13 13:13:42.445 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.445 INFO kablam! | Oct 13 13:13:42.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.445 INFO kablam! | Oct 13 13:13:42.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.445 INFO kablam! | Oct 13 13:13:42.445 INFO kablam! Oct 13 13:13:42.445 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.445 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.445 INFO kablam! | Oct 13 13:13:42.445 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.445 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.445 INFO kablam! ... Oct 13 13:13:42.445 INFO kablam! 3779 | rt_realloc!(rt_pow2_4194304bytes_32align_realloc, 4194304, 32); Oct 13 13:13:42.445 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.445 INFO kablam! | Oct 13 13:13:42.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.445 INFO kablam! | Oct 13 13:13:42.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.445 INFO kablam! | Oct 13 13:13:42.445 INFO kablam! Oct 13 13:13:42.452 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.452 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.452 INFO kablam! | Oct 13 13:13:42.452 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.452 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.452 INFO kablam! ... Oct 13 13:13:42.452 INFO kablam! 3779 | rt_realloc!(rt_pow2_4194304bytes_32align_realloc, 4194304, 32); Oct 13 13:13:42.452 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.452 INFO kablam! | Oct 13 13:13:42.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.452 INFO kablam! | Oct 13 13:13:42.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.452 INFO kablam! | Oct 13 13:13:42.452 INFO kablam! Oct 13 13:13:42.452 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.452 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.452 INFO kablam! | Oct 13 13:13:42.452 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.452 INFO kablam! | ^^^^^ Oct 13 13:13:42.452 INFO kablam! ... Oct 13 13:13:42.452 INFO kablam! 3793 | rt_realloc!(rt_even_10bytes_32align_realloc, 10, 32); Oct 13 13:13:42.452 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.452 INFO kablam! | Oct 13 13:13:42.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.452 INFO kablam! | Oct 13 13:13:42.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.452 INFO kablam! | Oct 13 13:13:42.452 INFO kablam! Oct 13 13:13:42.452 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.452 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.452 INFO kablam! | Oct 13 13:13:42.452 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.452 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.452 INFO kablam! ... Oct 13 13:13:42.452 INFO kablam! 3793 | rt_realloc!(rt_even_10bytes_32align_realloc, 10, 32); Oct 13 13:13:42.452 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.452 INFO kablam! | Oct 13 13:13:42.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.452 INFO kablam! | Oct 13 13:13:42.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.452 INFO kablam! | Oct 13 13:13:42.452 INFO kablam! Oct 13 13:13:42.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.453 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.453 INFO kablam! | Oct 13 13:13:42.453 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.453 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.453 INFO kablam! ... Oct 13 13:13:42.453 INFO kablam! 3793 | rt_realloc!(rt_even_10bytes_32align_realloc, 10, 32); Oct 13 13:13:42.453 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.453 INFO kablam! | Oct 13 13:13:42.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.453 INFO kablam! | Oct 13 13:13:42.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.453 INFO kablam! | Oct 13 13:13:42.453 INFO kablam! Oct 13 13:13:42.460 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.460 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.460 INFO kablam! | Oct 13 13:13:42.460 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.460 INFO kablam! | ^^^^^ Oct 13 13:13:42.460 INFO kablam! ... Oct 13 13:13:42.460 INFO kablam! 3806 | rt_realloc!(rt_even_100bytes_32align_realloc, 100, 32); Oct 13 13:13:42.460 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.460 INFO kablam! | Oct 13 13:13:42.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.460 INFO kablam! | Oct 13 13:13:42.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.460 INFO kablam! | Oct 13 13:13:42.460 INFO kablam! Oct 13 13:13:42.460 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.460 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.460 INFO kablam! | Oct 13 13:13:42.460 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.460 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.460 INFO kablam! ... Oct 13 13:13:42.460 INFO kablam! 3806 | rt_realloc!(rt_even_100bytes_32align_realloc, 100, 32); Oct 13 13:13:42.460 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.460 INFO kablam! | Oct 13 13:13:42.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.460 INFO kablam! | Oct 13 13:13:42.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.460 INFO kablam! | Oct 13 13:13:42.460 INFO kablam! Oct 13 13:13:42.460 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.460 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.460 INFO kablam! | Oct 13 13:13:42.460 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.460 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.460 INFO kablam! ... Oct 13 13:13:42.460 INFO kablam! 3806 | rt_realloc!(rt_even_100bytes_32align_realloc, 100, 32); Oct 13 13:13:42.460 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.460 INFO kablam! | Oct 13 13:13:42.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.460 INFO kablam! | Oct 13 13:13:42.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.461 INFO kablam! | Oct 13 13:13:42.461 INFO kablam! Oct 13 13:13:42.461 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.461 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.461 INFO kablam! | Oct 13 13:13:42.461 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.461 INFO kablam! | ^^^^^ Oct 13 13:13:42.461 INFO kablam! ... Oct 13 13:13:42.461 INFO kablam! 3819 | rt_realloc!(rt_even_1000bytes_32align_realloc, 1000, 32); Oct 13 13:13:42.461 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.461 INFO kablam! | Oct 13 13:13:42.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.461 INFO kablam! | Oct 13 13:13:42.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.461 INFO kablam! | Oct 13 13:13:42.461 INFO kablam! Oct 13 13:13:42.461 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.461 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.461 INFO kablam! | Oct 13 13:13:42.461 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.461 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.461 INFO kablam! ... Oct 13 13:13:42.461 INFO kablam! 3819 | rt_realloc!(rt_even_1000bytes_32align_realloc, 1000, 32); Oct 13 13:13:42.461 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.461 INFO kablam! | Oct 13 13:13:42.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.461 INFO kablam! | Oct 13 13:13:42.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.461 INFO kablam! | Oct 13 13:13:42.461 INFO kablam! Oct 13 13:13:42.461 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.461 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.461 INFO kablam! | Oct 13 13:13:42.461 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.461 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.461 INFO kablam! ... Oct 13 13:13:42.461 INFO kablam! 3819 | rt_realloc!(rt_even_1000bytes_32align_realloc, 1000, 32); Oct 13 13:13:42.461 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.461 INFO kablam! | Oct 13 13:13:42.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.461 INFO kablam! | Oct 13 13:13:42.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.461 INFO kablam! | Oct 13 13:13:42.461 INFO kablam! Oct 13 13:13:42.469 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.469 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.469 INFO kablam! | Oct 13 13:13:42.469 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.469 INFO kablam! | ^^^^^ Oct 13 13:13:42.469 INFO kablam! ... Oct 13 13:13:42.469 INFO kablam! 3832 | rt_realloc!(rt_even_10000bytes_32align_realloc, 10000, 32); 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.469 INFO kablam! Oct 13 13:13:42.469 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.469 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.469 INFO kablam! | Oct 13 13:13:42.469 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.469 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.469 INFO kablam! ... Oct 13 13:13:42.469 INFO kablam! 3832 | rt_realloc!(rt_even_10000bytes_32align_realloc, 10000, 32); 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.469 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:204:26 Oct 13 13:13:42.469 INFO kablam! | Oct 13 13:13:42.469 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_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! 3832 | rt_realloc!(rt_even_10000bytes_32align_realloc, 10000, 32); 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.473 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! Oct 13 13:13:42.474 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.474 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! 197 | 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! 3845 | rt_realloc!(rt_even_100000bytes_32align_realloc, 100000, 32); Oct 13 13:13:42.474 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.474 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! Oct 13 13:13:42.474 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.474 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3845 | rt_realloc!(rt_even_100000bytes_32align_realloc, 100000, 32); Oct 13 13:13:42.474 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.474 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! Oct 13 13:13:42.474 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.474 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.474 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.474 INFO kablam! ... Oct 13 13:13:42.474 INFO kablam! 3845 | rt_realloc!(rt_even_100000bytes_32align_realloc, 100000, 32); Oct 13 13:13:42.474 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.474 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! Oct 13 13:13:42.474 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.474 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! 197 | 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! 3858 | rt_realloc!(rt_even_1000000bytes_32align_realloc, 1000000, 32); Oct 13 13:13:42.474 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.474 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! Oct 13 13:13:42.474 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.474 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3858 | rt_realloc!(rt_even_1000000bytes_32align_realloc, 1000000, 32); Oct 13 13:13:42.474 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.474 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! Oct 13 13:13:42.474 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.474 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.474 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.475 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.475 INFO kablam! ... Oct 13 13:13:42.475 INFO kablam! 3858 | rt_realloc!(rt_even_1000000bytes_32align_realloc, 1000000, 32); Oct 13 13:13:42.475 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.475 INFO kablam! | Oct 13 13:13:42.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.475 INFO kablam! | Oct 13 13:13:42.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.475 INFO kablam! | Oct 13 13:13:42.475 INFO kablam! Oct 13 13:13:42.475 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.475 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.475 INFO kablam! | Oct 13 13:13:42.475 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.475 INFO kablam! | ^^^^^ Oct 13 13:13:42.475 INFO kablam! ... Oct 13 13:13:42.475 INFO kablam! 3872 | rt_realloc!(rt_odd_10bytes_32align_realloc, 10- 1, 32); Oct 13 13:13:42.475 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.475 INFO kablam! | Oct 13 13:13:42.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.475 INFO kablam! | Oct 13 13:13:42.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.475 INFO kablam! | Oct 13 13:13:42.475 INFO kablam! Oct 13 13:13:42.479 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.479 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.479 INFO kablam! | Oct 13 13:13:42.479 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.479 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.479 INFO kablam! ... Oct 13 13:13:42.479 INFO kablam! 3872 | rt_realloc!(rt_odd_10bytes_32align_realloc, 10- 1, 32); Oct 13 13:13:42.479 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.479 INFO kablam! | Oct 13 13:13:42.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.479 INFO kablam! | Oct 13 13:13:42.479 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.479 INFO kablam! | Oct 13 13:13:42.479 INFO kablam! Oct 13 13:13:42.479 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.479 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.479 INFO kablam! | Oct 13 13:13:42.479 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.479 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.479 INFO kablam! ... Oct 13 13:13:42.479 INFO kablam! 3872 | rt_realloc!(rt_odd_10bytes_32align_realloc, 10- 1, 32); Oct 13 13:13:42.479 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.479 INFO kablam! | Oct 13 13:13:42.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.479 INFO kablam! | Oct 13 13:13:42.479 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.479 INFO kablam! | Oct 13 13:13:42.479 INFO kablam! Oct 13 13:13:42.479 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.479 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.479 INFO kablam! | Oct 13 13:13:42.479 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.479 INFO kablam! | ^^^^^ Oct 13 13:13:42.479 INFO kablam! ... Oct 13 13:13:42.479 INFO kablam! 3885 | rt_realloc!(rt_odd_100bytes_32align_realloc, 100- 1, 32); Oct 13 13:13:42.479 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.479 INFO kablam! | Oct 13 13:13:42.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.479 INFO kablam! | Oct 13 13:13:42.479 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.479 INFO kablam! | Oct 13 13:13:42.479 INFO kablam! Oct 13 13:13:42.481 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.481 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.481 INFO kablam! | Oct 13 13:13:42.481 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 3885 | rt_realloc!(rt_odd_100bytes_32align_realloc, 100- 1, 32); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.481 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.481 INFO kablam! | Oct 13 13:13:42.481 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.481 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.481 INFO kablam! ... Oct 13 13:13:42.481 INFO kablam! 3885 | rt_realloc!(rt_odd_100bytes_32align_realloc, 100- 1, 32); 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:197:36 Oct 13 13:13:42.481 INFO kablam! | Oct 13 13:13:42.481 INFO kablam! 197 | 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! 3898 | rt_realloc!(rt_odd_1000bytes_32align_realloc, 1000- 1, 32); 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.484 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.484 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.484 INFO kablam! | Oct 13 13:13:42.484 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.484 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.484 INFO kablam! ... Oct 13 13:13:42.484 INFO kablam! 3898 | rt_realloc!(rt_odd_1000bytes_32align_realloc, 1000- 1, 32); Oct 13 13:13:42.484 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.484 INFO kablam! | Oct 13 13:13:42.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.485 INFO kablam! | Oct 13 13:13:42.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.485 INFO kablam! | Oct 13 13:13:42.485 INFO kablam! Oct 13 13:13:42.485 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.485 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.485 INFO kablam! | Oct 13 13:13:42.485 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.485 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.485 INFO kablam! ... Oct 13 13:13:42.485 INFO kablam! 3898 | rt_realloc!(rt_odd_1000bytes_32align_realloc, 1000- 1, 32); Oct 13 13:13:42.485 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.485 INFO kablam! | Oct 13 13:13:42.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.485 INFO kablam! | Oct 13 13:13:42.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.485 INFO kablam! | Oct 13 13:13:42.485 INFO kablam! Oct 13 13:13:42.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.485 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.485 INFO kablam! | Oct 13 13:13:42.485 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.485 INFO kablam! | ^^^^^ Oct 13 13:13:42.485 INFO kablam! ... Oct 13 13:13:42.485 INFO kablam! 3911 | rt_realloc!(rt_odd_10000bytes_32align_realloc, 10000- 1, 32); Oct 13 13:13:42.485 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.485 INFO kablam! | Oct 13 13:13:42.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.485 INFO kablam! | Oct 13 13:13:42.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.485 INFO kablam! | Oct 13 13:13:42.485 INFO kablam! Oct 13 13:13:42.495 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.495 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.495 INFO kablam! | Oct 13 13:13:42.495 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.495 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.495 INFO kablam! ... Oct 13 13:13:42.495 INFO kablam! 3911 | rt_realloc!(rt_odd_10000bytes_32align_realloc, 10000- 1, 32); Oct 13 13:13:42.495 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.495 INFO kablam! | Oct 13 13:13:42.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.495 INFO kablam! | Oct 13 13:13:42.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.495 INFO kablam! | Oct 13 13:13:42.495 INFO kablam! Oct 13 13:13:42.495 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.495 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.495 INFO kablam! | Oct 13 13:13:42.495 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.495 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.495 INFO kablam! ... Oct 13 13:13:42.495 INFO kablam! 3911 | rt_realloc!(rt_odd_10000bytes_32align_realloc, 10000- 1, 32); Oct 13 13:13:42.495 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.495 INFO kablam! | Oct 13 13:13:42.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.495 INFO kablam! | Oct 13 13:13:42.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.495 INFO kablam! | Oct 13 13:13:42.495 INFO kablam! Oct 13 13:13:42.495 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.495 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.495 INFO kablam! | Oct 13 13:13:42.495 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.495 INFO kablam! | ^^^^^ Oct 13 13:13:42.495 INFO kablam! ... Oct 13 13:13:42.495 INFO kablam! 3924 | rt_realloc!(rt_odd_100000bytes_32align_realloc, 100000- 1, 32); Oct 13 13:13:42.495 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.495 INFO kablam! | Oct 13 13:13:42.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.495 INFO kablam! | Oct 13 13:13:42.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.495 INFO kablam! | Oct 13 13:13:42.495 INFO kablam! Oct 13 13:13:42.496 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.496 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.496 INFO kablam! | Oct 13 13:13:42.496 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.496 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.496 INFO kablam! ... Oct 13 13:13:42.496 INFO kablam! 3924 | rt_realloc!(rt_odd_100000bytes_32align_realloc, 100000- 1, 32); Oct 13 13:13:42.496 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.496 INFO kablam! | Oct 13 13:13:42.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.496 INFO kablam! | Oct 13 13:13:42.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.496 INFO kablam! | Oct 13 13:13:42.496 INFO kablam! Oct 13 13:13:42.496 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.496 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.497 INFO kablam! | Oct 13 13:13:42.497 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.497 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.497 INFO kablam! ... Oct 13 13:13:42.497 INFO kablam! 3924 | rt_realloc!(rt_odd_100000bytes_32align_realloc, 100000- 1, 32); Oct 13 13:13:42.497 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.497 INFO kablam! | Oct 13 13:13:42.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.497 INFO kablam! | Oct 13 13:13:42.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.497 INFO kablam! | Oct 13 13:13:42.497 INFO kablam! Oct 13 13:13:42.497 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.497 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.497 INFO kablam! | Oct 13 13:13:42.497 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.497 INFO kablam! | ^^^^^ Oct 13 13:13:42.497 INFO kablam! ... Oct 13 13:13:42.497 INFO kablam! 3937 | rt_realloc!(rt_odd_1000000bytes_32align_realloc, 1000000- 1, 32); Oct 13 13:13:42.497 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.497 INFO kablam! | Oct 13 13:13:42.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.497 INFO kablam! | Oct 13 13:13:42.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.497 INFO kablam! | Oct 13 13:13:42.497 INFO kablam! Oct 13 13:13:42.497 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.497 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.497 INFO kablam! | Oct 13 13:13:42.497 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.497 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.497 INFO kablam! ... Oct 13 13:13:42.497 INFO kablam! 3937 | rt_realloc!(rt_odd_1000000bytes_32align_realloc, 1000000- 1, 32); Oct 13 13:13:42.497 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.497 INFO kablam! | Oct 13 13:13:42.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.497 INFO kablam! | Oct 13 13:13:42.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.497 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:204:26 Oct 13 13:13:42.500 INFO kablam! | Oct 13 13:13:42.500 INFO kablam! 204 | 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! 3937 | rt_realloc!(rt_odd_1000000bytes_32align_realloc, 1000000- 1, 32); 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:197:36 Oct 13 13:13:42.500 INFO kablam! | Oct 13 13:13:42.500 INFO kablam! 197 | 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! 3951 | rt_realloc!(rt_primes_3bytes_32align_realloc, 3, 32); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.500 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.500 INFO kablam! | Oct 13 13:13:42.500 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 3951 | rt_realloc!(rt_primes_3bytes_32align_realloc, 3, 32); 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.504 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.504 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.504 INFO kablam! | Oct 13 13:13:42.504 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.504 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.504 INFO kablam! ... Oct 13 13:13:42.504 INFO kablam! 3951 | rt_realloc!(rt_primes_3bytes_32align_realloc, 3, 32); Oct 13 13:13:42.504 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.504 INFO kablam! | Oct 13 13:13:42.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.504 INFO kablam! | Oct 13 13:13:42.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.504 INFO kablam! | Oct 13 13:13:42.504 INFO kablam! Oct 13 13:13:42.504 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.504 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.504 INFO kablam! | Oct 13 13:13:42.504 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.504 INFO kablam! | ^^^^^ Oct 13 13:13:42.504 INFO kablam! ... Oct 13 13:13:42.504 INFO kablam! 3964 | rt_realloc!(rt_primes_7bytes_32align_realloc, 7, 32); Oct 13 13:13:42.504 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.504 INFO kablam! | Oct 13 13:13:42.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.504 INFO kablam! | Oct 13 13:13:42.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.504 INFO kablam! | Oct 13 13:13:42.504 INFO kablam! Oct 13 13:13:42.504 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.504 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.504 INFO kablam! | Oct 13 13:13:42.504 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.504 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.504 INFO kablam! ... Oct 13 13:13:42.504 INFO kablam! 3964 | rt_realloc!(rt_primes_7bytes_32align_realloc, 7, 32); Oct 13 13:13:42.504 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.504 INFO kablam! | Oct 13 13:13:42.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.504 INFO kablam! | Oct 13 13:13:42.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.505 INFO kablam! | Oct 13 13:13:42.505 INFO kablam! Oct 13 13:13:42.505 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.505 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.505 INFO kablam! | Oct 13 13:13:42.505 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.505 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.505 INFO kablam! ... Oct 13 13:13:42.505 INFO kablam! 3964 | rt_realloc!(rt_primes_7bytes_32align_realloc, 7, 32); Oct 13 13:13:42.505 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:42.505 INFO kablam! | Oct 13 13:13:42.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.505 INFO kablam! | Oct 13 13:13:42.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.505 INFO kablam! | Oct 13 13:13:42.505 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:197:36 Oct 13 13:13:42.509 INFO kablam! | Oct 13 13:13:42.509 INFO kablam! 197 | 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.509 INFO kablam! 3977 | rt_realloc!(rt_primes_13bytes_32align_realloc, 13, 32); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.509 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.509 INFO kablam! | Oct 13 13:13:42.509 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.509 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.509 INFO kablam! ... Oct 13 13:13:42.509 INFO kablam! 3977 | rt_realloc!(rt_primes_13bytes_32align_realloc, 13, 32); 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 `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.509 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.509 INFO kablam! | Oct 13 13:13:42.509 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.509 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.509 INFO kablam! ... Oct 13 13:13:42.509 INFO kablam! 3977 | rt_realloc!(rt_primes_13bytes_32align_realloc, 13, 32); 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:197:36 Oct 13 13:13:42.509 INFO kablam! | Oct 13 13:13:42.509 INFO kablam! 197 | 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.509 INFO kablam! 3990 | rt_realloc!(rt_primes_17bytes_32align_realloc, 17, 32); 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.511 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.511 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.511 INFO kablam! | Oct 13 13:13:42.512 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 3990 | rt_realloc!(rt_primes_17bytes_32align_realloc, 17, 32); 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:204:26 Oct 13 13:13:42.512 INFO kablam! | Oct 13 13:13:42.512 INFO kablam! 204 | 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! 3990 | rt_realloc!(rt_primes_17bytes_32align_realloc, 17, 32); 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.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.513 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.513 INFO kablam! | Oct 13 13:13:42.513 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.513 INFO kablam! | ^^^^^ Oct 13 13:13:42.513 INFO kablam! ... Oct 13 13:13:42.513 INFO kablam! 4003 | rt_realloc!(rt_primes_31bytes_32align_realloc, 31, 32); Oct 13 13:13:42.513 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.513 INFO kablam! | Oct 13 13:13:42.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.513 INFO kablam! | Oct 13 13:13:42.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.513 INFO kablam! | Oct 13 13:13:42.513 INFO kablam! Oct 13 13:13:42.520 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.520 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.520 INFO kablam! | Oct 13 13:13:42.520 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.520 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.520 INFO kablam! ... Oct 13 13:13:42.520 INFO kablam! 4003 | rt_realloc!(rt_primes_31bytes_32align_realloc, 31, 32); Oct 13 13:13:42.520 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.520 INFO kablam! | Oct 13 13:13:42.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.520 INFO kablam! | Oct 13 13:13:42.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.520 INFO kablam! | Oct 13 13:13:42.520 INFO kablam! Oct 13 13:13:42.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.520 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.520 INFO kablam! | Oct 13 13:13:42.520 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.520 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.520 INFO kablam! ... Oct 13 13:13:42.520 INFO kablam! 4003 | rt_realloc!(rt_primes_31bytes_32align_realloc, 31, 32); Oct 13 13:13:42.520 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.520 INFO kablam! | Oct 13 13:13:42.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.520 INFO kablam! | Oct 13 13:13:42.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.520 INFO kablam! | Oct 13 13:13:42.520 INFO kablam! Oct 13 13:13:42.520 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.520 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.520 INFO kablam! | Oct 13 13:13:42.520 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.520 INFO kablam! | ^^^^^ Oct 13 13:13:42.520 INFO kablam! ... Oct 13 13:13:42.520 INFO kablam! 4016 | rt_realloc!(rt_primes_61bytes_32align_realloc, 61, 32); Oct 13 13:13:42.520 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.520 INFO kablam! | Oct 13 13:13:42.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.520 INFO kablam! | Oct 13 13:13:42.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.520 INFO kablam! | Oct 13 13:13:42.520 INFO kablam! Oct 13 13:13:42.521 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.521 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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.521 INFO kablam! 4016 | rt_realloc!(rt_primes_61bytes_32align_realloc, 61, 32); Oct 13 13:13:42.521 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 INFO kablam! Oct 13 13:13:42.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.521 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.521 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.521 INFO kablam! ... Oct 13 13:13:42.521 INFO kablam! 4016 | rt_realloc!(rt_primes_61bytes_32align_realloc, 61, 32); Oct 13 13:13:42.521 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 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:197:36 Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.521 INFO kablam! | ^^^^^ Oct 13 13:13:42.521 INFO kablam! ... Oct 13 13:13:42.521 INFO kablam! 4029 | rt_realloc!(rt_primes_96bytes_32align_realloc, 96, 32); Oct 13 13:13:42.521 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 INFO kablam! Oct 13 13:13:42.521 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.521 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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.521 INFO kablam! 4029 | rt_realloc!(rt_primes_96bytes_32align_realloc, 96, 32); Oct 13 13:13:42.521 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 INFO kablam! Oct 13 13:13:42.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.521 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.521 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.521 INFO kablam! ... Oct 13 13:13:42.521 INFO kablam! 4029 | rt_realloc!(rt_primes_96bytes_32align_realloc, 96, 32); Oct 13 13:13:42.521 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 INFO kablam! Oct 13 13:13:42.528 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.528 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.528 INFO kablam! | Oct 13 13:13:42.528 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.528 INFO kablam! | ^^^^^ Oct 13 13:13:42.528 INFO kablam! ... Oct 13 13:13:42.528 INFO kablam! 4042 | rt_realloc!(rt_primes_127bytes_32align_realloc, 127, 32); Oct 13 13:13:42.528 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.528 INFO kablam! | Oct 13 13:13:42.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.528 INFO kablam! | Oct 13 13:13:42.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.528 INFO kablam! | Oct 13 13:13:42.528 INFO kablam! Oct 13 13:13:42.528 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.528 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.528 INFO kablam! | Oct 13 13:13:42.528 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.528 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.528 INFO kablam! ... Oct 13 13:13:42.528 INFO kablam! 4042 | rt_realloc!(rt_primes_127bytes_32align_realloc, 127, 32); Oct 13 13:13:42.528 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.528 INFO kablam! | Oct 13 13:13:42.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.528 INFO kablam! | Oct 13 13:13:42.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.528 INFO kablam! | Oct 13 13:13:42.528 INFO kablam! Oct 13 13:13:42.528 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.528 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.528 INFO kablam! | Oct 13 13:13:42.528 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.528 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.528 INFO kablam! ... Oct 13 13:13:42.528 INFO kablam! 4042 | rt_realloc!(rt_primes_127bytes_32align_realloc, 127, 32); Oct 13 13:13:42.528 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.528 INFO kablam! | Oct 13 13:13:42.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.528 INFO kablam! | Oct 13 13:13:42.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.528 INFO kablam! | Oct 13 13:13:42.528 INFO kablam! Oct 13 13:13:42.528 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:197:36 Oct 13 13:13:42.529 INFO kablam! | Oct 13 13:13:42.529 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 4055 | rt_realloc!(rt_primes_257bytes_32align_realloc, 257, 32); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.529 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.529 INFO kablam! | Oct 13 13:13:42.529 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 4055 | rt_realloc!(rt_primes_257bytes_32align_realloc, 257, 32); 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:204:26 Oct 13 13:13:42.529 INFO kablam! | Oct 13 13:13:42.529 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.529 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.529 INFO kablam! ... Oct 13 13:13:42.529 INFO kablam! 4055 | rt_realloc!(rt_primes_257bytes_32align_realloc, 257, 32); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.529 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.529 INFO kablam! | Oct 13 13:13:42.529 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 4068 | rt_realloc!(rt_primes_509bytes_32align_realloc, 509, 32); 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.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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.530 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.530 INFO kablam! | Oct 13 13:13:42.530 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.530 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.530 INFO kablam! ... Oct 13 13:13:42.530 INFO kablam! 4068 | rt_realloc!(rt_primes_509bytes_32align_realloc, 509, 32); Oct 13 13:13:42.530 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.536 INFO kablam! | Oct 13 13:13:42.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.536 INFO kablam! | Oct 13 13:13:42.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.536 INFO kablam! | Oct 13 13:13:42.536 INFO kablam! Oct 13 13:13:42.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.536 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.536 INFO kablam! | Oct 13 13:13:42.536 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.536 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.536 INFO kablam! ... Oct 13 13:13:42.536 INFO kablam! 4068 | rt_realloc!(rt_primes_509bytes_32align_realloc, 509, 32); Oct 13 13:13:42.536 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:42.536 INFO kablam! | Oct 13 13:13:42.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.536 INFO kablam! | Oct 13 13:13:42.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.536 INFO kablam! | Oct 13 13:13:42.536 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:197:36 Oct 13 13:13:42.536 INFO kablam! | Oct 13 13:13:42.536 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.536 INFO kablam! | ^^^^^ Oct 13 13:13:42.536 INFO kablam! ... Oct 13 13:13:42.536 INFO kablam! 4081 | rt_realloc!(rt_primes_1021bytes_32align_realloc, 1021, 32); Oct 13 13:13:42.536 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.536 INFO kablam! | Oct 13 13:13:42.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.536 INFO kablam! | Oct 13 13:13:42.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.536 INFO kablam! | Oct 13 13:13:42.536 INFO kablam! Oct 13 13:13:42.540 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.540 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.540 INFO kablam! | Oct 13 13:13:42.540 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.540 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.540 INFO kablam! ... Oct 13 13:13:42.540 INFO kablam! 4081 | rt_realloc!(rt_primes_1021bytes_32align_realloc, 1021, 32); Oct 13 13:13:42.540 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.540 INFO kablam! | Oct 13 13:13:42.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.540 INFO kablam! | Oct 13 13:13:42.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.540 INFO kablam! | Oct 13 13:13:42.540 INFO kablam! Oct 13 13:13:42.540 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.540 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.540 INFO kablam! | Oct 13 13:13:42.540 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.540 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.540 INFO kablam! ... Oct 13 13:13:42.540 INFO kablam! 4081 | rt_realloc!(rt_primes_1021bytes_32align_realloc, 1021, 32); Oct 13 13:13:42.540 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.540 INFO kablam! | Oct 13 13:13:42.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.540 INFO kablam! | Oct 13 13:13:42.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.540 INFO kablam! | Oct 13 13:13:42.540 INFO kablam! Oct 13 13:13:42.540 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.540 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.540 INFO kablam! | Oct 13 13:13:42.541 INFO kablam! 197 | 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! 4094 | rt_realloc!(rt_primes_2039bytes_32align_realloc, 2039, 32); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.541 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.541 INFO kablam! | Oct 13 13:13:42.541 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 4094 | rt_realloc!(rt_primes_2039bytes_32align_realloc, 2039, 32); 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.544 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.544 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.544 INFO kablam! | Oct 13 13:13:42.544 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.544 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.544 INFO kablam! ... Oct 13 13:13:42.544 INFO kablam! 4094 | rt_realloc!(rt_primes_2039bytes_32align_realloc, 2039, 32); Oct 13 13:13:42.544 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.544 INFO kablam! | Oct 13 13:13:42.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.544 INFO kablam! | Oct 13 13:13:42.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.544 INFO kablam! | Oct 13 13:13:42.544 INFO kablam! Oct 13 13:13:42.544 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.544 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.544 INFO kablam! | Oct 13 13:13:42.544 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.544 INFO kablam! | ^^^^^ Oct 13 13:13:42.544 INFO kablam! ... Oct 13 13:13:42.544 INFO kablam! 4107 | rt_realloc!(rt_primes_4093bytes_32align_realloc, 4093, 32); Oct 13 13:13:42.544 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.544 INFO kablam! | Oct 13 13:13:42.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.544 INFO kablam! | Oct 13 13:13:42.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.544 INFO kablam! | Oct 13 13:13:42.544 INFO kablam! Oct 13 13:13:42.544 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.544 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.544 INFO kablam! | Oct 13 13:13:42.544 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.544 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.544 INFO kablam! ... Oct 13 13:13:42.544 INFO kablam! 4107 | rt_realloc!(rt_primes_4093bytes_32align_realloc, 4093, 32); Oct 13 13:13:42.544 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.544 INFO kablam! | Oct 13 13:13:42.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.544 INFO kablam! | Oct 13 13:13:42.544 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.545 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.545 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.545 INFO kablam! | Oct 13 13:13:42.545 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.545 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.545 INFO kablam! ... Oct 13 13:13:42.545 INFO kablam! 4107 | rt_realloc!(rt_primes_4093bytes_32align_realloc, 4093, 32); Oct 13 13:13:42.545 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:42.546 INFO kablam! | Oct 13 13:13:42.546 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.546 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.546 INFO kablam! | Oct 13 13:13:42.546 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.546 INFO kablam! | Oct 13 13:13:42.546 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:197:36 Oct 13 13:13:42.548 INFO kablam! | Oct 13 13:13:42.548 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 4120 | rt_realloc!(rt_primes_8191bytes_32align_realloc, 8191, 32); 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.548 INFO kablam! Oct 13 13:13:42.548 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.548 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.548 INFO kablam! | Oct 13 13:13:42.548 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 4120 | rt_realloc!(rt_primes_8191bytes_32align_realloc, 8191, 32); 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.548 INFO kablam! Oct 13 13:13:42.548 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.548 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.548 INFO kablam! | Oct 13 13:13:42.548 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.548 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.548 INFO kablam! ... Oct 13 13:13:42.548 INFO kablam! 4120 | rt_realloc!(rt_primes_8191bytes_32align_realloc, 8191, 32); 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.548 INFO kablam! Oct 13 13:13:42.549 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.549 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.549 INFO kablam! | Oct 13 13:13:42.549 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.549 INFO kablam! | ^^^^^ Oct 13 13:13:42.549 INFO kablam! ... Oct 13 13:13:42.549 INFO kablam! 4133 | rt_realloc!(rt_primes_16381bytes_32align_realloc, 16381, 32); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.551 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.551 INFO kablam! | Oct 13 13:13:42.551 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 4133 | rt_realloc!(rt_primes_16381bytes_32align_realloc, 16381, 32); Oct 13 13:13:42.551 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.557 INFO kablam! | Oct 13 13:13:42.557 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.557 INFO kablam! | Oct 13 13:13:42.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.557 INFO kablam! | Oct 13 13:13:42.557 INFO kablam! Oct 13 13:13:42.557 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.557 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.557 INFO kablam! | Oct 13 13:13:42.557 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.557 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.557 INFO kablam! ... Oct 13 13:13:42.557 INFO kablam! 4133 | rt_realloc!(rt_primes_16381bytes_32align_realloc, 16381, 32); Oct 13 13:13:42.557 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.557 INFO kablam! | Oct 13 13:13:42.557 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.557 INFO kablam! | Oct 13 13:13:42.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.557 INFO kablam! | Oct 13 13:13:42.557 INFO kablam! Oct 13 13:13:42.557 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.557 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.557 INFO kablam! | Oct 13 13:13:42.557 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.557 INFO kablam! | ^^^^^ Oct 13 13:13:42.557 INFO kablam! ... Oct 13 13:13:42.557 INFO kablam! 4146 | rt_realloc!(rt_primes_32749bytes_32align_realloc, 32749, 32); Oct 13 13:13:42.557 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.557 INFO kablam! | Oct 13 13:13:42.557 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.557 INFO kablam! | Oct 13 13:13:42.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.557 INFO kablam! | Oct 13 13:13:42.557 INFO kablam! Oct 13 13:13:42.557 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.557 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.557 INFO kablam! | Oct 13 13:13:42.557 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.557 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.557 INFO kablam! ... Oct 13 13:13:42.557 INFO kablam! 4146 | rt_realloc!(rt_primes_32749bytes_32align_realloc, 32749, 32); Oct 13 13:13:42.557 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.557 INFO kablam! | Oct 13 13:13:42.557 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.557 INFO kablam! | Oct 13 13:13:42.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.557 INFO kablam! | Oct 13 13:13:42.557 INFO kablam! Oct 13 13:13:42.557 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.557 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.557 INFO kablam! | Oct 13 13:13:42.557 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.557 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.557 INFO kablam! ... Oct 13 13:13:42.557 INFO kablam! 4146 | rt_realloc!(rt_primes_32749bytes_32align_realloc, 32749, 32); Oct 13 13:13:42.557 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.557 INFO kablam! | Oct 13 13:13:42.557 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.557 INFO kablam! | Oct 13 13:13:42.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.557 INFO kablam! | Oct 13 13:13:42.557 INFO kablam! Oct 13 13:13:42.557 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.557 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.558 INFO kablam! | Oct 13 13:13:42.558 INFO kablam! 197 | let ptr = Jemalloc.alloc(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! 4159 | rt_realloc!(rt_primes_65537bytes_32align_realloc, 65537, 32); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.558 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.558 INFO kablam! | Oct 13 13:13:42.558 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, 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! 4159 | rt_realloc!(rt_primes_65537bytes_32align_realloc, 65537, 32); 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:204:26 Oct 13 13:13:42.558 INFO kablam! | Oct 13 13:13:42.558 INFO kablam! 204 | 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! 4159 | rt_realloc!(rt_primes_65537bytes_32align_realloc, 65537, 32); 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:197:36 Oct 13 13:13:42.561 INFO kablam! | Oct 13 13:13:42.561 INFO kablam! 197 | 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! 4172 | rt_realloc!(rt_primes_131071bytes_32align_realloc, 131071, 32); 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.562 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.562 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.562 INFO kablam! | Oct 13 13:13:42.562 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:42.562 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.562 INFO kablam! ... Oct 13 13:13:42.562 INFO kablam! 4172 | rt_realloc!(rt_primes_131071bytes_32align_realloc, 131071, 32); Oct 13 13:13:42.562 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.562 INFO kablam! | Oct 13 13:13:42.562 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.562 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.562 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.562 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.562 INFO kablam! | Oct 13 13:13:42.562 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.562 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.562 INFO kablam! ... Oct 13 13:13:42.562 INFO kablam! 4172 | rt_realloc!(rt_primes_131071bytes_32align_realloc, 131071, 32); Oct 13 13:13:42.562 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.562 INFO kablam! | Oct 13 13:13:42.562 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.562 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.563 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:42.563 INFO kablam! | Oct 13 13:13:42.563 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.563 INFO kablam! | ^^^^^ Oct 13 13:13:42.563 INFO kablam! ... Oct 13 13:13:42.563 INFO kablam! 4185 | rt_realloc!(rt_primes_4194301bytes_32align_realloc, 4194301, 32); 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 `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.564 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:42.564 INFO kablam! | Oct 13 13:13:42.564 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_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! 4185 | rt_realloc!(rt_primes_4194301bytes_32align_realloc, 4194301, 32); Oct 13 13:13:42.564 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.564 INFO kablam! | Oct 13 13:13:42.564 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.564 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.564 INFO kablam! | Oct 13 13:13:42.564 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.564 INFO kablam! | Oct 13 13:13:42.564 INFO kablam! Oct 13 13:13:42.564 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.564 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:42.564 INFO kablam! | Oct 13 13:13:42.564 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.564 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.564 INFO kablam! ... Oct 13 13:13:42.564 INFO kablam! 4185 | rt_realloc!(rt_primes_4194301bytes_32align_realloc, 4194301, 32); Oct 13 13:13:42.564 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.564 INFO kablam! | Oct 13 13:13:42.564 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.567 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.567 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.567 INFO kablam! | Oct 13 13:13:42.567 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.567 INFO kablam! | ^^^^^ Oct 13 13:13:42.567 INFO kablam! ... Oct 13 13:13:42.567 INFO kablam! 266 | rt_realloc_excess_unused!(rt_pow2_1bytes_1align_realloc_excess_unused, 1, 1); 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.568 INFO kablam! | Oct 13 13:13:42.568 INFO kablam! Oct 13 13:13:42.568 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.568 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.568 INFO kablam! | Oct 13 13:13:42.568 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.568 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.568 INFO kablam! ... Oct 13 13:13:42.568 INFO kablam! 266 | rt_realloc_excess_unused!(rt_pow2_1bytes_1align_realloc_excess_unused, 1, 1); Oct 13 13:13:42.568 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.568 INFO kablam! Oct 13 13:13:42.576 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.576 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.576 INFO kablam! | Oct 13 13:13:42.576 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.576 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.576 INFO kablam! ... Oct 13 13:13:42.576 INFO kablam! 266 | rt_realloc_excess_unused!(rt_pow2_1bytes_1align_realloc_excess_unused, 1, 1); Oct 13 13:13:42.576 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.576 INFO kablam! | Oct 13 13:13:42.576 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.576 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.576 INFO kablam! | Oct 13 13:13:42.576 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.576 INFO kablam! | Oct 13 13:13:42.576 INFO kablam! Oct 13 13:13:42.576 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.576 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.576 INFO kablam! | Oct 13 13:13:42.576 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.576 INFO kablam! | ^^^^^ Oct 13 13:13:42.576 INFO kablam! ... Oct 13 13:13:42.576 INFO kablam! 279 | rt_realloc_excess_unused!(rt_pow2_2bytes_1align_realloc_excess_unused, 2, 1); Oct 13 13:13:42.576 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.576 INFO kablam! | Oct 13 13:13:42.576 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.576 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.576 INFO kablam! | Oct 13 13:13:42.576 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.576 INFO kablam! | Oct 13 13:13:42.576 INFO kablam! Oct 13 13:13:42.576 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.576 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.576 INFO kablam! | Oct 13 13:13:42.576 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.576 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.576 INFO kablam! ... Oct 13 13:13:42.576 INFO kablam! 279 | rt_realloc_excess_unused!(rt_pow2_2bytes_1align_realloc_excess_unused, 2, 1); Oct 13 13:13:42.576 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.576 INFO kablam! Oct 13 13:13:42.576 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.576 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.576 INFO kablam! | Oct 13 13:13:42.576 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.576 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.576 INFO kablam! ... Oct 13 13:13:42.576 INFO kablam! 279 | rt_realloc_excess_unused!(rt_pow2_2bytes_1align_realloc_excess_unused, 2, 1); Oct 13 13:13:42.576 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.577 INFO kablam! | Oct 13 13:13:42.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.577 INFO kablam! | Oct 13 13:13:42.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.577 INFO kablam! | Oct 13 13:13:42.577 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:216:36 Oct 13 13:13:42.577 INFO kablam! | Oct 13 13:13:42.577 INFO kablam! 216 | 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.577 INFO kablam! 292 | rt_realloc_excess_unused!(rt_pow2_4bytes_1align_realloc_excess_unused, 4, 1); Oct 13 13:13:42.577 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.577 INFO kablam! | Oct 13 13:13:42.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.577 INFO kablam! | Oct 13 13:13:42.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.577 INFO kablam! | Oct 13 13:13:42.577 INFO kablam! Oct 13 13:13:42.577 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.577 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.577 INFO kablam! | Oct 13 13:13:42.577 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.577 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.577 INFO kablam! ... Oct 13 13:13:42.577 INFO kablam! 292 | rt_realloc_excess_unused!(rt_pow2_4bytes_1align_realloc_excess_unused, 4, 1); Oct 13 13:13:42.577 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.577 INFO kablam! Oct 13 13:13:42.577 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.577 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.577 INFO kablam! | Oct 13 13:13:42.577 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.577 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.577 INFO kablam! ... Oct 13 13:13:42.577 INFO kablam! 292 | rt_realloc_excess_unused!(rt_pow2_4bytes_1align_realloc_excess_unused, 4, 1); Oct 13 13:13:42.577 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.577 INFO kablam! | Oct 13 13:13:42.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.577 INFO kablam! | Oct 13 13:13:42.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.577 INFO kablam! | Oct 13 13:13:42.577 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:216:36 Oct 13 13:13:42.577 INFO kablam! | Oct 13 13:13:42.577 INFO kablam! 216 | 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.577 INFO kablam! 305 | rt_realloc_excess_unused!(rt_pow2_8bytes_1align_realloc_excess_unused, 8, 1); Oct 13 13:13:42.577 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.577 INFO kablam! | Oct 13 13:13:42.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.577 INFO kablam! | Oct 13 13:13:42.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.577 INFO kablam! | Oct 13 13:13:42.577 INFO kablam! Oct 13 13:13:42.577 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.577 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.577 INFO kablam! | Oct 13 13:13:42.577 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.577 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.577 INFO kablam! ... Oct 13 13:13:42.577 INFO kablam! 305 | rt_realloc_excess_unused!(rt_pow2_8bytes_1align_realloc_excess_unused, 8, 1); Oct 13 13:13:42.577 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.577 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:225:26 Oct 13 13:13:42.580 INFO kablam! | Oct 13 13:13:42.580 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.580 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.580 INFO kablam! ... Oct 13 13:13:42.580 INFO kablam! 305 | rt_realloc_excess_unused!(rt_pow2_8bytes_1align_realloc_excess_unused, 8, 1); Oct 13 13:13:42.580 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.580 INFO kablam! | Oct 13 13:13:42.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.580 INFO kablam! | Oct 13 13:13:42.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.580 INFO kablam! | Oct 13 13:13:42.580 INFO kablam! Oct 13 13:13:42.580 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.580 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.580 INFO kablam! | Oct 13 13:13:42.580 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.580 INFO kablam! | ^^^^^ Oct 13 13:13:42.580 INFO kablam! ... Oct 13 13:13:42.580 INFO kablam! 318 | rt_realloc_excess_unused!(rt_pow2_16bytes_1align_realloc_excess_unused, 16, 1); Oct 13 13:13:42.580 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.580 INFO kablam! | Oct 13 13:13:42.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.580 INFO kablam! | Oct 13 13:13:42.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.580 INFO kablam! | Oct 13 13:13:42.580 INFO kablam! Oct 13 13:13:42.580 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.580 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.580 INFO kablam! | Oct 13 13:13:42.580 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.580 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.580 INFO kablam! ... Oct 13 13:13:42.580 INFO kablam! 318 | rt_realloc_excess_unused!(rt_pow2_16bytes_1align_realloc_excess_unused, 16, 1); Oct 13 13:13:42.580 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.580 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:225:26 Oct 13 13:13:42.583 INFO kablam! | Oct 13 13:13:42.583 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 318 | rt_realloc_excess_unused!(rt_pow2_16bytes_1align_realloc_excess_unused, 16, 1); 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.583 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.583 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.583 INFO kablam! | Oct 13 13:13:42.583 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.583 INFO kablam! | ^^^^^ Oct 13 13:13:42.583 INFO kablam! ... Oct 13 13:13:42.583 INFO kablam! 331 | rt_realloc_excess_unused!(rt_pow2_32bytes_1align_realloc_excess_unused, 32, 1); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.584 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.584 INFO kablam! | Oct 13 13:13:42.584 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.584 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.584 INFO kablam! ... Oct 13 13:13:42.584 INFO kablam! 331 | rt_realloc_excess_unused!(rt_pow2_32bytes_1align_realloc_excess_unused, 32, 1); 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.585 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.585 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.585 INFO kablam! | Oct 13 13:13:42.585 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.585 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.585 INFO kablam! ... Oct 13 13:13:42.585 INFO kablam! 331 | rt_realloc_excess_unused!(rt_pow2_32bytes_1align_realloc_excess_unused, 32, 1); 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:216:36 Oct 13 13:13:42.586 INFO kablam! | Oct 13 13:13:42.586 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 344 | rt_realloc_excess_unused!(rt_pow2_64bytes_1align_realloc_excess_unused, 64, 1); Oct 13 13:13:42.586 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.586 INFO kablam! | Oct 13 13:13:42.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.586 INFO kablam! | Oct 13 13:13:42.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.586 INFO kablam! | Oct 13 13:13:42.586 INFO kablam! Oct 13 13:13:42.588 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.588 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.588 INFO kablam! | Oct 13 13:13:42.588 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.588 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.588 INFO kablam! ... Oct 13 13:13:42.588 INFO kablam! 344 | rt_realloc_excess_unused!(rt_pow2_64bytes_1align_realloc_excess_unused, 64, 1); Oct 13 13:13:42.588 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.588 INFO kablam! Oct 13 13:13:42.588 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:225:26 Oct 13 13:13:42.589 INFO kablam! | Oct 13 13:13:42.589 INFO kablam! 225 | 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! 344 | rt_realloc_excess_unused!(rt_pow2_64bytes_1align_realloc_excess_unused, 64, 1); 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:216:36 Oct 13 13:13:42.589 INFO kablam! | Oct 13 13:13:42.589 INFO kablam! 216 | 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! 357 | rt_realloc_excess_unused!(rt_pow2_128bytes_1align_realloc_excess_unused, 128, 1); 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.590 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.590 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.590 INFO kablam! | Oct 13 13:13:42.590 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.590 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.590 INFO kablam! ... Oct 13 13:13:42.590 INFO kablam! 357 | rt_realloc_excess_unused!(rt_pow2_128bytes_1align_realloc_excess_unused, 128, 1); 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.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:225:26 Oct 13 13:13:42.592 INFO kablam! | Oct 13 13:13:42.592 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.592 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.592 INFO kablam! ... Oct 13 13:13:42.592 INFO kablam! 357 | rt_realloc_excess_unused!(rt_pow2_128bytes_1align_realloc_excess_unused, 128, 1); Oct 13 13:13:42.592 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.592 INFO kablam! | Oct 13 13:13:42.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.592 INFO kablam! | Oct 13 13:13:42.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.592 INFO kablam! | Oct 13 13:13:42.592 INFO kablam! Oct 13 13:13:42.592 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.592 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.592 INFO kablam! | Oct 13 13:13:42.592 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.592 INFO kablam! | ^^^^^ Oct 13 13:13:42.592 INFO kablam! ... Oct 13 13:13:42.592 INFO kablam! 370 | rt_realloc_excess_unused!(rt_pow2_256bytes_1align_realloc_excess_unused, 256, 1); Oct 13 13:13:42.592 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.592 INFO kablam! | Oct 13 13:13:42.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.592 INFO kablam! | Oct 13 13:13:42.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.592 INFO kablam! | Oct 13 13:13:42.592 INFO kablam! Oct 13 13:13:42.595 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.595 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.595 INFO kablam! | Oct 13 13:13:42.595 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.595 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.595 INFO kablam! ... Oct 13 13:13:42.595 INFO kablam! 370 | rt_realloc_excess_unused!(rt_pow2_256bytes_1align_realloc_excess_unused, 256, 1); Oct 13 13:13:42.595 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.595 INFO kablam! Oct 13 13:13:42.597 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.597 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.597 INFO kablam! | Oct 13 13:13:42.597 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.597 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.597 INFO kablam! ... Oct 13 13:13:42.598 INFO kablam! 370 | rt_realloc_excess_unused!(rt_pow2_256bytes_1align_realloc_excess_unused, 256, 1); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.598 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.598 INFO kablam! | Oct 13 13:13:42.598 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 383 | rt_realloc_excess_unused!(rt_pow2_512bytes_1align_realloc_excess_unused, 512, 1); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.598 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.598 INFO kablam! | Oct 13 13:13:42.598 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.598 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.598 INFO kablam! ... Oct 13 13:13:42.598 INFO kablam! 383 | rt_realloc_excess_unused!(rt_pow2_512bytes_1align_realloc_excess_unused, 512, 1); 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! 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:225:26 Oct 13 13:13:42.598 INFO kablam! | Oct 13 13:13:42.598 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 383 | rt_realloc_excess_unused!(rt_pow2_512bytes_1align_realloc_excess_unused, 512, 1); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.600 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.600 INFO kablam! | Oct 13 13:13:42.600 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.600 INFO kablam! | ^^^^^ Oct 13 13:13:42.600 INFO kablam! ... Oct 13 13:13:42.600 INFO kablam! 396 | rt_realloc_excess_unused!(rt_pow2_1024bytes_1align_realloc_excess_unused, 1024, 1); 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.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.600 INFO kablam! | Oct 13 13:13:42.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.600 INFO kablam! | Oct 13 13:13:42.600 INFO kablam! Oct 13 13:13:42.600 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.600 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.600 INFO kablam! | Oct 13 13:13:42.600 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.600 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.600 INFO kablam! ... Oct 13 13:13:42.600 INFO kablam! 396 | rt_realloc_excess_unused!(rt_pow2_1024bytes_1align_realloc_excess_unused, 1024, 1); Oct 13 13:13:42.600 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.604 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:225:26 Oct 13 13:13:42.604 INFO kablam! | Oct 13 13:13:42.604 INFO kablam! 225 | 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! 396 | rt_realloc_excess_unused!(rt_pow2_1024bytes_1align_realloc_excess_unused, 1024, 1); 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.604 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.604 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.604 INFO kablam! | Oct 13 13:13:42.604 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.604 INFO kablam! | ^^^^^ Oct 13 13:13:42.604 INFO kablam! ... Oct 13 13:13:42.604 INFO kablam! 409 | rt_realloc_excess_unused!(rt_pow2_2048bytes_1align_realloc_excess_unused, 2048, 1); 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.604 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.604 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.604 INFO kablam! | Oct 13 13:13:42.604 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.605 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.605 INFO kablam! ... Oct 13 13:13:42.605 INFO kablam! 409 | rt_realloc_excess_unused!(rt_pow2_2048bytes_1align_realloc_excess_unused, 2048, 1); Oct 13 13:13:42.605 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.605 INFO kablam! Oct 13 13:13:42.605 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.605 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.605 INFO kablam! | Oct 13 13:13:42.605 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.605 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.605 INFO kablam! ... Oct 13 13:13:42.605 INFO kablam! 409 | rt_realloc_excess_unused!(rt_pow2_2048bytes_1align_realloc_excess_unused, 2048, 1); Oct 13 13:13:42.605 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.605 INFO kablam! | Oct 13 13:13:42.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.605 INFO kablam! | Oct 13 13:13:42.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.605 INFO kablam! | Oct 13 13:13:42.605 INFO kablam! Oct 13 13:13:42.608 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.608 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.608 INFO kablam! | Oct 13 13:13:42.608 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.608 INFO kablam! | ^^^^^ Oct 13 13:13:42.608 INFO kablam! ... Oct 13 13:13:42.608 INFO kablam! 422 | rt_realloc_excess_unused!(rt_pow2_4096bytes_1align_realloc_excess_unused, 4096, 1); Oct 13 13:13:42.608 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.608 INFO kablam! | Oct 13 13:13:42.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.608 INFO kablam! | Oct 13 13:13:42.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.608 INFO kablam! | Oct 13 13:13:42.608 INFO kablam! Oct 13 13:13:42.608 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.608 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.608 INFO kablam! | Oct 13 13:13:42.608 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.608 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.608 INFO kablam! ... Oct 13 13:13:42.608 INFO kablam! 422 | rt_realloc_excess_unused!(rt_pow2_4096bytes_1align_realloc_excess_unused, 4096, 1); Oct 13 13:13:42.608 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.608 INFO kablam! Oct 13 13:13:42.608 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.608 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.608 INFO kablam! | Oct 13 13:13:42.608 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.608 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.608 INFO kablam! ... Oct 13 13:13:42.608 INFO kablam! 422 | rt_realloc_excess_unused!(rt_pow2_4096bytes_1align_realloc_excess_unused, 4096, 1); Oct 13 13:13:42.608 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.608 INFO kablam! | Oct 13 13:13:42.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.608 INFO kablam! | Oct 13 13:13:42.608 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.609 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.609 INFO kablam! | Oct 13 13:13:42.609 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 435 | rt_realloc_excess_unused!(rt_pow2_8192bytes_1align_realloc_excess_unused, 8192, 1); 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.615 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.615 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.615 INFO kablam! | Oct 13 13:13:42.615 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.615 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.615 INFO kablam! ... Oct 13 13:13:42.615 INFO kablam! 435 | rt_realloc_excess_unused!(rt_pow2_8192bytes_1align_realloc_excess_unused, 8192, 1); Oct 13 13:13:42.615 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.615 INFO kablam! Oct 13 13:13:42.615 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.615 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.615 INFO kablam! | Oct 13 13:13:42.615 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.615 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.615 INFO kablam! ... Oct 13 13:13:42.615 INFO kablam! 435 | rt_realloc_excess_unused!(rt_pow2_8192bytes_1align_realloc_excess_unused, 8192, 1); Oct 13 13:13:42.615 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.615 INFO kablam! | Oct 13 13:13:42.615 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.615 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.615 INFO kablam! | Oct 13 13:13:42.615 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.615 INFO kablam! | Oct 13 13:13:42.615 INFO kablam! Oct 13 13:13:42.615 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.615 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.615 INFO kablam! | Oct 13 13:13:42.615 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.615 INFO kablam! | ^^^^^ Oct 13 13:13:42.615 INFO kablam! ... Oct 13 13:13:42.615 INFO kablam! 448 | rt_realloc_excess_unused!(rt_pow2_16384bytes_1align_realloc_excess_unused, 16384, 1); Oct 13 13:13:42.615 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.615 INFO kablam! | Oct 13 13:13:42.615 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.615 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.615 INFO kablam! | Oct 13 13:13:42.615 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.615 INFO kablam! | Oct 13 13:13:42.615 INFO kablam! Oct 13 13:13:42.620 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.620 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.620 INFO kablam! | Oct 13 13:13:42.620 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.620 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.620 INFO kablam! ... Oct 13 13:13:42.620 INFO kablam! 448 | rt_realloc_excess_unused!(rt_pow2_16384bytes_1align_realloc_excess_unused, 16384, 1); Oct 13 13:13:42.620 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.620 INFO kablam! Oct 13 13:13:42.620 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.620 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.620 INFO kablam! | Oct 13 13:13:42.620 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.620 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.620 INFO kablam! ... Oct 13 13:13:42.620 INFO kablam! 448 | rt_realloc_excess_unused!(rt_pow2_16384bytes_1align_realloc_excess_unused, 16384, 1); Oct 13 13:13:42.620 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.620 INFO kablam! | Oct 13 13:13:42.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.620 INFO kablam! | Oct 13 13:13:42.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.620 INFO kablam! | Oct 13 13:13:42.620 INFO kablam! Oct 13 13:13:42.620 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.620 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.620 INFO kablam! | Oct 13 13:13:42.620 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.620 INFO kablam! | ^^^^^ Oct 13 13:13:42.620 INFO kablam! ... Oct 13 13:13:42.620 INFO kablam! 461 | rt_realloc_excess_unused!(rt_pow2_32768bytes_1align_realloc_excess_unused, 32768, 1); Oct 13 13:13:42.620 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.620 INFO kablam! | Oct 13 13:13:42.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.620 INFO kablam! | Oct 13 13:13:42.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.620 INFO kablam! | Oct 13 13:13:42.620 INFO kablam! Oct 13 13:13:42.620 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.620 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.620 INFO kablam! | Oct 13 13:13:42.620 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.620 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.620 INFO kablam! ... Oct 13 13:13:42.620 INFO kablam! 461 | rt_realloc_excess_unused!(rt_pow2_32768bytes_1align_realloc_excess_unused, 32768, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.621 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.621 INFO kablam! | Oct 13 13:13:42.621 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.621 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.621 INFO kablam! ... Oct 13 13:13:42.621 INFO kablam! 461 | rt_realloc_excess_unused!(rt_pow2_32768bytes_1align_realloc_excess_unused, 32768, 1); 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.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:216:36 Oct 13 13:13:42.621 INFO kablam! | Oct 13 13:13:42.621 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 474 | rt_realloc_excess_unused!(rt_pow2_65536bytes_1align_realloc_excess_unused, 65536, 1); 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.621 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.621 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.621 INFO kablam! | Oct 13 13:13:42.621 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.621 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.621 INFO kablam! ... Oct 13 13:13:42.621 INFO kablam! 474 | rt_realloc_excess_unused!(rt_pow2_65536bytes_1align_realloc_excess_unused, 65536, 1); 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.624 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.624 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.624 INFO kablam! | Oct 13 13:13:42.624 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.624 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.624 INFO kablam! ... Oct 13 13:13:42.624 INFO kablam! 474 | rt_realloc_excess_unused!(rt_pow2_65536bytes_1align_realloc_excess_unused, 65536, 1); Oct 13 13:13:42.624 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.624 INFO kablam! | Oct 13 13:13:42.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.624 INFO kablam! | Oct 13 13:13:42.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.624 INFO kablam! | Oct 13 13:13:42.624 INFO kablam! Oct 13 13:13:42.624 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.624 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.624 INFO kablam! | Oct 13 13:13:42.624 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.624 INFO kablam! | ^^^^^ Oct 13 13:13:42.624 INFO kablam! ... Oct 13 13:13:42.624 INFO kablam! 487 | rt_realloc_excess_unused!(rt_pow2_131072bytes_1align_realloc_excess_unused, 131072, 1); Oct 13 13:13:42.624 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.624 INFO kablam! | Oct 13 13:13:42.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.624 INFO kablam! | Oct 13 13:13:42.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.624 INFO kablam! | Oct 13 13:13:42.624 INFO kablam! Oct 13 13:13:42.624 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.624 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.624 INFO kablam! | Oct 13 13:13:42.624 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.624 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.624 INFO kablam! ... Oct 13 13:13:42.624 INFO kablam! 487 | rt_realloc_excess_unused!(rt_pow2_131072bytes_1align_realloc_excess_unused, 131072, 1); Oct 13 13:13:42.624 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.624 INFO kablam! Oct 13 13:13:42.624 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.624 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.624 INFO kablam! | Oct 13 13:13:42.624 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.624 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.625 INFO kablam! ... Oct 13 13:13:42.625 INFO kablam! 487 | rt_realloc_excess_unused!(rt_pow2_131072bytes_1align_realloc_excess_unused, 131072, 1); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.625 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.625 INFO kablam! | Oct 13 13:13:42.625 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 500 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_1align_realloc_excess_unused, 4194304, 1); Oct 13 13:13:42.625 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.626 INFO kablam! | Oct 13 13:13:42.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.626 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.626 INFO kablam! | Oct 13 13:13:42.626 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.626 INFO kablam! | Oct 13 13:13:42.626 INFO kablam! Oct 13 13:13:42.627 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.627 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.627 INFO kablam! | Oct 13 13:13:42.627 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.627 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.627 INFO kablam! ... Oct 13 13:13:42.627 INFO kablam! 500 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_1align_realloc_excess_unused, 4194304, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.627 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.627 INFO kablam! | Oct 13 13:13:42.627 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.627 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.627 INFO kablam! ... Oct 13 13:13:42.627 INFO kablam! 500 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_1align_realloc_excess_unused, 4194304, 1); 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.629 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.629 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.629 INFO kablam! | Oct 13 13:13:42.629 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.629 INFO kablam! | ^^^^^ Oct 13 13:13:42.629 INFO kablam! ... Oct 13 13:13:42.629 INFO kablam! 514 | rt_realloc_excess_unused!(rt_even_10bytes_1align_realloc_excess_unused, 10, 1); Oct 13 13:13:42.629 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.630 INFO kablam! | Oct 13 13:13:42.630 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.630 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.630 INFO kablam! | Oct 13 13:13:42.630 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.630 INFO kablam! | Oct 13 13:13:42.630 INFO kablam! Oct 13 13:13:42.630 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.630 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.630 INFO kablam! | Oct 13 13:13:42.630 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.630 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.630 INFO kablam! ... Oct 13 13:13:42.630 INFO kablam! 514 | rt_realloc_excess_unused!(rt_even_10bytes_1align_realloc_excess_unused, 10, 1); Oct 13 13:13:42.630 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.630 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:225:26 Oct 13 13:13:42.633 INFO kablam! | Oct 13 13:13:42.633 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.633 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.633 INFO kablam! ... Oct 13 13:13:42.633 INFO kablam! 514 | rt_realloc_excess_unused!(rt_even_10bytes_1align_realloc_excess_unused, 10, 1); Oct 13 13:13:42.633 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.633 INFO kablam! | Oct 13 13:13:42.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.633 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.633 INFO kablam! | Oct 13 13:13:42.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.633 INFO kablam! | Oct 13 13:13:42.633 INFO kablam! Oct 13 13:13:42.633 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.633 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.633 INFO kablam! | Oct 13 13:13:42.633 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.633 INFO kablam! | ^^^^^ Oct 13 13:13:42.633 INFO kablam! ... Oct 13 13:13:42.633 INFO kablam! 527 | rt_realloc_excess_unused!(rt_even_100bytes_1align_realloc_excess_unused, 100, 1); Oct 13 13:13:42.633 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.633 INFO kablam! | Oct 13 13:13:42.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.633 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.633 INFO kablam! | Oct 13 13:13:42.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.633 INFO kablam! | Oct 13 13:13:42.633 INFO kablam! Oct 13 13:13:42.633 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.633 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.633 INFO kablam! | Oct 13 13:13:42.633 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.633 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.633 INFO kablam! ... Oct 13 13:13:42.633 INFO kablam! 527 | rt_realloc_excess_unused!(rt_even_100bytes_1align_realloc_excess_unused, 100, 1); Oct 13 13:13:42.633 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.633 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:225:26 Oct 13 13:13:42.635 INFO kablam! | Oct 13 13:13:42.635 INFO kablam! 225 | 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! 527 | rt_realloc_excess_unused!(rt_even_100bytes_1align_realloc_excess_unused, 100, 1); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.635 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.635 INFO kablam! | Oct 13 13:13:42.635 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.635 INFO kablam! | ^^^^^ Oct 13 13:13:42.635 INFO kablam! ... Oct 13 13:13:42.635 INFO kablam! 540 | rt_realloc_excess_unused!(rt_even_1000bytes_1align_realloc_excess_unused, 1000, 1); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.637 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.637 INFO kablam! | Oct 13 13:13:42.637 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.637 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.637 INFO kablam! ... Oct 13 13:13:42.637 INFO kablam! 540 | rt_realloc_excess_unused!(rt_even_1000bytes_1align_realloc_excess_unused, 1000, 1); Oct 13 13:13:42.637 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.637 INFO kablam! Oct 13 13:13:42.637 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.637 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.637 INFO kablam! | Oct 13 13:13:42.637 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.637 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.637 INFO kablam! ... Oct 13 13:13:42.637 INFO kablam! 540 | rt_realloc_excess_unused!(rt_even_1000bytes_1align_realloc_excess_unused, 1000, 1); Oct 13 13:13:42.637 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.640 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.640 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.640 INFO kablam! | Oct 13 13:13:42.640 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.640 INFO kablam! | ^^^^^ Oct 13 13:13:42.640 INFO kablam! ... Oct 13 13:13:42.640 INFO kablam! 553 | rt_realloc_excess_unused!(rt_even_10000bytes_1align_realloc_excess_unused, 10000, 1); Oct 13 13:13:42.640 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.640 INFO kablam! | Oct 13 13:13:42.640 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.640 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.640 INFO kablam! | Oct 13 13:13:42.640 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.640 INFO kablam! | Oct 13 13:13:42.640 INFO kablam! Oct 13 13:13:42.640 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.641 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.641 INFO kablam! | Oct 13 13:13:42.641 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.641 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.641 INFO kablam! ... Oct 13 13:13:42.641 INFO kablam! 553 | rt_realloc_excess_unused!(rt_even_10000bytes_1align_realloc_excess_unused, 10000, 1); 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! 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:225:26 Oct 13 13:13:42.641 INFO kablam! | Oct 13 13:13:42.641 INFO kablam! 225 | 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! 553 | rt_realloc_excess_unused!(rt_even_10000bytes_1align_realloc_excess_unused, 10000, 1); 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.644 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.644 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.644 INFO kablam! | Oct 13 13:13:42.644 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.644 INFO kablam! | ^^^^^ Oct 13 13:13:42.644 INFO kablam! ... Oct 13 13:13:42.644 INFO kablam! 566 | rt_realloc_excess_unused!(rt_even_100000bytes_1align_realloc_excess_unused, 100000, 1); Oct 13 13:13:42.644 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.644 INFO kablam! | Oct 13 13:13:42.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.644 INFO kablam! | Oct 13 13:13:42.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.644 INFO kablam! | Oct 13 13:13:42.644 INFO kablam! Oct 13 13:13:42.644 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.644 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.644 INFO kablam! | Oct 13 13:13:42.644 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.644 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.644 INFO kablam! ... Oct 13 13:13:42.644 INFO kablam! 566 | rt_realloc_excess_unused!(rt_even_100000bytes_1align_realloc_excess_unused, 100000, 1); Oct 13 13:13:42.644 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.644 INFO kablam! Oct 13 13:13:42.644 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.644 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.644 INFO kablam! | Oct 13 13:13:42.644 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.644 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.644 INFO kablam! ... Oct 13 13:13:42.644 INFO kablam! 566 | rt_realloc_excess_unused!(rt_even_100000bytes_1align_realloc_excess_unused, 100000, 1); Oct 13 13:13:42.644 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.644 INFO kablam! | Oct 13 13:13:42.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.644 INFO kablam! | Oct 13 13:13:42.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.644 INFO kablam! | Oct 13 13:13:42.644 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:216:36 Oct 13 13:13:42.646 INFO kablam! | Oct 13 13:13:42.646 INFO kablam! 216 | 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! 579 | rt_realloc_excess_unused!(rt_even_1000000bytes_1align_realloc_excess_unused, 1000000, 1); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.646 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.646 INFO kablam! | Oct 13 13:13:42.646 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.646 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.646 INFO kablam! ... Oct 13 13:13:42.646 INFO kablam! 579 | rt_realloc_excess_unused!(rt_even_1000000bytes_1align_realloc_excess_unused, 1000000, 1); 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.648 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.648 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.648 INFO kablam! | Oct 13 13:13:42.648 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.648 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.648 INFO kablam! ... Oct 13 13:13:42.648 INFO kablam! 579 | rt_realloc_excess_unused!(rt_even_1000000bytes_1align_realloc_excess_unused, 1000000, 1); Oct 13 13:13:42.648 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.648 INFO kablam! | Oct 13 13:13:42.648 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.648 INFO kablam! | Oct 13 13:13:42.648 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.648 INFO kablam! | Oct 13 13:13:42.648 INFO kablam! Oct 13 13:13:42.650 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.650 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.650 INFO kablam! | Oct 13 13:13:42.650 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.650 INFO kablam! | ^^^^^ Oct 13 13:13:42.650 INFO kablam! ... Oct 13 13:13:42.650 INFO kablam! 593 | rt_realloc_excess_unused!(rt_odd_10bytes_1align_realloc_excess_unused, 10- 1, 1); Oct 13 13:13:42.650 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.650 INFO kablam! | Oct 13 13:13:42.650 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.650 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.650 INFO kablam! | Oct 13 13:13:42.650 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.650 INFO kablam! | Oct 13 13:13:42.650 INFO kablam! Oct 13 13:13:42.650 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.650 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.650 INFO kablam! | Oct 13 13:13:42.650 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.650 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.650 INFO kablam! ... Oct 13 13:13:42.650 INFO kablam! 593 | rt_realloc_excess_unused!(rt_odd_10bytes_1align_realloc_excess_unused, 10- 1, 1); Oct 13 13:13:42.650 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.650 INFO kablam! Oct 13 13:13:42.650 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.650 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.650 INFO kablam! | Oct 13 13:13:42.650 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.650 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.650 INFO kablam! ... Oct 13 13:13:42.650 INFO kablam! 593 | rt_realloc_excess_unused!(rt_odd_10bytes_1align_realloc_excess_unused, 10- 1, 1); Oct 13 13:13:42.650 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.650 INFO kablam! | Oct 13 13:13:42.650 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.660 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.660 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.660 INFO kablam! | Oct 13 13:13:42.660 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.660 INFO kablam! | ^^^^^ Oct 13 13:13:42.660 INFO kablam! ... Oct 13 13:13:42.660 INFO kablam! 606 | rt_realloc_excess_unused!(rt_odd_100bytes_1align_realloc_excess_unused, 100- 1, 1); Oct 13 13:13:42.660 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.660 INFO kablam! | Oct 13 13:13:42.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.660 INFO kablam! | Oct 13 13:13:42.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.660 INFO kablam! | Oct 13 13:13:42.660 INFO kablam! Oct 13 13:13:42.660 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.660 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.660 INFO kablam! | Oct 13 13:13:42.660 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.660 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.660 INFO kablam! ... Oct 13 13:13:42.660 INFO kablam! 606 | rt_realloc_excess_unused!(rt_odd_100bytes_1align_realloc_excess_unused, 100- 1, 1); Oct 13 13:13:42.661 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.661 INFO kablam! Oct 13 13:13:42.661 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.661 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.661 INFO kablam! | Oct 13 13:13:42.661 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.661 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.661 INFO kablam! ... Oct 13 13:13:42.661 INFO kablam! 606 | rt_realloc_excess_unused!(rt_odd_100bytes_1align_realloc_excess_unused, 100- 1, 1); Oct 13 13:13:42.661 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.664 INFO kablam! | Oct 13 13:13:42.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.664 INFO kablam! | Oct 13 13:13:42.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.664 INFO kablam! | Oct 13 13:13:42.664 INFO kablam! Oct 13 13:13:42.664 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.664 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.664 INFO kablam! | Oct 13 13:13:42.664 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.664 INFO kablam! | ^^^^^ Oct 13 13:13:42.664 INFO kablam! ... Oct 13 13:13:42.664 INFO kablam! 619 | rt_realloc_excess_unused!(rt_odd_1000bytes_1align_realloc_excess_unused, 1000- 1, 1); Oct 13 13:13:42.664 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.664 INFO kablam! | Oct 13 13:13:42.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.664 INFO kablam! | Oct 13 13:13:42.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.664 INFO kablam! | Oct 13 13:13:42.664 INFO kablam! Oct 13 13:13:42.664 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.664 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.664 INFO kablam! | Oct 13 13:13:42.664 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.664 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.664 INFO kablam! ... Oct 13 13:13:42.664 INFO kablam! 619 | rt_realloc_excess_unused!(rt_odd_1000bytes_1align_realloc_excess_unused, 1000- 1, 1); Oct 13 13:13:42.664 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.664 INFO kablam! Oct 13 13:13:42.664 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.664 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.664 INFO kablam! | Oct 13 13:13:42.664 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.664 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.664 INFO kablam! ... Oct 13 13:13:42.664 INFO kablam! 619 | rt_realloc_excess_unused!(rt_odd_1000bytes_1align_realloc_excess_unused, 1000- 1, 1); Oct 13 13:13:42.664 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.664 INFO kablam! | Oct 13 13:13:42.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.664 INFO kablam! | Oct 13 13:13:42.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.665 INFO kablam! | Oct 13 13:13:42.665 INFO kablam! Oct 13 13:13:42.665 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:216:36 Oct 13 13:13:42.665 INFO kablam! | Oct 13 13:13:42.665 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 632 | rt_realloc_excess_unused!(rt_odd_10000bytes_1align_realloc_excess_unused, 10000- 1, 1); Oct 13 13:13:42.665 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.665 INFO kablam! | Oct 13 13:13:42.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.665 INFO kablam! | Oct 13 13:13:42.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.665 INFO kablam! | Oct 13 13:13:42.665 INFO kablam! Oct 13 13:13:42.665 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.665 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.665 INFO kablam! | Oct 13 13:13:42.665 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.665 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.665 INFO kablam! ... Oct 13 13:13:42.665 INFO kablam! 632 | rt_realloc_excess_unused!(rt_odd_10000bytes_1align_realloc_excess_unused, 10000- 1, 1); Oct 13 13:13:42.665 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.665 INFO kablam! Oct 13 13:13:42.665 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.665 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.665 INFO kablam! | Oct 13 13:13:42.665 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.665 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.665 INFO kablam! ... Oct 13 13:13:42.665 INFO kablam! 632 | rt_realloc_excess_unused!(rt_odd_10000bytes_1align_realloc_excess_unused, 10000- 1, 1); Oct 13 13:13:42.665 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.665 INFO kablam! | Oct 13 13:13:42.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.665 INFO kablam! | Oct 13 13:13:42.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.665 INFO kablam! | Oct 13 13:13:42.665 INFO kablam! Oct 13 13:13:42.665 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:216:36 Oct 13 13:13:42.665 INFO kablam! | Oct 13 13:13:42.665 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 645 | rt_realloc_excess_unused!(rt_odd_100000bytes_1align_realloc_excess_unused, 100000- 1, 1); Oct 13 13:13:42.665 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.665 INFO kablam! | Oct 13 13:13:42.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.665 INFO kablam! | Oct 13 13:13:42.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.665 INFO kablam! | Oct 13 13:13:42.665 INFO kablam! Oct 13 13:13:42.665 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.665 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.665 INFO kablam! | Oct 13 13:13:42.665 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.665 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.665 INFO kablam! ... Oct 13 13:13:42.665 INFO kablam! 645 | rt_realloc_excess_unused!(rt_odd_100000bytes_1align_realloc_excess_unused, 100000- 1, 1); Oct 13 13:13:42.665 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.665 INFO kablam! Oct 13 13:13:42.665 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.665 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.665 INFO kablam! | Oct 13 13:13:42.665 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.665 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.665 INFO kablam! ... Oct 13 13:13:42.665 INFO kablam! 645 | rt_realloc_excess_unused!(rt_odd_100000bytes_1align_realloc_excess_unused, 100000- 1, 1); Oct 13 13:13:42.665 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.665 INFO kablam! | Oct 13 13:13:42.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.665 INFO kablam! | Oct 13 13:13:42.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.665 INFO kablam! | Oct 13 13:13:42.665 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:216:36 Oct 13 13:13:42.668 INFO kablam! | Oct 13 13:13:42.668 INFO kablam! 216 | 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! 658 | rt_realloc_excess_unused!(rt_odd_1000000bytes_1align_realloc_excess_unused, 1000000- 1, 1); 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.668 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.668 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.668 INFO kablam! | Oct 13 13:13:42.668 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.668 INFO kablam! | Oct 13 13:13:42.668 INFO kablam! Oct 13 13:13:42.668 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.668 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.668 INFO kablam! | Oct 13 13:13:42.668 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.668 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.668 INFO kablam! ... Oct 13 13:13:42.668 INFO kablam! 658 | rt_realloc_excess_unused!(rt_odd_1000000bytes_1align_realloc_excess_unused, 1000000- 1, 1); 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.668 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.668 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.668 INFO kablam! | Oct 13 13:13:42.668 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.668 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.668 INFO kablam! ... Oct 13 13:13:42.668 INFO kablam! 658 | rt_realloc_excess_unused!(rt_odd_1000000bytes_1align_realloc_excess_unused, 1000000- 1, 1); 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.668 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.668 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.668 INFO kablam! | Oct 13 13:13:42.668 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.668 INFO kablam! | Oct 13 13:13:42.668 INFO kablam! Oct 13 13:13:42.670 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:216:36 Oct 13 13:13:42.670 INFO kablam! | Oct 13 13:13:42.671 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 672 | rt_realloc_excess_unused!(rt_primes_3bytes_1align_realloc_excess_unused, 3, 1); 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.671 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.671 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.671 INFO kablam! | Oct 13 13:13:42.671 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.671 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.671 INFO kablam! ... Oct 13 13:13:42.671 INFO kablam! 672 | rt_realloc_excess_unused!(rt_primes_3bytes_1align_realloc_excess_unused, 3, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.671 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.671 INFO kablam! | Oct 13 13:13:42.671 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.671 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.671 INFO kablam! ... Oct 13 13:13:42.671 INFO kablam! 672 | rt_realloc_excess_unused!(rt_primes_3bytes_1align_realloc_excess_unused, 3, 1); 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.676 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.676 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.676 INFO kablam! | Oct 13 13:13:42.676 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.676 INFO kablam! | ^^^^^ Oct 13 13:13:42.676 INFO kablam! ... Oct 13 13:13:42.676 INFO kablam! 685 | rt_realloc_excess_unused!(rt_primes_7bytes_1align_realloc_excess_unused, 7, 1); Oct 13 13:13:42.676 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.676 INFO kablam! | Oct 13 13:13:42.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.676 INFO kablam! | Oct 13 13:13:42.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.676 INFO kablam! | Oct 13 13:13:42.676 INFO kablam! Oct 13 13:13:42.676 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.676 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.676 INFO kablam! | Oct 13 13:13:42.676 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.676 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.676 INFO kablam! ... Oct 13 13:13:42.676 INFO kablam! 685 | rt_realloc_excess_unused!(rt_primes_7bytes_1align_realloc_excess_unused, 7, 1); Oct 13 13:13:42.676 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.676 INFO kablam! Oct 13 13:13:42.676 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.676 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.676 INFO kablam! | Oct 13 13:13:42.676 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.676 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.676 INFO kablam! ... Oct 13 13:13:42.676 INFO kablam! 685 | rt_realloc_excess_unused!(rt_primes_7bytes_1align_realloc_excess_unused, 7, 1); Oct 13 13:13:42.676 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.676 INFO kablam! | Oct 13 13:13:42.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.676 INFO kablam! | Oct 13 13:13:42.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.676 INFO kablam! | Oct 13 13:13:42.676 INFO kablam! Oct 13 13:13:42.676 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.676 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.676 INFO kablam! | Oct 13 13:13:42.676 INFO kablam! 216 | 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! 698 | rt_realloc_excess_unused!(rt_primes_13bytes_1align_realloc_excess_unused, 13, 1); 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.679 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.679 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.679 INFO kablam! | Oct 13 13:13:42.679 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.679 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.679 INFO kablam! ... Oct 13 13:13:42.679 INFO kablam! 698 | rt_realloc_excess_unused!(rt_primes_13bytes_1align_realloc_excess_unused, 13, 1); Oct 13 13:13:42.679 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.679 INFO kablam! Oct 13 13:13:42.679 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.679 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.679 INFO kablam! | Oct 13 13:13:42.679 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.679 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.679 INFO kablam! ... Oct 13 13:13:42.679 INFO kablam! 698 | rt_realloc_excess_unused!(rt_primes_13bytes_1align_realloc_excess_unused, 13, 1); Oct 13 13:13:42.679 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.679 INFO kablam! | Oct 13 13:13:42.679 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.679 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.679 INFO kablam! | Oct 13 13:13:42.679 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.679 INFO kablam! | Oct 13 13:13:42.679 INFO kablam! Oct 13 13:13:42.681 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.681 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.681 INFO kablam! | Oct 13 13:13:42.681 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.681 INFO kablam! | ^^^^^ Oct 13 13:13:42.681 INFO kablam! ... Oct 13 13:13:42.681 INFO kablam! 711 | rt_realloc_excess_unused!(rt_primes_17bytes_1align_realloc_excess_unused, 17, 1); Oct 13 13:13:42.681 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.681 INFO kablam! | Oct 13 13:13:42.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.681 INFO kablam! | Oct 13 13:13:42.681 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.681 INFO kablam! | Oct 13 13:13:42.681 INFO kablam! Oct 13 13:13:42.681 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.681 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.682 INFO kablam! | Oct 13 13:13:42.682 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.682 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.682 INFO kablam! ... Oct 13 13:13:42.682 INFO kablam! 711 | rt_realloc_excess_unused!(rt_primes_17bytes_1align_realloc_excess_unused, 17, 1); 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! 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:225:26 Oct 13 13:13:42.682 INFO kablam! | Oct 13 13:13:42.682 INFO kablam! 225 | 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! 711 | rt_realloc_excess_unused!(rt_primes_17bytes_1align_realloc_excess_unused, 17, 1); 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:216:36 Oct 13 13:13:42.683 INFO kablam! | Oct 13 13:13:42.683 INFO kablam! 216 | 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.683 INFO kablam! 724 | rt_realloc_excess_unused!(rt_primes_31bytes_1align_realloc_excess_unused, 31, 1); Oct 13 13:13:42.683 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.683 INFO kablam! | Oct 13 13:13:42.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.683 INFO kablam! | Oct 13 13:13:42.683 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.683 INFO kablam! | Oct 13 13:13:42.683 INFO kablam! Oct 13 13:13:42.684 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.684 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.684 INFO kablam! | Oct 13 13:13:42.684 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.684 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.684 INFO kablam! ... Oct 13 13:13:42.684 INFO kablam! 724 | rt_realloc_excess_unused!(rt_primes_31bytes_1align_realloc_excess_unused, 31, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.684 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.684 INFO kablam! | Oct 13 13:13:42.684 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.684 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.684 INFO kablam! ... Oct 13 13:13:42.684 INFO kablam! 724 | rt_realloc_excess_unused!(rt_primes_31bytes_1align_realloc_excess_unused, 31, 1); 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.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.687 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.687 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.687 INFO kablam! | Oct 13 13:13:42.687 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.687 INFO kablam! | ^^^^^ Oct 13 13:13:42.687 INFO kablam! ... Oct 13 13:13:42.688 INFO kablam! 737 | rt_realloc_excess_unused!(rt_primes_61bytes_1align_realloc_excess_unused, 61, 1); 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.688 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.688 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.688 INFO kablam! | Oct 13 13:13:42.688 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.688 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.688 INFO kablam! ... Oct 13 13:13:42.688 INFO kablam! 737 | rt_realloc_excess_unused!(rt_primes_61bytes_1align_realloc_excess_unused, 61, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.688 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.688 INFO kablam! | Oct 13 13:13:42.688 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.688 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.688 INFO kablam! ... Oct 13 13:13:42.688 INFO kablam! 737 | rt_realloc_excess_unused!(rt_primes_61bytes_1align_realloc_excess_unused, 61, 1); 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.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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.690 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.690 INFO kablam! | Oct 13 13:13:42.690 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 750 | rt_realloc_excess_unused!(rt_primes_96bytes_1align_realloc_excess_unused, 96, 1); 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.692 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.692 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.692 INFO kablam! | Oct 13 13:13:42.692 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.692 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.692 INFO kablam! ... Oct 13 13:13:42.692 INFO kablam! 750 | rt_realloc_excess_unused!(rt_primes_96bytes_1align_realloc_excess_unused, 96, 1); Oct 13 13:13:42.692 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.692 INFO kablam! Oct 13 13:13:42.695 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.696 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.696 INFO kablam! | Oct 13 13:13:42.696 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.696 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.696 INFO kablam! ... Oct 13 13:13:42.696 INFO kablam! 750 | rt_realloc_excess_unused!(rt_primes_96bytes_1align_realloc_excess_unused, 96, 1); 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.696 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:216:36 Oct 13 13:13:42.696 INFO kablam! | Oct 13 13:13:42.696 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 763 | rt_realloc_excess_unused!(rt_primes_127bytes_1align_realloc_excess_unused, 127, 1); 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.697 INFO kablam! | Oct 13 13:13:42.697 INFO kablam! Oct 13 13:13:42.698 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.698 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.698 INFO kablam! | Oct 13 13:13:42.698 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.698 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.698 INFO kablam! ... Oct 13 13:13:42.698 INFO kablam! 763 | rt_realloc_excess_unused!(rt_primes_127bytes_1align_realloc_excess_unused, 127, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.698 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.698 INFO kablam! | Oct 13 13:13:42.698 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.698 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.698 INFO kablam! ... Oct 13 13:13:42.698 INFO kablam! 763 | rt_realloc_excess_unused!(rt_primes_127bytes_1align_realloc_excess_unused, 127, 1); 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.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:216:36 Oct 13 13:13:42.698 INFO kablam! | Oct 13 13:13:42.698 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 776 | rt_realloc_excess_unused!(rt_primes_257bytes_1align_realloc_excess_unused, 257, 1); 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.699 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.699 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.699 INFO kablam! | Oct 13 13:13:42.699 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.699 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.699 INFO kablam! ... Oct 13 13:13:42.699 INFO kablam! 776 | rt_realloc_excess_unused!(rt_primes_257bytes_1align_realloc_excess_unused, 257, 1); Oct 13 13:13:42.699 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.699 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:225:26 Oct 13 13:13:42.705 INFO kablam! | Oct 13 13:13:42.705 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.706 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.706 INFO kablam! ... Oct 13 13:13:42.706 INFO kablam! 776 | rt_realloc_excess_unused!(rt_primes_257bytes_1align_realloc_excess_unused, 257, 1); Oct 13 13:13:42.706 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.706 INFO kablam! Oct 13 13:13:42.706 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.706 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.706 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.706 INFO kablam! | ^^^^^ Oct 13 13:13:42.706 INFO kablam! ... Oct 13 13:13:42.706 INFO kablam! 789 | rt_realloc_excess_unused!(rt_primes_509bytes_1align_realloc_excess_unused, 509, 1); Oct 13 13:13:42.706 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.706 INFO kablam! Oct 13 13:13:42.706 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.706 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.706 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.706 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.706 INFO kablam! ... Oct 13 13:13:42.706 INFO kablam! 789 | rt_realloc_excess_unused!(rt_primes_509bytes_1align_realloc_excess_unused, 509, 1); Oct 13 13:13:42.706 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.706 INFO kablam! Oct 13 13:13:42.706 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.706 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.706 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.706 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.706 INFO kablam! ... Oct 13 13:13:42.706 INFO kablam! 789 | rt_realloc_excess_unused!(rt_primes_509bytes_1align_realloc_excess_unused, 509, 1); Oct 13 13:13:42.706 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.706 INFO kablam! Oct 13 13:13:42.706 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.706 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.706 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.706 INFO kablam! | ^^^^^ Oct 13 13:13:42.706 INFO kablam! ... Oct 13 13:13:42.706 INFO kablam! 802 | rt_realloc_excess_unused!(rt_primes_1021bytes_1align_realloc_excess_unused, 1021, 1); Oct 13 13:13:42.706 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.706 INFO kablam! Oct 13 13:13:42.706 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.706 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.706 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.706 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.706 INFO kablam! ... Oct 13 13:13:42.706 INFO kablam! 802 | rt_realloc_excess_unused!(rt_primes_1021bytes_1align_realloc_excess_unused, 1021, 1); Oct 13 13:13:42.706 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.706 INFO kablam! Oct 13 13:13:42.706 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.706 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.706 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.706 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.706 INFO kablam! ... Oct 13 13:13:42.706 INFO kablam! 802 | rt_realloc_excess_unused!(rt_primes_1021bytes_1align_realloc_excess_unused, 1021, 1); Oct 13 13:13:42.706 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.706 INFO kablam! | Oct 13 13:13:42.707 INFO kablam! Oct 13 13:13:42.712 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.713 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.713 INFO kablam! | ^^^^^ Oct 13 13:13:42.713 INFO kablam! ... Oct 13 13:13:42.713 INFO kablam! 815 | rt_realloc_excess_unused!(rt_primes_2039bytes_1align_realloc_excess_unused, 2039, 1); Oct 13 13:13:42.713 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! Oct 13 13:13:42.713 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.713 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.713 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.713 INFO kablam! ... Oct 13 13:13:42.713 INFO kablam! 815 | rt_realloc_excess_unused!(rt_primes_2039bytes_1align_realloc_excess_unused, 2039, 1); Oct 13 13:13:42.713 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.713 INFO kablam! Oct 13 13:13:42.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.713 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.713 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.713 INFO kablam! ... Oct 13 13:13:42.713 INFO kablam! 815 | rt_realloc_excess_unused!(rt_primes_2039bytes_1align_realloc_excess_unused, 2039, 1); Oct 13 13:13:42.713 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! Oct 13 13:13:42.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.713 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.713 INFO kablam! | ^^^^^ Oct 13 13:13:42.713 INFO kablam! ... Oct 13 13:13:42.713 INFO kablam! 828 | rt_realloc_excess_unused!(rt_primes_4093bytes_1align_realloc_excess_unused, 4093, 1); Oct 13 13:13:42.713 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! Oct 13 13:13:42.713 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.713 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.713 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.713 INFO kablam! ... Oct 13 13:13:42.713 INFO kablam! 828 | rt_realloc_excess_unused!(rt_primes_4093bytes_1align_realloc_excess_unused, 4093, 1); Oct 13 13:13:42.713 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.713 INFO kablam! Oct 13 13:13:42.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.713 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.713 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.713 INFO kablam! ... Oct 13 13:13:42.713 INFO kablam! 828 | rt_realloc_excess_unused!(rt_primes_4093bytes_1align_realloc_excess_unused, 4093, 1); Oct 13 13:13:42.713 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! Oct 13 13:13:42.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.713 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.713 INFO kablam! | ^^^^^ Oct 13 13:13:42.713 INFO kablam! ... Oct 13 13:13:42.713 INFO kablam! 841 | rt_realloc_excess_unused!(rt_primes_8191bytes_1align_realloc_excess_unused, 8191, 1); Oct 13 13:13:42.713 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.713 INFO kablam! | Oct 13 13:13:42.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.715 INFO kablam! Oct 13 13:13:42.715 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.715 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.715 INFO kablam! | Oct 13 13:13:42.715 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.715 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.715 INFO kablam! ... Oct 13 13:13:42.715 INFO kablam! 841 | rt_realloc_excess_unused!(rt_primes_8191bytes_1align_realloc_excess_unused, 8191, 1); 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! 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:225:26 Oct 13 13:13:42.715 INFO kablam! | Oct 13 13:13:42.715 INFO kablam! 225 | 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! 841 | rt_realloc_excess_unused!(rt_primes_8191bytes_1align_realloc_excess_unused, 8191, 1); 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.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:216:36 Oct 13 13:13:42.720 INFO kablam! | Oct 13 13:13:42.720 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.720 INFO kablam! | ^^^^^ Oct 13 13:13:42.720 INFO kablam! ... Oct 13 13:13:42.721 INFO kablam! 854 | rt_realloc_excess_unused!(rt_primes_16381bytes_1align_realloc_excess_unused, 16381, 1); Oct 13 13:13:42.721 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.721 INFO kablam! | Oct 13 13:13:42.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.722 INFO kablam! | Oct 13 13:13:42.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.722 INFO kablam! | Oct 13 13:13:42.722 INFO kablam! Oct 13 13:13:42.722 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.722 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.722 INFO kablam! | Oct 13 13:13:42.722 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.722 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.722 INFO kablam! ... Oct 13 13:13:42.722 INFO kablam! 854 | rt_realloc_excess_unused!(rt_primes_16381bytes_1align_realloc_excess_unused, 16381, 1); Oct 13 13:13:42.722 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.722 INFO kablam! Oct 13 13:13:42.722 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.722 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.722 INFO kablam! | Oct 13 13:13:42.722 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.722 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.722 INFO kablam! ... Oct 13 13:13:42.722 INFO kablam! 854 | rt_realloc_excess_unused!(rt_primes_16381bytes_1align_realloc_excess_unused, 16381, 1); Oct 13 13:13:42.722 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.722 INFO kablam! | Oct 13 13:13:42.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.722 INFO kablam! | Oct 13 13:13:42.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.722 INFO kablam! | Oct 13 13:13:42.722 INFO kablam! Oct 13 13:13:42.722 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.722 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.722 INFO kablam! | Oct 13 13:13:42.722 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.722 INFO kablam! | ^^^^^ Oct 13 13:13:42.722 INFO kablam! ... Oct 13 13:13:42.722 INFO kablam! 867 | rt_realloc_excess_unused!(rt_primes_32749bytes_1align_realloc_excess_unused, 32749, 1); Oct 13 13:13:42.722 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.722 INFO kablam! | Oct 13 13:13:42.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.722 INFO kablam! | Oct 13 13:13:42.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.722 INFO kablam! | Oct 13 13:13:42.722 INFO kablam! Oct 13 13:13:42.722 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.722 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.722 INFO kablam! | Oct 13 13:13:42.722 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.722 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.722 INFO kablam! ... Oct 13 13:13:42.722 INFO kablam! 867 | rt_realloc_excess_unused!(rt_primes_32749bytes_1align_realloc_excess_unused, 32749, 1); Oct 13 13:13:42.722 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.722 INFO kablam! Oct 13 13:13:42.722 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.722 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.722 INFO kablam! | Oct 13 13:13:42.722 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.722 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.722 INFO kablam! ... Oct 13 13:13:42.722 INFO kablam! 867 | rt_realloc_excess_unused!(rt_primes_32749bytes_1align_realloc_excess_unused, 32749, 1); Oct 13 13:13:42.722 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.722 INFO kablam! | Oct 13 13:13:42.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.722 INFO kablam! | Oct 13 13:13:42.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.722 INFO kablam! | Oct 13 13:13:42.722 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:216:36 Oct 13 13:13:42.729 INFO kablam! | Oct 13 13:13:42.729 INFO kablam! 216 | 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! 880 | rt_realloc_excess_unused!(rt_primes_65537bytes_1align_realloc_excess_unused, 65537, 1); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.729 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.729 INFO kablam! | Oct 13 13:13:42.729 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.729 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.729 INFO kablam! ... Oct 13 13:13:42.729 INFO kablam! 880 | rt_realloc_excess_unused!(rt_primes_65537bytes_1align_realloc_excess_unused, 65537, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.729 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.729 INFO kablam! | Oct 13 13:13:42.729 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.729 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.729 INFO kablam! ... Oct 13 13:13:42.729 INFO kablam! 880 | rt_realloc_excess_unused!(rt_primes_65537bytes_1align_realloc_excess_unused, 65537, 1); 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:216:36 Oct 13 13:13:42.729 INFO kablam! | Oct 13 13:13:42.729 INFO kablam! 216 | 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! 893 | rt_realloc_excess_unused!(rt_primes_131071bytes_1align_realloc_excess_unused, 131071, 1); 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.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.730 INFO kablam! | Oct 13 13:13:42.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.730 INFO kablam! | Oct 13 13:13:42.730 INFO kablam! Oct 13 13:13:42.730 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.730 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.730 INFO kablam! | Oct 13 13:13:42.730 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.730 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.730 INFO kablam! ... Oct 13 13:13:42.730 INFO kablam! 893 | rt_realloc_excess_unused!(rt_primes_131071bytes_1align_realloc_excess_unused, 131071, 1); Oct 13 13:13:42.730 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.730 INFO kablam! Oct 13 13:13:42.730 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.730 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.730 INFO kablam! | Oct 13 13:13:42.730 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.730 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.730 INFO kablam! ... Oct 13 13:13:42.730 INFO kablam! 893 | rt_realloc_excess_unused!(rt_primes_131071bytes_1align_realloc_excess_unused, 131071, 1); Oct 13 13:13:42.730 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.730 INFO kablam! | Oct 13 13:13:42.730 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.731 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.731 INFO kablam! | Oct 13 13:13:42.731 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 906 | rt_realloc_excess_unused!(rt_primes_4194301bytes_1align_realloc_excess_unused, 4194301, 1); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.731 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.731 INFO kablam! | Oct 13 13:13:42.731 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.731 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.731 INFO kablam! ... Oct 13 13:13:42.731 INFO kablam! 906 | rt_realloc_excess_unused!(rt_primes_4194301bytes_1align_realloc_excess_unused, 4194301, 1); 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! 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:225:26 Oct 13 13:13:42.731 INFO kablam! | Oct 13 13:13:42.731 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.731 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.731 INFO kablam! ... Oct 13 13:13:42.731 INFO kablam! 906 | rt_realloc_excess_unused!(rt_primes_4194301bytes_1align_realloc_excess_unused, 4194301, 1); 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.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:216:36 Oct 13 13:13:42.735 INFO kablam! | Oct 13 13:13:42.735 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 922 | rt_realloc_excess_unused!(rt_pow2_1bytes_2align_realloc_excess_unused, 1, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.735 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.735 INFO kablam! | Oct 13 13:13:42.735 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.735 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.735 INFO kablam! ... Oct 13 13:13:42.735 INFO kablam! 922 | rt_realloc_excess_unused!(rt_pow2_1bytes_2align_realloc_excess_unused, 1, 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! 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:225:26 Oct 13 13:13:42.735 INFO kablam! | Oct 13 13:13:42.735 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 922 | rt_realloc_excess_unused!(rt_pow2_1bytes_2align_realloc_excess_unused, 1, 2); Oct 13 13:13:42.735 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:216:36 Oct 13 13:13:42.736 INFO kablam! | Oct 13 13:13:42.736 INFO kablam! 216 | 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! 935 | rt_realloc_excess_unused!(rt_pow2_2bytes_2align_realloc_excess_unused, 2, 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.740 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.740 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.740 INFO kablam! | Oct 13 13:13:42.740 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.740 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.740 INFO kablam! ... Oct 13 13:13:42.740 INFO kablam! 935 | rt_realloc_excess_unused!(rt_pow2_2bytes_2align_realloc_excess_unused, 2, 2); Oct 13 13:13:42.740 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.740 INFO kablam! Oct 13 13:13:42.740 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.740 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.740 INFO kablam! | Oct 13 13:13:42.740 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.740 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.740 INFO kablam! ... Oct 13 13:13:42.740 INFO kablam! 935 | rt_realloc_excess_unused!(rt_pow2_2bytes_2align_realloc_excess_unused, 2, 2); Oct 13 13:13:42.740 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.740 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.740 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.740 INFO kablam! | Oct 13 13:13:42.740 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.740 INFO kablam! | ^^^^^ Oct 13 13:13:42.744 INFO kablam! ... Oct 13 13:13:42.744 INFO kablam! 948 | rt_realloc_excess_unused!(rt_pow2_4bytes_2align_realloc_excess_unused, 4, 2); Oct 13 13:13:42.744 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.744 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.744 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.744 INFO kablam! | Oct 13 13:13:42.744 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.744 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.744 INFO kablam! ... Oct 13 13:13:42.744 INFO kablam! 948 | rt_realloc_excess_unused!(rt_pow2_4bytes_2align_realloc_excess_unused, 4, 2); Oct 13 13:13:42.744 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.744 INFO kablam! Oct 13 13:13:42.744 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.744 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.744 INFO kablam! | Oct 13 13:13:42.744 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.744 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.744 INFO kablam! ... Oct 13 13:13:42.744 INFO kablam! 948 | rt_realloc_excess_unused!(rt_pow2_4bytes_2align_realloc_excess_unused, 4, 2); Oct 13 13:13:42.744 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.744 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.744 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.744 INFO kablam! | Oct 13 13:13:42.744 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.744 INFO kablam! | ^^^^^ Oct 13 13:13:42.744 INFO kablam! ... Oct 13 13:13:42.744 INFO kablam! 961 | rt_realloc_excess_unused!(rt_pow2_8bytes_2align_realloc_excess_unused, 8, 2); Oct 13 13:13:42.744 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.745 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.745 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.745 INFO kablam! | Oct 13 13:13:42.745 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.745 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.745 INFO kablam! ... Oct 13 13:13:42.745 INFO kablam! 961 | rt_realloc_excess_unused!(rt_pow2_8bytes_2align_realloc_excess_unused, 8, 2); Oct 13 13:13:42.745 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.745 INFO kablam! Oct 13 13:13:42.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.745 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.745 INFO kablam! | Oct 13 13:13:42.745 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.745 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.745 INFO kablam! ... Oct 13 13:13:42.745 INFO kablam! 961 | rt_realloc_excess_unused!(rt_pow2_8bytes_2align_realloc_excess_unused, 8, 2); Oct 13 13:13:42.745 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.745 INFO kablam! | Oct 13 13:13:42.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.745 INFO kablam! | Oct 13 13:13:42.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.745 INFO kablam! | Oct 13 13:13:42.745 INFO kablam! Oct 13 13:13:42.745 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.745 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.745 INFO kablam! | Oct 13 13:13:42.745 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.745 INFO kablam! | ^^^^^ Oct 13 13:13:42.745 INFO kablam! ... Oct 13 13:13:42.745 INFO kablam! 974 | rt_realloc_excess_unused!(rt_pow2_16bytes_2align_realloc_excess_unused, 16, 2); Oct 13 13:13:42.745 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.745 INFO kablam! | Oct 13 13:13:42.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.745 INFO kablam! | Oct 13 13:13:42.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.745 INFO kablam! | Oct 13 13:13:42.745 INFO kablam! Oct 13 13:13:42.748 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.748 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.748 INFO kablam! | Oct 13 13:13:42.748 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.748 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.748 INFO kablam! ... Oct 13 13:13:42.748 INFO kablam! 974 | rt_realloc_excess_unused!(rt_pow2_16bytes_2align_realloc_excess_unused, 16, 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! 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:225:26 Oct 13 13:13:42.748 INFO kablam! | Oct 13 13:13:42.748 INFO kablam! 225 | 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! 974 | rt_realloc_excess_unused!(rt_pow2_16bytes_2align_realloc_excess_unused, 16, 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.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.748 INFO kablam! | Oct 13 13:13:42.748 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.748 INFO kablam! | Oct 13 13:13:42.748 INFO kablam! Oct 13 13:13:42.748 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.748 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.748 INFO kablam! | Oct 13 13:13:42.748 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.748 INFO kablam! | ^^^^^ Oct 13 13:13:42.748 INFO kablam! ... Oct 13 13:13:42.748 INFO kablam! 987 | rt_realloc_excess_unused!(rt_pow2_32bytes_2align_realloc_excess_unused, 32, 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.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.748 INFO kablam! | Oct 13 13:13:42.748 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.748 INFO kablam! | Oct 13 13:13:42.748 INFO kablam! Oct 13 13:13:42.748 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.748 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.748 INFO kablam! | Oct 13 13:13:42.748 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.748 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.748 INFO kablam! ... Oct 13 13:13:42.749 INFO kablam! 987 | rt_realloc_excess_unused!(rt_pow2_32bytes_2align_realloc_excess_unused, 32, 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.752 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.752 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.752 INFO kablam! | Oct 13 13:13:42.752 INFO kablam! 225 | 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! 987 | rt_realloc_excess_unused!(rt_pow2_32bytes_2align_realloc_excess_unused, 32, 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.752 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.752 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.752 INFO kablam! | Oct 13 13:13:42.752 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.752 INFO kablam! | ^^^^^ Oct 13 13:13:42.752 INFO kablam! ... Oct 13 13:13:42.752 INFO kablam! 1000 | rt_realloc_excess_unused!(rt_pow2_64bytes_2align_realloc_excess_unused, 64, 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.752 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.752 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.752 INFO kablam! | Oct 13 13:13:42.752 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.752 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.752 INFO kablam! ... Oct 13 13:13:42.752 INFO kablam! 1000 | rt_realloc_excess_unused!(rt_pow2_64bytes_2align_realloc_excess_unused, 64, 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.752 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.752 INFO kablam! | Oct 13 13:13:42.752 INFO kablam! 225 | 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! 1000 | rt_realloc_excess_unused!(rt_pow2_64bytes_2align_realloc_excess_unused, 64, 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.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.756 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.756 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.756 INFO kablam! | Oct 13 13:13:42.756 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 1013 | rt_realloc_excess_unused!(rt_pow2_128bytes_2align_realloc_excess_unused, 128, 2); 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.756 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.756 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.756 INFO kablam! | Oct 13 13:13:42.756 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.756 INFO kablam! | Oct 13 13:13:42.756 INFO kablam! Oct 13 13:13:42.756 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.756 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.756 INFO kablam! | Oct 13 13:13:42.756 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.756 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.756 INFO kablam! ... Oct 13 13:13:42.756 INFO kablam! 1013 | rt_realloc_excess_unused!(rt_pow2_128bytes_2align_realloc_excess_unused, 128, 2); 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.756 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.756 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.756 INFO kablam! | Oct 13 13:13:42.756 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.756 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.756 INFO kablam! ... Oct 13 13:13:42.756 INFO kablam! 1013 | rt_realloc_excess_unused!(rt_pow2_128bytes_2align_realloc_excess_unused, 128, 2); 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.756 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.756 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.756 INFO kablam! | Oct 13 13:13:42.756 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.756 INFO kablam! | Oct 13 13:13:42.756 INFO kablam! Oct 13 13:13:42.756 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.756 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.756 INFO kablam! | Oct 13 13:13:42.756 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 1026 | rt_realloc_excess_unused!(rt_pow2_256bytes_2align_realloc_excess_unused, 256, 2); 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.756 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.756 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.756 INFO kablam! | Oct 13 13:13:42.756 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.756 INFO kablam! | Oct 13 13:13:42.756 INFO kablam! Oct 13 13:13:42.772 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.772 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.772 INFO kablam! | Oct 13 13:13:42.772 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.772 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.772 INFO kablam! ... Oct 13 13:13:42.772 INFO kablam! 1026 | rt_realloc_excess_unused!(rt_pow2_256bytes_2align_realloc_excess_unused, 256, 2); Oct 13 13:13:42.772 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.772 INFO kablam! Oct 13 13:13:42.772 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.772 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.772 INFO kablam! | Oct 13 13:13:42.772 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.772 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.772 INFO kablam! ... Oct 13 13:13:42.772 INFO kablam! 1026 | rt_realloc_excess_unused!(rt_pow2_256bytes_2align_realloc_excess_unused, 256, 2); Oct 13 13:13:42.772 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.772 INFO kablam! | Oct 13 13:13:42.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.772 INFO kablam! | Oct 13 13:13:42.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.772 INFO kablam! | Oct 13 13:13:42.772 INFO kablam! Oct 13 13:13:42.772 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.772 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.772 INFO kablam! | Oct 13 13:13:42.772 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.772 INFO kablam! | ^^^^^ Oct 13 13:13:42.772 INFO kablam! ... Oct 13 13:13:42.772 INFO kablam! 1039 | rt_realloc_excess_unused!(rt_pow2_512bytes_2align_realloc_excess_unused, 512, 2); Oct 13 13:13:42.772 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.772 INFO kablam! | Oct 13 13:13:42.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.772 INFO kablam! | Oct 13 13:13:42.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.772 INFO kablam! | Oct 13 13:13:42.772 INFO kablam! Oct 13 13:13:42.772 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.772 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.772 INFO kablam! | Oct 13 13:13:42.772 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.772 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.772 INFO kablam! ... Oct 13 13:13:42.772 INFO kablam! 1039 | rt_realloc_excess_unused!(rt_pow2_512bytes_2align_realloc_excess_unused, 512, 2); Oct 13 13:13:42.772 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.773 INFO kablam! Oct 13 13:13:42.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.773 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.773 INFO kablam! | Oct 13 13:13:42.773 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.773 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.773 INFO kablam! ... Oct 13 13:13:42.773 INFO kablam! 1039 | rt_realloc_excess_unused!(rt_pow2_512bytes_2align_realloc_excess_unused, 512, 2); Oct 13 13:13:42.773 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.773 INFO kablam! | Oct 13 13:13:42.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.773 INFO kablam! | Oct 13 13:13:42.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.773 INFO kablam! | Oct 13 13:13:42.773 INFO kablam! Oct 13 13:13:42.773 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.773 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.773 INFO kablam! | Oct 13 13:13:42.773 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.773 INFO kablam! | ^^^^^ Oct 13 13:13:42.773 INFO kablam! ... Oct 13 13:13:42.773 INFO kablam! 1052 | rt_realloc_excess_unused!(rt_pow2_1024bytes_2align_realloc_excess_unused, 1024, 2); Oct 13 13:13:42.773 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.773 INFO kablam! | Oct 13 13:13:42.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.773 INFO kablam! | Oct 13 13:13:42.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.773 INFO kablam! | Oct 13 13:13:42.773 INFO kablam! Oct 13 13:13:42.780 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.780 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.780 INFO kablam! | Oct 13 13:13:42.780 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.780 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.780 INFO kablam! ... Oct 13 13:13:42.780 INFO kablam! 1052 | rt_realloc_excess_unused!(rt_pow2_1024bytes_2align_realloc_excess_unused, 1024, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.780 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.780 INFO kablam! | Oct 13 13:13:42.780 INFO kablam! 225 | 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! 1052 | rt_realloc_excess_unused!(rt_pow2_1024bytes_2align_realloc_excess_unused, 1024, 2); 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.780 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.780 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.780 INFO kablam! | Oct 13 13:13:42.780 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.780 INFO kablam! | ^^^^^ Oct 13 13:13:42.780 INFO kablam! ... Oct 13 13:13:42.780 INFO kablam! 1065 | rt_realloc_excess_unused!(rt_pow2_2048bytes_2align_realloc_excess_unused, 2048, 2); 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.780 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.780 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.780 INFO kablam! | Oct 13 13:13:42.780 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.780 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.780 INFO kablam! ... Oct 13 13:13:42.780 INFO kablam! 1065 | rt_realloc_excess_unused!(rt_pow2_2048bytes_2align_realloc_excess_unused, 2048, 2); Oct 13 13:13:42.780 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.781 INFO kablam! Oct 13 13:13:42.781 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.781 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.781 INFO kablam! | Oct 13 13:13:42.781 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.781 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.781 INFO kablam! ... Oct 13 13:13:42.781 INFO kablam! 1065 | rt_realloc_excess_unused!(rt_pow2_2048bytes_2align_realloc_excess_unused, 2048, 2); Oct 13 13:13:42.781 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.781 INFO kablam! | Oct 13 13:13:42.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.781 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.781 INFO kablam! | Oct 13 13:13:42.781 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.781 INFO kablam! | Oct 13 13:13:42.781 INFO kablam! Oct 13 13:13:42.781 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.781 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.781 INFO kablam! | Oct 13 13:13:42.781 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.781 INFO kablam! | ^^^^^ Oct 13 13:13:42.781 INFO kablam! ... Oct 13 13:13:42.781 INFO kablam! 1078 | rt_realloc_excess_unused!(rt_pow2_4096bytes_2align_realloc_excess_unused, 4096, 2); Oct 13 13:13:42.781 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.781 INFO kablam! | Oct 13 13:13:42.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.781 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.781 INFO kablam! | Oct 13 13:13:42.781 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.781 INFO kablam! | Oct 13 13:13:42.781 INFO kablam! Oct 13 13:13:42.781 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.781 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.781 INFO kablam! | Oct 13 13:13:42.781 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.781 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.781 INFO kablam! ... Oct 13 13:13:42.781 INFO kablam! 1078 | rt_realloc_excess_unused!(rt_pow2_4096bytes_2align_realloc_excess_unused, 4096, 2); Oct 13 13:13:42.781 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.781 INFO kablam! Oct 13 13:13:42.781 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.781 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.781 INFO kablam! | Oct 13 13:13:42.781 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.781 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.781 INFO kablam! ... Oct 13 13:13:42.781 INFO kablam! 1078 | rt_realloc_excess_unused!(rt_pow2_4096bytes_2align_realloc_excess_unused, 4096, 2); Oct 13 13:13:42.781 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.781 INFO kablam! | Oct 13 13:13:42.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.781 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.781 INFO kablam! | Oct 13 13:13:42.781 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.781 INFO kablam! | Oct 13 13:13:42.781 INFO kablam! Oct 13 13:13:42.781 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.781 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.781 INFO kablam! | Oct 13 13:13:42.781 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.781 INFO kablam! | ^^^^^ Oct 13 13:13:42.781 INFO kablam! ... Oct 13 13:13:42.781 INFO kablam! 1091 | rt_realloc_excess_unused!(rt_pow2_8192bytes_2align_realloc_excess_unused, 8192, 2); Oct 13 13:13:42.781 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.781 INFO kablam! | Oct 13 13:13:42.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.781 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.781 INFO kablam! | Oct 13 13:13:42.781 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.781 INFO kablam! | Oct 13 13:13:42.781 INFO kablam! Oct 13 13:13:42.781 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.781 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.781 INFO kablam! | Oct 13 13:13:42.781 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.781 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.781 INFO kablam! ... Oct 13 13:13:42.781 INFO kablam! 1091 | rt_realloc_excess_unused!(rt_pow2_8192bytes_2align_realloc_excess_unused, 8192, 2); Oct 13 13:13:42.781 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.781 INFO kablam! Oct 13 13:13:42.788 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.788 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.788 INFO kablam! | Oct 13 13:13:42.788 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.788 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.788 INFO kablam! ... Oct 13 13:13:42.788 INFO kablam! 1091 | rt_realloc_excess_unused!(rt_pow2_8192bytes_2align_realloc_excess_unused, 8192, 2); Oct 13 13:13:42.788 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.788 INFO kablam! | Oct 13 13:13:42.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.788 INFO kablam! | Oct 13 13:13:42.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.788 INFO kablam! | Oct 13 13:13:42.788 INFO kablam! Oct 13 13:13:42.788 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.788 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.788 INFO kablam! | Oct 13 13:13:42.788 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.788 INFO kablam! | ^^^^^ Oct 13 13:13:42.788 INFO kablam! ... Oct 13 13:13:42.788 INFO kablam! 1104 | rt_realloc_excess_unused!(rt_pow2_16384bytes_2align_realloc_excess_unused, 16384, 2); Oct 13 13:13:42.788 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.788 INFO kablam! | Oct 13 13:13:42.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.788 INFO kablam! | Oct 13 13:13:42.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.788 INFO kablam! | Oct 13 13:13:42.788 INFO kablam! Oct 13 13:13:42.788 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.788 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.788 INFO kablam! | Oct 13 13:13:42.788 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.788 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.788 INFO kablam! ... Oct 13 13:13:42.788 INFO kablam! 1104 | rt_realloc_excess_unused!(rt_pow2_16384bytes_2align_realloc_excess_unused, 16384, 2); Oct 13 13:13:42.788 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.788 INFO kablam! Oct 13 13:13:42.788 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.788 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.788 INFO kablam! | Oct 13 13:13:42.788 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.788 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.788 INFO kablam! ... Oct 13 13:13:42.788 INFO kablam! 1104 | rt_realloc_excess_unused!(rt_pow2_16384bytes_2align_realloc_excess_unused, 16384, 2); Oct 13 13:13:42.788 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.788 INFO kablam! | Oct 13 13:13:42.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.789 INFO kablam! | Oct 13 13:13:42.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.789 INFO kablam! | Oct 13 13:13:42.789 INFO kablam! Oct 13 13:13:42.789 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.789 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.789 INFO kablam! | Oct 13 13:13:42.789 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.789 INFO kablam! | ^^^^^ Oct 13 13:13:42.789 INFO kablam! ... Oct 13 13:13:42.789 INFO kablam! 1117 | rt_realloc_excess_unused!(rt_pow2_32768bytes_2align_realloc_excess_unused, 32768, 2); Oct 13 13:13:42.789 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.789 INFO kablam! | Oct 13 13:13:42.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.789 INFO kablam! | Oct 13 13:13:42.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.789 INFO kablam! | Oct 13 13:13:42.789 INFO kablam! Oct 13 13:13:42.792 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.792 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.792 INFO kablam! | Oct 13 13:13:42.792 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.792 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.792 INFO kablam! ... Oct 13 13:13:42.792 INFO kablam! 1117 | rt_realloc_excess_unused!(rt_pow2_32768bytes_2align_realloc_excess_unused, 32768, 2); Oct 13 13:13:42.792 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.792 INFO kablam! Oct 13 13:13:42.792 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.792 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.792 INFO kablam! | Oct 13 13:13:42.792 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.792 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.792 INFO kablam! ... Oct 13 13:13:42.792 INFO kablam! 1117 | rt_realloc_excess_unused!(rt_pow2_32768bytes_2align_realloc_excess_unused, 32768, 2); Oct 13 13:13:42.792 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.792 INFO kablam! | Oct 13 13:13:42.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.792 INFO kablam! | Oct 13 13:13:42.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.792 INFO kablam! | Oct 13 13:13:42.792 INFO kablam! Oct 13 13:13:42.792 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.792 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.792 INFO kablam! | Oct 13 13:13:42.792 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.792 INFO kablam! | ^^^^^ Oct 13 13:13:42.792 INFO kablam! ... Oct 13 13:13:42.792 INFO kablam! 1130 | rt_realloc_excess_unused!(rt_pow2_65536bytes_2align_realloc_excess_unused, 65536, 2); Oct 13 13:13:42.792 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.792 INFO kablam! | Oct 13 13:13:42.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.792 INFO kablam! | Oct 13 13:13:42.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.792 INFO kablam! | Oct 13 13:13:42.792 INFO kablam! Oct 13 13:13:42.792 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.792 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.792 INFO kablam! | Oct 13 13:13:42.792 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.792 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.792 INFO kablam! ... Oct 13 13:13:42.792 INFO kablam! 1130 | rt_realloc_excess_unused!(rt_pow2_65536bytes_2align_realloc_excess_unused, 65536, 2); Oct 13 13:13:42.792 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.792 INFO kablam! Oct 13 13:13:42.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.796 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.796 INFO kablam! | Oct 13 13:13:42.796 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.796 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.796 INFO kablam! ... Oct 13 13:13:42.796 INFO kablam! 1130 | rt_realloc_excess_unused!(rt_pow2_65536bytes_2align_realloc_excess_unused, 65536, 2); Oct 13 13:13:42.796 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.796 INFO kablam! | Oct 13 13:13:42.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.796 INFO kablam! | Oct 13 13:13:42.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.796 INFO kablam! | Oct 13 13:13:42.796 INFO kablam! Oct 13 13:13:42.796 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.796 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.796 INFO kablam! | Oct 13 13:13:42.796 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.796 INFO kablam! | ^^^^^ Oct 13 13:13:42.796 INFO kablam! ... Oct 13 13:13:42.796 INFO kablam! 1143 | rt_realloc_excess_unused!(rt_pow2_131072bytes_2align_realloc_excess_unused, 131072, 2); Oct 13 13:13:42.796 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.796 INFO kablam! | Oct 13 13:13:42.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.796 INFO kablam! | Oct 13 13:13:42.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.796 INFO kablam! | Oct 13 13:13:42.796 INFO kablam! Oct 13 13:13:42.796 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.796 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.796 INFO kablam! | Oct 13 13:13:42.796 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.796 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.796 INFO kablam! ... Oct 13 13:13:42.796 INFO kablam! 1143 | rt_realloc_excess_unused!(rt_pow2_131072bytes_2align_realloc_excess_unused, 131072, 2); Oct 13 13:13:42.796 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.796 INFO kablam! Oct 13 13:13:42.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.796 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.796 INFO kablam! | Oct 13 13:13:42.796 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.796 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.796 INFO kablam! ... Oct 13 13:13:42.796 INFO kablam! 1143 | rt_realloc_excess_unused!(rt_pow2_131072bytes_2align_realloc_excess_unused, 131072, 2); Oct 13 13:13:42.796 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.796 INFO kablam! | Oct 13 13:13:42.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.796 INFO kablam! | Oct 13 13:13:42.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.796 INFO kablam! | Oct 13 13:13:42.796 INFO kablam! Oct 13 13:13:42.800 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.800 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.800 INFO kablam! | Oct 13 13:13:42.800 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.800 INFO kablam! | ^^^^^ Oct 13 13:13:42.800 INFO kablam! ... Oct 13 13:13:42.800 INFO kablam! 1156 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_2align_realloc_excess_unused, 4194304, 2); Oct 13 13:13:42.800 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.800 INFO kablam! | Oct 13 13:13:42.800 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.800 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.800 INFO kablam! | Oct 13 13:13:42.800 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.800 INFO kablam! | Oct 13 13:13:42.800 INFO kablam! Oct 13 13:13:42.800 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.800 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.800 INFO kablam! | Oct 13 13:13:42.800 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.800 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.800 INFO kablam! ... Oct 13 13:13:42.800 INFO kablam! 1156 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_2align_realloc_excess_unused, 4194304, 2); Oct 13 13:13:42.800 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.800 INFO kablam! Oct 13 13:13:42.800 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.800 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.800 INFO kablam! | Oct 13 13:13:42.800 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.800 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.800 INFO kablam! ... Oct 13 13:13:42.800 INFO kablam! 1156 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_2align_realloc_excess_unused, 4194304, 2); Oct 13 13:13:42.800 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.800 INFO kablam! | Oct 13 13:13:42.800 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.800 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.800 INFO kablam! | Oct 13 13:13:42.800 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.800 INFO kablam! | Oct 13 13:13:42.800 INFO kablam! Oct 13 13:13:42.803 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.803 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.803 INFO kablam! | Oct 13 13:13:42.803 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.803 INFO kablam! | ^^^^^ Oct 13 13:13:42.803 INFO kablam! ... Oct 13 13:13:42.803 INFO kablam! 1170 | rt_realloc_excess_unused!(rt_even_10bytes_2align_realloc_excess_unused, 10, 2); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.803 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.803 INFO kablam! | Oct 13 13:13:42.803 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.803 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.803 INFO kablam! ... Oct 13 13:13:42.803 INFO kablam! 1170 | rt_realloc_excess_unused!(rt_even_10bytes_2align_realloc_excess_unused, 10, 2); 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! 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:225:26 Oct 13 13:13:42.803 INFO kablam! | Oct 13 13:13:42.803 INFO kablam! 225 | 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! 1170 | rt_realloc_excess_unused!(rt_even_10bytes_2align_realloc_excess_unused, 10, 2); 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.808 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.808 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.808 INFO kablam! | Oct 13 13:13:42.808 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.808 INFO kablam! | ^^^^^ Oct 13 13:13:42.808 INFO kablam! ... Oct 13 13:13:42.808 INFO kablam! 1183 | rt_realloc_excess_unused!(rt_even_100bytes_2align_realloc_excess_unused, 100, 2); Oct 13 13:13:42.808 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.808 INFO kablam! | Oct 13 13:13:42.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.808 INFO kablam! | Oct 13 13:13:42.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.808 INFO kablam! | Oct 13 13:13:42.808 INFO kablam! Oct 13 13:13:42.808 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.808 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.808 INFO kablam! | Oct 13 13:13:42.808 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.808 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.808 INFO kablam! ... Oct 13 13:13:42.808 INFO kablam! 1183 | rt_realloc_excess_unused!(rt_even_100bytes_2align_realloc_excess_unused, 100, 2); Oct 13 13:13:42.808 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.808 INFO kablam! Oct 13 13:13:42.808 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.808 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.808 INFO kablam! | Oct 13 13:13:42.808 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.808 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.808 INFO kablam! ... Oct 13 13:13:42.808 INFO kablam! 1183 | rt_realloc_excess_unused!(rt_even_100bytes_2align_realloc_excess_unused, 100, 2); Oct 13 13:13:42.808 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.808 INFO kablam! | Oct 13 13:13:42.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.808 INFO kablam! | Oct 13 13:13:42.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.809 INFO kablam! | Oct 13 13:13:42.809 INFO kablam! Oct 13 13:13:42.809 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.809 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.809 INFO kablam! | Oct 13 13:13:42.809 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.809 INFO kablam! | ^^^^^ Oct 13 13:13:42.809 INFO kablam! ... Oct 13 13:13:42.809 INFO kablam! 1196 | rt_realloc_excess_unused!(rt_even_1000bytes_2align_realloc_excess_unused, 1000, 2); Oct 13 13:13:42.809 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.809 INFO kablam! | Oct 13 13:13:42.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.809 INFO kablam! | Oct 13 13:13:42.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.809 INFO kablam! | Oct 13 13:13:42.809 INFO kablam! Oct 13 13:13:42.809 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.809 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.809 INFO kablam! | Oct 13 13:13:42.809 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.809 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.809 INFO kablam! ... Oct 13 13:13:42.809 INFO kablam! 1196 | rt_realloc_excess_unused!(rt_even_1000bytes_2align_realloc_excess_unused, 1000, 2); Oct 13 13:13:42.809 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.809 INFO kablam! Oct 13 13:13:42.816 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.816 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.816 INFO kablam! | Oct 13 13:13:42.816 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.816 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.816 INFO kablam! ... Oct 13 13:13:42.816 INFO kablam! 1196 | rt_realloc_excess_unused!(rt_even_1000bytes_2align_realloc_excess_unused, 1000, 2); Oct 13 13:13:42.816 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.816 INFO kablam! | Oct 13 13:13:42.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.816 INFO kablam! | Oct 13 13:13:42.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.816 INFO kablam! | Oct 13 13:13:42.816 INFO kablam! Oct 13 13:13:42.816 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.816 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.816 INFO kablam! | Oct 13 13:13:42.816 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.816 INFO kablam! | ^^^^^ Oct 13 13:13:42.817 INFO kablam! ... Oct 13 13:13:42.817 INFO kablam! 1209 | rt_realloc_excess_unused!(rt_even_10000bytes_2align_realloc_excess_unused, 10000, 2); Oct 13 13:13:42.817 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.817 INFO kablam! | Oct 13 13:13:42.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.817 INFO kablam! | Oct 13 13:13:42.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.817 INFO kablam! | Oct 13 13:13:42.817 INFO kablam! Oct 13 13:13:42.817 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.817 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.817 INFO kablam! | Oct 13 13:13:42.817 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.817 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.817 INFO kablam! ... Oct 13 13:13:42.817 INFO kablam! 1209 | rt_realloc_excess_unused!(rt_even_10000bytes_2align_realloc_excess_unused, 10000, 2); Oct 13 13:13:42.817 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.817 INFO kablam! Oct 13 13:13:42.817 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.817 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.817 INFO kablam! | Oct 13 13:13:42.817 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.817 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.817 INFO kablam! ... Oct 13 13:13:42.817 INFO kablam! 1209 | rt_realloc_excess_unused!(rt_even_10000bytes_2align_realloc_excess_unused, 10000, 2); Oct 13 13:13:42.817 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.817 INFO kablam! | Oct 13 13:13:42.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.817 INFO kablam! | Oct 13 13:13:42.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.817 INFO kablam! | Oct 13 13:13:42.817 INFO kablam! Oct 13 13:13:42.817 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.817 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.817 INFO kablam! | Oct 13 13:13:42.817 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.817 INFO kablam! | ^^^^^ Oct 13 13:13:42.817 INFO kablam! ... Oct 13 13:13:42.817 INFO kablam! 1222 | rt_realloc_excess_unused!(rt_even_100000bytes_2align_realloc_excess_unused, 100000, 2); Oct 13 13:13:42.817 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.817 INFO kablam! | Oct 13 13:13:42.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.817 INFO kablam! | Oct 13 13:13:42.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.817 INFO kablam! | Oct 13 13:13:42.817 INFO kablam! Oct 13 13:13:42.818 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.818 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.818 INFO kablam! | Oct 13 13:13:42.818 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.818 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.818 INFO kablam! ... Oct 13 13:13:42.818 INFO kablam! 1222 | rt_realloc_excess_unused!(rt_even_100000bytes_2align_realloc_excess_unused, 100000, 2); Oct 13 13:13:42.818 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.818 INFO kablam! Oct 13 13:13:42.818 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.818 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.818 INFO kablam! | Oct 13 13:13:42.818 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.818 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.818 INFO kablam! ... Oct 13 13:13:42.818 INFO kablam! 1222 | rt_realloc_excess_unused!(rt_even_100000bytes_2align_realloc_excess_unused, 100000, 2); Oct 13 13:13:42.818 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.818 INFO kablam! | Oct 13 13:13:42.818 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.818 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.818 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.818 INFO kablam! | Oct 13 13:13:42.818 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.818 INFO kablam! | ^^^^^ Oct 13 13:13:42.818 INFO kablam! ... Oct 13 13:13:42.818 INFO kablam! 1235 | rt_realloc_excess_unused!(rt_even_1000000bytes_2align_realloc_excess_unused, 1000000, 2); Oct 13 13:13:42.818 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.818 INFO kablam! | Oct 13 13:13:42.818 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.818 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.818 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.818 INFO kablam! | Oct 13 13:13:42.818 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.818 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.818 INFO kablam! ... Oct 13 13:13:42.818 INFO kablam! 1235 | rt_realloc_excess_unused!(rt_even_1000000bytes_2align_realloc_excess_unused, 1000000, 2); Oct 13 13:13:42.818 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.819 INFO kablam! Oct 13 13:13:42.819 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.819 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.819 INFO kablam! | Oct 13 13:13:42.819 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.819 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.819 INFO kablam! ... Oct 13 13:13:42.819 INFO kablam! 1235 | rt_realloc_excess_unused!(rt_even_1000000bytes_2align_realloc_excess_unused, 1000000, 2); Oct 13 13:13:42.819 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.819 INFO kablam! | Oct 13 13:13:42.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.819 INFO kablam! | Oct 13 13:13:42.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.819 INFO kablam! | Oct 13 13:13:42.819 INFO kablam! Oct 13 13:13:42.820 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.820 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.820 INFO kablam! | Oct 13 13:13:42.820 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.820 INFO kablam! | ^^^^^ Oct 13 13:13:42.820 INFO kablam! ... Oct 13 13:13:42.820 INFO kablam! 1249 | rt_realloc_excess_unused!(rt_odd_10bytes_2align_realloc_excess_unused, 10- 1, 2); Oct 13 13:13:42.820 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.820 INFO kablam! | Oct 13 13:13:42.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.820 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.820 INFO kablam! | Oct 13 13:13:42.820 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.820 INFO kablam! | Oct 13 13:13:42.820 INFO kablam! Oct 13 13:13:42.820 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.820 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.820 INFO kablam! | Oct 13 13:13:42.820 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.820 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.820 INFO kablam! ... Oct 13 13:13:42.820 INFO kablam! 1249 | rt_realloc_excess_unused!(rt_odd_10bytes_2align_realloc_excess_unused, 10- 1, 2); Oct 13 13:13:42.820 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.820 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:225:26 Oct 13 13:13:42.831 INFO kablam! | Oct 13 13:13:42.831 INFO kablam! 225 | 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! 1249 | rt_realloc_excess_unused!(rt_odd_10bytes_2align_realloc_excess_unused, 10- 1, 2); 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:216:36 Oct 13 13:13:42.831 INFO kablam! | Oct 13 13:13:42.831 INFO kablam! 216 | 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! 1262 | rt_realloc_excess_unused!(rt_odd_100bytes_2align_realloc_excess_unused, 100- 1, 2); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.831 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.831 INFO kablam! | Oct 13 13:13:42.831 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.831 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.831 INFO kablam! ... Oct 13 13:13:42.831 INFO kablam! 1262 | rt_realloc_excess_unused!(rt_odd_100bytes_2align_realloc_excess_unused, 100- 1, 2); 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! 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:225:26 Oct 13 13:13:42.831 INFO kablam! | Oct 13 13:13:42.831 INFO kablam! 225 | 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! 1262 | rt_realloc_excess_unused!(rt_odd_100bytes_2align_realloc_excess_unused, 100- 1, 2); 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.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.832 INFO kablam! | Oct 13 13:13:42.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.832 INFO kablam! | Oct 13 13:13:42.832 INFO kablam! Oct 13 13:13:42.832 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.832 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.832 INFO kablam! | Oct 13 13:13:42.832 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.832 INFO kablam! | ^^^^^ Oct 13 13:13:42.832 INFO kablam! ... Oct 13 13:13:42.832 INFO kablam! 1275 | rt_realloc_excess_unused!(rt_odd_1000bytes_2align_realloc_excess_unused, 1000- 1, 2); Oct 13 13:13:42.832 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.832 INFO kablam! | Oct 13 13:13:42.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.832 INFO kablam! | Oct 13 13:13:42.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.832 INFO kablam! | Oct 13 13:13:42.832 INFO kablam! Oct 13 13:13:42.832 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.832 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.832 INFO kablam! | Oct 13 13:13:42.832 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.832 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.832 INFO kablam! ... Oct 13 13:13:42.832 INFO kablam! 1275 | rt_realloc_excess_unused!(rt_odd_1000bytes_2align_realloc_excess_unused, 1000- 1, 2); Oct 13 13:13:42.832 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.832 INFO kablam! Oct 13 13:13:42.837 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.837 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.837 INFO kablam! | Oct 13 13:13:42.837 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.837 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.837 INFO kablam! ... Oct 13 13:13:42.837 INFO kablam! 1275 | rt_realloc_excess_unused!(rt_odd_1000bytes_2align_realloc_excess_unused, 1000- 1, 2); Oct 13 13:13:42.837 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.837 INFO kablam! | Oct 13 13:13:42.837 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.837 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.837 INFO kablam! | Oct 13 13:13:42.837 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.838 INFO kablam! | Oct 13 13:13:42.838 INFO kablam! Oct 13 13:13:42.838 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.838 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.838 INFO kablam! | Oct 13 13:13:42.838 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.838 INFO kablam! | ^^^^^ Oct 13 13:13:42.838 INFO kablam! ... Oct 13 13:13:42.838 INFO kablam! 1288 | rt_realloc_excess_unused!(rt_odd_10000bytes_2align_realloc_excess_unused, 10000- 1, 2); Oct 13 13:13:42.838 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.838 INFO kablam! | Oct 13 13:13:42.838 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.838 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.838 INFO kablam! | Oct 13 13:13:42.838 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.838 INFO kablam! | Oct 13 13:13:42.838 INFO kablam! Oct 13 13:13:42.838 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.838 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.838 INFO kablam! | Oct 13 13:13:42.838 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.838 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.838 INFO kablam! ... Oct 13 13:13:42.838 INFO kablam! 1288 | rt_realloc_excess_unused!(rt_odd_10000bytes_2align_realloc_excess_unused, 10000- 1, 2); Oct 13 13:13:42.838 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.838 INFO kablam! Oct 13 13:13:42.838 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.838 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.838 INFO kablam! | Oct 13 13:13:42.838 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.838 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.838 INFO kablam! ... Oct 13 13:13:42.838 INFO kablam! 1288 | rt_realloc_excess_unused!(rt_odd_10000bytes_2align_realloc_excess_unused, 10000- 1, 2); Oct 13 13:13:42.838 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.838 INFO kablam! | Oct 13 13:13:42.838 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.838 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.838 INFO kablam! | Oct 13 13:13:42.838 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.838 INFO kablam! | Oct 13 13:13:42.838 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:216:36 Oct 13 13:13:42.841 INFO kablam! | Oct 13 13:13:42.841 INFO kablam! 216 | 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! 1301 | rt_realloc_excess_unused!(rt_odd_100000bytes_2align_realloc_excess_unused, 100000- 1, 2); Oct 13 13:13:42.841 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.842 INFO kablam! Oct 13 13:13:42.842 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.842 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.842 INFO kablam! | Oct 13 13:13:42.842 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.842 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.842 INFO kablam! ... Oct 13 13:13:42.842 INFO kablam! 1301 | rt_realloc_excess_unused!(rt_odd_100000bytes_2align_realloc_excess_unused, 100000- 1, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.842 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.842 INFO kablam! | Oct 13 13:13:42.842 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.842 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.842 INFO kablam! ... Oct 13 13:13:42.842 INFO kablam! 1301 | rt_realloc_excess_unused!(rt_odd_100000bytes_2align_realloc_excess_unused, 100000- 1, 2); 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.842 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:216:36 Oct 13 13:13:42.842 INFO kablam! | Oct 13 13:13:42.842 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 1314 | rt_realloc_excess_unused!(rt_odd_1000000bytes_2align_realloc_excess_unused, 1000000- 1, 2); 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.842 INFO kablam! Oct 13 13:13:42.843 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.843 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.843 INFO kablam! | Oct 13 13:13:42.843 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.843 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.843 INFO kablam! ... Oct 13 13:13:42.843 INFO kablam! 1314 | rt_realloc_excess_unused!(rt_odd_1000000bytes_2align_realloc_excess_unused, 1000000- 1, 2); 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! 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:225:26 Oct 13 13:13:42.843 INFO kablam! | Oct 13 13:13:42.843 INFO kablam! 225 | 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! 1314 | rt_realloc_excess_unused!(rt_odd_1000000bytes_2align_realloc_excess_unused, 1000000- 1, 2); 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.846 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.846 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.846 INFO kablam! | Oct 13 13:13:42.846 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.846 INFO kablam! | ^^^^^ Oct 13 13:13:42.846 INFO kablam! ... Oct 13 13:13:42.846 INFO kablam! 1328 | rt_realloc_excess_unused!(rt_primes_3bytes_2align_realloc_excess_unused, 3, 2); Oct 13 13:13:42.846 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.846 INFO kablam! | Oct 13 13:13:42.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.846 INFO kablam! | Oct 13 13:13:42.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.846 INFO kablam! | Oct 13 13:13:42.846 INFO kablam! Oct 13 13:13:42.846 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.846 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.846 INFO kablam! | Oct 13 13:13:42.846 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.846 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.846 INFO kablam! ... Oct 13 13:13:42.846 INFO kablam! 1328 | rt_realloc_excess_unused!(rt_primes_3bytes_2align_realloc_excess_unused, 3, 2); Oct 13 13:13:42.846 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.857 INFO kablam! Oct 13 13:13:42.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.857 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.857 INFO kablam! | Oct 13 13:13:42.857 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.857 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.857 INFO kablam! ... Oct 13 13:13:42.857 INFO kablam! 1328 | rt_realloc_excess_unused!(rt_primes_3bytes_2align_realloc_excess_unused, 3, 2); Oct 13 13:13:42.857 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.857 INFO kablam! | Oct 13 13:13:42.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.857 INFO kablam! | Oct 13 13:13:42.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.857 INFO kablam! | Oct 13 13:13:42.857 INFO kablam! Oct 13 13:13:42.857 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.857 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.857 INFO kablam! | Oct 13 13:13:42.857 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.857 INFO kablam! | ^^^^^ Oct 13 13:13:42.857 INFO kablam! ... Oct 13 13:13:42.857 INFO kablam! 1341 | rt_realloc_excess_unused!(rt_primes_7bytes_2align_realloc_excess_unused, 7, 2); Oct 13 13:13:42.857 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.857 INFO kablam! | Oct 13 13:13:42.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.857 INFO kablam! | Oct 13 13:13:42.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.857 INFO kablam! | Oct 13 13:13:42.857 INFO kablam! Oct 13 13:13:42.857 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.857 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.857 INFO kablam! | Oct 13 13:13:42.857 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.857 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.857 INFO kablam! ... Oct 13 13:13:42.857 INFO kablam! 1341 | rt_realloc_excess_unused!(rt_primes_7bytes_2align_realloc_excess_unused, 7, 2); Oct 13 13:13:42.857 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.857 INFO kablam! Oct 13 13:13:42.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.857 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.857 INFO kablam! | Oct 13 13:13:42.857 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.857 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.857 INFO kablam! ... Oct 13 13:13:42.857 INFO kablam! 1341 | rt_realloc_excess_unused!(rt_primes_7bytes_2align_realloc_excess_unused, 7, 2); Oct 13 13:13:42.857 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.857 INFO kablam! | Oct 13 13:13:42.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.857 INFO kablam! | Oct 13 13:13:42.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.857 INFO kablam! | Oct 13 13:13:42.857 INFO kablam! Oct 13 13:13:42.857 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.857 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.857 INFO kablam! | Oct 13 13:13:42.857 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.857 INFO kablam! | ^^^^^ Oct 13 13:13:42.857 INFO kablam! ... Oct 13 13:13:42.857 INFO kablam! 1354 | rt_realloc_excess_unused!(rt_primes_13bytes_2align_realloc_excess_unused, 13, 2); Oct 13 13:13:42.857 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.857 INFO kablam! | Oct 13 13:13:42.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.857 INFO kablam! | Oct 13 13:13:42.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.857 INFO kablam! | Oct 13 13:13:42.857 INFO kablam! Oct 13 13:13:42.857 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.857 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.857 INFO kablam! | Oct 13 13:13:42.857 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.857 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.857 INFO kablam! ... Oct 13 13:13:42.857 INFO kablam! 1354 | rt_realloc_excess_unused!(rt_primes_13bytes_2align_realloc_excess_unused, 13, 2); Oct 13 13:13:42.857 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.857 INFO kablam! Oct 13 13:13:42.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.857 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.857 INFO kablam! | Oct 13 13:13:42.857 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.857 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.857 INFO kablam! ... Oct 13 13:13:42.857 INFO kablam! 1354 | rt_realloc_excess_unused!(rt_primes_13bytes_2align_realloc_excess_unused, 13, 2); Oct 13 13:13:42.857 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.857 INFO kablam! | Oct 13 13:13:42.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.858 INFO kablam! | Oct 13 13:13:42.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.858 INFO kablam! | Oct 13 13:13:42.858 INFO kablam! Oct 13 13:13:42.861 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.861 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.861 INFO kablam! | Oct 13 13:13:42.861 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.861 INFO kablam! | ^^^^^ Oct 13 13:13:42.861 INFO kablam! ... Oct 13 13:13:42.861 INFO kablam! 1367 | rt_realloc_excess_unused!(rt_primes_17bytes_2align_realloc_excess_unused, 17, 2); Oct 13 13:13:42.861 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.861 INFO kablam! | Oct 13 13:13:42.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.861 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.861 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.861 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.861 INFO kablam! | Oct 13 13:13:42.861 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.861 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.861 INFO kablam! ... Oct 13 13:13:42.861 INFO kablam! 1367 | rt_realloc_excess_unused!(rt_primes_17bytes_2align_realloc_excess_unused, 17, 2); Oct 13 13:13:42.861 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.861 INFO kablam! Oct 13 13:13:42.861 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.861 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.861 INFO kablam! | Oct 13 13:13:42.861 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.861 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.861 INFO kablam! ... Oct 13 13:13:42.861 INFO kablam! 1367 | rt_realloc_excess_unused!(rt_primes_17bytes_2align_realloc_excess_unused, 17, 2); Oct 13 13:13:42.861 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.861 INFO kablam! | Oct 13 13:13:42.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.861 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.861 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.861 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.861 INFO kablam! | Oct 13 13:13:42.861 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.861 INFO kablam! | ^^^^^ Oct 13 13:13:42.861 INFO kablam! ... Oct 13 13:13:42.861 INFO kablam! 1380 | rt_realloc_excess_unused!(rt_primes_31bytes_2align_realloc_excess_unused, 31, 2); Oct 13 13:13:42.861 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.861 INFO kablam! | Oct 13 13:13:42.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.861 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.861 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.861 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.861 INFO kablam! | Oct 13 13:13:42.861 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.861 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.861 INFO kablam! ... Oct 13 13:13:42.861 INFO kablam! 1380 | rt_realloc_excess_unused!(rt_primes_31bytes_2align_realloc_excess_unused, 31, 2); Oct 13 13:13:42.861 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.861 INFO kablam! Oct 13 13:13:42.861 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.861 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.861 INFO kablam! | Oct 13 13:13:42.861 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.861 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.862 INFO kablam! ... Oct 13 13:13:42.862 INFO kablam! 1380 | rt_realloc_excess_unused!(rt_primes_31bytes_2align_realloc_excess_unused, 31, 2); Oct 13 13:13:42.862 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.862 INFO kablam! | Oct 13 13:13:42.862 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.862 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.862 INFO kablam! | Oct 13 13:13:42.862 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.862 INFO kablam! | Oct 13 13:13:42.862 INFO kablam! Oct 13 13:13:42.867 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.867 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.867 INFO kablam! | Oct 13 13:13:42.867 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.867 INFO kablam! | ^^^^^ Oct 13 13:13:42.867 INFO kablam! ... Oct 13 13:13:42.867 INFO kablam! 1393 | rt_realloc_excess_unused!(rt_primes_61bytes_2align_realloc_excess_unused, 61, 2); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.867 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.867 INFO kablam! | Oct 13 13:13:42.867 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.867 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.867 INFO kablam! ... Oct 13 13:13:42.867 INFO kablam! 1393 | rt_realloc_excess_unused!(rt_primes_61bytes_2align_realloc_excess_unused, 61, 2); 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! 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:225:26 Oct 13 13:13:42.867 INFO kablam! | Oct 13 13:13:42.867 INFO kablam! 225 | 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! 1393 | rt_realloc_excess_unused!(rt_primes_61bytes_2align_realloc_excess_unused, 61, 2); Oct 13 13:13:42.867 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.868 INFO kablam! | Oct 13 13:13:42.868 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.868 INFO kablam! | Oct 13 13:13:42.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.868 INFO kablam! | Oct 13 13:13:42.868 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:216:36 Oct 13 13:13:42.871 INFO kablam! | Oct 13 13:13:42.871 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 1406 | rt_realloc_excess_unused!(rt_primes_96bytes_2align_realloc_excess_unused, 96, 2); 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.871 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.871 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.871 INFO kablam! | Oct 13 13:13:42.871 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.871 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.871 INFO kablam! ... Oct 13 13:13:42.871 INFO kablam! 1406 | rt_realloc_excess_unused!(rt_primes_96bytes_2align_realloc_excess_unused, 96, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.871 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.871 INFO kablam! | Oct 13 13:13:42.871 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.871 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.871 INFO kablam! ... Oct 13 13:13:42.871 INFO kablam! 1406 | rt_realloc_excess_unused!(rt_primes_96bytes_2align_realloc_excess_unused, 96, 2); 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.873 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.873 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.873 INFO kablam! | Oct 13 13:13:42.873 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.873 INFO kablam! | ^^^^^ Oct 13 13:13:42.873 INFO kablam! ... Oct 13 13:13:42.873 INFO kablam! 1419 | rt_realloc_excess_unused!(rt_primes_127bytes_2align_realloc_excess_unused, 127, 2); Oct 13 13:13:42.873 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.873 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.875 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.875 INFO kablam! | Oct 13 13:13:42.875 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.875 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.875 INFO kablam! ... Oct 13 13:13:42.875 INFO kablam! 1419 | rt_realloc_excess_unused!(rt_primes_127bytes_2align_realloc_excess_unused, 127, 2); 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! 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:225:26 Oct 13 13:13:42.875 INFO kablam! | Oct 13 13:13:42.875 INFO kablam! 225 | 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! 1419 | rt_realloc_excess_unused!(rt_primes_127bytes_2align_realloc_excess_unused, 127, 2); 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:216:36 Oct 13 13:13:42.876 INFO kablam! | Oct 13 13:13:42.876 INFO kablam! 216 | 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! 1432 | rt_realloc_excess_unused!(rt_primes_257bytes_2align_realloc_excess_unused, 257, 2); 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.876 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.876 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.876 INFO kablam! | Oct 13 13:13:42.876 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.876 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.876 INFO kablam! ... Oct 13 13:13:42.876 INFO kablam! 1432 | rt_realloc_excess_unused!(rt_primes_257bytes_2align_realloc_excess_unused, 257, 2); 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.880 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.880 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.880 INFO kablam! | Oct 13 13:13:42.880 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.880 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.880 INFO kablam! ... Oct 13 13:13:42.880 INFO kablam! 1432 | rt_realloc_excess_unused!(rt_primes_257bytes_2align_realloc_excess_unused, 257, 2); Oct 13 13:13:42.880 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.880 INFO kablam! | Oct 13 13:13:42.880 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.880 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.880 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.880 INFO kablam! | Oct 13 13:13:42.880 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.880 INFO kablam! | ^^^^^ Oct 13 13:13:42.880 INFO kablam! ... Oct 13 13:13:42.880 INFO kablam! 1445 | rt_realloc_excess_unused!(rt_primes_509bytes_2align_realloc_excess_unused, 509, 2); Oct 13 13:13:42.880 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.880 INFO kablam! | Oct 13 13:13:42.880 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.880 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.880 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.880 INFO kablam! | Oct 13 13:13:42.880 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.880 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.880 INFO kablam! ... Oct 13 13:13:42.880 INFO kablam! 1445 | rt_realloc_excess_unused!(rt_primes_509bytes_2align_realloc_excess_unused, 509, 2); Oct 13 13:13:42.880 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.880 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:225:26 Oct 13 13:13:42.882 INFO kablam! | Oct 13 13:13:42.882 INFO kablam! 225 | 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! 1445 | rt_realloc_excess_unused!(rt_primes_509bytes_2align_realloc_excess_unused, 509, 2); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.882 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.882 INFO kablam! | Oct 13 13:13:42.882 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.882 INFO kablam! | ^^^^^ Oct 13 13:13:42.882 INFO kablam! ... Oct 13 13:13:42.882 INFO kablam! 1458 | rt_realloc_excess_unused!(rt_primes_1021bytes_2align_realloc_excess_unused, 1021, 2); 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.883 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.883 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.883 INFO kablam! | Oct 13 13:13:42.883 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.883 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.883 INFO kablam! ... Oct 13 13:13:42.883 INFO kablam! 1458 | rt_realloc_excess_unused!(rt_primes_1021bytes_2align_realloc_excess_unused, 1021, 2); Oct 13 13:13:42.883 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.883 INFO kablam! Oct 13 13:13:42.883 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.883 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.883 INFO kablam! | Oct 13 13:13:42.883 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.883 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.883 INFO kablam! ... Oct 13 13:13:42.883 INFO kablam! 1458 | rt_realloc_excess_unused!(rt_primes_1021bytes_2align_realloc_excess_unused, 1021, 2); Oct 13 13:13:42.883 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.883 INFO kablam! | Oct 13 13:13:42.883 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.883 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.884 INFO kablam! | Oct 13 13:13:42.884 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.884 INFO kablam! | Oct 13 13:13:42.884 INFO kablam! Oct 13 13:13:42.894 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.894 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.894 INFO kablam! | Oct 13 13:13:42.894 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.894 INFO kablam! | ^^^^^ Oct 13 13:13:42.894 INFO kablam! ... Oct 13 13:13:42.894 INFO kablam! 1471 | rt_realloc_excess_unused!(rt_primes_2039bytes_2align_realloc_excess_unused, 2039, 2); 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.894 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.894 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.894 INFO kablam! | Oct 13 13:13:42.894 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.894 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.894 INFO kablam! ... Oct 13 13:13:42.894 INFO kablam! 1471 | rt_realloc_excess_unused!(rt_primes_2039bytes_2align_realloc_excess_unused, 2039, 2); 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! 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:225:26 Oct 13 13:13:42.894 INFO kablam! | Oct 13 13:13:42.894 INFO kablam! 225 | 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! 1471 | rt_realloc_excess_unused!(rt_primes_2039bytes_2align_realloc_excess_unused, 2039, 2); 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.894 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.894 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.894 INFO kablam! | Oct 13 13:13:42.894 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.894 INFO kablam! | ^^^^^ Oct 13 13:13:42.894 INFO kablam! ... Oct 13 13:13:42.894 INFO kablam! 1484 | rt_realloc_excess_unused!(rt_primes_4093bytes_2align_realloc_excess_unused, 4093, 2); 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.894 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.894 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.894 INFO kablam! | Oct 13 13:13:42.894 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.894 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.894 INFO kablam! ... Oct 13 13:13:42.894 INFO kablam! 1484 | rt_realloc_excess_unused!(rt_primes_4093bytes_2align_realloc_excess_unused, 4093, 2); 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! 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:225:26 Oct 13 13:13:42.894 INFO kablam! | Oct 13 13:13:42.894 INFO kablam! 225 | 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! 1484 | rt_realloc_excess_unused!(rt_primes_4093bytes_2align_realloc_excess_unused, 4093, 2); Oct 13 13:13:42.895 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.895 INFO kablam! | Oct 13 13:13:42.895 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.895 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.895 INFO kablam! | Oct 13 13:13:42.895 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.895 INFO kablam! | Oct 13 13:13:42.895 INFO kablam! Oct 13 13:13:42.895 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.895 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.895 INFO kablam! | Oct 13 13:13:42.895 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.895 INFO kablam! | ^^^^^ Oct 13 13:13:42.895 INFO kablam! ... Oct 13 13:13:42.895 INFO kablam! 1497 | rt_realloc_excess_unused!(rt_primes_8191bytes_2align_realloc_excess_unused, 8191, 2); Oct 13 13:13:42.895 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.895 INFO kablam! | Oct 13 13:13:42.895 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.895 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.895 INFO kablam! | Oct 13 13:13:42.895 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.895 INFO kablam! | Oct 13 13:13:42.895 INFO kablam! Oct 13 13:13:42.895 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.895 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.895 INFO kablam! | Oct 13 13:13:42.895 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.895 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.895 INFO kablam! ... Oct 13 13:13:42.895 INFO kablam! 1497 | rt_realloc_excess_unused!(rt_primes_8191bytes_2align_realloc_excess_unused, 8191, 2); Oct 13 13:13:42.895 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.895 INFO kablam! Oct 13 13:13:42.895 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.895 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.895 INFO kablam! | Oct 13 13:13:42.895 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.895 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.895 INFO kablam! ... Oct 13 13:13:42.895 INFO kablam! 1497 | rt_realloc_excess_unused!(rt_primes_8191bytes_2align_realloc_excess_unused, 8191, 2); Oct 13 13:13:42.895 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.895 INFO kablam! | Oct 13 13:13:42.895 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.895 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.895 INFO kablam! | Oct 13 13:13:42.895 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.895 INFO kablam! | Oct 13 13:13:42.895 INFO kablam! Oct 13 13:13:42.895 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.895 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.895 INFO kablam! | Oct 13 13:13:42.895 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.895 INFO kablam! | ^^^^^ Oct 13 13:13:42.895 INFO kablam! ... Oct 13 13:13:42.895 INFO kablam! 1510 | rt_realloc_excess_unused!(rt_primes_16381bytes_2align_realloc_excess_unused, 16381, 2); Oct 13 13:13:42.895 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.895 INFO kablam! | Oct 13 13:13:42.895 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.895 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.895 INFO kablam! | Oct 13 13:13:42.895 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.895 INFO kablam! | Oct 13 13:13:42.895 INFO kablam! Oct 13 13:13:42.896 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.896 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.896 INFO kablam! | Oct 13 13:13:42.896 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.896 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.896 INFO kablam! ... Oct 13 13:13:42.896 INFO kablam! 1510 | rt_realloc_excess_unused!(rt_primes_16381bytes_2align_realloc_excess_unused, 16381, 2); Oct 13 13:13:42.896 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.896 INFO kablam! Oct 13 13:13:42.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.901 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.901 INFO kablam! | Oct 13 13:13:42.901 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.901 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.901 INFO kablam! ... Oct 13 13:13:42.901 INFO kablam! 1510 | rt_realloc_excess_unused!(rt_primes_16381bytes_2align_realloc_excess_unused, 16381, 2); 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:216:36 Oct 13 13:13:42.901 INFO kablam! | Oct 13 13:13:42.901 INFO kablam! 216 | 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! 1523 | rt_realloc_excess_unused!(rt_primes_32749bytes_2align_realloc_excess_unused, 32749, 2); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.901 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.901 INFO kablam! | Oct 13 13:13:42.901 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.901 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.901 INFO kablam! ... Oct 13 13:13:42.901 INFO kablam! 1523 | rt_realloc_excess_unused!(rt_primes_32749bytes_2align_realloc_excess_unused, 32749, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.901 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.901 INFO kablam! | Oct 13 13:13:42.901 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.901 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.901 INFO kablam! ... Oct 13 13:13:42.901 INFO kablam! 1523 | rt_realloc_excess_unused!(rt_primes_32749bytes_2align_realloc_excess_unused, 32749, 2); 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.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.902 INFO kablam! | Oct 13 13:13:42.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.902 INFO kablam! | Oct 13 13:13:42.902 INFO kablam! Oct 13 13:13:42.902 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.902 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.902 INFO kablam! | Oct 13 13:13:42.902 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.902 INFO kablam! | ^^^^^ Oct 13 13:13:42.902 INFO kablam! ... Oct 13 13:13:42.902 INFO kablam! 1536 | rt_realloc_excess_unused!(rt_primes_65537bytes_2align_realloc_excess_unused, 65537, 2); Oct 13 13:13:42.902 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.902 INFO kablam! | Oct 13 13:13:42.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.902 INFO kablam! | Oct 13 13:13:42.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.902 INFO kablam! | Oct 13 13:13:42.902 INFO kablam! Oct 13 13:13:42.902 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.902 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.902 INFO kablam! | Oct 13 13:13:42.902 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.902 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.902 INFO kablam! ... Oct 13 13:13:42.902 INFO kablam! 1536 | rt_realloc_excess_unused!(rt_primes_65537bytes_2align_realloc_excess_unused, 65537, 2); Oct 13 13:13:42.902 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.902 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:225:26 Oct 13 13:13:42.904 INFO kablam! | Oct 13 13:13:42.904 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.904 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.904 INFO kablam! ... Oct 13 13:13:42.904 INFO kablam! 1536 | rt_realloc_excess_unused!(rt_primes_65537bytes_2align_realloc_excess_unused, 65537, 2); Oct 13 13:13:42.904 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.904 INFO kablam! | Oct 13 13:13:42.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.904 INFO kablam! | Oct 13 13:13:42.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.904 INFO kablam! | Oct 13 13:13:42.904 INFO kablam! Oct 13 13:13:42.905 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.905 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.905 INFO kablam! | Oct 13 13:13:42.905 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.905 INFO kablam! | ^^^^^ Oct 13 13:13:42.905 INFO kablam! ... Oct 13 13:13:42.905 INFO kablam! 1549 | rt_realloc_excess_unused!(rt_primes_131071bytes_2align_realloc_excess_unused, 131071, 2); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.905 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.905 INFO kablam! | Oct 13 13:13:42.905 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.905 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.905 INFO kablam! ... Oct 13 13:13:42.905 INFO kablam! 1549 | rt_realloc_excess_unused!(rt_primes_131071bytes_2align_realloc_excess_unused, 131071, 2); 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.908 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.908 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.908 INFO kablam! | Oct 13 13:13:42.908 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.908 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.908 INFO kablam! ... Oct 13 13:13:42.908 INFO kablam! 1549 | rt_realloc_excess_unused!(rt_primes_131071bytes_2align_realloc_excess_unused, 131071, 2); 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.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:216:36 Oct 13 13:13:42.908 INFO kablam! | Oct 13 13:13:42.908 INFO kablam! 216 | 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! 1562 | rt_realloc_excess_unused!(rt_primes_4194301bytes_2align_realloc_excess_unused, 4194301, 2); 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.908 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.908 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.908 INFO kablam! | Oct 13 13:13:42.908 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.908 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.908 INFO kablam! ... Oct 13 13:13:42.908 INFO kablam! 1562 | rt_realloc_excess_unused!(rt_primes_4194301bytes_2align_realloc_excess_unused, 4194301, 2); 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.912 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.912 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.912 INFO kablam! | Oct 13 13:13:42.912 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.912 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.912 INFO kablam! ... Oct 13 13:13:42.912 INFO kablam! 1562 | rt_realloc_excess_unused!(rt_primes_4194301bytes_2align_realloc_excess_unused, 4194301, 2); Oct 13 13:13:42.912 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.912 INFO kablam! | Oct 13 13:13:42.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.912 INFO kablam! | Oct 13 13:13:42.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.912 INFO kablam! | Oct 13 13:13:42.912 INFO kablam! Oct 13 13:13:42.912 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.912 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.912 INFO kablam! | Oct 13 13:13:42.912 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.912 INFO kablam! | ^^^^^ Oct 13 13:13:42.912 INFO kablam! ... Oct 13 13:13:42.912 INFO kablam! 1578 | rt_realloc_excess_unused!(rt_pow2_1bytes_4align_realloc_excess_unused, 1, 4); Oct 13 13:13:42.912 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.912 INFO kablam! | Oct 13 13:13:42.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.912 INFO kablam! | Oct 13 13:13:42.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.912 INFO kablam! | Oct 13 13:13:42.912 INFO kablam! Oct 13 13:13:42.912 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.912 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.912 INFO kablam! | Oct 13 13:13:42.912 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.912 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.912 INFO kablam! ... Oct 13 13:13:42.912 INFO kablam! 1578 | rt_realloc_excess_unused!(rt_pow2_1bytes_4align_realloc_excess_unused, 1, 4); Oct 13 13:13:42.912 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.912 INFO kablam! Oct 13 13:13:42.912 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.912 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.912 INFO kablam! | Oct 13 13:13:42.912 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.912 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.912 INFO kablam! ... Oct 13 13:13:42.912 INFO kablam! 1578 | rt_realloc_excess_unused!(rt_pow2_1bytes_4align_realloc_excess_unused, 1, 4); Oct 13 13:13:42.912 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.912 INFO kablam! | Oct 13 13:13:42.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.912 INFO kablam! | Oct 13 13:13:42.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.912 INFO kablam! | Oct 13 13:13:42.912 INFO kablam! Oct 13 13:13:42.916 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.916 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.916 INFO kablam! | Oct 13 13:13:42.916 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.916 INFO kablam! | ^^^^^ Oct 13 13:13:42.916 INFO kablam! ... Oct 13 13:13:42.916 INFO kablam! 1591 | rt_realloc_excess_unused!(rt_pow2_2bytes_4align_realloc_excess_unused, 2, 4); Oct 13 13:13:42.916 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.916 INFO kablam! | Oct 13 13:13:42.916 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.916 INFO kablam! | Oct 13 13:13:42.916 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.916 INFO kablam! | Oct 13 13:13:42.916 INFO kablam! Oct 13 13:13:42.916 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.916 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.916 INFO kablam! | Oct 13 13:13:42.916 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.916 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.916 INFO kablam! ... Oct 13 13:13:42.916 INFO kablam! 1591 | rt_realloc_excess_unused!(rt_pow2_2bytes_4align_realloc_excess_unused, 2, 4); Oct 13 13:13:42.916 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.916 INFO kablam! Oct 13 13:13:42.916 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.916 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.916 INFO kablam! | Oct 13 13:13:42.916 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.916 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.916 INFO kablam! ... Oct 13 13:13:42.916 INFO kablam! 1591 | rt_realloc_excess_unused!(rt_pow2_2bytes_4align_realloc_excess_unused, 2, 4); Oct 13 13:13:42.916 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.916 INFO kablam! | Oct 13 13:13:42.916 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.916 INFO kablam! | Oct 13 13:13:42.916 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.916 INFO kablam! | Oct 13 13:13:42.916 INFO kablam! Oct 13 13:13:42.917 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.917 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.917 INFO kablam! | Oct 13 13:13:42.917 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.917 INFO kablam! | ^^^^^ Oct 13 13:13:42.917 INFO kablam! ... Oct 13 13:13:42.918 INFO kablam! 1604 | rt_realloc_excess_unused!(rt_pow2_4bytes_4align_realloc_excess_unused, 4, 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.919 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.919 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.919 INFO kablam! | Oct 13 13:13:42.919 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.919 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.919 INFO kablam! ... Oct 13 13:13:42.919 INFO kablam! 1604 | rt_realloc_excess_unused!(rt_pow2_4bytes_4align_realloc_excess_unused, 4, 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! 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:225:26 Oct 13 13:13:42.919 INFO kablam! | Oct 13 13:13:42.919 INFO kablam! 225 | 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! 1604 | rt_realloc_excess_unused!(rt_pow2_4bytes_4align_realloc_excess_unused, 4, 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.928 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.928 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.928 INFO kablam! | Oct 13 13:13:42.928 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.928 INFO kablam! | ^^^^^ Oct 13 13:13:42.928 INFO kablam! ... Oct 13 13:13:42.928 INFO kablam! 1617 | rt_realloc_excess_unused!(rt_pow2_8bytes_4align_realloc_excess_unused, 8, 4); Oct 13 13:13:42.928 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.928 INFO kablam! | Oct 13 13:13:42.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.928 INFO kablam! | Oct 13 13:13:42.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.928 INFO kablam! | Oct 13 13:13:42.928 INFO kablam! Oct 13 13:13:42.930 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.930 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.930 INFO kablam! | Oct 13 13:13:42.930 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.930 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.930 INFO kablam! ... Oct 13 13:13:42.930 INFO kablam! 1617 | rt_realloc_excess_unused!(rt_pow2_8bytes_4align_realloc_excess_unused, 8, 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! 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:225:26 Oct 13 13:13:42.930 INFO kablam! | Oct 13 13:13:42.930 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 1617 | rt_realloc_excess_unused!(rt_pow2_8bytes_4align_realloc_excess_unused, 8, 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.930 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.930 INFO kablam! | Oct 13 13:13:42.930 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 1630 | rt_realloc_excess_unused!(rt_pow2_16bytes_4align_realloc_excess_unused, 16, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.930 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.930 INFO kablam! | Oct 13 13:13:42.930 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.930 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.930 INFO kablam! ... Oct 13 13:13:42.930 INFO kablam! 1630 | rt_realloc_excess_unused!(rt_pow2_16bytes_4align_realloc_excess_unused, 16, 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! 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:225:26 Oct 13 13:13:42.930 INFO kablam! | Oct 13 13:13:42.930 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 1630 | rt_realloc_excess_unused!(rt_pow2_16bytes_4align_realloc_excess_unused, 16, 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.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.931 INFO kablam! | Oct 13 13:13:42.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.931 INFO kablam! | Oct 13 13:13:42.931 INFO kablam! Oct 13 13:13:42.932 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.932 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.932 INFO kablam! | Oct 13 13:13:42.932 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.932 INFO kablam! | ^^^^^ Oct 13 13:13:42.932 INFO kablam! ... Oct 13 13:13:42.932 INFO kablam! 1643 | rt_realloc_excess_unused!(rt_pow2_32bytes_4align_realloc_excess_unused, 32, 4); Oct 13 13:13:42.932 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.932 INFO kablam! | Oct 13 13:13:42.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.932 INFO kablam! | Oct 13 13:13:42.932 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.932 INFO kablam! | Oct 13 13:13:42.932 INFO kablam! Oct 13 13:13:42.932 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.932 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.932 INFO kablam! | Oct 13 13:13:42.932 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.932 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.932 INFO kablam! ... Oct 13 13:13:42.932 INFO kablam! 1643 | rt_realloc_excess_unused!(rt_pow2_32bytes_4align_realloc_excess_unused, 32, 4); Oct 13 13:13:42.932 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.932 INFO kablam! Oct 13 13:13:42.936 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.936 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.936 INFO kablam! | Oct 13 13:13:42.936 INFO kablam! 225 | 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! 1643 | rt_realloc_excess_unused!(rt_pow2_32bytes_4align_realloc_excess_unused, 32, 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.936 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.936 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.936 INFO kablam! | Oct 13 13:13:42.936 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.936 INFO kablam! | ^^^^^ Oct 13 13:13:42.936 INFO kablam! ... Oct 13 13:13:42.936 INFO kablam! 1656 | rt_realloc_excess_unused!(rt_pow2_64bytes_4align_realloc_excess_unused, 64, 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.936 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.936 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.936 INFO kablam! | Oct 13 13:13:42.936 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.936 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.936 INFO kablam! ... Oct 13 13:13:42.936 INFO kablam! 1656 | rt_realloc_excess_unused!(rt_pow2_64bytes_4align_realloc_excess_unused, 64, 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.936 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.936 INFO kablam! | Oct 13 13:13:42.936 INFO kablam! 225 | 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! 1656 | rt_realloc_excess_unused!(rt_pow2_64bytes_4align_realloc_excess_unused, 64, 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.938 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.938 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.938 INFO kablam! | Oct 13 13:13:42.938 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.938 INFO kablam! | ^^^^^ Oct 13 13:13:42.938 INFO kablam! ... Oct 13 13:13:42.938 INFO kablam! 1669 | rt_realloc_excess_unused!(rt_pow2_128bytes_4align_realloc_excess_unused, 128, 4); Oct 13 13:13:42.938 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.938 INFO kablam! | Oct 13 13:13:42.938 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.938 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.938 INFO kablam! | Oct 13 13:13:42.938 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.938 INFO kablam! | Oct 13 13:13:42.938 INFO kablam! Oct 13 13:13:42.939 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.939 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.939 INFO kablam! | Oct 13 13:13:42.940 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.940 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.940 INFO kablam! ... Oct 13 13:13:42.940 INFO kablam! 1669 | rt_realloc_excess_unused!(rt_pow2_128bytes_4align_realloc_excess_unused, 128, 4); Oct 13 13:13:42.940 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.940 INFO kablam! Oct 13 13:13:42.940 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.940 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.940 INFO kablam! | Oct 13 13:13:42.940 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.940 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.940 INFO kablam! ... Oct 13 13:13:42.940 INFO kablam! 1669 | rt_realloc_excess_unused!(rt_pow2_128bytes_4align_realloc_excess_unused, 128, 4); Oct 13 13:13:42.940 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.940 INFO kablam! | Oct 13 13:13:42.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.940 INFO kablam! | Oct 13 13:13:42.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.940 INFO kablam! | Oct 13 13:13:42.940 INFO kablam! Oct 13 13:13:42.940 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.940 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.940 INFO kablam! | Oct 13 13:13:42.940 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.940 INFO kablam! | ^^^^^ Oct 13 13:13:42.940 INFO kablam! ... Oct 13 13:13:42.940 INFO kablam! 1682 | rt_realloc_excess_unused!(rt_pow2_256bytes_4align_realloc_excess_unused, 256, 4); Oct 13 13:13:42.940 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.940 INFO kablam! | Oct 13 13:13:42.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.940 INFO kablam! | Oct 13 13:13:42.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.940 INFO kablam! | Oct 13 13:13:42.940 INFO kablam! Oct 13 13:13:42.942 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.942 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.942 INFO kablam! | Oct 13 13:13:42.942 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.942 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.942 INFO kablam! ... Oct 13 13:13:42.942 INFO kablam! 1682 | rt_realloc_excess_unused!(rt_pow2_256bytes_4align_realloc_excess_unused, 256, 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.943 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.943 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.943 INFO kablam! | Oct 13 13:13:42.943 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.943 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.943 INFO kablam! ... Oct 13 13:13:42.943 INFO kablam! 1682 | rt_realloc_excess_unused!(rt_pow2_256bytes_4align_realloc_excess_unused, 256, 4); Oct 13 13:13:42.943 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.943 INFO kablam! | Oct 13 13:13:42.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.943 INFO kablam! | Oct 13 13:13:42.943 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.943 INFO kablam! | Oct 13 13:13:42.943 INFO kablam! Oct 13 13:13:42.943 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.943 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.943 INFO kablam! | Oct 13 13:13:42.943 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.943 INFO kablam! | ^^^^^ Oct 13 13:13:42.943 INFO kablam! ... Oct 13 13:13:42.943 INFO kablam! 1695 | rt_realloc_excess_unused!(rt_pow2_512bytes_4align_realloc_excess_unused, 512, 4); Oct 13 13:13:42.943 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.943 INFO kablam! | Oct 13 13:13:42.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.943 INFO kablam! | Oct 13 13:13:42.943 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.943 INFO kablam! | Oct 13 13:13:42.943 INFO kablam! Oct 13 13:13:42.950 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.950 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.950 INFO kablam! | Oct 13 13:13:42.950 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.950 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.950 INFO kablam! ... Oct 13 13:13:42.950 INFO kablam! 1695 | rt_realloc_excess_unused!(rt_pow2_512bytes_4align_realloc_excess_unused, 512, 4); Oct 13 13:13:42.950 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.950 INFO kablam! Oct 13 13:13:42.950 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.950 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.950 INFO kablam! | Oct 13 13:13:42.950 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.950 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.950 INFO kablam! ... Oct 13 13:13:42.950 INFO kablam! 1695 | rt_realloc_excess_unused!(rt_pow2_512bytes_4align_realloc_excess_unused, 512, 4); Oct 13 13:13:42.950 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.950 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.950 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.950 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.950 INFO kablam! | Oct 13 13:13:42.950 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.950 INFO kablam! | ^^^^^ Oct 13 13:13:42.950 INFO kablam! ... Oct 13 13:13:42.950 INFO kablam! 1708 | rt_realloc_excess_unused!(rt_pow2_1024bytes_4align_realloc_excess_unused, 1024, 4); Oct 13 13:13:42.950 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.950 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.950 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.950 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.950 INFO kablam! | Oct 13 13:13:42.950 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.950 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.950 INFO kablam! ... Oct 13 13:13:42.950 INFO kablam! 1708 | rt_realloc_excess_unused!(rt_pow2_1024bytes_4align_realloc_excess_unused, 1024, 4); Oct 13 13:13:42.950 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.950 INFO kablam! Oct 13 13:13:42.950 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.950 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.950 INFO kablam! | Oct 13 13:13:42.950 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.950 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.950 INFO kablam! ... Oct 13 13:13:42.950 INFO kablam! 1708 | rt_realloc_excess_unused!(rt_pow2_1024bytes_4align_realloc_excess_unused, 1024, 4); Oct 13 13:13:42.950 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.950 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.950 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.950 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.950 INFO kablam! | Oct 13 13:13:42.950 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.950 INFO kablam! | ^^^^^ Oct 13 13:13:42.950 INFO kablam! ... Oct 13 13:13:42.950 INFO kablam! 1721 | rt_realloc_excess_unused!(rt_pow2_2048bytes_4align_realloc_excess_unused, 2048, 4); Oct 13 13:13:42.950 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.950 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.951 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.951 INFO kablam! | Oct 13 13:13:42.951 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.951 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.951 INFO kablam! ... Oct 13 13:13:42.951 INFO kablam! 1721 | rt_realloc_excess_unused!(rt_pow2_2048bytes_4align_realloc_excess_unused, 2048, 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! 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:225:26 Oct 13 13:13:42.951 INFO kablam! | Oct 13 13:13:42.951 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 1721 | rt_realloc_excess_unused!(rt_pow2_2048bytes_4align_realloc_excess_unused, 2048, 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.952 INFO kablam! Oct 13 13:13:42.953 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.953 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.953 INFO kablam! | Oct 13 13:13:42.953 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.953 INFO kablam! | ^^^^^ Oct 13 13:13:42.953 INFO kablam! ... Oct 13 13:13:42.953 INFO kablam! 1734 | rt_realloc_excess_unused!(rt_pow2_4096bytes_4align_realloc_excess_unused, 4096, 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.954 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.954 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.954 INFO kablam! | Oct 13 13:13:42.954 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.954 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.954 INFO kablam! ... Oct 13 13:13:42.954 INFO kablam! 1734 | rt_realloc_excess_unused!(rt_pow2_4096bytes_4align_realloc_excess_unused, 4096, 4); Oct 13 13:13:42.954 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.954 INFO kablam! Oct 13 13:13:42.954 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.954 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.954 INFO kablam! | Oct 13 13:13:42.954 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.954 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.954 INFO kablam! ... Oct 13 13:13:42.954 INFO kablam! 1734 | rt_realloc_excess_unused!(rt_pow2_4096bytes_4align_realloc_excess_unused, 4096, 4); Oct 13 13:13:42.954 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.954 INFO kablam! | Oct 13 13:13:42.954 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.954 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.954 INFO kablam! | Oct 13 13:13:42.954 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.954 INFO kablam! | Oct 13 13:13:42.954 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:216:36 Oct 13 13:13:42.956 INFO kablam! | Oct 13 13:13:42.956 INFO kablam! 216 | 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! 1747 | rt_realloc_excess_unused!(rt_pow2_8192bytes_4align_realloc_excess_unused, 8192, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.956 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.956 INFO kablam! | Oct 13 13:13:42.956 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.956 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.956 INFO kablam! ... Oct 13 13:13:42.956 INFO kablam! 1747 | rt_realloc_excess_unused!(rt_pow2_8192bytes_4align_realloc_excess_unused, 8192, 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.957 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.957 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.957 INFO kablam! | Oct 13 13:13:42.957 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.957 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.957 INFO kablam! ... Oct 13 13:13:42.957 INFO kablam! 1747 | rt_realloc_excess_unused!(rt_pow2_8192bytes_4align_realloc_excess_unused, 8192, 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.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:216:36 Oct 13 13:13:42.964 INFO kablam! | Oct 13 13:13:42.964 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 1760 | rt_realloc_excess_unused!(rt_pow2_16384bytes_4align_realloc_excess_unused, 16384, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.964 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.964 INFO kablam! | Oct 13 13:13:42.964 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.964 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.964 INFO kablam! ... Oct 13 13:13:42.964 INFO kablam! 1760 | rt_realloc_excess_unused!(rt_pow2_16384bytes_4align_realloc_excess_unused, 16384, 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! 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:225:26 Oct 13 13:13:42.964 INFO kablam! | Oct 13 13:13:42.964 INFO kablam! 225 | 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.965 INFO kablam! 1760 | rt_realloc_excess_unused!(rt_pow2_16384bytes_4align_realloc_excess_unused, 16384, 4); Oct 13 13:13:42.965 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.965 INFO kablam! | Oct 13 13:13:42.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.965 INFO kablam! | Oct 13 13:13:42.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.965 INFO kablam! | Oct 13 13:13:42.965 INFO kablam! Oct 13 13:13:42.965 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.965 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.965 INFO kablam! | Oct 13 13:13:42.965 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.965 INFO kablam! | ^^^^^ Oct 13 13:13:42.965 INFO kablam! ... Oct 13 13:13:42.965 INFO kablam! 1773 | rt_realloc_excess_unused!(rt_pow2_32768bytes_4align_realloc_excess_unused, 32768, 4); Oct 13 13:13:42.965 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.965 INFO kablam! | Oct 13 13:13:42.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.965 INFO kablam! | Oct 13 13:13:42.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.965 INFO kablam! | Oct 13 13:13:42.965 INFO kablam! Oct 13 13:13:42.965 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.965 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.965 INFO kablam! | Oct 13 13:13:42.965 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.965 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.965 INFO kablam! ... Oct 13 13:13:42.965 INFO kablam! 1773 | rt_realloc_excess_unused!(rt_pow2_32768bytes_4align_realloc_excess_unused, 32768, 4); Oct 13 13:13:42.965 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.965 INFO kablam! Oct 13 13:13:42.965 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.965 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.965 INFO kablam! | Oct 13 13:13:42.965 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.965 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.965 INFO kablam! ... Oct 13 13:13:42.965 INFO kablam! 1773 | rt_realloc_excess_unused!(rt_pow2_32768bytes_4align_realloc_excess_unused, 32768, 4); Oct 13 13:13:42.965 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.965 INFO kablam! | Oct 13 13:13:42.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.965 INFO kablam! | Oct 13 13:13:42.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.965 INFO kablam! | Oct 13 13:13:42.965 INFO kablam! Oct 13 13:13:42.965 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.966 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.966 INFO kablam! | Oct 13 13:13:42.966 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.966 INFO kablam! | ^^^^^ Oct 13 13:13:42.966 INFO kablam! ... Oct 13 13:13:42.966 INFO kablam! 1786 | rt_realloc_excess_unused!(rt_pow2_65536bytes_4align_realloc_excess_unused, 65536, 4); Oct 13 13:13:42.966 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.966 INFO kablam! | Oct 13 13:13:42.966 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.966 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.966 INFO kablam! | Oct 13 13:13:42.966 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.966 INFO kablam! | Oct 13 13:13:42.966 INFO kablam! Oct 13 13:13:42.966 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.966 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.966 INFO kablam! | Oct 13 13:13:42.966 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.966 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.966 INFO kablam! ... Oct 13 13:13:42.966 INFO kablam! 1786 | rt_realloc_excess_unused!(rt_pow2_65536bytes_4align_realloc_excess_unused, 65536, 4); Oct 13 13:13:42.966 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.966 INFO kablam! Oct 13 13:13:42.966 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.966 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.966 INFO kablam! | Oct 13 13:13:42.966 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.966 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.966 INFO kablam! ... Oct 13 13:13:42.966 INFO kablam! 1786 | rt_realloc_excess_unused!(rt_pow2_65536bytes_4align_realloc_excess_unused, 65536, 4); Oct 13 13:13:42.966 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.966 INFO kablam! | Oct 13 13:13:42.966 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.966 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.966 INFO kablam! | Oct 13 13:13:42.966 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.966 INFO kablam! | Oct 13 13:13:42.966 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:216:36 Oct 13 13:13:42.970 INFO kablam! | Oct 13 13:13:42.970 INFO kablam! 216 | 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! 1799 | rt_realloc_excess_unused!(rt_pow2_131072bytes_4align_realloc_excess_unused, 131072, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.970 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.970 INFO kablam! | Oct 13 13:13:42.970 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.970 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.970 INFO kablam! ... Oct 13 13:13:42.970 INFO kablam! 1799 | rt_realloc_excess_unused!(rt_pow2_131072bytes_4align_realloc_excess_unused, 131072, 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.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:225:26 Oct 13 13:13:42.972 INFO kablam! | Oct 13 13:13:42.972 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 1799 | rt_realloc_excess_unused!(rt_pow2_131072bytes_4align_realloc_excess_unused, 131072, 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.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:216:36 Oct 13 13:13:42.973 INFO kablam! | Oct 13 13:13:42.973 INFO kablam! 216 | 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! 1812 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_4align_realloc_excess_unused, 4194304, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.973 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.973 INFO kablam! | Oct 13 13:13:42.973 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.973 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.973 INFO kablam! ... Oct 13 13:13:42.973 INFO kablam! 1812 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_4align_realloc_excess_unused, 4194304, 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! 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:225:26 Oct 13 13:13:42.973 INFO kablam! | Oct 13 13:13:42.973 INFO kablam! 225 | 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! 1812 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_4align_realloc_excess_unused, 4194304, 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.974 INFO kablam! | Oct 13 13:13:42.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.974 INFO kablam! | Oct 13 13:13:42.974 INFO kablam! Oct 13 13:13:42.980 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.980 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.980 INFO kablam! | Oct 13 13:13:42.980 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.980 INFO kablam! | ^^^^^ Oct 13 13:13:42.980 INFO kablam! ... Oct 13 13:13:42.980 INFO kablam! 1826 | rt_realloc_excess_unused!(rt_even_10bytes_4align_realloc_excess_unused, 10, 4); Oct 13 13:13:42.980 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.980 INFO kablam! | Oct 13 13:13:42.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.980 INFO kablam! | Oct 13 13:13:42.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.980 INFO kablam! | Oct 13 13:13:42.980 INFO kablam! Oct 13 13:13:42.980 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.980 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.980 INFO kablam! | Oct 13 13:13:42.980 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.980 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.980 INFO kablam! ... Oct 13 13:13:42.980 INFO kablam! 1826 | rt_realloc_excess_unused!(rt_even_10bytes_4align_realloc_excess_unused, 10, 4); Oct 13 13:13:42.980 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.980 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:225:26 Oct 13 13:13:42.982 INFO kablam! | Oct 13 13:13:42.982 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 1826 | rt_realloc_excess_unused!(rt_even_10bytes_4align_realloc_excess_unused, 10, 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.982 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.982 INFO kablam! | Oct 13 13:13:42.982 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 1839 | rt_realloc_excess_unused!(rt_even_100bytes_4align_realloc_excess_unused, 100, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.982 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.982 INFO kablam! | Oct 13 13:13:42.982 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.982 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.982 INFO kablam! ... Oct 13 13:13:42.982 INFO kablam! 1839 | rt_realloc_excess_unused!(rt_even_100bytes_4align_realloc_excess_unused, 100, 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! 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:225:26 Oct 13 13:13:42.982 INFO kablam! | Oct 13 13:13:42.982 INFO kablam! 225 | 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! 1839 | rt_realloc_excess_unused!(rt_even_100bytes_4align_realloc_excess_unused, 100, 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.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.983 INFO kablam! | Oct 13 13:13:42.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.983 INFO kablam! | Oct 13 13:13:42.983 INFO kablam! Oct 13 13:13:42.983 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.983 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.983 INFO kablam! | Oct 13 13:13:42.983 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.983 INFO kablam! | ^^^^^ Oct 13 13:13:42.983 INFO kablam! ... Oct 13 13:13:42.983 INFO kablam! 1852 | rt_realloc_excess_unused!(rt_even_1000bytes_4align_realloc_excess_unused, 1000, 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.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.983 INFO kablam! | Oct 13 13:13:42.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.983 INFO kablam! | Oct 13 13:13:42.983 INFO kablam! Oct 13 13:13:42.984 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.984 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.984 INFO kablam! | Oct 13 13:13:42.984 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.984 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.984 INFO kablam! ... Oct 13 13:13:42.984 INFO kablam! 1852 | rt_realloc_excess_unused!(rt_even_1000bytes_4align_realloc_excess_unused, 1000, 4); Oct 13 13:13:42.984 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.984 INFO kablam! Oct 13 13:13:42.984 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.984 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.984 INFO kablam! | Oct 13 13:13:42.984 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.984 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.984 INFO kablam! ... Oct 13 13:13:42.984 INFO kablam! 1852 | rt_realloc_excess_unused!(rt_even_1000bytes_4align_realloc_excess_unused, 1000, 4); Oct 13 13:13:42.984 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.984 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.984 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.984 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.984 INFO kablam! | Oct 13 13:13:42.984 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.984 INFO kablam! | ^^^^^ Oct 13 13:13:42.984 INFO kablam! ... Oct 13 13:13:42.984 INFO kablam! 1865 | rt_realloc_excess_unused!(rt_even_10000bytes_4align_realloc_excess_unused, 10000, 4); Oct 13 13:13:42.984 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.984 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.984 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.984 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.984 INFO kablam! | Oct 13 13:13:42.984 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.984 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.984 INFO kablam! ... Oct 13 13:13:42.984 INFO kablam! 1865 | rt_realloc_excess_unused!(rt_even_10000bytes_4align_realloc_excess_unused, 10000, 4); Oct 13 13:13:42.984 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.984 INFO kablam! Oct 13 13:13:42.987 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.987 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.987 INFO kablam! | Oct 13 13:13:42.987 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.987 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.987 INFO kablam! ... Oct 13 13:13:42.987 INFO kablam! 1865 | rt_realloc_excess_unused!(rt_even_10000bytes_4align_realloc_excess_unused, 10000, 4); Oct 13 13:13:42.987 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.987 INFO kablam! | Oct 13 13:13:42.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.987 INFO kablam! | Oct 13 13:13:42.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.987 INFO kablam! | Oct 13 13:13:42.987 INFO kablam! Oct 13 13:13:42.987 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.988 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.988 INFO kablam! | Oct 13 13:13:42.988 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.988 INFO kablam! | ^^^^^ Oct 13 13:13:42.988 INFO kablam! ... Oct 13 13:13:42.988 INFO kablam! 1878 | rt_realloc_excess_unused!(rt_even_100000bytes_4align_realloc_excess_unused, 100000, 4); Oct 13 13:13:42.988 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.988 INFO kablam! | Oct 13 13:13:42.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.988 INFO kablam! | Oct 13 13:13:42.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.988 INFO kablam! | Oct 13 13:13:42.988 INFO kablam! Oct 13 13:13:42.988 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.988 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.988 INFO kablam! | Oct 13 13:13:42.988 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.988 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.988 INFO kablam! ... Oct 13 13:13:42.988 INFO kablam! 1878 | rt_realloc_excess_unused!(rt_even_100000bytes_4align_realloc_excess_unused, 100000, 4); Oct 13 13:13:42.988 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.988 INFO kablam! Oct 13 13:13:42.988 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.988 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.988 INFO kablam! | Oct 13 13:13:42.988 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.988 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.988 INFO kablam! ... Oct 13 13:13:42.988 INFO kablam! 1878 | rt_realloc_excess_unused!(rt_even_100000bytes_4align_realloc_excess_unused, 100000, 4); Oct 13 13:13:42.988 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.988 INFO kablam! | Oct 13 13:13:42.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.988 INFO kablam! | Oct 13 13:13:42.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.988 INFO kablam! | Oct 13 13:13:42.988 INFO kablam! Oct 13 13:13:42.995 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.996 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.996 INFO kablam! | Oct 13 13:13:42.996 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.996 INFO kablam! | ^^^^^ Oct 13 13:13:42.996 INFO kablam! ... Oct 13 13:13:42.996 INFO kablam! 1891 | rt_realloc_excess_unused!(rt_even_1000000bytes_4align_realloc_excess_unused, 1000000, 4); Oct 13 13:13:42.996 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.996 INFO kablam! | Oct 13 13:13:42.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.996 INFO kablam! | Oct 13 13:13:42.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.996 INFO kablam! | Oct 13 13:13:42.996 INFO kablam! Oct 13 13:13:42.996 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.996 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.996 INFO kablam! | Oct 13 13:13:42.996 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.996 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.996 INFO kablam! ... Oct 13 13:13:42.996 INFO kablam! 1891 | rt_realloc_excess_unused!(rt_even_1000000bytes_4align_realloc_excess_unused, 1000000, 4); Oct 13 13:13:42.996 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.996 INFO kablam! Oct 13 13:13:42.996 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.996 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.996 INFO kablam! | Oct 13 13:13:42.996 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.996 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.996 INFO kablam! ... Oct 13 13:13:42.996 INFO kablam! 1891 | rt_realloc_excess_unused!(rt_even_1000000bytes_4align_realloc_excess_unused, 1000000, 4); Oct 13 13:13:42.996 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.996 INFO kablam! | Oct 13 13:13:42.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.996 INFO kablam! | Oct 13 13:13:42.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.996 INFO kablam! | Oct 13 13:13:42.996 INFO kablam! Oct 13 13:13:42.996 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.996 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:42.996 INFO kablam! | Oct 13 13:13:42.996 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.996 INFO kablam! | ^^^^^ Oct 13 13:13:42.996 INFO kablam! ... Oct 13 13:13:42.996 INFO kablam! 1905 | rt_realloc_excess_unused!(rt_odd_10bytes_4align_realloc_excess_unused, 10- 1, 4); Oct 13 13:13:42.996 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.996 INFO kablam! | Oct 13 13:13:42.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.996 INFO kablam! | Oct 13 13:13:42.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.996 INFO kablam! | Oct 13 13:13:42.996 INFO kablam! Oct 13 13:13:42.999 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.999 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:42.999 INFO kablam! | Oct 13 13:13:42.999 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:42.999 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:42.999 INFO kablam! ... Oct 13 13:13:42.999 INFO kablam! 1905 | rt_realloc_excess_unused!(rt_odd_10bytes_4align_realloc_excess_unused, 10- 1, 4); Oct 13 13:13:42.999 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.999 INFO kablam! Oct 13 13:13:42.999 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.999 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:42.999 INFO kablam! | Oct 13 13:13:42.999 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.999 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.999 INFO kablam! ... Oct 13 13:13:42.999 INFO kablam! 1905 | rt_realloc_excess_unused!(rt_odd_10bytes_4align_realloc_excess_unused, 10- 1, 4); Oct 13 13:13:42.999 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.999 INFO kablam! | Oct 13 13:13:42.999 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.999 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.999 INFO kablam! | Oct 13 13:13:42.999 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.000 INFO kablam! | Oct 13 13:13:43.000 INFO kablam! Oct 13 13:13:43.000 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.000 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.000 INFO kablam! | Oct 13 13:13:43.000 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.000 INFO kablam! | ^^^^^ Oct 13 13:13:43.000 INFO kablam! ... Oct 13 13:13:43.000 INFO kablam! 1918 | rt_realloc_excess_unused!(rt_odd_100bytes_4align_realloc_excess_unused, 100- 1, 4); Oct 13 13:13:43.000 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.000 INFO kablam! | Oct 13 13:13:43.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.000 INFO kablam! | Oct 13 13:13:43.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.000 INFO kablam! | Oct 13 13:13:43.000 INFO kablam! Oct 13 13:13:43.000 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.000 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.000 INFO kablam! | Oct 13 13:13:43.000 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.000 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.001 INFO kablam! ... Oct 13 13:13:43.001 INFO kablam! 1918 | rt_realloc_excess_unused!(rt_odd_100bytes_4align_realloc_excess_unused, 100- 1, 4); Oct 13 13:13:43.001 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.001 INFO kablam! Oct 13 13:13:43.001 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.001 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.001 INFO kablam! | Oct 13 13:13:43.001 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.001 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.001 INFO kablam! ... Oct 13 13:13:43.001 INFO kablam! 1918 | rt_realloc_excess_unused!(rt_odd_100bytes_4align_realloc_excess_unused, 100- 1, 4); Oct 13 13:13:43.001 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.001 INFO kablam! | Oct 13 13:13:43.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.001 INFO kablam! | Oct 13 13:13:43.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.001 INFO kablam! | Oct 13 13:13:43.001 INFO kablam! Oct 13 13:13:43.002 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.002 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.002 INFO kablam! | Oct 13 13:13:43.002 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.002 INFO kablam! | ^^^^^ Oct 13 13:13:43.002 INFO kablam! ... Oct 13 13:13:43.002 INFO kablam! 1931 | rt_realloc_excess_unused!(rt_odd_1000bytes_4align_realloc_excess_unused, 1000- 1, 4); Oct 13 13:13:43.002 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.002 INFO kablam! | Oct 13 13:13:43.002 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.002 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.002 INFO kablam! | Oct 13 13:13:43.002 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.002 INFO kablam! | Oct 13 13:13:43.002 INFO kablam! Oct 13 13:13:43.002 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.002 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.002 INFO kablam! | Oct 13 13:13:43.002 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.002 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.002 INFO kablam! ... Oct 13 13:13:43.002 INFO kablam! 1931 | rt_realloc_excess_unused!(rt_odd_1000bytes_4align_realloc_excess_unused, 1000- 1, 4); Oct 13 13:13:43.002 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.003 INFO kablam! Oct 13 13:13:43.003 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.003 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.003 INFO kablam! | Oct 13 13:13:43.003 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.003 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.003 INFO kablam! ... Oct 13 13:13:43.003 INFO kablam! 1931 | rt_realloc_excess_unused!(rt_odd_1000bytes_4align_realloc_excess_unused, 1000- 1, 4); Oct 13 13:13:43.003 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.003 INFO kablam! | Oct 13 13:13:43.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.003 INFO kablam! | Oct 13 13:13:43.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.003 INFO kablam! | Oct 13 13:13:43.003 INFO kablam! Oct 13 13:13:43.007 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.007 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.007 INFO kablam! | Oct 13 13:13:43.007 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.007 INFO kablam! | ^^^^^ Oct 13 13:13:43.007 INFO kablam! ... Oct 13 13:13:43.007 INFO kablam! 1944 | rt_realloc_excess_unused!(rt_odd_10000bytes_4align_realloc_excess_unused, 10000- 1, 4); Oct 13 13:13:43.007 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.007 INFO kablam! | Oct 13 13:13:43.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.007 INFO kablam! | Oct 13 13:13:43.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.008 INFO kablam! | Oct 13 13:13:43.008 INFO kablam! Oct 13 13:13:43.008 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.008 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.008 INFO kablam! | Oct 13 13:13:43.008 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.008 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.008 INFO kablam! ... Oct 13 13:13:43.008 INFO kablam! 1944 | rt_realloc_excess_unused!(rt_odd_10000bytes_4align_realloc_excess_unused, 10000- 1, 4); Oct 13 13:13:43.008 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.008 INFO kablam! Oct 13 13:13:43.008 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.008 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.008 INFO kablam! | Oct 13 13:13:43.008 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.008 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.008 INFO kablam! ... Oct 13 13:13:43.008 INFO kablam! 1944 | rt_realloc_excess_unused!(rt_odd_10000bytes_4align_realloc_excess_unused, 10000- 1, 4); Oct 13 13:13:43.008 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.009 INFO kablam! | Oct 13 13:13:43.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.009 INFO kablam! | Oct 13 13:13:43.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.009 INFO kablam! | Oct 13 13:13:43.009 INFO kablam! Oct 13 13:13:43.009 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.009 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.009 INFO kablam! | Oct 13 13:13:43.009 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.009 INFO kablam! | ^^^^^ Oct 13 13:13:43.009 INFO kablam! ... Oct 13 13:13:43.009 INFO kablam! 1957 | rt_realloc_excess_unused!(rt_odd_100000bytes_4align_realloc_excess_unused, 100000- 1, 4); Oct 13 13:13:43.009 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.009 INFO kablam! | Oct 13 13:13:43.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.009 INFO kablam! | Oct 13 13:13:43.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.009 INFO kablam! | Oct 13 13:13:43.009 INFO kablam! Oct 13 13:13:43.009 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.009 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.010 INFO kablam! | Oct 13 13:13:43.010 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.010 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.010 INFO kablam! ... Oct 13 13:13:43.010 INFO kablam! 1957 | rt_realloc_excess_unused!(rt_odd_100000bytes_4align_realloc_excess_unused, 100000- 1, 4); Oct 13 13:13:43.010 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.010 INFO kablam! Oct 13 13:13:43.010 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.010 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.010 INFO kablam! | Oct 13 13:13:43.010 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.010 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.010 INFO kablam! ... Oct 13 13:13:43.010 INFO kablam! 1957 | rt_realloc_excess_unused!(rt_odd_100000bytes_4align_realloc_excess_unused, 100000- 1, 4); Oct 13 13:13:43.010 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.010 INFO kablam! | Oct 13 13:13:43.010 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.010 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.010 INFO kablam! | Oct 13 13:13:43.010 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.010 INFO kablam! | Oct 13 13:13:43.010 INFO kablam! Oct 13 13:13:43.010 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.011 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.011 INFO kablam! | Oct 13 13:13:43.011 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.011 INFO kablam! | ^^^^^ Oct 13 13:13:43.011 INFO kablam! ... Oct 13 13:13:43.011 INFO kablam! 1970 | rt_realloc_excess_unused!(rt_odd_1000000bytes_4align_realloc_excess_unused, 1000000- 1, 4); Oct 13 13:13:43.011 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.011 INFO kablam! | Oct 13 13:13:43.011 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.011 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.011 INFO kablam! | Oct 13 13:13:43.011 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.011 INFO kablam! | Oct 13 13:13:43.011 INFO kablam! Oct 13 13:13:43.013 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.013 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.013 INFO kablam! | Oct 13 13:13:43.013 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.013 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.013 INFO kablam! ... Oct 13 13:13:43.013 INFO kablam! 1970 | rt_realloc_excess_unused!(rt_odd_1000000bytes_4align_realloc_excess_unused, 1000000- 1, 4); Oct 13 13:13:43.013 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.013 INFO kablam! Oct 13 13:13:43.013 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.013 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.013 INFO kablam! | Oct 13 13:13:43.014 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.014 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.014 INFO kablam! ... Oct 13 13:13:43.014 INFO kablam! 1970 | rt_realloc_excess_unused!(rt_odd_1000000bytes_4align_realloc_excess_unused, 1000000- 1, 4); Oct 13 13:13:43.014 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.014 INFO kablam! | Oct 13 13:13:43.014 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.014 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.014 INFO kablam! | Oct 13 13:13:43.014 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.014 INFO kablam! | Oct 13 13:13:43.014 INFO kablam! Oct 13 13:13:43.014 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.014 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.014 INFO kablam! | Oct 13 13:13:43.014 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.014 INFO kablam! | ^^^^^ Oct 13 13:13:43.014 INFO kablam! ... Oct 13 13:13:43.014 INFO kablam! 1984 | rt_realloc_excess_unused!(rt_primes_3bytes_4align_realloc_excess_unused, 3, 4); Oct 13 13:13:43.014 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.014 INFO kablam! | Oct 13 13:13:43.014 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.014 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.015 INFO kablam! | Oct 13 13:13:43.015 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.015 INFO kablam! | Oct 13 13:13:43.015 INFO kablam! Oct 13 13:13:43.025 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.025 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.025 INFO kablam! | Oct 13 13:13:43.025 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.026 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.026 INFO kablam! ... Oct 13 13:13:43.026 INFO kablam! 1984 | rt_realloc_excess_unused!(rt_primes_3bytes_4align_realloc_excess_unused, 3, 4); Oct 13 13:13:43.026 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.026 INFO kablam! Oct 13 13:13:43.026 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.026 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.026 INFO kablam! | Oct 13 13:13:43.026 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.026 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.026 INFO kablam! ... Oct 13 13:13:43.026 INFO kablam! 1984 | rt_realloc_excess_unused!(rt_primes_3bytes_4align_realloc_excess_unused, 3, 4); Oct 13 13:13:43.026 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.026 INFO kablam! | Oct 13 13:13:43.026 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.026 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.026 INFO kablam! | Oct 13 13:13:43.026 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.026 INFO kablam! | Oct 13 13:13:43.026 INFO kablam! Oct 13 13:13:43.026 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.026 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.026 INFO kablam! | Oct 13 13:13:43.027 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.027 INFO kablam! | ^^^^^ Oct 13 13:13:43.027 INFO kablam! ... Oct 13 13:13:43.027 INFO kablam! 1997 | rt_realloc_excess_unused!(rt_primes_7bytes_4align_realloc_excess_unused, 7, 4); Oct 13 13:13:43.027 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.027 INFO kablam! | Oct 13 13:13:43.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.027 INFO kablam! | Oct 13 13:13:43.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.027 INFO kablam! | Oct 13 13:13:43.027 INFO kablam! Oct 13 13:13:43.027 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.027 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.027 INFO kablam! | Oct 13 13:13:43.027 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.027 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.027 INFO kablam! ... Oct 13 13:13:43.027 INFO kablam! 1997 | rt_realloc_excess_unused!(rt_primes_7bytes_4align_realloc_excess_unused, 7, 4); Oct 13 13:13:43.027 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.027 INFO kablam! Oct 13 13:13:43.027 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.027 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.027 INFO kablam! | Oct 13 13:13:43.028 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.028 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.028 INFO kablam! ... Oct 13 13:13:43.028 INFO kablam! 1997 | rt_realloc_excess_unused!(rt_primes_7bytes_4align_realloc_excess_unused, 7, 4); Oct 13 13:13:43.028 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.028 INFO kablam! | Oct 13 13:13:43.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.030 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.030 INFO kablam! | Oct 13 13:13:43.030 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.031 INFO kablam! | Oct 13 13:13:43.031 INFO kablam! Oct 13 13:13:43.031 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.031 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.031 INFO kablam! | Oct 13 13:13:43.031 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.031 INFO kablam! | ^^^^^ Oct 13 13:13:43.031 INFO kablam! ... Oct 13 13:13:43.031 INFO kablam! 2010 | rt_realloc_excess_unused!(rt_primes_13bytes_4align_realloc_excess_unused, 13, 4); Oct 13 13:13:43.031 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.031 INFO kablam! | Oct 13 13:13:43.031 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.031 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.031 INFO kablam! | Oct 13 13:13:43.031 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.031 INFO kablam! | Oct 13 13:13:43.031 INFO kablam! Oct 13 13:13:43.031 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.031 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.031 INFO kablam! | Oct 13 13:13:43.031 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.031 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.031 INFO kablam! ... Oct 13 13:13:43.032 INFO kablam! 2010 | rt_realloc_excess_unused!(rt_primes_13bytes_4align_realloc_excess_unused, 13, 4); Oct 13 13:13:43.032 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.032 INFO kablam! Oct 13 13:13:43.032 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.032 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.032 INFO kablam! | Oct 13 13:13:43.032 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.032 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.032 INFO kablam! ... Oct 13 13:13:43.032 INFO kablam! 2010 | rt_realloc_excess_unused!(rt_primes_13bytes_4align_realloc_excess_unused, 13, 4); Oct 13 13:13:43.032 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.032 INFO kablam! | Oct 13 13:13:43.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.032 INFO kablam! | Oct 13 13:13:43.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.032 INFO kablam! | Oct 13 13:13:43.032 INFO kablam! Oct 13 13:13:43.032 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.033 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.033 INFO kablam! | Oct 13 13:13:43.033 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.033 INFO kablam! | ^^^^^ Oct 13 13:13:43.033 INFO kablam! ... Oct 13 13:13:43.033 INFO kablam! 2023 | rt_realloc_excess_unused!(rt_primes_17bytes_4align_realloc_excess_unused, 17, 4); Oct 13 13:13:43.033 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.033 INFO kablam! | Oct 13 13:13:43.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.033 INFO kablam! | Oct 13 13:13:43.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.033 INFO kablam! | Oct 13 13:13:43.033 INFO kablam! Oct 13 13:13:43.033 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.033 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.033 INFO kablam! | Oct 13 13:13:43.033 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.033 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.033 INFO kablam! ... Oct 13 13:13:43.033 INFO kablam! 2023 | rt_realloc_excess_unused!(rt_primes_17bytes_4align_realloc_excess_unused, 17, 4); Oct 13 13:13:43.033 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.033 INFO kablam! Oct 13 13:13:43.034 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.034 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.034 INFO kablam! | Oct 13 13:13:43.034 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.034 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.034 INFO kablam! ... Oct 13 13:13:43.034 INFO kablam! 2023 | rt_realloc_excess_unused!(rt_primes_17bytes_4align_realloc_excess_unused, 17, 4); Oct 13 13:13:43.034 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.034 INFO kablam! | Oct 13 13:13:43.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.034 INFO kablam! | Oct 13 13:13:43.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.034 INFO kablam! | Oct 13 13:13:43.034 INFO kablam! Oct 13 13:13:43.034 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.034 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.034 INFO kablam! | Oct 13 13:13:43.034 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.034 INFO kablam! | ^^^^^ Oct 13 13:13:43.034 INFO kablam! ... Oct 13 13:13:43.034 INFO kablam! 2036 | rt_realloc_excess_unused!(rt_primes_31bytes_4align_realloc_excess_unused, 31, 4); Oct 13 13:13:43.034 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.035 INFO kablam! | Oct 13 13:13:43.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.035 INFO kablam! | Oct 13 13:13:43.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.035 INFO kablam! | Oct 13 13:13:43.035 INFO kablam! Oct 13 13:13:43.035 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.035 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.035 INFO kablam! | Oct 13 13:13:43.035 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.035 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.035 INFO kablam! ... Oct 13 13:13:43.035 INFO kablam! 2036 | rt_realloc_excess_unused!(rt_primes_31bytes_4align_realloc_excess_unused, 31, 4); Oct 13 13:13:43.035 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.035 INFO kablam! Oct 13 13:13:43.035 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.035 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.035 INFO kablam! | Oct 13 13:13:43.035 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.035 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.035 INFO kablam! ... Oct 13 13:13:43.035 INFO kablam! 2036 | rt_realloc_excess_unused!(rt_primes_31bytes_4align_realloc_excess_unused, 31, 4); Oct 13 13:13:43.035 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.036 INFO kablam! | Oct 13 13:13:43.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.036 INFO kablam! | Oct 13 13:13:43.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.036 INFO kablam! | Oct 13 13:13:43.036 INFO kablam! Oct 13 13:13:43.036 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.036 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.036 INFO kablam! | Oct 13 13:13:43.036 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.036 INFO kablam! | ^^^^^ Oct 13 13:13:43.036 INFO kablam! ... Oct 13 13:13:43.036 INFO kablam! 2049 | rt_realloc_excess_unused!(rt_primes_61bytes_4align_realloc_excess_unused, 61, 4); Oct 13 13:13:43.036 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.036 INFO kablam! | Oct 13 13:13:43.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.036 INFO kablam! | Oct 13 13:13:43.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.037 INFO kablam! | Oct 13 13:13:43.037 INFO kablam! Oct 13 13:13:43.037 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.037 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.037 INFO kablam! | Oct 13 13:13:43.037 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.037 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.037 INFO kablam! ... Oct 13 13:13:43.037 INFO kablam! 2049 | rt_realloc_excess_unused!(rt_primes_61bytes_4align_realloc_excess_unused, 61, 4); Oct 13 13:13:43.037 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.037 INFO kablam! Oct 13 13:13:43.037 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.037 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.037 INFO kablam! | Oct 13 13:13:43.037 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.037 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.037 INFO kablam! ... Oct 13 13:13:43.037 INFO kablam! 2049 | rt_realloc_excess_unused!(rt_primes_61bytes_4align_realloc_excess_unused, 61, 4); Oct 13 13:13:43.037 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.037 INFO kablam! | Oct 13 13:13:43.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.038 INFO kablam! | Oct 13 13:13:43.038 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.038 INFO kablam! | Oct 13 13:13:43.038 INFO kablam! Oct 13 13:13:43.038 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.038 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.038 INFO kablam! | Oct 13 13:13:43.038 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.038 INFO kablam! | ^^^^^ Oct 13 13:13:43.038 INFO kablam! ... Oct 13 13:13:43.038 INFO kablam! 2062 | rt_realloc_excess_unused!(rt_primes_96bytes_4align_realloc_excess_unused, 96, 4); Oct 13 13:13:43.038 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.038 INFO kablam! | Oct 13 13:13:43.038 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.038 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.038 INFO kablam! | Oct 13 13:13:43.038 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.038 INFO kablam! | Oct 13 13:13:43.038 INFO kablam! Oct 13 13:13:43.038 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.038 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.038 INFO kablam! | Oct 13 13:13:43.038 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.038 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.039 INFO kablam! ... Oct 13 13:13:43.044 INFO kablam! 2062 | rt_realloc_excess_unused!(rt_primes_96bytes_4align_realloc_excess_unused, 96, 4); Oct 13 13:13:43.044 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.044 INFO kablam! Oct 13 13:13:43.044 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.044 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.044 INFO kablam! | Oct 13 13:13:43.044 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.044 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.045 INFO kablam! ... Oct 13 13:13:43.045 INFO kablam! 2062 | rt_realloc_excess_unused!(rt_primes_96bytes_4align_realloc_excess_unused, 96, 4); Oct 13 13:13:43.045 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.045 INFO kablam! | Oct 13 13:13:43.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.045 INFO kablam! | Oct 13 13:13:43.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.045 INFO kablam! | Oct 13 13:13:43.045 INFO kablam! Oct 13 13:13:43.045 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.045 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.045 INFO kablam! | Oct 13 13:13:43.045 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.045 INFO kablam! | ^^^^^ Oct 13 13:13:43.045 INFO kablam! ... Oct 13 13:13:43.045 INFO kablam! 2075 | rt_realloc_excess_unused!(rt_primes_127bytes_4align_realloc_excess_unused, 127, 4); Oct 13 13:13:43.045 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.045 INFO kablam! | Oct 13 13:13:43.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.045 INFO kablam! | Oct 13 13:13:43.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.046 INFO kablam! | Oct 13 13:13:43.046 INFO kablam! Oct 13 13:13:43.046 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.046 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.046 INFO kablam! | Oct 13 13:13:43.046 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.046 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.046 INFO kablam! ... Oct 13 13:13:43.046 INFO kablam! 2075 | rt_realloc_excess_unused!(rt_primes_127bytes_4align_realloc_excess_unused, 127, 4); Oct 13 13:13:43.046 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.046 INFO kablam! Oct 13 13:13:43.046 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.046 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.046 INFO kablam! | Oct 13 13:13:43.046 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.046 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.046 INFO kablam! ... Oct 13 13:13:43.046 INFO kablam! 2075 | rt_realloc_excess_unused!(rt_primes_127bytes_4align_realloc_excess_unused, 127, 4); Oct 13 13:13:43.046 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.046 INFO kablam! | Oct 13 13:13:43.046 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.046 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.046 INFO kablam! | Oct 13 13:13:43.047 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.047 INFO kablam! | Oct 13 13:13:43.047 INFO kablam! Oct 13 13:13:43.047 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.047 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.047 INFO kablam! | Oct 13 13:13:43.047 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.047 INFO kablam! | ^^^^^ Oct 13 13:13:43.047 INFO kablam! ... Oct 13 13:13:43.047 INFO kablam! 2088 | rt_realloc_excess_unused!(rt_primes_257bytes_4align_realloc_excess_unused, 257, 4); Oct 13 13:13:43.047 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.047 INFO kablam! | Oct 13 13:13:43.047 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.047 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.047 INFO kablam! | Oct 13 13:13:43.047 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.047 INFO kablam! | Oct 13 13:13:43.047 INFO kablam! Oct 13 13:13:43.047 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.047 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.047 INFO kablam! | Oct 13 13:13:43.047 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.047 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.047 INFO kablam! ... Oct 13 13:13:43.048 INFO kablam! 2088 | rt_realloc_excess_unused!(rt_primes_257bytes_4align_realloc_excess_unused, 257, 4); Oct 13 13:13:43.048 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.048 INFO kablam! Oct 13 13:13:43.048 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.048 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.048 INFO kablam! | Oct 13 13:13:43.048 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.048 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.048 INFO kablam! ... Oct 13 13:13:43.048 INFO kablam! 2088 | rt_realloc_excess_unused!(rt_primes_257bytes_4align_realloc_excess_unused, 257, 4); Oct 13 13:13:43.048 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.048 INFO kablam! | Oct 13 13:13:43.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.048 INFO kablam! | Oct 13 13:13:43.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.048 INFO kablam! | Oct 13 13:13:43.048 INFO kablam! Oct 13 13:13:43.048 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.048 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.048 INFO kablam! | Oct 13 13:13:43.049 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.049 INFO kablam! | ^^^^^ Oct 13 13:13:43.049 INFO kablam! ... Oct 13 13:13:43.049 INFO kablam! 2101 | rt_realloc_excess_unused!(rt_primes_509bytes_4align_realloc_excess_unused, 509, 4); Oct 13 13:13:43.049 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.049 INFO kablam! | Oct 13 13:13:43.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.049 INFO kablam! | Oct 13 13:13:43.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.049 INFO kablam! | Oct 13 13:13:43.049 INFO kablam! Oct 13 13:13:43.049 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.049 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.049 INFO kablam! | Oct 13 13:13:43.049 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.049 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.049 INFO kablam! ... Oct 13 13:13:43.049 INFO kablam! 2101 | rt_realloc_excess_unused!(rt_primes_509bytes_4align_realloc_excess_unused, 509, 4); Oct 13 13:13:43.049 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.049 INFO kablam! Oct 13 13:13:43.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.049 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.050 INFO kablam! | Oct 13 13:13:43.050 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.050 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.050 INFO kablam! ... Oct 13 13:13:43.050 INFO kablam! 2101 | rt_realloc_excess_unused!(rt_primes_509bytes_4align_realloc_excess_unused, 509, 4); Oct 13 13:13:43.050 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.050 INFO kablam! | Oct 13 13:13:43.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.050 INFO kablam! | Oct 13 13:13:43.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.050 INFO kablam! | Oct 13 13:13:43.050 INFO kablam! Oct 13 13:13:43.050 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.050 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.050 INFO kablam! | Oct 13 13:13:43.050 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.050 INFO kablam! | ^^^^^ Oct 13 13:13:43.050 INFO kablam! ... Oct 13 13:13:43.050 INFO kablam! 2114 | rt_realloc_excess_unused!(rt_primes_1021bytes_4align_realloc_excess_unused, 1021, 4); Oct 13 13:13:43.050 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.050 INFO kablam! | Oct 13 13:13:43.050 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.053 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.053 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.053 INFO kablam! | Oct 13 13:13:43.053 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.053 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.053 INFO kablam! ... Oct 13 13:13:43.053 INFO kablam! 2114 | rt_realloc_excess_unused!(rt_primes_1021bytes_4align_realloc_excess_unused, 1021, 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! 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:225:26 Oct 13 13:13:43.053 INFO kablam! | Oct 13 13:13:43.053 INFO kablam! 225 | 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! 2114 | rt_realloc_excess_unused!(rt_primes_1021bytes_4align_realloc_excess_unused, 1021, 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:216:36 Oct 13 13:13:43.053 INFO kablam! | Oct 13 13:13:43.053 INFO kablam! 216 | 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! 2127 | rt_realloc_excess_unused!(rt_primes_2039bytes_4align_realloc_excess_unused, 2039, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.054 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.054 INFO kablam! | Oct 13 13:13:43.054 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.054 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.054 INFO kablam! ... Oct 13 13:13:43.054 INFO kablam! 2127 | rt_realloc_excess_unused!(rt_primes_2039bytes_4align_realloc_excess_unused, 2039, 4); Oct 13 13:13:43.054 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.054 INFO kablam! Oct 13 13:13:43.054 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.054 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.054 INFO kablam! | Oct 13 13:13:43.054 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.054 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.054 INFO kablam! ... Oct 13 13:13:43.054 INFO kablam! 2127 | rt_realloc_excess_unused!(rt_primes_2039bytes_4align_realloc_excess_unused, 2039, 4); Oct 13 13:13:43.054 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.054 INFO kablam! | Oct 13 13:13:43.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.054 INFO kablam! | Oct 13 13:13:43.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.054 INFO kablam! | Oct 13 13:13:43.054 INFO kablam! Oct 13 13:13:43.054 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.054 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.054 INFO kablam! | Oct 13 13:13:43.054 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.054 INFO kablam! | ^^^^^ Oct 13 13:13:43.054 INFO kablam! ... Oct 13 13:13:43.054 INFO kablam! 2140 | rt_realloc_excess_unused!(rt_primes_4093bytes_4align_realloc_excess_unused, 4093, 4); Oct 13 13:13:43.054 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.054 INFO kablam! | Oct 13 13:13:43.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.054 INFO kablam! | Oct 13 13:13:43.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.054 INFO kablam! | Oct 13 13:13:43.054 INFO kablam! Oct 13 13:13:43.054 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.054 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.054 INFO kablam! | Oct 13 13:13:43.054 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.054 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.054 INFO kablam! ... Oct 13 13:13:43.054 INFO kablam! 2140 | rt_realloc_excess_unused!(rt_primes_4093bytes_4align_realloc_excess_unused, 4093, 4); Oct 13 13:13:43.054 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.054 INFO kablam! Oct 13 13:13:43.054 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.054 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.054 INFO kablam! | Oct 13 13:13:43.054 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.054 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.054 INFO kablam! ... Oct 13 13:13:43.054 INFO kablam! 2140 | rt_realloc_excess_unused!(rt_primes_4093bytes_4align_realloc_excess_unused, 4093, 4); Oct 13 13:13:43.054 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.054 INFO kablam! | Oct 13 13:13:43.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.054 INFO kablam! | Oct 13 13:13:43.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.054 INFO kablam! | Oct 13 13:13:43.054 INFO kablam! Oct 13 13:13:43.059 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.059 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.059 INFO kablam! | Oct 13 13:13:43.059 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.059 INFO kablam! | ^^^^^ Oct 13 13:13:43.059 INFO kablam! ... Oct 13 13:13:43.059 INFO kablam! 2153 | rt_realloc_excess_unused!(rt_primes_8191bytes_4align_realloc_excess_unused, 8191, 4); Oct 13 13:13:43.059 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.059 INFO kablam! | Oct 13 13:13:43.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.059 INFO kablam! | Oct 13 13:13:43.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.059 INFO kablam! | Oct 13 13:13:43.059 INFO kablam! Oct 13 13:13:43.059 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.059 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.059 INFO kablam! | Oct 13 13:13:43.059 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.059 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.059 INFO kablam! ... Oct 13 13:13:43.059 INFO kablam! 2153 | rt_realloc_excess_unused!(rt_primes_8191bytes_4align_realloc_excess_unused, 8191, 4); Oct 13 13:13:43.059 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.059 INFO kablam! Oct 13 13:13:43.059 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.059 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.059 INFO kablam! | Oct 13 13:13:43.059 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.059 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.059 INFO kablam! ... Oct 13 13:13:43.059 INFO kablam! 2153 | rt_realloc_excess_unused!(rt_primes_8191bytes_4align_realloc_excess_unused, 8191, 4); Oct 13 13:13:43.059 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.059 INFO kablam! | Oct 13 13:13:43.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.059 INFO kablam! | Oct 13 13:13:43.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.059 INFO kablam! | Oct 13 13:13:43.059 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:216:36 Oct 13 13:13:43.062 INFO kablam! | Oct 13 13:13:43.062 INFO kablam! 216 | 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! 2166 | rt_realloc_excess_unused!(rt_primes_16381bytes_4align_realloc_excess_unused, 16381, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.062 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.062 INFO kablam! | Oct 13 13:13:43.062 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.062 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.062 INFO kablam! ... Oct 13 13:13:43.062 INFO kablam! 2166 | rt_realloc_excess_unused!(rt_primes_16381bytes_4align_realloc_excess_unused, 16381, 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.064 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.064 INFO kablam! | Oct 13 13:13:43.064 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.064 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.064 INFO kablam! ... Oct 13 13:13:43.064 INFO kablam! 2166 | rt_realloc_excess_unused!(rt_primes_16381bytes_4align_realloc_excess_unused, 16381, 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.064 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.064 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.064 INFO kablam! | Oct 13 13:13:43.064 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.064 INFO kablam! | ^^^^^ Oct 13 13:13:43.064 INFO kablam! ... Oct 13 13:13:43.064 INFO kablam! 2179 | rt_realloc_excess_unused!(rt_primes_32749bytes_4align_realloc_excess_unused, 32749, 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.064 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.064 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.064 INFO kablam! | Oct 13 13:13:43.064 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.064 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.064 INFO kablam! ... Oct 13 13:13:43.064 INFO kablam! 2179 | rt_realloc_excess_unused!(rt_primes_32749bytes_4align_realloc_excess_unused, 32749, 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.064 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.064 INFO kablam! | Oct 13 13:13:43.064 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.064 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.064 INFO kablam! ... Oct 13 13:13:43.064 INFO kablam! 2179 | rt_realloc_excess_unused!(rt_primes_32749bytes_4align_realloc_excess_unused, 32749, 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.064 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.064 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.064 INFO kablam! | Oct 13 13:13:43.064 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.064 INFO kablam! | ^^^^^ Oct 13 13:13:43.064 INFO kablam! ... Oct 13 13:13:43.064 INFO kablam! 2192 | rt_realloc_excess_unused!(rt_primes_65537bytes_4align_realloc_excess_unused, 65537, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.067 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.068 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.068 INFO kablam! ... Oct 13 13:13:43.068 INFO kablam! 2192 | rt_realloc_excess_unused!(rt_primes_65537bytes_4align_realloc_excess_unused, 65537, 4); Oct 13 13:13:43.068 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.068 INFO kablam! Oct 13 13:13:43.068 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.068 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.068 INFO kablam! | Oct 13 13:13:43.068 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.068 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.068 INFO kablam! ... Oct 13 13:13:43.068 INFO kablam! 2192 | rt_realloc_excess_unused!(rt_primes_65537bytes_4align_realloc_excess_unused, 65537, 4); Oct 13 13:13:43.068 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.068 INFO kablam! | Oct 13 13:13:43.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.068 INFO kablam! | Oct 13 13:13:43.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.068 INFO kablam! | Oct 13 13:13:43.068 INFO kablam! Oct 13 13:13:43.068 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.068 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.068 INFO kablam! | Oct 13 13:13:43.068 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.068 INFO kablam! | ^^^^^ Oct 13 13:13:43.068 INFO kablam! ... Oct 13 13:13:43.068 INFO kablam! 2205 | rt_realloc_excess_unused!(rt_primes_131071bytes_4align_realloc_excess_unused, 131071, 4); Oct 13 13:13:43.068 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.068 INFO kablam! | Oct 13 13:13:43.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.068 INFO kablam! | Oct 13 13:13:43.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.068 INFO kablam! | Oct 13 13:13:43.068 INFO kablam! Oct 13 13:13:43.074 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.074 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.074 INFO kablam! | Oct 13 13:13:43.074 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.074 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.074 INFO kablam! ... Oct 13 13:13:43.074 INFO kablam! 2205 | rt_realloc_excess_unused!(rt_primes_131071bytes_4align_realloc_excess_unused, 131071, 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.074 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.074 INFO kablam! | Oct 13 13:13:43.074 INFO kablam! 225 | 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! 2205 | rt_realloc_excess_unused!(rt_primes_131071bytes_4align_realloc_excess_unused, 131071, 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.074 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.074 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.074 INFO kablam! | Oct 13 13:13:43.074 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.074 INFO kablam! | ^^^^^ Oct 13 13:13:43.074 INFO kablam! ... Oct 13 13:13:43.074 INFO kablam! 2218 | rt_realloc_excess_unused!(rt_primes_4194301bytes_4align_realloc_excess_unused, 4194301, 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.074 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.074 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.074 INFO kablam! | Oct 13 13:13:43.074 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.074 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.074 INFO kablam! ... Oct 13 13:13:43.074 INFO kablam! 2218 | rt_realloc_excess_unused!(rt_primes_4194301bytes_4align_realloc_excess_unused, 4194301, 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.074 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.074 INFO kablam! | Oct 13 13:13:43.074 INFO kablam! 225 | 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! 2218 | rt_realloc_excess_unused!(rt_primes_4194301bytes_4align_realloc_excess_unused, 4194301, 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.075 INFO kablam! | Oct 13 13:13:43.075 INFO kablam! Oct 13 13:13:43.079 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.079 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.079 INFO kablam! | Oct 13 13:13:43.079 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.079 INFO kablam! | ^^^^^ Oct 13 13:13:43.079 INFO kablam! ... Oct 13 13:13:43.079 INFO kablam! 2234 | rt_realloc_excess_unused!(rt_pow2_1bytes_8align_realloc_excess_unused, 1, 8); Oct 13 13:13:43.079 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.080 INFO kablam! | Oct 13 13:13:43.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.080 INFO kablam! | Oct 13 13:13:43.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.080 INFO kablam! | Oct 13 13:13:43.080 INFO kablam! Oct 13 13:13:43.080 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.080 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.080 INFO kablam! | Oct 13 13:13:43.080 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.080 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.080 INFO kablam! ... Oct 13 13:13:43.080 INFO kablam! 2234 | rt_realloc_excess_unused!(rt_pow2_1bytes_8align_realloc_excess_unused, 1, 8); Oct 13 13:13:43.080 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.080 INFO kablam! Oct 13 13:13:43.080 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.080 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.080 INFO kablam! | Oct 13 13:13:43.080 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.080 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.080 INFO kablam! ... Oct 13 13:13:43.080 INFO kablam! 2234 | rt_realloc_excess_unused!(rt_pow2_1bytes_8align_realloc_excess_unused, 1, 8); Oct 13 13:13:43.080 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.080 INFO kablam! | Oct 13 13:13:43.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.080 INFO kablam! | Oct 13 13:13:43.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.080 INFO kablam! | Oct 13 13:13:43.080 INFO kablam! Oct 13 13:13:43.080 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.080 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.080 INFO kablam! | Oct 13 13:13:43.080 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.080 INFO kablam! | ^^^^^ Oct 13 13:13:43.080 INFO kablam! ... Oct 13 13:13:43.080 INFO kablam! 2247 | rt_realloc_excess_unused!(rt_pow2_2bytes_8align_realloc_excess_unused, 2, 8); Oct 13 13:13:43.080 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.080 INFO kablam! | Oct 13 13:13:43.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.080 INFO kablam! | Oct 13 13:13:43.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.080 INFO kablam! | Oct 13 13:13:43.080 INFO kablam! Oct 13 13:13:43.081 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.081 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.081 INFO kablam! | Oct 13 13:13:43.081 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.081 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.081 INFO kablam! ... Oct 13 13:13:43.081 INFO kablam! 2247 | rt_realloc_excess_unused!(rt_pow2_2bytes_8align_realloc_excess_unused, 2, 8); Oct 13 13:13:43.081 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.081 INFO kablam! Oct 13 13:13:43.081 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.081 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.081 INFO kablam! | Oct 13 13:13:43.081 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.081 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.081 INFO kablam! ... Oct 13 13:13:43.081 INFO kablam! 2247 | rt_realloc_excess_unused!(rt_pow2_2bytes_8align_realloc_excess_unused, 2, 8); Oct 13 13:13:43.081 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.081 INFO kablam! | Oct 13 13:13:43.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.081 INFO kablam! | Oct 13 13:13:43.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.081 INFO kablam! | Oct 13 13:13:43.081 INFO kablam! Oct 13 13:13:43.081 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.081 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.081 INFO kablam! | Oct 13 13:13:43.081 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.081 INFO kablam! | ^^^^^ Oct 13 13:13:43.081 INFO kablam! ... Oct 13 13:13:43.081 INFO kablam! 2260 | rt_realloc_excess_unused!(rt_pow2_4bytes_8align_realloc_excess_unused, 4, 8); Oct 13 13:13:43.081 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.081 INFO kablam! | Oct 13 13:13:43.081 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.081 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.081 INFO kablam! | Oct 13 13:13:43.081 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.081 INFO kablam! | Oct 13 13:13:43.081 INFO kablam! Oct 13 13:13:43.081 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.081 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.081 INFO kablam! | Oct 13 13:13:43.081 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.081 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.081 INFO kablam! ... Oct 13 13:13:43.081 INFO kablam! 2260 | rt_realloc_excess_unused!(rt_pow2_4bytes_8align_realloc_excess_unused, 4, 8); Oct 13 13:13:43.082 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.082 INFO kablam! Oct 13 13:13:43.092 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.092 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.092 INFO kablam! | Oct 13 13:13:43.092 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.092 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.092 INFO kablam! ... Oct 13 13:13:43.092 INFO kablam! 2260 | rt_realloc_excess_unused!(rt_pow2_4bytes_8align_realloc_excess_unused, 4, 8); Oct 13 13:13:43.092 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.092 INFO kablam! | Oct 13 13:13:43.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.092 INFO kablam! | Oct 13 13:13:43.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.092 INFO kablam! | Oct 13 13:13:43.092 INFO kablam! Oct 13 13:13:43.092 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.092 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.092 INFO kablam! | Oct 13 13:13:43.092 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.092 INFO kablam! | ^^^^^ Oct 13 13:13:43.092 INFO kablam! ... Oct 13 13:13:43.092 INFO kablam! 2273 | rt_realloc_excess_unused!(rt_pow2_8bytes_8align_realloc_excess_unused, 8, 8); Oct 13 13:13:43.092 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.092 INFO kablam! | Oct 13 13:13:43.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.092 INFO kablam! | Oct 13 13:13:43.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.092 INFO kablam! | Oct 13 13:13:43.092 INFO kablam! Oct 13 13:13:43.092 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.092 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.092 INFO kablam! | Oct 13 13:13:43.092 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.092 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.092 INFO kablam! ... Oct 13 13:13:43.092 INFO kablam! 2273 | rt_realloc_excess_unused!(rt_pow2_8bytes_8align_realloc_excess_unused, 8, 8); Oct 13 13:13:43.092 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.092 INFO kablam! Oct 13 13:13:43.092 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.092 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.092 INFO kablam! | Oct 13 13:13:43.092 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.092 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.092 INFO kablam! ... Oct 13 13:13:43.093 INFO kablam! 2273 | rt_realloc_excess_unused!(rt_pow2_8bytes_8align_realloc_excess_unused, 8, 8); Oct 13 13:13:43.093 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.093 INFO kablam! | Oct 13 13:13:43.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.093 INFO kablam! | Oct 13 13:13:43.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.093 INFO kablam! | Oct 13 13:13:43.093 INFO kablam! Oct 13 13:13:43.093 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.093 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.093 INFO kablam! | Oct 13 13:13:43.093 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.093 INFO kablam! | ^^^^^ Oct 13 13:13:43.093 INFO kablam! ... Oct 13 13:13:43.093 INFO kablam! 2286 | rt_realloc_excess_unused!(rt_pow2_16bytes_8align_realloc_excess_unused, 16, 8); Oct 13 13:13:43.093 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.093 INFO kablam! | Oct 13 13:13:43.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.093 INFO kablam! | Oct 13 13:13:43.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.093 INFO kablam! | Oct 13 13:13:43.093 INFO kablam! Oct 13 13:13:43.093 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.093 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.093 INFO kablam! | Oct 13 13:13:43.093 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.093 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.093 INFO kablam! ... Oct 13 13:13:43.093 INFO kablam! 2286 | rt_realloc_excess_unused!(rt_pow2_16bytes_8align_realloc_excess_unused, 16, 8); Oct 13 13:13:43.093 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.093 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:225:26 Oct 13 13:13:43.094 INFO kablam! | Oct 13 13:13:43.094 INFO kablam! 225 | 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! 2286 | rt_realloc_excess_unused!(rt_pow2_16bytes_8align_realloc_excess_unused, 16, 8); 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:216:36 Oct 13 13:13:43.094 INFO kablam! | Oct 13 13:13:43.095 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.095 INFO kablam! | ^^^^^ Oct 13 13:13:43.095 INFO kablam! ... Oct 13 13:13:43.095 INFO kablam! 2299 | rt_realloc_excess_unused!(rt_pow2_32bytes_8align_realloc_excess_unused, 32, 8); Oct 13 13:13:43.095 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.095 INFO kablam! | Oct 13 13:13:43.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.095 INFO kablam! | Oct 13 13:13:43.095 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.095 INFO kablam! | Oct 13 13:13:43.095 INFO kablam! Oct 13 13:13:43.095 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.095 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.095 INFO kablam! | Oct 13 13:13:43.095 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.095 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.095 INFO kablam! ... Oct 13 13:13:43.095 INFO kablam! 2299 | rt_realloc_excess_unused!(rt_pow2_32bytes_8align_realloc_excess_unused, 32, 8); Oct 13 13:13:43.095 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.095 INFO kablam! Oct 13 13:13:43.095 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.095 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.095 INFO kablam! | Oct 13 13:13:43.095 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.095 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.095 INFO kablam! ... Oct 13 13:13:43.095 INFO kablam! 2299 | rt_realloc_excess_unused!(rt_pow2_32bytes_8align_realloc_excess_unused, 32, 8); Oct 13 13:13:43.095 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.095 INFO kablam! | Oct 13 13:13:43.095 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.095 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.095 INFO kablam! | Oct 13 13:13:43.095 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.095 INFO kablam! | Oct 13 13:13:43.095 INFO kablam! Oct 13 13:13:43.099 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.099 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.099 INFO kablam! | Oct 13 13:13:43.099 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.099 INFO kablam! | ^^^^^ Oct 13 13:13:43.099 INFO kablam! ... Oct 13 13:13:43.099 INFO kablam! 2312 | rt_realloc_excess_unused!(rt_pow2_64bytes_8align_realloc_excess_unused, 64, 8); Oct 13 13:13:43.099 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.099 INFO kablam! | Oct 13 13:13:43.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.099 INFO kablam! | Oct 13 13:13:43.099 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.099 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.099 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.099 INFO kablam! | Oct 13 13:13:43.099 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.099 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.099 INFO kablam! ... Oct 13 13:13:43.099 INFO kablam! 2312 | rt_realloc_excess_unused!(rt_pow2_64bytes_8align_realloc_excess_unused, 64, 8); Oct 13 13:13:43.099 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.099 INFO kablam! Oct 13 13:13:43.099 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.099 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.099 INFO kablam! | Oct 13 13:13:43.099 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.099 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.099 INFO kablam! ... Oct 13 13:13:43.099 INFO kablam! 2312 | rt_realloc_excess_unused!(rt_pow2_64bytes_8align_realloc_excess_unused, 64, 8); Oct 13 13:13:43.099 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.099 INFO kablam! | Oct 13 13:13:43.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.099 INFO kablam! | Oct 13 13:13:43.099 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.103 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.103 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.103 INFO kablam! | Oct 13 13:13:43.103 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.103 INFO kablam! | ^^^^^ Oct 13 13:13:43.103 INFO kablam! ... Oct 13 13:13:43.103 INFO kablam! 2325 | rt_realloc_excess_unused!(rt_pow2_128bytes_8align_realloc_excess_unused, 128, 8); Oct 13 13:13:43.103 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.103 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.104 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.104 INFO kablam! | Oct 13 13:13:43.104 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.104 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.104 INFO kablam! ... Oct 13 13:13:43.104 INFO kablam! 2325 | rt_realloc_excess_unused!(rt_pow2_128bytes_8align_realloc_excess_unused, 128, 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! 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:225:26 Oct 13 13:13:43.105 INFO kablam! | Oct 13 13:13:43.105 INFO kablam! 225 | 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! 2325 | rt_realloc_excess_unused!(rt_pow2_128bytes_8align_realloc_excess_unused, 128, 8); Oct 13 13:13:43.105 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.105 INFO kablam! | Oct 13 13:13:43.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.105 INFO kablam! | Oct 13 13:13:43.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.105 INFO kablam! | Oct 13 13:13:43.105 INFO kablam! Oct 13 13:13:43.105 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.105 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.105 INFO kablam! | Oct 13 13:13:43.105 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.105 INFO kablam! | ^^^^^ Oct 13 13:13:43.105 INFO kablam! ... Oct 13 13:13:43.105 INFO kablam! 2338 | rt_realloc_excess_unused!(rt_pow2_256bytes_8align_realloc_excess_unused, 256, 8); Oct 13 13:13:43.105 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.105 INFO kablam! | Oct 13 13:13:43.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.105 INFO kablam! | Oct 13 13:13:43.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.105 INFO kablam! | Oct 13 13:13:43.105 INFO kablam! Oct 13 13:13:43.105 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.105 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.105 INFO kablam! | Oct 13 13:13:43.105 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.105 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.105 INFO kablam! ... Oct 13 13:13:43.105 INFO kablam! 2338 | rt_realloc_excess_unused!(rt_pow2_256bytes_8align_realloc_excess_unused, 256, 8); Oct 13 13:13:43.105 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.105 INFO kablam! Oct 13 13:13:43.105 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.105 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.105 INFO kablam! | Oct 13 13:13:43.105 INFO kablam! 225 | 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! 2338 | rt_realloc_excess_unused!(rt_pow2_256bytes_8align_realloc_excess_unused, 256, 8); Oct 13 13:13:43.105 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.105 INFO kablam! | Oct 13 13:13:43.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.105 INFO kablam! | Oct 13 13:13:43.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.105 INFO kablam! | Oct 13 13:13:43.105 INFO kablam! Oct 13 13:13:43.105 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.105 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.105 INFO kablam! | Oct 13 13:13:43.105 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.105 INFO kablam! | ^^^^^ Oct 13 13:13:43.105 INFO kablam! ... Oct 13 13:13:43.105 INFO kablam! 2351 | rt_realloc_excess_unused!(rt_pow2_512bytes_8align_realloc_excess_unused, 512, 8); Oct 13 13:13:43.105 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.105 INFO kablam! | Oct 13 13:13:43.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.105 INFO kablam! | Oct 13 13:13:43.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.105 INFO kablam! | Oct 13 13:13:43.105 INFO kablam! Oct 13 13:13:43.112 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.112 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.112 INFO kablam! | Oct 13 13:13:43.112 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.112 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.112 INFO kablam! ... Oct 13 13:13:43.113 INFO kablam! 2351 | rt_realloc_excess_unused!(rt_pow2_512bytes_8align_realloc_excess_unused, 512, 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! 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:225:26 Oct 13 13:13:43.113 INFO kablam! | Oct 13 13:13:43.113 INFO kablam! 225 | 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! 2351 | rt_realloc_excess_unused!(rt_pow2_512bytes_8align_realloc_excess_unused, 512, 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:216:36 Oct 13 13:13:43.113 INFO kablam! | Oct 13 13:13:43.113 INFO kablam! 216 | 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! 2364 | rt_realloc_excess_unused!(rt_pow2_1024bytes_8align_realloc_excess_unused, 1024, 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.114 INFO kablam! | Oct 13 13:13:43.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.114 INFO kablam! | Oct 13 13:13:43.114 INFO kablam! Oct 13 13:13:43.114 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.114 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.114 INFO kablam! | Oct 13 13:13:43.114 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.114 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.114 INFO kablam! ... Oct 13 13:13:43.114 INFO kablam! 2364 | rt_realloc_excess_unused!(rt_pow2_1024bytes_8align_realloc_excess_unused, 1024, 8); Oct 13 13:13:43.114 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.114 INFO kablam! Oct 13 13:13:43.114 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.114 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.114 INFO kablam! | Oct 13 13:13:43.114 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.114 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.114 INFO kablam! ... Oct 13 13:13:43.114 INFO kablam! 2364 | rt_realloc_excess_unused!(rt_pow2_1024bytes_8align_realloc_excess_unused, 1024, 8); Oct 13 13:13:43.114 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.114 INFO kablam! | Oct 13 13:13:43.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.114 INFO kablam! | Oct 13 13:13:43.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.114 INFO kablam! | Oct 13 13:13:43.114 INFO kablam! Oct 13 13:13:43.114 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.114 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.114 INFO kablam! | Oct 13 13:13:43.114 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.114 INFO kablam! | ^^^^^ Oct 13 13:13:43.114 INFO kablam! ... Oct 13 13:13:43.114 INFO kablam! 2377 | rt_realloc_excess_unused!(rt_pow2_2048bytes_8align_realloc_excess_unused, 2048, 8); Oct 13 13:13:43.114 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.114 INFO kablam! | Oct 13 13:13:43.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.114 INFO kablam! | Oct 13 13:13:43.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.114 INFO kablam! | Oct 13 13:13:43.114 INFO kablam! Oct 13 13:13:43.114 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.114 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.114 INFO kablam! | Oct 13 13:13:43.114 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.114 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.114 INFO kablam! ... Oct 13 13:13:43.114 INFO kablam! 2377 | rt_realloc_excess_unused!(rt_pow2_2048bytes_8align_realloc_excess_unused, 2048, 8); Oct 13 13:13:43.114 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.114 INFO kablam! Oct 13 13:13:43.114 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.114 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.114 INFO kablam! | Oct 13 13:13:43.114 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.114 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.114 INFO kablam! ... Oct 13 13:13:43.114 INFO kablam! 2377 | rt_realloc_excess_unused!(rt_pow2_2048bytes_8align_realloc_excess_unused, 2048, 8); Oct 13 13:13:43.114 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.114 INFO kablam! | Oct 13 13:13:43.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.114 INFO kablam! | Oct 13 13:13:43.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.114 INFO kablam! | Oct 13 13:13:43.114 INFO kablam! Oct 13 13:13:43.116 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.116 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.116 INFO kablam! | Oct 13 13:13:43.116 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.116 INFO kablam! | ^^^^^ Oct 13 13:13:43.116 INFO kablam! ... Oct 13 13:13:43.116 INFO kablam! 2390 | rt_realloc_excess_unused!(rt_pow2_4096bytes_8align_realloc_excess_unused, 4096, 8); Oct 13 13:13:43.116 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.116 INFO kablam! | Oct 13 13:13:43.116 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.116 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.116 INFO kablam! | Oct 13 13:13:43.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.117 INFO kablam! | Oct 13 13:13:43.117 INFO kablam! Oct 13 13:13:43.117 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.117 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.117 INFO kablam! | Oct 13 13:13:43.117 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.117 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.117 INFO kablam! ... Oct 13 13:13:43.117 INFO kablam! 2390 | rt_realloc_excess_unused!(rt_pow2_4096bytes_8align_realloc_excess_unused, 4096, 8); Oct 13 13:13:43.117 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.117 INFO kablam! Oct 13 13:13:43.117 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.117 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.117 INFO kablam! | Oct 13 13:13:43.117 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.117 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.117 INFO kablam! ... Oct 13 13:13:43.117 INFO kablam! 2390 | rt_realloc_excess_unused!(rt_pow2_4096bytes_8align_realloc_excess_unused, 4096, 8); Oct 13 13:13:43.117 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.117 INFO kablam! | Oct 13 13:13:43.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.117 INFO kablam! | Oct 13 13:13:43.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.117 INFO kablam! | Oct 13 13:13:43.117 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:216:36 Oct 13 13:13:43.121 INFO kablam! | Oct 13 13:13:43.121 INFO kablam! 216 | 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! 2403 | rt_realloc_excess_unused!(rt_pow2_8192bytes_8align_realloc_excess_unused, 8192, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.121 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.121 INFO kablam! | Oct 13 13:13:43.122 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.122 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.122 INFO kablam! ... Oct 13 13:13:43.122 INFO kablam! 2403 | rt_realloc_excess_unused!(rt_pow2_8192bytes_8align_realloc_excess_unused, 8192, 8); Oct 13 13:13:43.122 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.122 INFO kablam! Oct 13 13:13:43.122 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.122 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.122 INFO kablam! | Oct 13 13:13:43.122 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.122 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.122 INFO kablam! ... Oct 13 13:13:43.122 INFO kablam! 2403 | rt_realloc_excess_unused!(rt_pow2_8192bytes_8align_realloc_excess_unused, 8192, 8); Oct 13 13:13:43.122 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.122 INFO kablam! | Oct 13 13:13:43.122 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.122 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.122 INFO kablam! | Oct 13 13:13:43.122 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.122 INFO kablam! | Oct 13 13:13:43.122 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:216:36 Oct 13 13:13:43.125 INFO kablam! | Oct 13 13:13:43.125 INFO kablam! 216 | 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! 2416 | rt_realloc_excess_unused!(rt_pow2_16384bytes_8align_realloc_excess_unused, 16384, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.125 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.125 INFO kablam! | Oct 13 13:13:43.125 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.125 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.125 INFO kablam! ... Oct 13 13:13:43.125 INFO kablam! 2416 | rt_realloc_excess_unused!(rt_pow2_16384bytes_8align_realloc_excess_unused, 16384, 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! 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:225:26 Oct 13 13:13:43.125 INFO kablam! | Oct 13 13:13:43.125 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.126 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.126 INFO kablam! ... Oct 13 13:13:43.126 INFO kablam! 2416 | rt_realloc_excess_unused!(rt_pow2_16384bytes_8align_realloc_excess_unused, 16384, 8); Oct 13 13:13:43.126 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.126 INFO kablam! | Oct 13 13:13:43.126 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.126 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.126 INFO kablam! | Oct 13 13:13:43.126 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.126 INFO kablam! | Oct 13 13:13:43.126 INFO kablam! Oct 13 13:13:43.126 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.126 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.126 INFO kablam! | Oct 13 13:13:43.126 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.126 INFO kablam! | ^^^^^ Oct 13 13:13:43.126 INFO kablam! ... Oct 13 13:13:43.126 INFO kablam! 2429 | rt_realloc_excess_unused!(rt_pow2_32768bytes_8align_realloc_excess_unused, 32768, 8); Oct 13 13:13:43.126 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.129 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.129 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.129 INFO kablam! | Oct 13 13:13:43.129 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.129 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.129 INFO kablam! ... Oct 13 13:13:43.129 INFO kablam! 2429 | rt_realloc_excess_unused!(rt_pow2_32768bytes_8align_realloc_excess_unused, 32768, 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.129 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.129 INFO kablam! | Oct 13 13:13:43.129 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.129 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.129 INFO kablam! ... Oct 13 13:13:43.129 INFO kablam! 2429 | rt_realloc_excess_unused!(rt_pow2_32768bytes_8align_realloc_excess_unused, 32768, 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.129 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.129 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.129 INFO kablam! | Oct 13 13:13:43.129 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 2442 | rt_realloc_excess_unused!(rt_pow2_65536bytes_8align_realloc_excess_unused, 65536, 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.133 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.133 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.133 INFO kablam! | Oct 13 13:13:43.133 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.133 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.133 INFO kablam! ... Oct 13 13:13:43.133 INFO kablam! 2442 | rt_realloc_excess_unused!(rt_pow2_65536bytes_8align_realloc_excess_unused, 65536, 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.133 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.133 INFO kablam! | Oct 13 13:13:43.133 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.133 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.133 INFO kablam! ... Oct 13 13:13:43.133 INFO kablam! 2442 | rt_realloc_excess_unused!(rt_pow2_65536bytes_8align_realloc_excess_unused, 65536, 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.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:216:36 Oct 13 13:13:43.133 INFO kablam! | Oct 13 13:13:43.133 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 2455 | rt_realloc_excess_unused!(rt_pow2_131072bytes_8align_realloc_excess_unused, 131072, 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.140 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.140 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.140 INFO kablam! | Oct 13 13:13:43.140 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.140 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.140 INFO kablam! ... Oct 13 13:13:43.140 INFO kablam! 2455 | rt_realloc_excess_unused!(rt_pow2_131072bytes_8align_realloc_excess_unused, 131072, 8); Oct 13 13:13:43.140 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.140 INFO kablam! Oct 13 13:13:43.140 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.140 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.140 INFO kablam! | Oct 13 13:13:43.140 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.140 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.140 INFO kablam! ... Oct 13 13:13:43.140 INFO kablam! 2455 | rt_realloc_excess_unused!(rt_pow2_131072bytes_8align_realloc_excess_unused, 131072, 8); Oct 13 13:13:43.140 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.140 INFO kablam! | Oct 13 13:13:43.140 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.140 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.140 INFO kablam! | Oct 13 13:13:43.140 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.140 INFO kablam! | Oct 13 13:13:43.140 INFO kablam! Oct 13 13:13:43.140 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.140 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.140 INFO kablam! | Oct 13 13:13:43.140 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.140 INFO kablam! | ^^^^^ Oct 13 13:13:43.140 INFO kablam! ... Oct 13 13:13:43.140 INFO kablam! 2468 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_8align_realloc_excess_unused, 4194304, 8); Oct 13 13:13:43.140 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.140 INFO kablam! | Oct 13 13:13:43.140 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.140 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.140 INFO kablam! | Oct 13 13:13:43.140 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.140 INFO kablam! | Oct 13 13:13:43.140 INFO kablam! Oct 13 13:13:43.140 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.140 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.140 INFO kablam! | Oct 13 13:13:43.140 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.140 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.140 INFO kablam! ... Oct 13 13:13:43.140 INFO kablam! 2468 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_8align_realloc_excess_unused, 4194304, 8); Oct 13 13:13:43.140 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.140 INFO kablam! Oct 13 13:13:43.141 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.141 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.141 INFO kablam! | Oct 13 13:13:43.141 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.141 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.141 INFO kablam! ... Oct 13 13:13:43.141 INFO kablam! 2468 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_8align_realloc_excess_unused, 4194304, 8); Oct 13 13:13:43.141 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.141 INFO kablam! | Oct 13 13:13:43.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.141 INFO kablam! | Oct 13 13:13:43.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.141 INFO kablam! | Oct 13 13:13:43.141 INFO kablam! Oct 13 13:13:43.141 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.141 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.141 INFO kablam! | Oct 13 13:13:43.141 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.141 INFO kablam! | ^^^^^ Oct 13 13:13:43.141 INFO kablam! ... Oct 13 13:13:43.141 INFO kablam! 2482 | rt_realloc_excess_unused!(rt_even_10bytes_8align_realloc_excess_unused, 10, 8); Oct 13 13:13:43.141 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.141 INFO kablam! | Oct 13 13:13:43.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.141 INFO kablam! | Oct 13 13:13:43.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.141 INFO kablam! | Oct 13 13:13:43.141 INFO kablam! Oct 13 13:13:43.141 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.141 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.141 INFO kablam! | Oct 13 13:13:43.141 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.141 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.141 INFO kablam! ... Oct 13 13:13:43.141 INFO kablam! 2482 | rt_realloc_excess_unused!(rt_even_10bytes_8align_realloc_excess_unused, 10, 8); Oct 13 13:13:43.141 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.141 INFO kablam! Oct 13 13:13:43.141 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.141 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.141 INFO kablam! | Oct 13 13:13:43.141 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.141 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.141 INFO kablam! ... Oct 13 13:13:43.141 INFO kablam! 2482 | rt_realloc_excess_unused!(rt_even_10bytes_8align_realloc_excess_unused, 10, 8); Oct 13 13:13:43.141 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.141 INFO kablam! | Oct 13 13:13:43.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.141 INFO kablam! | Oct 13 13:13:43.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.141 INFO kablam! | Oct 13 13:13:43.141 INFO kablam! Oct 13 13:13:43.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.149 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.149 INFO kablam! | Oct 13 13:13:43.149 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.149 INFO kablam! | ^^^^^ Oct 13 13:13:43.149 INFO kablam! ... Oct 13 13:13:43.149 INFO kablam! 2495 | rt_realloc_excess_unused!(rt_even_100bytes_8align_realloc_excess_unused, 100, 8); Oct 13 13:13:43.149 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.149 INFO kablam! | Oct 13 13:13:43.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.149 INFO kablam! | Oct 13 13:13:43.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.149 INFO kablam! | Oct 13 13:13:43.149 INFO kablam! Oct 13 13:13:43.149 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.149 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.149 INFO kablam! | Oct 13 13:13:43.149 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.149 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.149 INFO kablam! ... Oct 13 13:13:43.149 INFO kablam! 2495 | rt_realloc_excess_unused!(rt_even_100bytes_8align_realloc_excess_unused, 100, 8); Oct 13 13:13:43.149 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.149 INFO kablam! Oct 13 13:13:43.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.149 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.149 INFO kablam! | Oct 13 13:13:43.149 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.149 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.149 INFO kablam! ... Oct 13 13:13:43.149 INFO kablam! 2495 | rt_realloc_excess_unused!(rt_even_100bytes_8align_realloc_excess_unused, 100, 8); Oct 13 13:13:43.149 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.149 INFO kablam! | Oct 13 13:13:43.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.149 INFO kablam! | Oct 13 13:13:43.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.149 INFO kablam! | Oct 13 13:13:43.149 INFO kablam! Oct 13 13:13:43.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.149 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.149 INFO kablam! | Oct 13 13:13:43.149 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.149 INFO kablam! | ^^^^^ Oct 13 13:13:43.149 INFO kablam! ... Oct 13 13:13:43.149 INFO kablam! 2508 | rt_realloc_excess_unused!(rt_even_1000bytes_8align_realloc_excess_unused, 1000, 8); Oct 13 13:13:43.149 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.149 INFO kablam! | Oct 13 13:13:43.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.149 INFO kablam! | Oct 13 13:13:43.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.149 INFO kablam! | Oct 13 13:13:43.149 INFO kablam! Oct 13 13:13:43.149 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.149 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.149 INFO kablam! | Oct 13 13:13:43.149 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.150 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.150 INFO kablam! ... Oct 13 13:13:43.150 INFO kablam! 2508 | rt_realloc_excess_unused!(rt_even_1000bytes_8align_realloc_excess_unused, 1000, 8); Oct 13 13:13:43.150 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.150 INFO kablam! Oct 13 13:13:43.150 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.150 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.150 INFO kablam! | Oct 13 13:13:43.150 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.150 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.150 INFO kablam! ... Oct 13 13:13:43.150 INFO kablam! 2508 | rt_realloc_excess_unused!(rt_even_1000bytes_8align_realloc_excess_unused, 1000, 8); Oct 13 13:13:43.150 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.150 INFO kablam! | Oct 13 13:13:43.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.150 INFO kablam! | Oct 13 13:13:43.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.150 INFO kablam! | Oct 13 13:13:43.150 INFO kablam! Oct 13 13:13:43.155 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:216:36 Oct 13 13:13:43.157 INFO kablam! | Oct 13 13:13:43.157 INFO kablam! 216 | 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! 2521 | rt_realloc_excess_unused!(rt_even_10000bytes_8align_realloc_excess_unused, 10000, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.157 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.157 INFO kablam! | Oct 13 13:13:43.157 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.157 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.157 INFO kablam! ... Oct 13 13:13:43.157 INFO kablam! 2521 | rt_realloc_excess_unused!(rt_even_10000bytes_8align_realloc_excess_unused, 10000, 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! 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:225:26 Oct 13 13:13:43.157 INFO kablam! | Oct 13 13:13:43.157 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.157 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.158 INFO kablam! ... Oct 13 13:13:43.158 INFO kablam! 2521 | rt_realloc_excess_unused!(rt_even_10000bytes_8align_realloc_excess_unused, 10000, 8); Oct 13 13:13:43.158 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.158 INFO kablam! | Oct 13 13:13:43.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.158 INFO kablam! | Oct 13 13:13:43.158 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.158 INFO kablam! | Oct 13 13:13:43.158 INFO kablam! Oct 13 13:13:43.158 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.158 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.158 INFO kablam! | Oct 13 13:13:43.158 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.158 INFO kablam! | ^^^^^ Oct 13 13:13:43.158 INFO kablam! ... Oct 13 13:13:43.158 INFO kablam! 2534 | rt_realloc_excess_unused!(rt_even_100000bytes_8align_realloc_excess_unused, 100000, 8); Oct 13 13:13:43.158 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.158 INFO kablam! | Oct 13 13:13:43.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.158 INFO kablam! | Oct 13 13:13:43.158 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.158 INFO kablam! | Oct 13 13:13:43.158 INFO kablam! Oct 13 13:13:43.158 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.158 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.158 INFO kablam! | Oct 13 13:13:43.158 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.158 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.158 INFO kablam! ... Oct 13 13:13:43.158 INFO kablam! 2534 | rt_realloc_excess_unused!(rt_even_100000bytes_8align_realloc_excess_unused, 100000, 8); Oct 13 13:13:43.158 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.158 INFO kablam! Oct 13 13:13:43.158 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.158 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.158 INFO kablam! | Oct 13 13:13:43.158 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.158 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.158 INFO kablam! ... Oct 13 13:13:43.158 INFO kablam! 2534 | rt_realloc_excess_unused!(rt_even_100000bytes_8align_realloc_excess_unused, 100000, 8); Oct 13 13:13:43.158 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.158 INFO kablam! | Oct 13 13:13:43.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.158 INFO kablam! | Oct 13 13:13:43.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.159 INFO kablam! | Oct 13 13:13:43.159 INFO kablam! Oct 13 13:13:43.159 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.159 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.159 INFO kablam! | Oct 13 13:13:43.159 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.159 INFO kablam! | ^^^^^ Oct 13 13:13:43.159 INFO kablam! ... Oct 13 13:13:43.159 INFO kablam! 2547 | rt_realloc_excess_unused!(rt_even_1000000bytes_8align_realloc_excess_unused, 1000000, 8); Oct 13 13:13:43.159 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.159 INFO kablam! | Oct 13 13:13:43.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.159 INFO kablam! | Oct 13 13:13:43.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.159 INFO kablam! | Oct 13 13:13:43.159 INFO kablam! Oct 13 13:13:43.169 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.169 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.169 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.169 INFO kablam! ... Oct 13 13:13:43.169 INFO kablam! 2547 | rt_realloc_excess_unused!(rt_even_1000000bytes_8align_realloc_excess_unused, 1000000, 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.170 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.170 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.170 INFO kablam! | Oct 13 13:13:43.170 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.170 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.170 INFO kablam! ... Oct 13 13:13:43.170 INFO kablam! 2547 | rt_realloc_excess_unused!(rt_even_1000000bytes_8align_realloc_excess_unused, 1000000, 8); Oct 13 13:13:43.170 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.170 INFO kablam! | Oct 13 13:13:43.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.170 INFO kablam! | Oct 13 13:13:43.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.170 INFO kablam! | Oct 13 13:13:43.170 INFO kablam! Oct 13 13:13:43.170 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.170 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.170 INFO kablam! | Oct 13 13:13:43.170 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.170 INFO kablam! | ^^^^^ Oct 13 13:13:43.170 INFO kablam! ... Oct 13 13:13:43.170 INFO kablam! 2561 | rt_realloc_excess_unused!(rt_odd_10bytes_8align_realloc_excess_unused, 10- 1, 8); Oct 13 13:13:43.170 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.170 INFO kablam! | Oct 13 13:13:43.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.170 INFO kablam! | Oct 13 13:13:43.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.170 INFO kablam! | Oct 13 13:13:43.170 INFO kablam! Oct 13 13:13:43.170 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.170 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.170 INFO kablam! | Oct 13 13:13:43.170 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.170 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.170 INFO kablam! ... Oct 13 13:13:43.170 INFO kablam! 2561 | rt_realloc_excess_unused!(rt_odd_10bytes_8align_realloc_excess_unused, 10- 1, 8); Oct 13 13:13:43.170 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.170 INFO kablam! Oct 13 13:13:43.170 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.170 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.170 INFO kablam! | Oct 13 13:13:43.170 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.170 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.170 INFO kablam! ... Oct 13 13:13:43.170 INFO kablam! 2561 | rt_realloc_excess_unused!(rt_odd_10bytes_8align_realloc_excess_unused, 10- 1, 8); Oct 13 13:13:43.170 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.170 INFO kablam! | Oct 13 13:13:43.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.170 INFO kablam! | Oct 13 13:13:43.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.170 INFO kablam! | Oct 13 13:13:43.170 INFO kablam! Oct 13 13:13:43.170 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.170 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.170 INFO kablam! | Oct 13 13:13:43.170 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.170 INFO kablam! | ^^^^^ Oct 13 13:13:43.170 INFO kablam! ... Oct 13 13:13:43.170 INFO kablam! 2574 | rt_realloc_excess_unused!(rt_odd_100bytes_8align_realloc_excess_unused, 100- 1, 8); Oct 13 13:13:43.170 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.170 INFO kablam! | Oct 13 13:13:43.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.170 INFO kablam! | Oct 13 13:13:43.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.170 INFO kablam! | Oct 13 13:13:43.170 INFO kablam! Oct 13 13:13:43.170 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.170 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.170 INFO kablam! | Oct 13 13:13:43.170 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.170 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.170 INFO kablam! ... Oct 13 13:13:43.170 INFO kablam! 2574 | rt_realloc_excess_unused!(rt_odd_100bytes_8align_realloc_excess_unused, 100- 1, 8); Oct 13 13:13:43.170 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.170 INFO kablam! Oct 13 13:13:43.170 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:225:26 Oct 13 13:13:43.171 INFO kablam! | Oct 13 13:13:43.171 INFO kablam! 225 | 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! 2574 | rt_realloc_excess_unused!(rt_odd_100bytes_8align_realloc_excess_unused, 100- 1, 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:216:36 Oct 13 13:13:43.171 INFO kablam! | Oct 13 13:13:43.171 INFO kablam! 216 | 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! 2587 | rt_realloc_excess_unused!(rt_odd_1000bytes_8align_realloc_excess_unused, 1000- 1, 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.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.172 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.172 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.172 INFO kablam! | Oct 13 13:13:43.172 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.172 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.172 INFO kablam! ... Oct 13 13:13:43.172 INFO kablam! 2587 | rt_realloc_excess_unused!(rt_odd_1000bytes_8align_realloc_excess_unused, 1000- 1, 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.173 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.173 INFO kablam! | Oct 13 13:13:43.173 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.173 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.173 INFO kablam! ... Oct 13 13:13:43.173 INFO kablam! 2587 | rt_realloc_excess_unused!(rt_odd_1000bytes_8align_realloc_excess_unused, 1000- 1, 8); Oct 13 13:13:43.173 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.173 INFO kablam! | Oct 13 13:13:43.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.173 INFO kablam! | Oct 13 13:13:43.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.173 INFO kablam! | Oct 13 13:13:43.173 INFO kablam! Oct 13 13:13:43.173 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.173 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.173 INFO kablam! | Oct 13 13:13:43.173 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.173 INFO kablam! | ^^^^^ Oct 13 13:13:43.173 INFO kablam! ... Oct 13 13:13:43.173 INFO kablam! 2600 | rt_realloc_excess_unused!(rt_odd_10000bytes_8align_realloc_excess_unused, 10000- 1, 8); Oct 13 13:13:43.173 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.173 INFO kablam! | Oct 13 13:13:43.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.173 INFO kablam! | Oct 13 13:13:43.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.173 INFO kablam! | Oct 13 13:13:43.173 INFO kablam! Oct 13 13:13:43.173 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.173 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.173 INFO kablam! | Oct 13 13:13:43.173 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.173 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.173 INFO kablam! ... Oct 13 13:13:43.173 INFO kablam! 2600 | rt_realloc_excess_unused!(rt_odd_10000bytes_8align_realloc_excess_unused, 10000- 1, 8); Oct 13 13:13:43.173 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.173 INFO kablam! Oct 13 13:13:43.173 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.173 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.173 INFO kablam! | Oct 13 13:13:43.173 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.173 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.173 INFO kablam! ... Oct 13 13:13:43.173 INFO kablam! 2600 | rt_realloc_excess_unused!(rt_odd_10000bytes_8align_realloc_excess_unused, 10000- 1, 8); Oct 13 13:13:43.173 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.173 INFO kablam! | Oct 13 13:13:43.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.173 INFO kablam! | Oct 13 13:13:43.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.173 INFO kablam! | Oct 13 13:13:43.176 INFO kablam! Oct 13 13:13:43.176 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.176 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.176 INFO kablam! | Oct 13 13:13:43.176 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.176 INFO kablam! | ^^^^^ Oct 13 13:13:43.176 INFO kablam! ... Oct 13 13:13:43.176 INFO kablam! 2613 | rt_realloc_excess_unused!(rt_odd_100000bytes_8align_realloc_excess_unused, 100000- 1, 8); Oct 13 13:13:43.176 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.176 INFO kablam! | Oct 13 13:13:43.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.177 INFO kablam! | Oct 13 13:13:43.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.177 INFO kablam! | Oct 13 13:13:43.177 INFO kablam! Oct 13 13:13:43.177 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.177 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.177 INFO kablam! | Oct 13 13:13:43.177 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.177 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.177 INFO kablam! ... Oct 13 13:13:43.177 INFO kablam! 2613 | rt_realloc_excess_unused!(rt_odd_100000bytes_8align_realloc_excess_unused, 100000- 1, 8); Oct 13 13:13:43.177 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.177 INFO kablam! Oct 13 13:13:43.177 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.177 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.177 INFO kablam! | Oct 13 13:13:43.177 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.177 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.177 INFO kablam! ... Oct 13 13:13:43.177 INFO kablam! 2613 | rt_realloc_excess_unused!(rt_odd_100000bytes_8align_realloc_excess_unused, 100000- 1, 8); Oct 13 13:13:43.177 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.177 INFO kablam! | Oct 13 13:13:43.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.177 INFO kablam! | Oct 13 13:13:43.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.177 INFO kablam! | Oct 13 13:13:43.177 INFO kablam! Oct 13 13:13:43.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.185 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.185 INFO kablam! | Oct 13 13:13:43.185 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.185 INFO kablam! | ^^^^^ Oct 13 13:13:43.185 INFO kablam! ... Oct 13 13:13:43.185 INFO kablam! 2626 | rt_realloc_excess_unused!(rt_odd_1000000bytes_8align_realloc_excess_unused, 1000000- 1, 8); Oct 13 13:13:43.185 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.185 INFO kablam! | Oct 13 13:13:43.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.185 INFO kablam! | Oct 13 13:13:43.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.185 INFO kablam! | Oct 13 13:13:43.185 INFO kablam! Oct 13 13:13:43.185 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.185 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.185 INFO kablam! | Oct 13 13:13:43.185 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.185 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.185 INFO kablam! ... Oct 13 13:13:43.185 INFO kablam! 2626 | rt_realloc_excess_unused!(rt_odd_1000000bytes_8align_realloc_excess_unused, 1000000- 1, 8); Oct 13 13:13:43.185 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.185 INFO kablam! Oct 13 13:13:43.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.185 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.185 INFO kablam! | Oct 13 13:13:43.185 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.185 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.185 INFO kablam! ... Oct 13 13:13:43.185 INFO kablam! 2626 | rt_realloc_excess_unused!(rt_odd_1000000bytes_8align_realloc_excess_unused, 1000000- 1, 8); Oct 13 13:13:43.185 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.185 INFO kablam! | Oct 13 13:13:43.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.185 INFO kablam! | Oct 13 13:13:43.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.185 INFO kablam! | Oct 13 13:13:43.185 INFO kablam! Oct 13 13:13:43.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.185 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.185 INFO kablam! | Oct 13 13:13:43.185 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.185 INFO kablam! | ^^^^^ Oct 13 13:13:43.185 INFO kablam! ... Oct 13 13:13:43.185 INFO kablam! 2640 | rt_realloc_excess_unused!(rt_primes_3bytes_8align_realloc_excess_unused, 3, 8); Oct 13 13:13:43.185 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.185 INFO kablam! | Oct 13 13:13:43.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.185 INFO kablam! | Oct 13 13:13:43.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.185 INFO kablam! | Oct 13 13:13:43.185 INFO kablam! Oct 13 13:13:43.185 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.185 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.185 INFO kablam! | Oct 13 13:13:43.185 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.185 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.185 INFO kablam! ... Oct 13 13:13:43.185 INFO kablam! 2640 | rt_realloc_excess_unused!(rt_primes_3bytes_8align_realloc_excess_unused, 3, 8); Oct 13 13:13:43.185 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.185 INFO kablam! Oct 13 13:13:43.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.185 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.185 INFO kablam! | Oct 13 13:13:43.185 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 2640 | rt_realloc_excess_unused!(rt_primes_3bytes_8align_realloc_excess_unused, 3, 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.190 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.191 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.191 INFO kablam! | Oct 13 13:13:43.191 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.191 INFO kablam! | ^^^^^ Oct 13 13:13:43.191 INFO kablam! ... Oct 13 13:13:43.191 INFO kablam! 2653 | rt_realloc_excess_unused!(rt_primes_7bytes_8align_realloc_excess_unused, 7, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.191 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.191 INFO kablam! | Oct 13 13:13:43.191 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.191 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.191 INFO kablam! ... Oct 13 13:13:43.191 INFO kablam! 2653 | rt_realloc_excess_unused!(rt_primes_7bytes_8align_realloc_excess_unused, 7, 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! 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:225:26 Oct 13 13:13:43.191 INFO kablam! | Oct 13 13:13:43.191 INFO kablam! 225 | 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! 2653 | rt_realloc_excess_unused!(rt_primes_7bytes_8align_realloc_excess_unused, 7, 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.191 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.191 INFO kablam! | Oct 13 13:13:43.191 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.191 INFO kablam! | ^^^^^ Oct 13 13:13:43.191 INFO kablam! ... Oct 13 13:13:43.191 INFO kablam! 2666 | rt_realloc_excess_unused!(rt_primes_13bytes_8align_realloc_excess_unused, 13, 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.192 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.192 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.192 INFO kablam! | Oct 13 13:13:43.192 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.192 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.193 INFO kablam! ... Oct 13 13:13:43.193 INFO kablam! 2666 | rt_realloc_excess_unused!(rt_primes_13bytes_8align_realloc_excess_unused, 13, 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.193 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.193 INFO kablam! | Oct 13 13:13:43.193 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.193 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.193 INFO kablam! ... Oct 13 13:13:43.193 INFO kablam! 2666 | rt_realloc_excess_unused!(rt_primes_13bytes_8align_realloc_excess_unused, 13, 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:216:36 Oct 13 13:13:43.193 INFO kablam! | Oct 13 13:13:43.193 INFO kablam! 216 | 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! 2679 | rt_realloc_excess_unused!(rt_primes_17bytes_8align_realloc_excess_unused, 17, 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.197 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.197 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.197 INFO kablam! | Oct 13 13:13:43.197 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.197 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.197 INFO kablam! ... Oct 13 13:13:43.198 INFO kablam! 2679 | rt_realloc_excess_unused!(rt_primes_17bytes_8align_realloc_excess_unused, 17, 8); Oct 13 13:13:43.198 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.198 INFO kablam! Oct 13 13:13:43.198 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.198 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.198 INFO kablam! | Oct 13 13:13:43.198 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.198 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.198 INFO kablam! ... Oct 13 13:13:43.198 INFO kablam! 2679 | rt_realloc_excess_unused!(rt_primes_17bytes_8align_realloc_excess_unused, 17, 8); Oct 13 13:13:43.198 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.198 INFO kablam! | Oct 13 13:13:43.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.198 INFO kablam! | Oct 13 13:13:43.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.198 INFO kablam! | Oct 13 13:13:43.198 INFO kablam! Oct 13 13:13:43.198 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.198 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.198 INFO kablam! | Oct 13 13:13:43.198 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.198 INFO kablam! | ^^^^^ Oct 13 13:13:43.198 INFO kablam! ... Oct 13 13:13:43.198 INFO kablam! 2692 | rt_realloc_excess_unused!(rt_primes_31bytes_8align_realloc_excess_unused, 31, 8); Oct 13 13:13:43.198 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.198 INFO kablam! | Oct 13 13:13:43.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.198 INFO kablam! | Oct 13 13:13:43.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.198 INFO kablam! | Oct 13 13:13:43.198 INFO kablam! Oct 13 13:13:43.198 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.198 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.198 INFO kablam! | Oct 13 13:13:43.198 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.198 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.198 INFO kablam! ... Oct 13 13:13:43.198 INFO kablam! 2692 | rt_realloc_excess_unused!(rt_primes_31bytes_8align_realloc_excess_unused, 31, 8); Oct 13 13:13:43.198 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.198 INFO kablam! Oct 13 13:13:43.200 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:225:26 Oct 13 13:13:43.201 INFO kablam! | Oct 13 13:13:43.201 INFO kablam! 225 | 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! 2692 | rt_realloc_excess_unused!(rt_primes_31bytes_8align_realloc_excess_unused, 31, 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:216:36 Oct 13 13:13:43.201 INFO kablam! | Oct 13 13:13:43.201 INFO kablam! 216 | 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! 2705 | rt_realloc_excess_unused!(rt_primes_61bytes_8align_realloc_excess_unused, 61, 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.202 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.202 INFO kablam! | Oct 13 13:13:43.202 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.202 INFO kablam! | Oct 13 13:13:43.202 INFO kablam! Oct 13 13:13:43.202 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.202 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.202 INFO kablam! | Oct 13 13:13:43.202 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.202 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.202 INFO kablam! ... Oct 13 13:13:43.202 INFO kablam! 2705 | rt_realloc_excess_unused!(rt_primes_61bytes_8align_realloc_excess_unused, 61, 8); Oct 13 13:13:43.202 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.202 INFO kablam! Oct 13 13:13:43.205 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.205 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.205 INFO kablam! | Oct 13 13:13:43.205 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.205 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.205 INFO kablam! ... Oct 13 13:13:43.205 INFO kablam! 2705 | rt_realloc_excess_unused!(rt_primes_61bytes_8align_realloc_excess_unused, 61, 8); Oct 13 13:13:43.205 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.205 INFO kablam! | Oct 13 13:13:43.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.205 INFO kablam! | Oct 13 13:13:43.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.205 INFO kablam! | Oct 13 13:13:43.205 INFO kablam! Oct 13 13:13:43.205 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.205 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.205 INFO kablam! | Oct 13 13:13:43.205 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.205 INFO kablam! | ^^^^^ Oct 13 13:13:43.205 INFO kablam! ... Oct 13 13:13:43.205 INFO kablam! 2718 | rt_realloc_excess_unused!(rt_primes_96bytes_8align_realloc_excess_unused, 96, 8); Oct 13 13:13:43.205 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.205 INFO kablam! | Oct 13 13:13:43.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.205 INFO kablam! | Oct 13 13:13:43.206 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.206 INFO kablam! | Oct 13 13:13:43.206 INFO kablam! Oct 13 13:13:43.206 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.206 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.206 INFO kablam! | Oct 13 13:13:43.206 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.206 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.206 INFO kablam! ... Oct 13 13:13:43.206 INFO kablam! 2718 | rt_realloc_excess_unused!(rt_primes_96bytes_8align_realloc_excess_unused, 96, 8); Oct 13 13:13:43.206 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.206 INFO kablam! Oct 13 13:13:43.206 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.206 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.206 INFO kablam! | Oct 13 13:13:43.206 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.206 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.206 INFO kablam! ... Oct 13 13:13:43.206 INFO kablam! 2718 | rt_realloc_excess_unused!(rt_primes_96bytes_8align_realloc_excess_unused, 96, 8); Oct 13 13:13:43.206 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.206 INFO kablam! | Oct 13 13:13:43.206 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.206 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.206 INFO kablam! | Oct 13 13:13:43.206 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.206 INFO kablam! | Oct 13 13:13:43.206 INFO kablam! Oct 13 13:13:43.209 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:216:36 Oct 13 13:13:43.209 INFO kablam! | Oct 13 13:13:43.209 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 2731 | rt_realloc_excess_unused!(rt_primes_127bytes_8align_realloc_excess_unused, 127, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.209 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.209 INFO kablam! | Oct 13 13:13:43.209 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.209 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.209 INFO kablam! ... Oct 13 13:13:43.209 INFO kablam! 2731 | rt_realloc_excess_unused!(rt_primes_127bytes_8align_realloc_excess_unused, 127, 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! 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:225:26 Oct 13 13:13:43.209 INFO kablam! | Oct 13 13:13:43.209 INFO kablam! 225 | 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! 2731 | rt_realloc_excess_unused!(rt_primes_127bytes_8align_realloc_excess_unused, 127, 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.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.212 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.212 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.212 INFO kablam! | Oct 13 13:13:43.212 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.213 INFO kablam! | ^^^^^ Oct 13 13:13:43.213 INFO kablam! ... Oct 13 13:13:43.213 INFO kablam! 2744 | rt_realloc_excess_unused!(rt_primes_257bytes_8align_realloc_excess_unused, 257, 8); Oct 13 13:13:43.213 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.213 INFO kablam! | Oct 13 13:13:43.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.213 INFO kablam! | Oct 13 13:13:43.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.213 INFO kablam! | Oct 13 13:13:43.213 INFO kablam! Oct 13 13:13:43.213 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.213 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.213 INFO kablam! | Oct 13 13:13:43.213 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.213 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.213 INFO kablam! ... Oct 13 13:13:43.213 INFO kablam! 2744 | rt_realloc_excess_unused!(rt_primes_257bytes_8align_realloc_excess_unused, 257, 8); Oct 13 13:13:43.213 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.213 INFO kablam! Oct 13 13:13:43.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.213 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.213 INFO kablam! | Oct 13 13:13:43.213 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.213 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.213 INFO kablam! ... Oct 13 13:13:43.213 INFO kablam! 2744 | rt_realloc_excess_unused!(rt_primes_257bytes_8align_realloc_excess_unused, 257, 8); Oct 13 13:13:43.213 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.213 INFO kablam! | Oct 13 13:13:43.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.213 INFO kablam! | Oct 13 13:13:43.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.213 INFO kablam! | Oct 13 13:13:43.213 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:216:36 Oct 13 13:13:43.218 INFO kablam! | Oct 13 13:13:43.218 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 2757 | rt_realloc_excess_unused!(rt_primes_509bytes_8align_realloc_excess_unused, 509, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.218 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.218 INFO kablam! | Oct 13 13:13:43.218 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.218 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.218 INFO kablam! ... Oct 13 13:13:43.218 INFO kablam! 2757 | rt_realloc_excess_unused!(rt_primes_509bytes_8align_realloc_excess_unused, 509, 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.219 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.219 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.219 INFO kablam! | Oct 13 13:13:43.219 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.219 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.219 INFO kablam! ... Oct 13 13:13:43.219 INFO kablam! 2757 | rt_realloc_excess_unused!(rt_primes_509bytes_8align_realloc_excess_unused, 509, 8); Oct 13 13:13:43.219 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.219 INFO kablam! | Oct 13 13:13:43.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.219 INFO kablam! | Oct 13 13:13:43.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.219 INFO kablam! | Oct 13 13:13:43.219 INFO kablam! Oct 13 13:13:43.219 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.219 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.219 INFO kablam! | Oct 13 13:13:43.219 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.219 INFO kablam! | ^^^^^ Oct 13 13:13:43.219 INFO kablam! ... Oct 13 13:13:43.219 INFO kablam! 2770 | rt_realloc_excess_unused!(rt_primes_1021bytes_8align_realloc_excess_unused, 1021, 8); Oct 13 13:13:43.219 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.219 INFO kablam! | Oct 13 13:13:43.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.219 INFO kablam! | Oct 13 13:13:43.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.219 INFO kablam! | Oct 13 13:13:43.219 INFO kablam! Oct 13 13:13:43.223 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.223 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.223 INFO kablam! | Oct 13 13:13:43.223 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.223 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.223 INFO kablam! ... Oct 13 13:13:43.223 INFO kablam! 2770 | rt_realloc_excess_unused!(rt_primes_1021bytes_8align_realloc_excess_unused, 1021, 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! 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:225:26 Oct 13 13:13:43.223 INFO kablam! | Oct 13 13:13:43.223 INFO kablam! 225 | 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! 2770 | rt_realloc_excess_unused!(rt_primes_1021bytes_8align_realloc_excess_unused, 1021, 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:216:36 Oct 13 13:13:43.223 INFO kablam! | Oct 13 13:13:43.223 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.224 INFO kablam! | ^^^^^ Oct 13 13:13:43.224 INFO kablam! ... Oct 13 13:13:43.224 INFO kablam! 2783 | rt_realloc_excess_unused!(rt_primes_2039bytes_8align_realloc_excess_unused, 2039, 8); Oct 13 13:13:43.224 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.224 INFO kablam! | Oct 13 13:13:43.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.224 INFO kablam! | Oct 13 13:13:43.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.224 INFO kablam! | Oct 13 13:13:43.224 INFO kablam! Oct 13 13:13:43.228 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.228 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.228 INFO kablam! | Oct 13 13:13:43.228 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.228 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.228 INFO kablam! ... Oct 13 13:13:43.228 INFO kablam! 2783 | rt_realloc_excess_unused!(rt_primes_2039bytes_8align_realloc_excess_unused, 2039, 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.228 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.228 INFO kablam! | Oct 13 13:13:43.228 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.228 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.229 INFO kablam! ... Oct 13 13:13:43.229 INFO kablam! 2783 | rt_realloc_excess_unused!(rt_primes_2039bytes_8align_realloc_excess_unused, 2039, 8); Oct 13 13:13:43.229 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.229 INFO kablam! | Oct 13 13:13:43.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.229 INFO kablam! | Oct 13 13:13:43.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.229 INFO kablam! | Oct 13 13:13:43.229 INFO kablam! Oct 13 13:13:43.229 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.229 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.229 INFO kablam! | Oct 13 13:13:43.229 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.229 INFO kablam! | ^^^^^ Oct 13 13:13:43.229 INFO kablam! ... Oct 13 13:13:43.229 INFO kablam! 2796 | rt_realloc_excess_unused!(rt_primes_4093bytes_8align_realloc_excess_unused, 4093, 8); Oct 13 13:13:43.229 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.229 INFO kablam! | Oct 13 13:13:43.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.229 INFO kablam! | Oct 13 13:13:43.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.229 INFO kablam! | Oct 13 13:13:43.229 INFO kablam! Oct 13 13:13:43.229 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.229 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.229 INFO kablam! | Oct 13 13:13:43.229 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.229 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.229 INFO kablam! ... Oct 13 13:13:43.229 INFO kablam! 2796 | rt_realloc_excess_unused!(rt_primes_4093bytes_8align_realloc_excess_unused, 4093, 8); Oct 13 13:13:43.229 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.229 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:225:26 Oct 13 13:13:43.230 INFO kablam! | Oct 13 13:13:43.230 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.230 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.231 INFO kablam! ... Oct 13 13:13:43.231 INFO kablam! 2796 | rt_realloc_excess_unused!(rt_primes_4093bytes_8align_realloc_excess_unused, 4093, 8); Oct 13 13:13:43.231 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.231 INFO kablam! | Oct 13 13:13:43.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.231 INFO kablam! | Oct 13 13:13:43.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.231 INFO kablam! | Oct 13 13:13:43.231 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:216:36 Oct 13 13:13:43.233 INFO kablam! | Oct 13 13:13:43.233 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 2809 | rt_realloc_excess_unused!(rt_primes_8191bytes_8align_realloc_excess_unused, 8191, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.233 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.233 INFO kablam! | Oct 13 13:13:43.233 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.233 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.233 INFO kablam! ... Oct 13 13:13:43.233 INFO kablam! 2809 | rt_realloc_excess_unused!(rt_primes_8191bytes_8align_realloc_excess_unused, 8191, 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! 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:225:26 Oct 13 13:13:43.234 INFO kablam! | Oct 13 13:13:43.234 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.234 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.234 INFO kablam! ... Oct 13 13:13:43.234 INFO kablam! 2809 | rt_realloc_excess_unused!(rt_primes_8191bytes_8align_realloc_excess_unused, 8191, 8); Oct 13 13:13:43.234 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.234 INFO kablam! | Oct 13 13:13:43.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.234 INFO kablam! | Oct 13 13:13:43.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.234 INFO kablam! | Oct 13 13:13:43.234 INFO kablam! Oct 13 13:13:43.234 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.234 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.234 INFO kablam! | Oct 13 13:13:43.234 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.234 INFO kablam! | ^^^^^ Oct 13 13:13:43.234 INFO kablam! ... Oct 13 13:13:43.234 INFO kablam! 2822 | rt_realloc_excess_unused!(rt_primes_16381bytes_8align_realloc_excess_unused, 16381, 8); Oct 13 13:13:43.234 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.236 INFO kablam! | Oct 13 13:13:43.236 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.236 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.236 INFO kablam! | Oct 13 13:13:43.236 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.236 INFO kablam! | Oct 13 13:13:43.236 INFO kablam! Oct 13 13:13:43.236 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.236 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.236 INFO kablam! | Oct 13 13:13:43.236 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.236 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.236 INFO kablam! ... Oct 13 13:13:43.236 INFO kablam! 2822 | rt_realloc_excess_unused!(rt_primes_16381bytes_8align_realloc_excess_unused, 16381, 8); Oct 13 13:13:43.236 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.236 INFO kablam! Oct 13 13:13:43.236 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.236 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.236 INFO kablam! | Oct 13 13:13:43.236 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.236 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.236 INFO kablam! ... Oct 13 13:13:43.236 INFO kablam! 2822 | rt_realloc_excess_unused!(rt_primes_16381bytes_8align_realloc_excess_unused, 16381, 8); Oct 13 13:13:43.236 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.236 INFO kablam! | Oct 13 13:13:43.236 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:216:36 Oct 13 13:13:43.237 INFO kablam! | Oct 13 13:13:43.237 INFO kablam! 216 | 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! 2835 | rt_realloc_excess_unused!(rt_primes_32749bytes_8align_realloc_excess_unused, 32749, 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.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.240 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.240 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.240 INFO kablam! | Oct 13 13:13:43.240 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.240 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.240 INFO kablam! ... Oct 13 13:13:43.240 INFO kablam! 2835 | rt_realloc_excess_unused!(rt_primes_32749bytes_8align_realloc_excess_unused, 32749, 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.240 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.240 INFO kablam! | Oct 13 13:13:43.240 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.240 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.240 INFO kablam! ... Oct 13 13:13:43.240 INFO kablam! 2835 | rt_realloc_excess_unused!(rt_primes_32749bytes_8align_realloc_excess_unused, 32749, 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.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.241 INFO kablam! | Oct 13 13:13:43.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.241 INFO kablam! | Oct 13 13:13:43.241 INFO kablam! Oct 13 13:13:43.241 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.241 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.241 INFO kablam! | Oct 13 13:13:43.241 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.241 INFO kablam! | ^^^^^ Oct 13 13:13:43.241 INFO kablam! ... Oct 13 13:13:43.241 INFO kablam! 2848 | rt_realloc_excess_unused!(rt_primes_65537bytes_8align_realloc_excess_unused, 65537, 8); Oct 13 13:13:43.241 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.241 INFO kablam! | Oct 13 13:13:43.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.241 INFO kablam! | Oct 13 13:13:43.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.241 INFO kablam! | Oct 13 13:13:43.241 INFO kablam! Oct 13 13:13:43.245 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.245 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.245 INFO kablam! | Oct 13 13:13:43.245 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.245 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.245 INFO kablam! ... Oct 13 13:13:43.245 INFO kablam! 2848 | rt_realloc_excess_unused!(rt_primes_65537bytes_8align_realloc_excess_unused, 65537, 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! 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:225:26 Oct 13 13:13:43.245 INFO kablam! | Oct 13 13:13:43.245 INFO kablam! 225 | 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! 2848 | rt_realloc_excess_unused!(rt_primes_65537bytes_8align_realloc_excess_unused, 65537, 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:216:36 Oct 13 13:13:43.247 INFO kablam! | Oct 13 13:13:43.247 INFO kablam! 216 | 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! 2861 | rt_realloc_excess_unused!(rt_primes_131071bytes_8align_realloc_excess_unused, 131071, 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.247 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.247 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.247 INFO kablam! | Oct 13 13:13:43.247 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.247 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.247 INFO kablam! ... Oct 13 13:13:43.247 INFO kablam! 2861 | rt_realloc_excess_unused!(rt_primes_131071bytes_8align_realloc_excess_unused, 131071, 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.248 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.248 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.248 INFO kablam! | Oct 13 13:13:43.248 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.248 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.248 INFO kablam! ... Oct 13 13:13:43.248 INFO kablam! 2861 | rt_realloc_excess_unused!(rt_primes_131071bytes_8align_realloc_excess_unused, 131071, 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.250 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.250 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.250 INFO kablam! | Oct 13 13:13:43.250 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.250 INFO kablam! | ^^^^^ Oct 13 13:13:43.250 INFO kablam! ... Oct 13 13:13:43.250 INFO kablam! 2874 | rt_realloc_excess_unused!(rt_primes_4194301bytes_8align_realloc_excess_unused, 4194301, 8); Oct 13 13:13:43.250 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.250 INFO kablam! | Oct 13 13:13:43.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.250 INFO kablam! | Oct 13 13:13:43.250 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.250 INFO kablam! | Oct 13 13:13:43.250 INFO kablam! Oct 13 13:13:43.257 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.257 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.257 INFO kablam! | Oct 13 13:13:43.257 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.257 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.257 INFO kablam! ... Oct 13 13:13:43.257 INFO kablam! 2874 | rt_realloc_excess_unused!(rt_primes_4194301bytes_8align_realloc_excess_unused, 4194301, 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! 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:225:26 Oct 13 13:13:43.257 INFO kablam! | Oct 13 13:13:43.257 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 2874 | rt_realloc_excess_unused!(rt_primes_4194301bytes_8align_realloc_excess_unused, 4194301, 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:216:36 Oct 13 13:13:43.257 INFO kablam! | Oct 13 13:13:43.257 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 2890 | rt_realloc_excess_unused!(rt_pow2_1bytes_16align_realloc_excess_unused, 1, 16); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.257 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.257 INFO kablam! | Oct 13 13:13:43.257 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.257 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.258 INFO kablam! ... Oct 13 13:13:43.258 INFO kablam! 2890 | rt_realloc_excess_unused!(rt_pow2_1bytes_16align_realloc_excess_unused, 1, 16); Oct 13 13:13:43.258 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.258 INFO kablam! Oct 13 13:13:43.258 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.258 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.258 INFO kablam! | Oct 13 13:13:43.258 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.258 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.258 INFO kablam! ... Oct 13 13:13:43.258 INFO kablam! 2890 | rt_realloc_excess_unused!(rt_pow2_1bytes_16align_realloc_excess_unused, 1, 16); Oct 13 13:13:43.258 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.258 INFO kablam! | Oct 13 13:13:43.258 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.258 INFO kablam! | Oct 13 13:13:43.258 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.258 INFO kablam! | Oct 13 13:13:43.258 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:216:36 Oct 13 13:13:43.265 INFO kablam! | Oct 13 13:13:43.265 INFO kablam! 216 | 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! 2903 | rt_realloc_excess_unused!(rt_pow2_2bytes_16align_realloc_excess_unused, 2, 16); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.265 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.265 INFO kablam! | Oct 13 13:13:43.265 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.265 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.265 INFO kablam! ... Oct 13 13:13:43.265 INFO kablam! 2903 | rt_realloc_excess_unused!(rt_pow2_2bytes_16align_realloc_excess_unused, 2, 16); 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! 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:225:26 Oct 13 13:13:43.265 INFO kablam! | Oct 13 13:13:43.265 INFO kablam! 225 | 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! 2903 | rt_realloc_excess_unused!(rt_pow2_2bytes_16align_realloc_excess_unused, 2, 16); 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.266 INFO kablam! | Oct 13 13:13:43.266 INFO kablam! Oct 13 13:13:43.266 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.266 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.266 INFO kablam! | Oct 13 13:13:43.266 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.266 INFO kablam! | ^^^^^ Oct 13 13:13:43.266 INFO kablam! ... Oct 13 13:13:43.266 INFO kablam! 2916 | rt_realloc_excess_unused!(rt_pow2_4bytes_16align_realloc_excess_unused, 4, 16); Oct 13 13:13:43.266 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.266 INFO kablam! | Oct 13 13:13:43.266 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.266 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.266 INFO kablam! | Oct 13 13:13:43.266 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.266 INFO kablam! | Oct 13 13:13:43.266 INFO kablam! Oct 13 13:13:43.266 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.266 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.266 INFO kablam! | Oct 13 13:13:43.266 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.266 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.266 INFO kablam! ... Oct 13 13:13:43.266 INFO kablam! 2916 | rt_realloc_excess_unused!(rt_pow2_4bytes_16align_realloc_excess_unused, 4, 16); Oct 13 13:13:43.266 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.266 INFO kablam! Oct 13 13:13:43.266 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.266 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.266 INFO kablam! | Oct 13 13:13:43.266 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.266 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.266 INFO kablam! ... Oct 13 13:13:43.266 INFO kablam! 2916 | rt_realloc_excess_unused!(rt_pow2_4bytes_16align_realloc_excess_unused, 4, 16); Oct 13 13:13:43.266 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.266 INFO kablam! | Oct 13 13:13:43.266 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.266 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.266 INFO kablam! | Oct 13 13:13:43.266 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.266 INFO kablam! | Oct 13 13:13:43.266 INFO kablam! Oct 13 13:13:43.266 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.266 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.266 INFO kablam! | Oct 13 13:13:43.266 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.266 INFO kablam! | ^^^^^ Oct 13 13:13:43.266 INFO kablam! ... Oct 13 13:13:43.266 INFO kablam! 2929 | rt_realloc_excess_unused!(rt_pow2_8bytes_16align_realloc_excess_unused, 8, 16); Oct 13 13:13:43.266 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.266 INFO kablam! | Oct 13 13:13:43.266 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.266 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.266 INFO kablam! | Oct 13 13:13:43.266 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.266 INFO kablam! | Oct 13 13:13:43.266 INFO kablam! Oct 13 13:13:43.268 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.268 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.268 INFO kablam! | Oct 13 13:13:43.268 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.268 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.268 INFO kablam! ... Oct 13 13:13:43.268 INFO kablam! 2929 | rt_realloc_excess_unused!(rt_pow2_8bytes_16align_realloc_excess_unused, 8, 16); 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! 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:225:26 Oct 13 13:13:43.268 INFO kablam! | Oct 13 13:13:43.268 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 2929 | rt_realloc_excess_unused!(rt_pow2_8bytes_16align_realloc_excess_unused, 8, 16); 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.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:216:36 Oct 13 13:13:43.273 INFO kablam! | Oct 13 13:13:43.273 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.273 INFO kablam! | ^^^^^ Oct 13 13:13:43.273 INFO kablam! ... Oct 13 13:13:43.273 INFO kablam! 2942 | rt_realloc_excess_unused!(rt_pow2_16bytes_16align_realloc_excess_unused, 16, 16); Oct 13 13:13:43.273 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.273 INFO kablam! | Oct 13 13:13:43.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.273 INFO kablam! | Oct 13 13:13:43.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.273 INFO kablam! | Oct 13 13:13:43.273 INFO kablam! Oct 13 13:13:43.273 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.273 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.273 INFO kablam! | Oct 13 13:13:43.273 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.273 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.273 INFO kablam! ... Oct 13 13:13:43.273 INFO kablam! 2942 | rt_realloc_excess_unused!(rt_pow2_16bytes_16align_realloc_excess_unused, 16, 16); Oct 13 13:13:43.273 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.273 INFO kablam! Oct 13 13:13:43.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.273 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.273 INFO kablam! | Oct 13 13:13:43.273 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.273 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.273 INFO kablam! ... Oct 13 13:13:43.273 INFO kablam! 2942 | rt_realloc_excess_unused!(rt_pow2_16bytes_16align_realloc_excess_unused, 16, 16); Oct 13 13:13:43.273 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.273 INFO kablam! | Oct 13 13:13:43.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.273 INFO kablam! | Oct 13 13:13:43.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.273 INFO kablam! | Oct 13 13:13:43.273 INFO kablam! Oct 13 13:13:43.273 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.273 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.273 INFO kablam! | Oct 13 13:13:43.273 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.273 INFO kablam! | ^^^^^ Oct 13 13:13:43.273 INFO kablam! ... Oct 13 13:13:43.273 INFO kablam! 2955 | rt_realloc_excess_unused!(rt_pow2_32bytes_16align_realloc_excess_unused, 32, 16); Oct 13 13:13:43.273 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.273 INFO kablam! | Oct 13 13:13:43.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.273 INFO kablam! | Oct 13 13:13:43.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.273 INFO kablam! | Oct 13 13:13:43.273 INFO kablam! Oct 13 13:13:43.277 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.277 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.277 INFO kablam! | Oct 13 13:13:43.277 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.277 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.277 INFO kablam! ... Oct 13 13:13:43.277 INFO kablam! 2955 | rt_realloc_excess_unused!(rt_pow2_32bytes_16align_realloc_excess_unused, 32, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.277 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.277 INFO kablam! | Oct 13 13:13:43.277 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.277 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.277 INFO kablam! ... Oct 13 13:13:43.277 INFO kablam! 2955 | rt_realloc_excess_unused!(rt_pow2_32bytes_16align_realloc_excess_unused, 32, 16); 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.277 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.277 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.277 INFO kablam! | Oct 13 13:13:43.277 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 2968 | rt_realloc_excess_unused!(rt_pow2_64bytes_16align_realloc_excess_unused, 64, 16); 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.277 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.277 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.277 INFO kablam! | Oct 13 13:13:43.277 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.277 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.277 INFO kablam! ... Oct 13 13:13:43.277 INFO kablam! 2968 | rt_realloc_excess_unused!(rt_pow2_64bytes_16align_realloc_excess_unused, 64, 16); 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.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:225:26 Oct 13 13:13:43.280 INFO kablam! | Oct 13 13:13:43.280 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.281 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.281 INFO kablam! ... Oct 13 13:13:43.281 INFO kablam! 2968 | rt_realloc_excess_unused!(rt_pow2_64bytes_16align_realloc_excess_unused, 64, 16); 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.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:216:36 Oct 13 13:13:43.281 INFO kablam! | Oct 13 13:13:43.281 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 2981 | rt_realloc_excess_unused!(rt_pow2_128bytes_16align_realloc_excess_unused, 128, 16); 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.281 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.281 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.281 INFO kablam! | Oct 13 13:13:43.281 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.281 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.281 INFO kablam! ... Oct 13 13:13:43.281 INFO kablam! 2981 | rt_realloc_excess_unused!(rt_pow2_128bytes_16align_realloc_excess_unused, 128, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.281 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.281 INFO kablam! | Oct 13 13:13:43.281 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.281 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.281 INFO kablam! ... Oct 13 13:13:43.281 INFO kablam! 2981 | rt_realloc_excess_unused!(rt_pow2_128bytes_16align_realloc_excess_unused, 128, 16); 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.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:216:36 Oct 13 13:13:43.285 INFO kablam! | Oct 13 13:13:43.285 INFO kablam! 216 | 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! 2994 | rt_realloc_excess_unused!(rt_pow2_256bytes_16align_realloc_excess_unused, 256, 16); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.285 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.285 INFO kablam! | Oct 13 13:13:43.285 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.285 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.285 INFO kablam! ... Oct 13 13:13:43.285 INFO kablam! 2994 | rt_realloc_excess_unused!(rt_pow2_256bytes_16align_realloc_excess_unused, 256, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.285 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.285 INFO kablam! | Oct 13 13:13:43.285 INFO kablam! 225 | 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! 2994 | rt_realloc_excess_unused!(rt_pow2_256bytes_16align_realloc_excess_unused, 256, 16); 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:216:36 Oct 13 13:13:43.285 INFO kablam! | Oct 13 13:13:43.285 INFO kablam! 216 | 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! 3007 | rt_realloc_excess_unused!(rt_pow2_512bytes_16align_realloc_excess_unused, 512, 16); 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.293 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.293 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.293 INFO kablam! | Oct 13 13:13:43.293 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.293 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.293 INFO kablam! ... Oct 13 13:13:43.293 INFO kablam! 3007 | rt_realloc_excess_unused!(rt_pow2_512bytes_16align_realloc_excess_unused, 512, 16); 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! 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:225:26 Oct 13 13:13:43.293 INFO kablam! | Oct 13 13:13:43.293 INFO kablam! 225 | 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! 3007 | rt_realloc_excess_unused!(rt_pow2_512bytes_16align_realloc_excess_unused, 512, 16); 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:216:36 Oct 13 13:13:43.293 INFO kablam! | Oct 13 13:13:43.293 INFO kablam! 216 | 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! 3020 | rt_realloc_excess_unused!(rt_pow2_1024bytes_16align_realloc_excess_unused, 1024, 16); Oct 13 13:13:43.293 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.294 INFO kablam! | Oct 13 13:13:43.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.294 INFO kablam! | Oct 13 13:13:43.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.294 INFO kablam! | Oct 13 13:13:43.294 INFO kablam! Oct 13 13:13:43.294 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.294 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.294 INFO kablam! | Oct 13 13:13:43.294 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.294 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.294 INFO kablam! ... Oct 13 13:13:43.294 INFO kablam! 3020 | rt_realloc_excess_unused!(rt_pow2_1024bytes_16align_realloc_excess_unused, 1024, 16); Oct 13 13:13:43.294 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.294 INFO kablam! Oct 13 13:13:43.294 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.294 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.294 INFO kablam! | Oct 13 13:13:43.294 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.294 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.294 INFO kablam! ... Oct 13 13:13:43.294 INFO kablam! 3020 | rt_realloc_excess_unused!(rt_pow2_1024bytes_16align_realloc_excess_unused, 1024, 16); Oct 13 13:13:43.294 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.294 INFO kablam! | Oct 13 13:13:43.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.294 INFO kablam! | Oct 13 13:13:43.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.294 INFO kablam! | Oct 13 13:13:43.294 INFO kablam! Oct 13 13:13:43.294 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.294 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.294 INFO kablam! | Oct 13 13:13:43.294 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.294 INFO kablam! | ^^^^^ Oct 13 13:13:43.294 INFO kablam! ... Oct 13 13:13:43.294 INFO kablam! 3033 | rt_realloc_excess_unused!(rt_pow2_2048bytes_16align_realloc_excess_unused, 2048, 16); Oct 13 13:13:43.294 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.294 INFO kablam! | Oct 13 13:13:43.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.294 INFO kablam! | Oct 13 13:13:43.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.294 INFO kablam! | Oct 13 13:13:43.294 INFO kablam! Oct 13 13:13:43.294 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.294 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.294 INFO kablam! | Oct 13 13:13:43.294 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.294 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.294 INFO kablam! ... Oct 13 13:13:43.294 INFO kablam! 3033 | rt_realloc_excess_unused!(rt_pow2_2048bytes_16align_realloc_excess_unused, 2048, 16); Oct 13 13:13:43.294 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.294 INFO kablam! Oct 13 13:13:43.294 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.294 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.294 INFO kablam! | Oct 13 13:13:43.294 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.294 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.294 INFO kablam! ... Oct 13 13:13:43.294 INFO kablam! 3033 | rt_realloc_excess_unused!(rt_pow2_2048bytes_16align_realloc_excess_unused, 2048, 16); Oct 13 13:13:43.294 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.294 INFO kablam! | Oct 13 13:13:43.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.294 INFO kablam! | Oct 13 13:13:43.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.294 INFO kablam! | Oct 13 13:13:43.294 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:216:36 Oct 13 13:13:43.301 INFO kablam! | Oct 13 13:13:43.301 INFO kablam! 216 | 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! 3046 | rt_realloc_excess_unused!(rt_pow2_4096bytes_16align_realloc_excess_unused, 4096, 16); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.301 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.301 INFO kablam! | Oct 13 13:13:43.301 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.301 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.301 INFO kablam! ... Oct 13 13:13:43.301 INFO kablam! 3046 | rt_realloc_excess_unused!(rt_pow2_4096bytes_16align_realloc_excess_unused, 4096, 16); 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! 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:225:26 Oct 13 13:13:43.301 INFO kablam! | Oct 13 13:13:43.302 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.302 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.302 INFO kablam! ... Oct 13 13:13:43.302 INFO kablam! 3046 | rt_realloc_excess_unused!(rt_pow2_4096bytes_16align_realloc_excess_unused, 4096, 16); Oct 13 13:13:43.302 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.302 INFO kablam! | Oct 13 13:13:43.302 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.302 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.302 INFO kablam! | Oct 13 13:13:43.302 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.302 INFO kablam! | Oct 13 13:13:43.302 INFO kablam! Oct 13 13:13:43.302 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.302 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.302 INFO kablam! | Oct 13 13:13:43.302 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.302 INFO kablam! | ^^^^^ Oct 13 13:13:43.302 INFO kablam! ... Oct 13 13:13:43.302 INFO kablam! 3059 | rt_realloc_excess_unused!(rt_pow2_8192bytes_16align_realloc_excess_unused, 8192, 16); Oct 13 13:13:43.302 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.302 INFO kablam! | Oct 13 13:13:43.302 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.302 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.302 INFO kablam! | Oct 13 13:13:43.302 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.302 INFO kablam! | Oct 13 13:13:43.302 INFO kablam! Oct 13 13:13:43.302 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.302 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.302 INFO kablam! | Oct 13 13:13:43.302 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.302 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.302 INFO kablam! ... Oct 13 13:13:43.302 INFO kablam! 3059 | rt_realloc_excess_unused!(rt_pow2_8192bytes_16align_realloc_excess_unused, 8192, 16); Oct 13 13:13:43.302 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.302 INFO kablam! Oct 13 13:13:43.302 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.302 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.302 INFO kablam! | Oct 13 13:13:43.302 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.302 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.302 INFO kablam! ... Oct 13 13:13:43.302 INFO kablam! 3059 | rt_realloc_excess_unused!(rt_pow2_8192bytes_16align_realloc_excess_unused, 8192, 16); Oct 13 13:13:43.302 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.302 INFO kablam! | Oct 13 13:13:43.302 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.302 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.302 INFO kablam! | Oct 13 13:13:43.302 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.302 INFO kablam! | Oct 13 13:13:43.302 INFO kablam! Oct 13 13:13:43.305 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.305 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.305 INFO kablam! | Oct 13 13:13:43.305 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.305 INFO kablam! | ^^^^^ Oct 13 13:13:43.305 INFO kablam! ... Oct 13 13:13:43.305 INFO kablam! 3072 | rt_realloc_excess_unused!(rt_pow2_16384bytes_16align_realloc_excess_unused, 16384, 16); Oct 13 13:13:43.305 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.305 INFO kablam! | Oct 13 13:13:43.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.305 INFO kablam! | Oct 13 13:13:43.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.305 INFO kablam! | Oct 13 13:13:43.305 INFO kablam! Oct 13 13:13:43.305 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.305 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.305 INFO kablam! | Oct 13 13:13:43.305 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.305 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.305 INFO kablam! ... Oct 13 13:13:43.305 INFO kablam! 3072 | rt_realloc_excess_unused!(rt_pow2_16384bytes_16align_realloc_excess_unused, 16384, 16); Oct 13 13:13:43.305 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.305 INFO kablam! Oct 13 13:13:43.305 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.305 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.305 INFO kablam! | Oct 13 13:13:43.305 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.305 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.305 INFO kablam! ... Oct 13 13:13:43.305 INFO kablam! 3072 | rt_realloc_excess_unused!(rt_pow2_16384bytes_16align_realloc_excess_unused, 16384, 16); Oct 13 13:13:43.305 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.305 INFO kablam! | Oct 13 13:13:43.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.305 INFO kablam! | Oct 13 13:13:43.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.305 INFO kablam! | Oct 13 13:13:43.305 INFO kablam! Oct 13 13:13:43.305 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.305 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.305 INFO kablam! | Oct 13 13:13:43.305 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.305 INFO kablam! | ^^^^^ Oct 13 13:13:43.305 INFO kablam! ... Oct 13 13:13:43.305 INFO kablam! 3085 | rt_realloc_excess_unused!(rt_pow2_32768bytes_16align_realloc_excess_unused, 32768, 16); Oct 13 13:13:43.305 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.305 INFO kablam! | Oct 13 13:13:43.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.305 INFO kablam! | Oct 13 13:13:43.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.305 INFO kablam! | Oct 13 13:13:43.305 INFO kablam! Oct 13 13:13:43.309 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.309 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.309 INFO kablam! | Oct 13 13:13:43.309 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.309 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.309 INFO kablam! ... Oct 13 13:13:43.309 INFO kablam! 3085 | rt_realloc_excess_unused!(rt_pow2_32768bytes_16align_realloc_excess_unused, 32768, 16); 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! 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:225:26 Oct 13 13:13:43.309 INFO kablam! | Oct 13 13:13:43.309 INFO kablam! 225 | 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! 3085 | rt_realloc_excess_unused!(rt_pow2_32768bytes_16align_realloc_excess_unused, 32768, 16); 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:216:36 Oct 13 13:13:43.309 INFO kablam! | Oct 13 13:13:43.309 INFO kablam! 216 | 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! 3098 | rt_realloc_excess_unused!(rt_pow2_65536bytes_16align_realloc_excess_unused, 65536, 16); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.309 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.310 INFO kablam! | Oct 13 13:13:43.310 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.310 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.310 INFO kablam! ... Oct 13 13:13:43.310 INFO kablam! 3098 | rt_realloc_excess_unused!(rt_pow2_65536bytes_16align_realloc_excess_unused, 65536, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.310 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.310 INFO kablam! | Oct 13 13:13:43.310 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.310 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.310 INFO kablam! ... Oct 13 13:13:43.310 INFO kablam! 3098 | rt_realloc_excess_unused!(rt_pow2_65536bytes_16align_realloc_excess_unused, 65536, 16); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.312 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.312 INFO kablam! | Oct 13 13:13:43.312 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.312 INFO kablam! | ^^^^^ Oct 13 13:13:43.312 INFO kablam! ... Oct 13 13:13:43.312 INFO kablam! 3111 | rt_realloc_excess_unused!(rt_pow2_131072bytes_16align_realloc_excess_unused, 131072, 16); 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.313 INFO kablam! | Oct 13 13:13:43.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.313 INFO kablam! | Oct 13 13:13:43.313 INFO kablam! Oct 13 13:13:43.313 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.313 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.313 INFO kablam! | Oct 13 13:13:43.313 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.313 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.313 INFO kablam! ... Oct 13 13:13:43.313 INFO kablam! 3111 | rt_realloc_excess_unused!(rt_pow2_131072bytes_16align_realloc_excess_unused, 131072, 16); Oct 13 13:13:43.313 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.313 INFO kablam! Oct 13 13:13:43.317 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.317 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.317 INFO kablam! | Oct 13 13:13:43.317 INFO kablam! 225 | 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! 3111 | rt_realloc_excess_unused!(rt_pow2_131072bytes_16align_realloc_excess_unused, 131072, 16); 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.317 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.317 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.317 INFO kablam! | Oct 13 13:13:43.317 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.317 INFO kablam! | ^^^^^ Oct 13 13:13:43.317 INFO kablam! ... Oct 13 13:13:43.317 INFO kablam! 3124 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_16align_realloc_excess_unused, 4194304, 16); 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.317 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.317 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.317 INFO kablam! | Oct 13 13:13:43.317 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.317 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.317 INFO kablam! ... Oct 13 13:13:43.317 INFO kablam! 3124 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_16align_realloc_excess_unused, 4194304, 16); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.317 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.317 INFO kablam! | Oct 13 13:13:43.317 INFO kablam! 225 | 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! 3124 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_16align_realloc_excess_unused, 4194304, 16); 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.321 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.321 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.321 INFO kablam! | Oct 13 13:13:43.321 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.321 INFO kablam! | ^^^^^ Oct 13 13:13:43.321 INFO kablam! ... Oct 13 13:13:43.321 INFO kablam! 3138 | rt_realloc_excess_unused!(rt_even_10bytes_16align_realloc_excess_unused, 10, 16); Oct 13 13:13:43.321 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.321 INFO kablam! | Oct 13 13:13:43.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.321 INFO kablam! | Oct 13 13:13:43.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.321 INFO kablam! | Oct 13 13:13:43.321 INFO kablam! Oct 13 13:13:43.321 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.321 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.321 INFO kablam! | Oct 13 13:13:43.321 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.321 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.321 INFO kablam! ... Oct 13 13:13:43.321 INFO kablam! 3138 | rt_realloc_excess_unused!(rt_even_10bytes_16align_realloc_excess_unused, 10, 16); Oct 13 13:13:43.321 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.321 INFO kablam! Oct 13 13:13:43.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.321 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.321 INFO kablam! | Oct 13 13:13:43.321 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.321 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.321 INFO kablam! ... Oct 13 13:13:43.321 INFO kablam! 3138 | rt_realloc_excess_unused!(rt_even_10bytes_16align_realloc_excess_unused, 10, 16); Oct 13 13:13:43.321 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.321 INFO kablam! | Oct 13 13:13:43.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.321 INFO kablam! | Oct 13 13:13:43.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.321 INFO kablam! | Oct 13 13:13:43.321 INFO kablam! Oct 13 13:13:43.321 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.321 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.321 INFO kablam! | Oct 13 13:13:43.321 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.321 INFO kablam! | ^^^^^ Oct 13 13:13:43.321 INFO kablam! ... Oct 13 13:13:43.321 INFO kablam! 3151 | rt_realloc_excess_unused!(rt_even_100bytes_16align_realloc_excess_unused, 100, 16); Oct 13 13:13:43.321 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.321 INFO kablam! | Oct 13 13:13:43.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.321 INFO kablam! | Oct 13 13:13:43.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.321 INFO kablam! | Oct 13 13:13:43.321 INFO kablam! Oct 13 13:13:43.326 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.326 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.326 INFO kablam! | Oct 13 13:13:43.326 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.326 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.326 INFO kablam! ... Oct 13 13:13:43.326 INFO kablam! 3151 | rt_realloc_excess_unused!(rt_even_100bytes_16align_realloc_excess_unused, 100, 16); Oct 13 13:13:43.326 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.326 INFO kablam! Oct 13 13:13:43.326 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.326 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.326 INFO kablam! | Oct 13 13:13:43.326 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.326 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.326 INFO kablam! ... Oct 13 13:13:43.326 INFO kablam! 3151 | rt_realloc_excess_unused!(rt_even_100bytes_16align_realloc_excess_unused, 100, 16); Oct 13 13:13:43.326 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.326 INFO kablam! | Oct 13 13:13:43.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.326 INFO kablam! | Oct 13 13:13:43.326 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.326 INFO kablam! | Oct 13 13:13:43.326 INFO kablam! Oct 13 13:13:43.326 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.326 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.326 INFO kablam! | Oct 13 13:13:43.326 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.326 INFO kablam! | ^^^^^ Oct 13 13:13:43.326 INFO kablam! ... Oct 13 13:13:43.326 INFO kablam! 3164 | rt_realloc_excess_unused!(rt_even_1000bytes_16align_realloc_excess_unused, 1000, 16); Oct 13 13:13:43.326 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.326 INFO kablam! | Oct 13 13:13:43.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.326 INFO kablam! | Oct 13 13:13:43.326 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.326 INFO kablam! | Oct 13 13:13:43.326 INFO kablam! Oct 13 13:13:43.326 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.326 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.326 INFO kablam! | Oct 13 13:13:43.326 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.326 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.326 INFO kablam! ... Oct 13 13:13:43.326 INFO kablam! 3164 | rt_realloc_excess_unused!(rt_even_1000bytes_16align_realloc_excess_unused, 1000, 16); Oct 13 13:13:43.326 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.326 INFO kablam! Oct 13 13:13:43.326 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.326 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.326 INFO kablam! | Oct 13 13:13:43.327 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.327 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.327 INFO kablam! ... Oct 13 13:13:43.327 INFO kablam! 3164 | rt_realloc_excess_unused!(rt_even_1000bytes_16align_realloc_excess_unused, 1000, 16); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.332 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.332 INFO kablam! | Oct 13 13:13:43.332 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.332 INFO kablam! | ^^^^^ Oct 13 13:13:43.332 INFO kablam! ... Oct 13 13:13:43.332 INFO kablam! 3177 | rt_realloc_excess_unused!(rt_even_10000bytes_16align_realloc_excess_unused, 10000, 16); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.332 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.332 INFO kablam! | Oct 13 13:13:43.332 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.332 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.332 INFO kablam! ... Oct 13 13:13:43.332 INFO kablam! 3177 | rt_realloc_excess_unused!(rt_even_10000bytes_16align_realloc_excess_unused, 10000, 16); 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! 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:225:26 Oct 13 13:13:43.332 INFO kablam! | Oct 13 13:13:43.332 INFO kablam! 225 | 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! 3177 | rt_realloc_excess_unused!(rt_even_10000bytes_16align_realloc_excess_unused, 10000, 16); 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:216:36 Oct 13 13:13:43.333 INFO kablam! | Oct 13 13:13:43.333 INFO kablam! 216 | 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! 3190 | rt_realloc_excess_unused!(rt_even_100000bytes_16align_realloc_excess_unused, 100000, 16); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.333 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.333 INFO kablam! | Oct 13 13:13:43.333 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.333 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.333 INFO kablam! ... Oct 13 13:13:43.333 INFO kablam! 3190 | rt_realloc_excess_unused!(rt_even_100000bytes_16align_realloc_excess_unused, 100000, 16); 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.338 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.338 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.338 INFO kablam! | Oct 13 13:13:43.338 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.338 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.338 INFO kablam! ... Oct 13 13:13:43.338 INFO kablam! 3190 | rt_realloc_excess_unused!(rt_even_100000bytes_16align_realloc_excess_unused, 100000, 16); Oct 13 13:13:43.338 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.338 INFO kablam! | Oct 13 13:13:43.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.338 INFO kablam! | Oct 13 13:13:43.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.338 INFO kablam! | Oct 13 13:13:43.338 INFO kablam! Oct 13 13:13:43.338 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.338 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.338 INFO kablam! | Oct 13 13:13:43.338 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.338 INFO kablam! | ^^^^^ Oct 13 13:13:43.338 INFO kablam! ... Oct 13 13:13:43.339 INFO kablam! 3203 | rt_realloc_excess_unused!(rt_even_1000000bytes_16align_realloc_excess_unused, 1000000, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.339 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.339 INFO kablam! | Oct 13 13:13:43.339 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.339 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.339 INFO kablam! ... Oct 13 13:13:43.339 INFO kablam! 3203 | rt_realloc_excess_unused!(rt_even_1000000bytes_16align_realloc_excess_unused, 1000000, 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! 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:225:26 Oct 13 13:13:43.339 INFO kablam! | Oct 13 13:13:43.339 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 3203 | rt_realloc_excess_unused!(rt_even_1000000bytes_16align_realloc_excess_unused, 1000000, 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:216:36 Oct 13 13:13:43.339 INFO kablam! | Oct 13 13:13:43.339 INFO kablam! 216 | 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! 3217 | rt_realloc_excess_unused!(rt_odd_10bytes_16align_realloc_excess_unused, 10- 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.344 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.344 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.344 INFO kablam! | Oct 13 13:13:43.344 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.344 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.344 INFO kablam! ... Oct 13 13:13:43.344 INFO kablam! 3217 | rt_realloc_excess_unused!(rt_odd_10bytes_16align_realloc_excess_unused, 10- 1, 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.344 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.344 INFO kablam! | Oct 13 13:13:43.344 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.344 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.344 INFO kablam! ... Oct 13 13:13:43.344 INFO kablam! 3217 | rt_realloc_excess_unused!(rt_odd_10bytes_16align_realloc_excess_unused, 10- 1, 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.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:216:36 Oct 13 13:13:43.345 INFO kablam! | Oct 13 13:13:43.345 INFO kablam! 216 | 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! 3230 | rt_realloc_excess_unused!(rt_odd_100bytes_16align_realloc_excess_unused, 100- 1, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.345 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.345 INFO kablam! | Oct 13 13:13:43.345 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.345 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.346 INFO kablam! ... Oct 13 13:13:43.346 INFO kablam! 3230 | rt_realloc_excess_unused!(rt_odd_100bytes_16align_realloc_excess_unused, 100- 1, 16); Oct 13 13:13:43.346 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.346 INFO kablam! Oct 13 13:13:43.346 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.346 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.346 INFO kablam! | Oct 13 13:13:43.346 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.346 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.346 INFO kablam! ... Oct 13 13:13:43.346 INFO kablam! 3230 | rt_realloc_excess_unused!(rt_odd_100bytes_16align_realloc_excess_unused, 100- 1, 16); Oct 13 13:13:43.346 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.346 INFO kablam! | Oct 13 13:13:43.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.346 INFO kablam! | Oct 13 13:13:43.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.346 INFO kablam! | Oct 13 13:13:43.346 INFO kablam! Oct 13 13:13:43.346 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.346 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.346 INFO kablam! | Oct 13 13:13:43.346 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.346 INFO kablam! | ^^^^^ Oct 13 13:13:43.346 INFO kablam! ... Oct 13 13:13:43.346 INFO kablam! 3243 | rt_realloc_excess_unused!(rt_odd_1000bytes_16align_realloc_excess_unused, 1000- 1, 16); Oct 13 13:13:43.346 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.346 INFO kablam! | Oct 13 13:13:43.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.346 INFO kablam! | Oct 13 13:13:43.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.346 INFO kablam! | Oct 13 13:13:43.346 INFO kablam! Oct 13 13:13:43.348 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.348 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.348 INFO kablam! | Oct 13 13:13:43.348 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.348 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.348 INFO kablam! ... Oct 13 13:13:43.348 INFO kablam! 3243 | rt_realloc_excess_unused!(rt_odd_1000bytes_16align_realloc_excess_unused, 1000- 1, 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! 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:225:26 Oct 13 13:13:43.348 INFO kablam! | Oct 13 13:13:43.348 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 3243 | rt_realloc_excess_unused!(rt_odd_1000bytes_16align_realloc_excess_unused, 1000- 1, 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.350 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.350 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.350 INFO kablam! | Oct 13 13:13:43.350 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.350 INFO kablam! | ^^^^^ Oct 13 13:13:43.350 INFO kablam! ... Oct 13 13:13:43.350 INFO kablam! 3256 | rt_realloc_excess_unused!(rt_odd_10000bytes_16align_realloc_excess_unused, 10000- 1, 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.350 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.350 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.350 INFO kablam! | Oct 13 13:13:43.350 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.350 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.350 INFO kablam! ... Oct 13 13:13:43.350 INFO kablam! 3256 | rt_realloc_excess_unused!(rt_odd_10000bytes_16align_realloc_excess_unused, 10000- 1, 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! 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:225:26 Oct 13 13:13:43.350 INFO kablam! | Oct 13 13:13:43.350 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 3256 | rt_realloc_excess_unused!(rt_odd_10000bytes_16align_realloc_excess_unused, 10000- 1, 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.352 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.352 INFO kablam! | Oct 13 13:13:43.352 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.352 INFO kablam! | ^^^^^ Oct 13 13:13:43.352 INFO kablam! ... Oct 13 13:13:43.352 INFO kablam! 3269 | rt_realloc_excess_unused!(rt_odd_100000bytes_16align_realloc_excess_unused, 100000- 1, 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.354 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.354 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.354 INFO kablam! | Oct 13 13:13:43.354 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.354 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.354 INFO kablam! ... Oct 13 13:13:43.354 INFO kablam! 3269 | rt_realloc_excess_unused!(rt_odd_100000bytes_16align_realloc_excess_unused, 100000- 1, 16); Oct 13 13:13:43.354 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.354 INFO kablam! Oct 13 13:13:43.354 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.354 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.354 INFO kablam! | Oct 13 13:13:43.354 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.354 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.354 INFO kablam! ... Oct 13 13:13:43.354 INFO kablam! 3269 | rt_realloc_excess_unused!(rt_odd_100000bytes_16align_realloc_excess_unused, 100000- 1, 16); Oct 13 13:13:43.354 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.354 INFO kablam! | Oct 13 13:13:43.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.354 INFO kablam! | Oct 13 13:13:43.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.354 INFO kablam! | Oct 13 13:13:43.354 INFO kablam! Oct 13 13:13:43.356 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.356 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.356 INFO kablam! | Oct 13 13:13:43.356 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.356 INFO kablam! | ^^^^^ Oct 13 13:13:43.356 INFO kablam! ... Oct 13 13:13:43.356 INFO kablam! 3282 | rt_realloc_excess_unused!(rt_odd_1000000bytes_16align_realloc_excess_unused, 1000000- 1, 16); Oct 13 13:13:43.356 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.356 INFO kablam! | Oct 13 13:13:43.356 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.356 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.356 INFO kablam! | Oct 13 13:13:43.356 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.356 INFO kablam! | Oct 13 13:13:43.356 INFO kablam! Oct 13 13:13:43.362 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.362 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.362 INFO kablam! | Oct 13 13:13:43.362 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.362 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.362 INFO kablam! ... Oct 13 13:13:43.362 INFO kablam! 3282 | rt_realloc_excess_unused!(rt_odd_1000000bytes_16align_realloc_excess_unused, 1000000- 1, 16); Oct 13 13:13:43.362 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.362 INFO kablam! Oct 13 13:13:43.362 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.362 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.362 INFO kablam! | Oct 13 13:13:43.362 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.362 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.362 INFO kablam! ... Oct 13 13:13:43.362 INFO kablam! 3282 | rt_realloc_excess_unused!(rt_odd_1000000bytes_16align_realloc_excess_unused, 1000000- 1, 16); Oct 13 13:13:43.362 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.362 INFO kablam! | Oct 13 13:13:43.362 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.362 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.362 INFO kablam! | Oct 13 13:13:43.362 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.362 INFO kablam! | Oct 13 13:13:43.362 INFO kablam! Oct 13 13:13:43.362 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.362 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.362 INFO kablam! | Oct 13 13:13:43.362 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.362 INFO kablam! | ^^^^^ Oct 13 13:13:43.362 INFO kablam! ... Oct 13 13:13:43.362 INFO kablam! 3296 | rt_realloc_excess_unused!(rt_primes_3bytes_16align_realloc_excess_unused, 3, 16); Oct 13 13:13:43.362 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.362 INFO kablam! | Oct 13 13:13:43.362 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.362 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.362 INFO kablam! | Oct 13 13:13:43.362 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.362 INFO kablam! | Oct 13 13:13:43.362 INFO kablam! Oct 13 13:13:43.362 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.362 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.362 INFO kablam! | Oct 13 13:13:43.362 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.362 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.362 INFO kablam! ... Oct 13 13:13:43.362 INFO kablam! 3296 | rt_realloc_excess_unused!(rt_primes_3bytes_16align_realloc_excess_unused, 3, 16); Oct 13 13:13:43.362 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.362 INFO kablam! Oct 13 13:13:43.362 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.362 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.362 INFO kablam! | Oct 13 13:13:43.362 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.362 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.362 INFO kablam! ... Oct 13 13:13:43.362 INFO kablam! 3296 | rt_realloc_excess_unused!(rt_primes_3bytes_16align_realloc_excess_unused, 3, 16); Oct 13 13:13:43.362 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.362 INFO kablam! | Oct 13 13:13:43.362 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.362 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.362 INFO kablam! | Oct 13 13:13:43.362 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.362 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! Oct 13 13:13:43.364 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.364 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.364 INFO kablam! | Oct 13 13:13:43.364 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.364 INFO kablam! | ^^^^^ Oct 13 13:13:43.364 INFO kablam! ... Oct 13 13:13:43.364 INFO kablam! 3309 | rt_realloc_excess_unused!(rt_primes_7bytes_16align_realloc_excess_unused, 7, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.364 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.364 INFO kablam! | Oct 13 13:13:43.364 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.364 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.364 INFO kablam! ... Oct 13 13:13:43.364 INFO kablam! 3309 | rt_realloc_excess_unused!(rt_primes_7bytes_16align_realloc_excess_unused, 7, 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! 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:225:26 Oct 13 13:13:43.364 INFO kablam! | Oct 13 13:13:43.364 INFO kablam! 225 | 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! 3309 | rt_realloc_excess_unused!(rt_primes_7bytes_16align_realloc_excess_unused, 7, 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.364 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.364 INFO kablam! | Oct 13 13:13:43.364 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.364 INFO kablam! | ^^^^^ Oct 13 13:13:43.364 INFO kablam! ... Oct 13 13:13:43.364 INFO kablam! 3322 | rt_realloc_excess_unused!(rt_primes_13bytes_16align_realloc_excess_unused, 13, 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.366 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.366 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.366 INFO kablam! | Oct 13 13:13:43.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.366 INFO kablam! | Oct 13 13:13:43.366 INFO kablam! Oct 13 13:13:43.366 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.366 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.366 INFO kablam! | Oct 13 13:13:43.366 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.366 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.366 INFO kablam! ... Oct 13 13:13:43.366 INFO kablam! 3322 | rt_realloc_excess_unused!(rt_primes_13bytes_16align_realloc_excess_unused, 13, 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.368 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.368 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.368 INFO kablam! | Oct 13 13:13:43.368 INFO kablam! 225 | 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! 3322 | rt_realloc_excess_unused!(rt_primes_13bytes_16align_realloc_excess_unused, 13, 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.369 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.369 INFO kablam! | Oct 13 13:13:43.369 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 3335 | rt_realloc_excess_unused!(rt_primes_17bytes_16align_realloc_excess_unused, 17, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.369 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.369 INFO kablam! | Oct 13 13:13:43.369 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.369 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.369 INFO kablam! ... Oct 13 13:13:43.369 INFO kablam! 3335 | rt_realloc_excess_unused!(rt_primes_17bytes_16align_realloc_excess_unused, 17, 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.370 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.370 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.370 INFO kablam! | Oct 13 13:13:43.370 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.370 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.370 INFO kablam! ... Oct 13 13:13:43.370 INFO kablam! 3335 | rt_realloc_excess_unused!(rt_primes_17bytes_16align_realloc_excess_unused, 17, 16); Oct 13 13:13:43.370 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.370 INFO kablam! | Oct 13 13:13:43.370 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.370 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.370 INFO kablam! | Oct 13 13:13:43.370 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.370 INFO kablam! | Oct 13 13:13:43.370 INFO kablam! Oct 13 13:13:43.373 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:216:36 Oct 13 13:13:43.374 INFO kablam! | Oct 13 13:13:43.374 INFO kablam! 216 | 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! 3348 | rt_realloc_excess_unused!(rt_primes_31bytes_16align_realloc_excess_unused, 31, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.374 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.374 INFO kablam! | Oct 13 13:13:43.374 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.374 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.374 INFO kablam! ... Oct 13 13:13:43.374 INFO kablam! 3348 | rt_realloc_excess_unused!(rt_primes_31bytes_16align_realloc_excess_unused, 31, 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.375 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:225:26 Oct 13 13:13:43.375 INFO kablam! | Oct 13 13:13:43.375 INFO kablam! 225 | 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! 3348 | rt_realloc_excess_unused!(rt_primes_31bytes_16align_realloc_excess_unused, 31, 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:216:36 Oct 13 13:13:43.375 INFO kablam! | Oct 13 13:13:43.375 INFO kablam! 216 | 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! 3361 | rt_realloc_excess_unused!(rt_primes_61bytes_16align_realloc_excess_unused, 61, 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.376 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.377 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.377 INFO kablam! | Oct 13 13:13:43.377 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.377 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.377 INFO kablam! ... Oct 13 13:13:43.377 INFO kablam! 3361 | rt_realloc_excess_unused!(rt_primes_61bytes_16align_realloc_excess_unused, 61, 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! 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:225:26 Oct 13 13:13:43.377 INFO kablam! | Oct 13 13:13:43.377 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 3361 | rt_realloc_excess_unused!(rt_primes_61bytes_16align_realloc_excess_unused, 61, 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.377 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.377 INFO kablam! | Oct 13 13:13:43.377 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 3374 | rt_realloc_excess_unused!(rt_primes_96bytes_16align_realloc_excess_unused, 96, 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.384 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.384 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.384 INFO kablam! | Oct 13 13:13:43.384 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.384 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.384 INFO kablam! ... Oct 13 13:13:43.384 INFO kablam! 3374 | rt_realloc_excess_unused!(rt_primes_96bytes_16align_realloc_excess_unused, 96, 16); Oct 13 13:13:43.384 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.384 INFO kablam! Oct 13 13:13:43.388 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.388 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.388 INFO kablam! | Oct 13 13:13:43.388 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.388 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.388 INFO kablam! ... Oct 13 13:13:43.388 INFO kablam! 3374 | rt_realloc_excess_unused!(rt_primes_96bytes_16align_realloc_excess_unused, 96, 16); Oct 13 13:13:43.388 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.388 INFO kablam! | Oct 13 13:13:43.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.388 INFO kablam! | Oct 13 13:13:43.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.388 INFO kablam! | Oct 13 13:13:43.388 INFO kablam! Oct 13 13:13:43.388 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.388 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.388 INFO kablam! | Oct 13 13:13:43.388 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.388 INFO kablam! | ^^^^^ Oct 13 13:13:43.388 INFO kablam! ... Oct 13 13:13:43.388 INFO kablam! 3387 | rt_realloc_excess_unused!(rt_primes_127bytes_16align_realloc_excess_unused, 127, 16); Oct 13 13:13:43.388 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.388 INFO kablam! | Oct 13 13:13:43.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.388 INFO kablam! | Oct 13 13:13:43.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.388 INFO kablam! | Oct 13 13:13:43.388 INFO kablam! Oct 13 13:13:43.388 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.388 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.388 INFO kablam! | Oct 13 13:13:43.388 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.388 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.388 INFO kablam! ... Oct 13 13:13:43.388 INFO kablam! 3387 | rt_realloc_excess_unused!(rt_primes_127bytes_16align_realloc_excess_unused, 127, 16); Oct 13 13:13:43.388 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.388 INFO kablam! Oct 13 13:13:43.388 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.388 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.388 INFO kablam! | Oct 13 13:13:43.388 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.388 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.388 INFO kablam! ... Oct 13 13:13:43.389 INFO kablam! 3387 | rt_realloc_excess_unused!(rt_primes_127bytes_16align_realloc_excess_unused, 127, 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.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.389 INFO kablam! | Oct 13 13:13:43.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.389 INFO kablam! | Oct 13 13:13:43.389 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:216:36 Oct 13 13:13:43.389 INFO kablam! | Oct 13 13:13:43.389 INFO kablam! 216 | 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! 3400 | rt_realloc_excess_unused!(rt_primes_257bytes_16align_realloc_excess_unused, 257, 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.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.389 INFO kablam! | Oct 13 13:13:43.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.389 INFO kablam! | Oct 13 13:13:43.389 INFO kablam! Oct 13 13:13:43.389 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.389 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.389 INFO kablam! | Oct 13 13:13:43.389 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.389 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.389 INFO kablam! ... Oct 13 13:13:43.389 INFO kablam! 3400 | rt_realloc_excess_unused!(rt_primes_257bytes_16align_realloc_excess_unused, 257, 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.389 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.389 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.389 INFO kablam! | Oct 13 13:13:43.389 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.389 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.389 INFO kablam! ... Oct 13 13:13:43.389 INFO kablam! 3400 | rt_realloc_excess_unused!(rt_primes_257bytes_16align_realloc_excess_unused, 257, 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.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.389 INFO kablam! | Oct 13 13:13:43.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.389 INFO kablam! | Oct 13 13:13:43.389 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:216:36 Oct 13 13:13:43.389 INFO kablam! | Oct 13 13:13:43.389 INFO kablam! 216 | 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! 3413 | rt_realloc_excess_unused!(rt_primes_509bytes_16align_realloc_excess_unused, 509, 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.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.389 INFO kablam! | Oct 13 13:13:43.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.389 INFO kablam! | Oct 13 13:13:43.389 INFO kablam! Oct 13 13:13:43.389 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.389 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.389 INFO kablam! | Oct 13 13:13:43.389 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.389 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.389 INFO kablam! ... Oct 13 13:13:43.389 INFO kablam! 3413 | rt_realloc_excess_unused!(rt_primes_509bytes_16align_realloc_excess_unused, 509, 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.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:225:26 Oct 13 13:13:43.391 INFO kablam! | Oct 13 13:13:43.391 INFO kablam! 225 | 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! 3413 | rt_realloc_excess_unused!(rt_primes_509bytes_16align_realloc_excess_unused, 509, 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:216:36 Oct 13 13:13:43.391 INFO kablam! | Oct 13 13:13:43.391 INFO kablam! 216 | 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! 3426 | rt_realloc_excess_unused!(rt_primes_1021bytes_16align_realloc_excess_unused, 1021, 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.391 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.391 INFO kablam! | Oct 13 13:13:43.391 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.391 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.392 INFO kablam! ... Oct 13 13:13:43.392 INFO kablam! 3426 | rt_realloc_excess_unused!(rt_primes_1021bytes_16align_realloc_excess_unused, 1021, 16); Oct 13 13:13:43.392 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.392 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:225:26 Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! 225 | 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! 3426 | rt_realloc_excess_unused!(rt_primes_1021bytes_16align_realloc_excess_unused, 1021, 16); Oct 13 13:13:43.398 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.398 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! Oct 13 13:13:43.398 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.398 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.398 INFO kablam! | ^^^^^ Oct 13 13:13:43.398 INFO kablam! ... Oct 13 13:13:43.398 INFO kablam! 3439 | rt_realloc_excess_unused!(rt_primes_2039bytes_16align_realloc_excess_unused, 2039, 16); Oct 13 13:13:43.398 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.398 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! Oct 13 13:13:43.398 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.398 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.398 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.398 INFO kablam! ... Oct 13 13:13:43.398 INFO kablam! 3439 | rt_realloc_excess_unused!(rt_primes_2039bytes_16align_realloc_excess_unused, 2039, 16); Oct 13 13:13:43.398 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.398 INFO kablam! Oct 13 13:13:43.398 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.398 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.398 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.398 INFO kablam! ... Oct 13 13:13:43.398 INFO kablam! 3439 | rt_realloc_excess_unused!(rt_primes_2039bytes_16align_realloc_excess_unused, 2039, 16); Oct 13 13:13:43.398 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.398 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! Oct 13 13:13:43.398 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.398 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.398 INFO kablam! | ^^^^^ Oct 13 13:13:43.398 INFO kablam! ... Oct 13 13:13:43.398 INFO kablam! 3452 | rt_realloc_excess_unused!(rt_primes_4093bytes_16align_realloc_excess_unused, 4093, 16); Oct 13 13:13:43.398 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.398 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! Oct 13 13:13:43.398 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.398 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.398 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.398 INFO kablam! ... Oct 13 13:13:43.398 INFO kablam! 3452 | rt_realloc_excess_unused!(rt_primes_4093bytes_16align_realloc_excess_unused, 4093, 16); Oct 13 13:13:43.398 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.398 INFO kablam! Oct 13 13:13:43.398 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.398 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.398 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.398 INFO kablam! ... Oct 13 13:13:43.398 INFO kablam! 3452 | rt_realloc_excess_unused!(rt_primes_4093bytes_16align_realloc_excess_unused, 4093, 16); Oct 13 13:13:43.398 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.398 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.398 INFO kablam! | Oct 13 13:13:43.398 INFO kablam! Oct 13 13:13:43.402 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.402 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.402 INFO kablam! | Oct 13 13:13:43.402 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.402 INFO kablam! | ^^^^^ Oct 13 13:13:43.402 INFO kablam! ... Oct 13 13:13:43.402 INFO kablam! 3465 | rt_realloc_excess_unused!(rt_primes_8191bytes_16align_realloc_excess_unused, 8191, 16); Oct 13 13:13:43.402 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.402 INFO kablam! | Oct 13 13:13:43.402 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.402 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.402 INFO kablam! | Oct 13 13:13:43.402 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.402 INFO kablam! | Oct 13 13:13:43.402 INFO kablam! Oct 13 13:13:43.402 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.402 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.402 INFO kablam! | Oct 13 13:13:43.402 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.402 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.402 INFO kablam! ... Oct 13 13:13:43.402 INFO kablam! 3465 | rt_realloc_excess_unused!(rt_primes_8191bytes_16align_realloc_excess_unused, 8191, 16); Oct 13 13:13:43.402 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.402 INFO kablam! Oct 13 13:13:43.402 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.402 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.402 INFO kablam! | Oct 13 13:13:43.402 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.402 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.402 INFO kablam! ... Oct 13 13:13:43.402 INFO kablam! 3465 | rt_realloc_excess_unused!(rt_primes_8191bytes_16align_realloc_excess_unused, 8191, 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:216:36 Oct 13 13:13:43.403 INFO kablam! | Oct 13 13:13:43.403 INFO kablam! 216 | 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! 3478 | rt_realloc_excess_unused!(rt_primes_16381bytes_16align_realloc_excess_unused, 16381, 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.404 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.404 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.404 INFO kablam! | Oct 13 13:13:43.404 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.404 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.404 INFO kablam! ... Oct 13 13:13:43.404 INFO kablam! 3478 | rt_realloc_excess_unused!(rt_primes_16381bytes_16align_realloc_excess_unused, 16381, 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! 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:225:26 Oct 13 13:13:43.404 INFO kablam! | Oct 13 13:13:43.404 INFO kablam! 225 | 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! 3478 | rt_realloc_excess_unused!(rt_primes_16381bytes_16align_realloc_excess_unused, 16381, 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.408 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.408 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.408 INFO kablam! | Oct 13 13:13:43.408 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.408 INFO kablam! | ^^^^^ Oct 13 13:13:43.408 INFO kablam! ... Oct 13 13:13:43.408 INFO kablam! 3491 | rt_realloc_excess_unused!(rt_primes_32749bytes_16align_realloc_excess_unused, 32749, 16); Oct 13 13:13:43.408 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.408 INFO kablam! | Oct 13 13:13:43.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.408 INFO kablam! | Oct 13 13:13:43.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.408 INFO kablam! | Oct 13 13:13:43.408 INFO kablam! Oct 13 13:13:43.408 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.408 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.408 INFO kablam! | Oct 13 13:13:43.408 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.408 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.408 INFO kablam! ... Oct 13 13:13:43.408 INFO kablam! 3491 | rt_realloc_excess_unused!(rt_primes_32749bytes_16align_realloc_excess_unused, 32749, 16); Oct 13 13:13:43.408 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.408 INFO kablam! Oct 13 13:13:43.408 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.408 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.408 INFO kablam! | Oct 13 13:13:43.408 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.408 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.408 INFO kablam! ... Oct 13 13:13:43.408 INFO kablam! 3491 | rt_realloc_excess_unused!(rt_primes_32749bytes_16align_realloc_excess_unused, 32749, 16); Oct 13 13:13:43.408 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.408 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:216:36 Oct 13 13:13:43.409 INFO kablam! | Oct 13 13:13:43.409 INFO kablam! 216 | 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! 3504 | rt_realloc_excess_unused!(rt_primes_65537bytes_16align_realloc_excess_unused, 65537, 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.410 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.410 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.410 INFO kablam! | Oct 13 13:13:43.410 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.410 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.410 INFO kablam! ... Oct 13 13:13:43.410 INFO kablam! 3504 | rt_realloc_excess_unused!(rt_primes_65537bytes_16align_realloc_excess_unused, 65537, 16); Oct 13 13:13:43.410 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.410 INFO kablam! Oct 13 13:13:43.412 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.412 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.412 INFO kablam! | Oct 13 13:13:43.412 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.412 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.412 INFO kablam! ... Oct 13 13:13:43.412 INFO kablam! 3504 | rt_realloc_excess_unused!(rt_primes_65537bytes_16align_realloc_excess_unused, 65537, 16); Oct 13 13:13:43.412 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.412 INFO kablam! | Oct 13 13:13:43.412 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.412 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.412 INFO kablam! | Oct 13 13:13:43.412 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.412 INFO kablam! | Oct 13 13:13:43.412 INFO kablam! Oct 13 13:13:43.412 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.412 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.412 INFO kablam! | Oct 13 13:13:43.412 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.412 INFO kablam! | ^^^^^ Oct 13 13:13:43.412 INFO kablam! ... Oct 13 13:13:43.412 INFO kablam! 3517 | rt_realloc_excess_unused!(rt_primes_131071bytes_16align_realloc_excess_unused, 131071, 16); Oct 13 13:13:43.412 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.412 INFO kablam! | Oct 13 13:13:43.412 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.412 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.412 INFO kablam! | Oct 13 13:13:43.412 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.412 INFO kablam! | Oct 13 13:13:43.412 INFO kablam! Oct 13 13:13:43.412 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.412 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.412 INFO kablam! | Oct 13 13:13:43.412 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.412 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.412 INFO kablam! ... Oct 13 13:13:43.413 INFO kablam! 3517 | rt_realloc_excess_unused!(rt_primes_131071bytes_16align_realloc_excess_unused, 131071, 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! 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:225:26 Oct 13 13:13:43.413 INFO kablam! | Oct 13 13:13:43.413 INFO kablam! 225 | 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! 3517 | rt_realloc_excess_unused!(rt_primes_131071bytes_16align_realloc_excess_unused, 131071, 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.424 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.424 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.424 INFO kablam! | Oct 13 13:13:43.424 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.424 INFO kablam! | ^^^^^ Oct 13 13:13:43.424 INFO kablam! ... Oct 13 13:13:43.424 INFO kablam! 3530 | rt_realloc_excess_unused!(rt_primes_4194301bytes_16align_realloc_excess_unused, 4194301, 16); Oct 13 13:13:43.424 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.424 INFO kablam! | Oct 13 13:13:43.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.424 INFO kablam! | Oct 13 13:13:43.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.424 INFO kablam! | Oct 13 13:13:43.424 INFO kablam! Oct 13 13:13:43.424 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.424 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.424 INFO kablam! | Oct 13 13:13:43.424 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.424 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.424 INFO kablam! ... Oct 13 13:13:43.424 INFO kablam! 3530 | rt_realloc_excess_unused!(rt_primes_4194301bytes_16align_realloc_excess_unused, 4194301, 16); Oct 13 13:13:43.424 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.424 INFO kablam! Oct 13 13:13:43.424 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.424 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.424 INFO kablam! | Oct 13 13:13:43.424 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.424 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.424 INFO kablam! ... Oct 13 13:13:43.424 INFO kablam! 3530 | rt_realloc_excess_unused!(rt_primes_4194301bytes_16align_realloc_excess_unused, 4194301, 16); Oct 13 13:13:43.424 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.424 INFO kablam! | Oct 13 13:13:43.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.424 INFO kablam! | Oct 13 13:13:43.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.424 INFO kablam! | Oct 13 13:13:43.424 INFO kablam! Oct 13 13:13:43.424 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.424 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.424 INFO kablam! | Oct 13 13:13:43.424 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.424 INFO kablam! | ^^^^^ Oct 13 13:13:43.424 INFO kablam! ... Oct 13 13:13:43.424 INFO kablam! 3546 | rt_realloc_excess_unused!(rt_pow2_1bytes_32align_realloc_excess_unused, 1, 32); Oct 13 13:13:43.424 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 INFO kablam! Oct 13 13:13:43.425 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.425 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.425 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.425 INFO kablam! ... Oct 13 13:13:43.425 INFO kablam! 3546 | rt_realloc_excess_unused!(rt_pow2_1bytes_32align_realloc_excess_unused, 1, 32); Oct 13 13:13:43.425 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.425 INFO kablam! Oct 13 13:13:43.425 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.425 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.425 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.425 INFO kablam! ... Oct 13 13:13:43.425 INFO kablam! 3546 | rt_realloc_excess_unused!(rt_pow2_1bytes_32align_realloc_excess_unused, 1, 32); Oct 13 13:13:43.425 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 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:216:36 Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.425 INFO kablam! | ^^^^^ Oct 13 13:13:43.425 INFO kablam! ... Oct 13 13:13:43.425 INFO kablam! 3559 | rt_realloc_excess_unused!(rt_pow2_2bytes_32align_realloc_excess_unused, 2, 32); Oct 13 13:13:43.425 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 INFO kablam! Oct 13 13:13:43.425 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.425 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.425 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.425 INFO kablam! ... Oct 13 13:13:43.425 INFO kablam! 3559 | rt_realloc_excess_unused!(rt_pow2_2bytes_32align_realloc_excess_unused, 2, 32); Oct 13 13:13:43.425 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.425 INFO kablam! Oct 13 13:13:43.425 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.425 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.425 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.425 INFO kablam! ... Oct 13 13:13:43.425 INFO kablam! 3559 | rt_realloc_excess_unused!(rt_pow2_2bytes_32align_realloc_excess_unused, 2, 32); Oct 13 13:13:43.425 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 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:216:36 Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.425 INFO kablam! | ^^^^^ Oct 13 13:13:43.425 INFO kablam! ... Oct 13 13:13:43.425 INFO kablam! 3572 | rt_realloc_excess_unused!(rt_pow2_4bytes_32align_realloc_excess_unused, 4, 32); Oct 13 13:13:43.425 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.425 INFO kablam! | Oct 13 13:13:43.425 INFO kablam! Oct 13 13:13:43.427 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.427 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.427 INFO kablam! | Oct 13 13:13:43.427 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.427 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.427 INFO kablam! ... Oct 13 13:13:43.427 INFO kablam! 3572 | rt_realloc_excess_unused!(rt_pow2_4bytes_32align_realloc_excess_unused, 4, 32); 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! 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:225:26 Oct 13 13:13:43.427 INFO kablam! | Oct 13 13:13:43.427 INFO kablam! 225 | 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! 3572 | rt_realloc_excess_unused!(rt_pow2_4bytes_32align_realloc_excess_unused, 4, 32); 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:216:36 Oct 13 13:13:43.427 INFO kablam! | Oct 13 13:13:43.427 INFO kablam! 216 | 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! 3585 | rt_realloc_excess_unused!(rt_pow2_8bytes_32align_realloc_excess_unused, 8, 32); 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.428 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.428 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.428 INFO kablam! | Oct 13 13:13:43.428 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.428 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.428 INFO kablam! ... Oct 13 13:13:43.428 INFO kablam! 3585 | rt_realloc_excess_unused!(rt_pow2_8bytes_32align_realloc_excess_unused, 8, 32); 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.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:225:26 Oct 13 13:13:43.429 INFO kablam! | Oct 13 13:13:43.429 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 3585 | rt_realloc_excess_unused!(rt_pow2_8bytes_32align_realloc_excess_unused, 8, 32); 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.436 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.436 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.436 INFO kablam! | Oct 13 13:13:43.436 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.436 INFO kablam! | ^^^^^ Oct 13 13:13:43.436 INFO kablam! ... Oct 13 13:13:43.436 INFO kablam! 3598 | rt_realloc_excess_unused!(rt_pow2_16bytes_32align_realloc_excess_unused, 16, 32); Oct 13 13:13:43.436 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.436 INFO kablam! | Oct 13 13:13:43.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.436 INFO kablam! | Oct 13 13:13:43.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.436 INFO kablam! | Oct 13 13:13:43.436 INFO kablam! Oct 13 13:13:43.436 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.436 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.436 INFO kablam! | Oct 13 13:13:43.436 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.436 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.436 INFO kablam! ... Oct 13 13:13:43.436 INFO kablam! 3598 | rt_realloc_excess_unused!(rt_pow2_16bytes_32align_realloc_excess_unused, 16, 32); Oct 13 13:13:43.436 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.436 INFO kablam! Oct 13 13:13:43.436 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.436 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.436 INFO kablam! | Oct 13 13:13:43.436 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.436 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.436 INFO kablam! ... Oct 13 13:13:43.436 INFO kablam! 3598 | rt_realloc_excess_unused!(rt_pow2_16bytes_32align_realloc_excess_unused, 16, 32); Oct 13 13:13:43.436 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.436 INFO kablam! | Oct 13 13:13:43.436 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:216:36 Oct 13 13:13:43.437 INFO kablam! | Oct 13 13:13:43.437 INFO kablam! 216 | 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! 3611 | rt_realloc_excess_unused!(rt_pow2_32bytes_32align_realloc_excess_unused, 32, 32); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.437 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.437 INFO kablam! | Oct 13 13:13:43.437 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.437 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.437 INFO kablam! ... Oct 13 13:13:43.437 INFO kablam! 3611 | rt_realloc_excess_unused!(rt_pow2_32bytes_32align_realloc_excess_unused, 32, 32); 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! 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:225:26 Oct 13 13:13:43.437 INFO kablam! | Oct 13 13:13:43.437 INFO kablam! 225 | 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! 3611 | rt_realloc_excess_unused!(rt_pow2_32bytes_32align_realloc_excess_unused, 32, 32); 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:216:36 Oct 13 13:13:43.438 INFO kablam! | Oct 13 13:13:43.438 INFO kablam! 216 | 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! 3624 | rt_realloc_excess_unused!(rt_pow2_64bytes_32align_realloc_excess_unused, 64, 32); 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.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.439 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.439 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.439 INFO kablam! | Oct 13 13:13:43.439 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.439 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.439 INFO kablam! ... Oct 13 13:13:43.439 INFO kablam! 3624 | rt_realloc_excess_unused!(rt_pow2_64bytes_32align_realloc_excess_unused, 64, 32); 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! 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:225:26 Oct 13 13:13:43.439 INFO kablam! | Oct 13 13:13:43.439 INFO kablam! 225 | 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! 3624 | rt_realloc_excess_unused!(rt_pow2_64bytes_32align_realloc_excess_unused, 64, 32); 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:216:36 Oct 13 13:13:43.440 INFO kablam! | Oct 13 13:13:43.440 INFO kablam! 216 | 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! 3637 | rt_realloc_excess_unused!(rt_pow2_128bytes_32align_realloc_excess_unused, 128, 32); 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.440 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.440 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.440 INFO kablam! | Oct 13 13:13:43.440 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.440 INFO kablam! | Oct 13 13:13:43.440 INFO kablam! Oct 13 13:13:43.443 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.443 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.443 INFO kablam! | Oct 13 13:13:43.443 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.443 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.443 INFO kablam! ... Oct 13 13:13:43.443 INFO kablam! 3637 | rt_realloc_excess_unused!(rt_pow2_128bytes_32align_realloc_excess_unused, 128, 32); 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! 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:225:26 Oct 13 13:13:43.443 INFO kablam! | Oct 13 13:13:43.443 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 3637 | rt_realloc_excess_unused!(rt_pow2_128bytes_32align_realloc_excess_unused, 128, 32); 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.444 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.444 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.444 INFO kablam! | Oct 13 13:13:43.444 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.444 INFO kablam! | ^^^^^ Oct 13 13:13:43.444 INFO kablam! ... Oct 13 13:13:43.444 INFO kablam! 3650 | rt_realloc_excess_unused!(rt_pow2_256bytes_32align_realloc_excess_unused, 256, 32); 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.444 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.444 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.444 INFO kablam! | Oct 13 13:13:43.444 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.444 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.444 INFO kablam! ... Oct 13 13:13:43.444 INFO kablam! 3650 | rt_realloc_excess_unused!(rt_pow2_256bytes_32align_realloc_excess_unused, 256, 32); 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.448 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.448 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.448 INFO kablam! | Oct 13 13:13:43.448 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.448 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.448 INFO kablam! ... Oct 13 13:13:43.448 INFO kablam! 3650 | rt_realloc_excess_unused!(rt_pow2_256bytes_32align_realloc_excess_unused, 256, 32); Oct 13 13:13:43.448 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.448 INFO kablam! | Oct 13 13:13:43.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.448 INFO kablam! | Oct 13 13:13:43.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.448 INFO kablam! | Oct 13 13:13:43.448 INFO kablam! Oct 13 13:13:43.448 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.448 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.448 INFO kablam! | Oct 13 13:13:43.448 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.448 INFO kablam! | ^^^^^ Oct 13 13:13:43.448 INFO kablam! ... Oct 13 13:13:43.448 INFO kablam! 3663 | rt_realloc_excess_unused!(rt_pow2_512bytes_32align_realloc_excess_unused, 512, 32); Oct 13 13:13:43.448 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.448 INFO kablam! | Oct 13 13:13:43.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.448 INFO kablam! | Oct 13 13:13:43.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.448 INFO kablam! | Oct 13 13:13:43.448 INFO kablam! Oct 13 13:13:43.448 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.448 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.448 INFO kablam! | Oct 13 13:13:43.448 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.448 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.448 INFO kablam! ... Oct 13 13:13:43.448 INFO kablam! 3663 | rt_realloc_excess_unused!(rt_pow2_512bytes_32align_realloc_excess_unused, 512, 32); Oct 13 13:13:43.451 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.451 INFO kablam! Oct 13 13:13:43.451 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.451 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.451 INFO kablam! | Oct 13 13:13:43.451 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.451 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.451 INFO kablam! ... Oct 13 13:13:43.451 INFO kablam! 3663 | rt_realloc_excess_unused!(rt_pow2_512bytes_32align_realloc_excess_unused, 512, 32); Oct 13 13:13:43.451 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.451 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.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:216:36 Oct 13 13:13:43.453 INFO kablam! | Oct 13 13:13:43.453 INFO kablam! 216 | 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! 3676 | rt_realloc_excess_unused!(rt_pow2_1024bytes_32align_realloc_excess_unused, 1024, 32); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.453 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.453 INFO kablam! | Oct 13 13:13:43.453 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.453 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.453 INFO kablam! ... Oct 13 13:13:43.453 INFO kablam! 3676 | rt_realloc_excess_unused!(rt_pow2_1024bytes_32align_realloc_excess_unused, 1024, 32); 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! 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:225:26 Oct 13 13:13:43.453 INFO kablam! | Oct 13 13:13:43.453 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 3676 | rt_realloc_excess_unused!(rt_pow2_1024bytes_32align_realloc_excess_unused, 1024, 32); 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.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.454 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.454 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.454 INFO kablam! | Oct 13 13:13:43.454 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.454 INFO kablam! | ^^^^^ Oct 13 13:13:43.454 INFO kablam! ... Oct 13 13:13:43.454 INFO kablam! 3689 | rt_realloc_excess_unused!(rt_pow2_2048bytes_32align_realloc_excess_unused, 2048, 32); 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.454 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.454 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.454 INFO kablam! | Oct 13 13:13:43.454 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.454 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.454 INFO kablam! ... Oct 13 13:13:43.454 INFO kablam! 3689 | rt_realloc_excess_unused!(rt_pow2_2048bytes_32align_realloc_excess_unused, 2048, 32); 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! 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:225:26 Oct 13 13:13:43.454 INFO kablam! | Oct 13 13:13:43.454 INFO kablam! 225 | 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! 3689 | rt_realloc_excess_unused!(rt_pow2_2048bytes_32align_realloc_excess_unused, 2048, 32); 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.459 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.459 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.459 INFO kablam! | Oct 13 13:13:43.459 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.459 INFO kablam! | ^^^^^ Oct 13 13:13:43.459 INFO kablam! ... Oct 13 13:13:43.459 INFO kablam! 3702 | rt_realloc_excess_unused!(rt_pow2_4096bytes_32align_realloc_excess_unused, 4096, 32); Oct 13 13:13:43.459 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.459 INFO kablam! | Oct 13 13:13:43.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.459 INFO kablam! | Oct 13 13:13:43.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.459 INFO kablam! | Oct 13 13:13:43.459 INFO kablam! Oct 13 13:13:43.459 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.459 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.459 INFO kablam! | Oct 13 13:13:43.459 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.459 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.459 INFO kablam! ... Oct 13 13:13:43.459 INFO kablam! 3702 | rt_realloc_excess_unused!(rt_pow2_4096bytes_32align_realloc_excess_unused, 4096, 32); Oct 13 13:13:43.459 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.459 INFO kablam! Oct 13 13:13:43.459 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.459 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.459 INFO kablam! | Oct 13 13:13:43.459 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.459 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.459 INFO kablam! ... Oct 13 13:13:43.459 INFO kablam! 3702 | rt_realloc_excess_unused!(rt_pow2_4096bytes_32align_realloc_excess_unused, 4096, 32); Oct 13 13:13:43.459 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.459 INFO kablam! | Oct 13 13:13:43.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.459 INFO kablam! | Oct 13 13:13:43.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.459 INFO kablam! | Oct 13 13:13:43.459 INFO kablam! Oct 13 13:13:43.459 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.459 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.459 INFO kablam! | Oct 13 13:13:43.459 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.459 INFO kablam! | ^^^^^ Oct 13 13:13:43.459 INFO kablam! ... Oct 13 13:13:43.460 INFO kablam! 3715 | rt_realloc_excess_unused!(rt_pow2_8192bytes_32align_realloc_excess_unused, 8192, 32); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.460 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.460 INFO kablam! | Oct 13 13:13:43.460 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.460 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.460 INFO kablam! ... Oct 13 13:13:43.460 INFO kablam! 3715 | rt_realloc_excess_unused!(rt_pow2_8192bytes_32align_realloc_excess_unused, 8192, 32); 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.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:225:26 Oct 13 13:13:43.461 INFO kablam! | Oct 13 13:13:43.461 INFO kablam! 225 | 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! 3715 | rt_realloc_excess_unused!(rt_pow2_8192bytes_32align_realloc_excess_unused, 8192, 32); 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:216:36 Oct 13 13:13:43.461 INFO kablam! | Oct 13 13:13:43.461 INFO kablam! 216 | 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! 3728 | rt_realloc_excess_unused!(rt_pow2_16384bytes_32align_realloc_excess_unused, 16384, 32); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.468 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.468 INFO kablam! | Oct 13 13:13:43.468 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.468 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.468 INFO kablam! ... Oct 13 13:13:43.469 INFO kablam! 3728 | rt_realloc_excess_unused!(rt_pow2_16384bytes_32align_realloc_excess_unused, 16384, 32); 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! 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:225:26 Oct 13 13:13:43.469 INFO kablam! | Oct 13 13:13:43.469 INFO kablam! 225 | 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! 3728 | rt_realloc_excess_unused!(rt_pow2_16384bytes_32align_realloc_excess_unused, 16384, 32); 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:216:36 Oct 13 13:13:43.469 INFO kablam! | Oct 13 13:13:43.469 INFO kablam! 216 | 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! 3741 | rt_realloc_excess_unused!(rt_pow2_32768bytes_32align_realloc_excess_unused, 32768, 32); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.469 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.469 INFO kablam! | Oct 13 13:13:43.469 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.469 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.469 INFO kablam! ... Oct 13 13:13:43.470 INFO kablam! 3741 | rt_realloc_excess_unused!(rt_pow2_32768bytes_32align_realloc_excess_unused, 32768, 32); 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! 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:225:26 Oct 13 13:13:43.470 INFO kablam! | Oct 13 13:13:43.470 INFO kablam! 225 | 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! 3741 | rt_realloc_excess_unused!(rt_pow2_32768bytes_32align_realloc_excess_unused, 32768, 32); 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:216:36 Oct 13 13:13:43.470 INFO kablam! | Oct 13 13:13:43.470 INFO kablam! 216 | 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! 3754 | rt_realloc_excess_unused!(rt_pow2_65536bytes_32align_realloc_excess_unused, 65536, 32); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.470 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.470 INFO kablam! | Oct 13 13:13:43.470 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.471 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.471 INFO kablam! ... Oct 13 13:13:43.471 INFO kablam! 3754 | rt_realloc_excess_unused!(rt_pow2_65536bytes_32align_realloc_excess_unused, 65536, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.471 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.471 INFO kablam! | Oct 13 13:13:43.471 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.471 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.471 INFO kablam! ... Oct 13 13:13:43.471 INFO kablam! 3754 | rt_realloc_excess_unused!(rt_pow2_65536bytes_32align_realloc_excess_unused, 65536, 32); 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:216:36 Oct 13 13:13:43.471 INFO kablam! | Oct 13 13:13:43.471 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 3767 | rt_realloc_excess_unused!(rt_pow2_131072bytes_32align_realloc_excess_unused, 131072, 32); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.476 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.476 INFO kablam! | Oct 13 13:13:43.476 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.476 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.476 INFO kablam! ... Oct 13 13:13:43.476 INFO kablam! 3767 | rt_realloc_excess_unused!(rt_pow2_131072bytes_32align_realloc_excess_unused, 131072, 32); 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! 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:225:26 Oct 13 13:13:43.476 INFO kablam! | Oct 13 13:13:43.476 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 3767 | rt_realloc_excess_unused!(rt_pow2_131072bytes_32align_realloc_excess_unused, 131072, 32); 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.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:216:36 Oct 13 13:13:43.477 INFO kablam! | Oct 13 13:13:43.477 INFO kablam! 216 | 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! 3780 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_32align_realloc_excess_unused, 4194304, 32); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.477 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.477 INFO kablam! | Oct 13 13:13:43.477 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.477 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.477 INFO kablam! ... Oct 13 13:13:43.477 INFO kablam! 3780 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_32align_realloc_excess_unused, 4194304, 32); 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! 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:225:26 Oct 13 13:13:43.477 INFO kablam! | Oct 13 13:13:43.477 INFO kablam! 225 | 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! 3780 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_32align_realloc_excess_unused, 4194304, 32); 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.478 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.478 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.478 INFO kablam! | Oct 13 13:13:43.478 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.478 INFO kablam! | ^^^^^ Oct 13 13:13:43.478 INFO kablam! ... Oct 13 13:13:43.478 INFO kablam! 3794 | rt_realloc_excess_unused!(rt_even_10bytes_32align_realloc_excess_unused, 10, 32); 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.484 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.484 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.484 INFO kablam! | Oct 13 13:13:43.484 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.484 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.484 INFO kablam! ... Oct 13 13:13:43.484 INFO kablam! 3794 | rt_realloc_excess_unused!(rt_even_10bytes_32align_realloc_excess_unused, 10, 32); Oct 13 13:13:43.484 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.484 INFO kablam! Oct 13 13:13:43.484 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.484 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.484 INFO kablam! | Oct 13 13:13:43.484 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.484 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.484 INFO kablam! ... Oct 13 13:13:43.484 INFO kablam! 3794 | rt_realloc_excess_unused!(rt_even_10bytes_32align_realloc_excess_unused, 10, 32); Oct 13 13:13:43.484 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.484 INFO kablam! | Oct 13 13:13:43.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.484 INFO kablam! | Oct 13 13:13:43.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.484 INFO kablam! | Oct 13 13:13:43.484 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:216:36 Oct 13 13:13:43.485 INFO kablam! | Oct 13 13:13:43.485 INFO kablam! 216 | 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! 3807 | rt_realloc_excess_unused!(rt_even_100bytes_32align_realloc_excess_unused, 100, 32); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.485 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.485 INFO kablam! | Oct 13 13:13:43.485 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.485 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.485 INFO kablam! ... Oct 13 13:13:43.485 INFO kablam! 3807 | rt_realloc_excess_unused!(rt_even_100bytes_32align_realloc_excess_unused, 100, 32); 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! 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:225:26 Oct 13 13:13:43.485 INFO kablam! | Oct 13 13:13:43.485 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 3807 | rt_realloc_excess_unused!(rt_even_100bytes_32align_realloc_excess_unused, 100, 32); 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:216:36 Oct 13 13:13:43.485 INFO kablam! | Oct 13 13:13:43.485 INFO kablam! 216 | 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! 3820 | rt_realloc_excess_unused!(rt_even_1000bytes_32align_realloc_excess_unused, 1000, 32); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.487 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.487 INFO kablam! | Oct 13 13:13:43.487 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.487 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.487 INFO kablam! ... Oct 13 13:13:43.487 INFO kablam! 3820 | rt_realloc_excess_unused!(rt_even_1000bytes_32align_realloc_excess_unused, 1000, 32); Oct 13 13:13:43.487 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.487 INFO kablam! Oct 13 13:13:43.487 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.487 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.487 INFO kablam! | Oct 13 13:13:43.487 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.487 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.487 INFO kablam! ... Oct 13 13:13:43.487 INFO kablam! 3820 | rt_realloc_excess_unused!(rt_even_1000bytes_32align_realloc_excess_unused, 1000, 32); Oct 13 13:13:43.487 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.487 INFO kablam! | Oct 13 13:13:43.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.487 INFO kablam! | Oct 13 13:13:43.487 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.487 INFO kablam! | Oct 13 13:13:43.487 INFO kablam! Oct 13 13:13:43.487 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.487 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.487 INFO kablam! | Oct 13 13:13:43.487 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.487 INFO kablam! | ^^^^^ Oct 13 13:13:43.487 INFO kablam! ... Oct 13 13:13:43.487 INFO kablam! 3833 | rt_realloc_excess_unused!(rt_even_10000bytes_32align_realloc_excess_unused, 10000, 32); Oct 13 13:13:43.487 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.487 INFO kablam! | Oct 13 13:13:43.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.487 INFO kablam! | Oct 13 13:13:43.487 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.487 INFO kablam! | Oct 13 13:13:43.487 INFO kablam! Oct 13 13:13:43.492 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.492 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.492 INFO kablam! | Oct 13 13:13:43.492 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.492 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.492 INFO kablam! ... Oct 13 13:13:43.492 INFO kablam! 3833 | rt_realloc_excess_unused!(rt_even_10000bytes_32align_realloc_excess_unused, 10000, 32); Oct 13 13:13:43.492 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.492 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:225:26 Oct 13 13:13:43.494 INFO kablam! | Oct 13 13:13:43.494 INFO kablam! 225 | 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! 3833 | rt_realloc_excess_unused!(rt_even_10000bytes_32align_realloc_excess_unused, 10000, 32); Oct 13 13:13:43.494 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! Oct 13 13:13:43.495 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.495 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.495 INFO kablam! | ^^^^^ Oct 13 13:13:43.495 INFO kablam! ... Oct 13 13:13:43.495 INFO kablam! 3846 | rt_realloc_excess_unused!(rt_even_100000bytes_32align_realloc_excess_unused, 100000, 32); Oct 13 13:13:43.495 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! Oct 13 13:13:43.495 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.495 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.495 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.495 INFO kablam! ... Oct 13 13:13:43.495 INFO kablam! 3846 | rt_realloc_excess_unused!(rt_even_100000bytes_32align_realloc_excess_unused, 100000, 32); Oct 13 13:13:43.495 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.495 INFO kablam! Oct 13 13:13:43.495 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.495 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.495 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.495 INFO kablam! ... Oct 13 13:13:43.495 INFO kablam! 3846 | rt_realloc_excess_unused!(rt_even_100000bytes_32align_realloc_excess_unused, 100000, 32); Oct 13 13:13:43.495 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! Oct 13 13:13:43.495 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.495 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.495 INFO kablam! | ^^^^^ Oct 13 13:13:43.495 INFO kablam! ... Oct 13 13:13:43.495 INFO kablam! 3859 | rt_realloc_excess_unused!(rt_even_1000000bytes_32align_realloc_excess_unused, 1000000, 32); Oct 13 13:13:43.495 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! Oct 13 13:13:43.495 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.495 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.495 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.495 INFO kablam! ... Oct 13 13:13:43.495 INFO kablam! 3859 | rt_realloc_excess_unused!(rt_even_1000000bytes_32align_realloc_excess_unused, 1000000, 32); Oct 13 13:13:43.495 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.495 INFO kablam! Oct 13 13:13:43.495 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.495 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.495 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.495 INFO kablam! ... Oct 13 13:13:43.495 INFO kablam! 3859 | rt_realloc_excess_unused!(rt_even_1000000bytes_32align_realloc_excess_unused, 1000000, 32); Oct 13 13:13:43.495 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.495 INFO kablam! | Oct 13 13:13:43.495 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:216:36 Oct 13 13:13:43.496 INFO kablam! | Oct 13 13:13:43.496 INFO kablam! 216 | 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! 3873 | rt_realloc_excess_unused!(rt_odd_10bytes_32align_realloc_excess_unused, 10- 1, 32); 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.504 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.504 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.504 INFO kablam! | Oct 13 13:13:43.504 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.504 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.504 INFO kablam! ... Oct 13 13:13:43.504 INFO kablam! 3873 | rt_realloc_excess_unused!(rt_odd_10bytes_32align_realloc_excess_unused, 10- 1, 32); Oct 13 13:13:43.504 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.504 INFO kablam! Oct 13 13:13:43.504 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.504 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.504 INFO kablam! | Oct 13 13:13:43.504 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.504 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.504 INFO kablam! ... Oct 13 13:13:43.504 INFO kablam! 3873 | rt_realloc_excess_unused!(rt_odd_10bytes_32align_realloc_excess_unused, 10- 1, 32); Oct 13 13:13:43.504 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.504 INFO kablam! | Oct 13 13:13:43.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.504 INFO kablam! | Oct 13 13:13:43.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.504 INFO kablam! | Oct 13 13:13:43.504 INFO kablam! Oct 13 13:13:43.504 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.504 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.504 INFO kablam! | Oct 13 13:13:43.504 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.504 INFO kablam! | ^^^^^ Oct 13 13:13:43.504 INFO kablam! ... Oct 13 13:13:43.504 INFO kablam! 3886 | rt_realloc_excess_unused!(rt_odd_100bytes_32align_realloc_excess_unused, 100- 1, 32); Oct 13 13:13:43.504 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.504 INFO kablam! | Oct 13 13:13:43.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.504 INFO kablam! | Oct 13 13:13:43.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.504 INFO kablam! | Oct 13 13:13:43.504 INFO kablam! Oct 13 13:13:43.506 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.506 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.506 INFO kablam! | Oct 13 13:13:43.506 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.506 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.506 INFO kablam! ... Oct 13 13:13:43.506 INFO kablam! 3886 | rt_realloc_excess_unused!(rt_odd_100bytes_32align_realloc_excess_unused, 100- 1, 32); 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! 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:225:26 Oct 13 13:13:43.506 INFO kablam! | Oct 13 13:13:43.506 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 3886 | rt_realloc_excess_unused!(rt_odd_100bytes_32align_realloc_excess_unused, 100- 1, 32); 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:216:36 Oct 13 13:13:43.506 INFO kablam! | Oct 13 13:13:43.506 INFO kablam! 216 | 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.507 INFO kablam! 3899 | rt_realloc_excess_unused!(rt_odd_1000bytes_32align_realloc_excess_unused, 1000- 1, 32); 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.507 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.507 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.507 INFO kablam! | Oct 13 13:13:43.507 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.507 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.507 INFO kablam! ... Oct 13 13:13:43.507 INFO kablam! 3899 | rt_realloc_excess_unused!(rt_odd_1000bytes_32align_realloc_excess_unused, 1000- 1, 32); 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! 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:225:26 Oct 13 13:13:43.507 INFO kablam! | Oct 13 13:13:43.507 INFO kablam! 225 | 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! 3899 | rt_realloc_excess_unused!(rt_odd_1000bytes_32align_realloc_excess_unused, 1000- 1, 32); 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.507 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.507 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.507 INFO kablam! | Oct 13 13:13:43.507 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.507 INFO kablam! | ^^^^^ Oct 13 13:13:43.507 INFO kablam! ... Oct 13 13:13:43.507 INFO kablam! 3912 | rt_realloc_excess_unused!(rt_odd_10000bytes_32align_realloc_excess_unused, 10000- 1, 32); 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.512 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.512 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.512 INFO kablam! | Oct 13 13:13:43.512 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.512 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.512 INFO kablam! ... Oct 13 13:13:43.512 INFO kablam! 3912 | rt_realloc_excess_unused!(rt_odd_10000bytes_32align_realloc_excess_unused, 10000- 1, 32); Oct 13 13:13:43.512 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.512 INFO kablam! Oct 13 13:13:43.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.512 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.512 INFO kablam! | Oct 13 13:13:43.512 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.512 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.512 INFO kablam! ... Oct 13 13:13:43.512 INFO kablam! 3912 | rt_realloc_excess_unused!(rt_odd_10000bytes_32align_realloc_excess_unused, 10000- 1, 32); Oct 13 13:13:43.512 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.512 INFO kablam! | Oct 13 13:13:43.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.512 INFO kablam! | Oct 13 13:13:43.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.512 INFO kablam! | Oct 13 13:13:43.512 INFO kablam! Oct 13 13:13:43.512 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.512 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.512 INFO kablam! | Oct 13 13:13:43.512 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.512 INFO kablam! | ^^^^^ Oct 13 13:13:43.512 INFO kablam! ... Oct 13 13:13:43.512 INFO kablam! 3925 | rt_realloc_excess_unused!(rt_odd_100000bytes_32align_realloc_excess_unused, 100000- 1, 32); Oct 13 13:13:43.512 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.512 INFO kablam! | Oct 13 13:13:43.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.512 INFO kablam! | Oct 13 13:13:43.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.512 INFO kablam! | Oct 13 13:13:43.512 INFO kablam! Oct 13 13:13:43.512 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.512 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.512 INFO kablam! | Oct 13 13:13:43.512 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.512 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.512 INFO kablam! ... Oct 13 13:13:43.512 INFO kablam! 3925 | rt_realloc_excess_unused!(rt_odd_100000bytes_32align_realloc_excess_unused, 100000- 1, 32); Oct 13 13:13:43.512 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation 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:225:26 Oct 13 13:13:43.513 INFO kablam! | Oct 13 13:13:43.513 INFO kablam! 225 | 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! 3925 | rt_realloc_excess_unused!(rt_odd_100000bytes_32align_realloc_excess_unused, 100000- 1, 32); 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.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:216:36 Oct 13 13:13:43.514 INFO kablam! | Oct 13 13:13:43.514 INFO kablam! 216 | 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! 3938 | rt_realloc_excess_unused!(rt_odd_1000000bytes_32align_realloc_excess_unused, 1000000- 1, 32); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.514 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.514 INFO kablam! | Oct 13 13:13:43.514 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.514 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.514 INFO kablam! ... Oct 13 13:13:43.514 INFO kablam! 3938 | rt_realloc_excess_unused!(rt_odd_1000000bytes_32align_realloc_excess_unused, 1000000- 1, 32); 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.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.520 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.520 INFO kablam! | Oct 13 13:13:43.520 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.520 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.520 INFO kablam! ... Oct 13 13:13:43.520 INFO kablam! 3938 | rt_realloc_excess_unused!(rt_odd_1000000bytes_32align_realloc_excess_unused, 1000000- 1, 32); Oct 13 13:13:43.520 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.520 INFO kablam! | Oct 13 13:13:43.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.520 INFO kablam! | Oct 13 13:13:43.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.520 INFO kablam! | Oct 13 13:13:43.520 INFO kablam! Oct 13 13:13:43.520 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.520 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.520 INFO kablam! | Oct 13 13:13:43.520 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.520 INFO kablam! | ^^^^^ Oct 13 13:13:43.520 INFO kablam! ... Oct 13 13:13:43.520 INFO kablam! 3952 | rt_realloc_excess_unused!(rt_primes_3bytes_32align_realloc_excess_unused, 3, 32); Oct 13 13:13:43.520 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.520 INFO kablam! | Oct 13 13:13:43.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.520 INFO kablam! | Oct 13 13:13:43.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.520 INFO kablam! | Oct 13 13:13:43.520 INFO kablam! Oct 13 13:13:43.520 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.520 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.520 INFO kablam! | Oct 13 13:13:43.520 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.520 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.520 INFO kablam! ... Oct 13 13:13:43.520 INFO kablam! 3952 | rt_realloc_excess_unused!(rt_primes_3bytes_32align_realloc_excess_unused, 3, 32); Oct 13 13:13:43.520 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.520 INFO kablam! Oct 13 13:13:43.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.520 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.520 INFO kablam! | Oct 13 13:13:43.520 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.520 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.520 INFO kablam! ... Oct 13 13:13:43.520 INFO kablam! 3952 | rt_realloc_excess_unused!(rt_primes_3bytes_32align_realloc_excess_unused, 3, 32); 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:216:36 Oct 13 13:13:43.521 INFO kablam! | Oct 13 13:13:43.521 INFO kablam! 216 | 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! 3965 | rt_realloc_excess_unused!(rt_primes_7bytes_32align_realloc_excess_unused, 7, 32); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.521 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.521 INFO kablam! | Oct 13 13:13:43.521 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.521 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.521 INFO kablam! ... Oct 13 13:13:43.521 INFO kablam! 3965 | rt_realloc_excess_unused!(rt_primes_7bytes_32align_realloc_excess_unused, 7, 32); 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.528 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.528 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.528 INFO kablam! | Oct 13 13:13:43.528 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.528 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.528 INFO kablam! ... Oct 13 13:13:43.528 INFO kablam! 3965 | rt_realloc_excess_unused!(rt_primes_7bytes_32align_realloc_excess_unused, 7, 32); Oct 13 13:13:43.528 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.528 INFO kablam! | Oct 13 13:13:43.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.528 INFO kablam! | Oct 13 13:13:43.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.528 INFO kablam! | Oct 13 13:13:43.528 INFO kablam! Oct 13 13:13:43.528 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.528 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.528 INFO kablam! | Oct 13 13:13:43.528 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.528 INFO kablam! | ^^^^^ Oct 13 13:13:43.528 INFO kablam! ... Oct 13 13:13:43.528 INFO kablam! 3978 | rt_realloc_excess_unused!(rt_primes_13bytes_32align_realloc_excess_unused, 13, 32); Oct 13 13:13:43.528 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.528 INFO kablam! | Oct 13 13:13:43.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.528 INFO kablam! | Oct 13 13:13:43.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.528 INFO kablam! | Oct 13 13:13:43.528 INFO kablam! Oct 13 13:13:43.528 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.528 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.528 INFO kablam! | Oct 13 13:13:43.528 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.528 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.528 INFO kablam! ... Oct 13 13:13:43.528 INFO kablam! 3978 | rt_realloc_excess_unused!(rt_primes_13bytes_32align_realloc_excess_unused, 13, 32); Oct 13 13:13:43.528 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.528 INFO kablam! Oct 13 13:13:43.528 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.528 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.528 INFO kablam! | Oct 13 13:13:43.528 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.528 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.528 INFO kablam! ... Oct 13 13:13:43.529 INFO kablam! 3978 | rt_realloc_excess_unused!(rt_primes_13bytes_32align_realloc_excess_unused, 13, 32); 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:216:36 Oct 13 13:13:43.529 INFO kablam! | Oct 13 13:13:43.529 INFO kablam! 216 | 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! 3991 | rt_realloc_excess_unused!(rt_primes_17bytes_32align_realloc_excess_unused, 17, 32); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.529 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.529 INFO kablam! | Oct 13 13:13:43.529 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.529 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.529 INFO kablam! ... Oct 13 13:13:43.529 INFO kablam! 3991 | rt_realloc_excess_unused!(rt_primes_17bytes_32align_realloc_excess_unused, 17, 32); 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! 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:225:26 Oct 13 13:13:43.529 INFO kablam! | Oct 13 13:13:43.529 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_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! 3991 | rt_realloc_excess_unused!(rt_primes_17bytes_32align_realloc_excess_unused, 17, 32); 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.531 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.531 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.531 INFO kablam! | Oct 13 13:13:43.531 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.531 INFO kablam! | ^^^^^ Oct 13 13:13:43.531 INFO kablam! ... Oct 13 13:13:43.531 INFO kablam! 4004 | rt_realloc_excess_unused!(rt_primes_31bytes_32align_realloc_excess_unused, 31, 32); Oct 13 13:13:43.531 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.531 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.531 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.531 INFO kablam! | Oct 13 13:13:43.531 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.531 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.531 INFO kablam! ... Oct 13 13:13:43.531 INFO kablam! 4004 | rt_realloc_excess_unused!(rt_primes_31bytes_32align_realloc_excess_unused, 31, 32); Oct 13 13:13:43.531 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.531 INFO kablam! Oct 13 13:13:43.531 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.531 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.531 INFO kablam! | Oct 13 13:13:43.531 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.531 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.531 INFO kablam! ... Oct 13 13:13:43.531 INFO kablam! 4004 | rt_realloc_excess_unused!(rt_primes_31bytes_32align_realloc_excess_unused, 31, 32); Oct 13 13:13:43.531 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.531 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.531 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.531 INFO kablam! | Oct 13 13:13:43.531 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.531 INFO kablam! | ^^^^^ Oct 13 13:13:43.531 INFO kablam! ... Oct 13 13:13:43.531 INFO kablam! 4017 | rt_realloc_excess_unused!(rt_primes_61bytes_32align_realloc_excess_unused, 61, 32); Oct 13 13:13:43.531 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.536 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.536 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.536 INFO kablam! | Oct 13 13:13:43.536 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.536 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.536 INFO kablam! ... Oct 13 13:13:43.536 INFO kablam! 4017 | rt_realloc_excess_unused!(rt_primes_61bytes_32align_realloc_excess_unused, 61, 32); Oct 13 13:13:43.536 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.536 INFO kablam! Oct 13 13:13:43.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.536 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.536 INFO kablam! | Oct 13 13:13:43.536 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.536 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.536 INFO kablam! ... Oct 13 13:13:43.536 INFO kablam! 4017 | rt_realloc_excess_unused!(rt_primes_61bytes_32align_realloc_excess_unused, 61, 32); Oct 13 13:13:43.536 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.536 INFO kablam! | Oct 13 13:13:43.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.536 INFO kablam! | Oct 13 13:13:43.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.536 INFO kablam! | Oct 13 13:13:43.536 INFO kablam! Oct 13 13:13:43.536 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.536 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.536 INFO kablam! | Oct 13 13:13:43.536 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.536 INFO kablam! | ^^^^^ Oct 13 13:13:43.536 INFO kablam! ... Oct 13 13:13:43.536 INFO kablam! 4030 | rt_realloc_excess_unused!(rt_primes_96bytes_32align_realloc_excess_unused, 96, 32); Oct 13 13:13:43.536 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.536 INFO kablam! | Oct 13 13:13:43.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.536 INFO kablam! | Oct 13 13:13:43.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.536 INFO kablam! | Oct 13 13:13:43.536 INFO kablam! Oct 13 13:13:43.536 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.536 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.536 INFO kablam! | Oct 13 13:13:43.536 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.536 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.536 INFO kablam! ... Oct 13 13:13:43.536 INFO kablam! 4030 | rt_realloc_excess_unused!(rt_primes_96bytes_32align_realloc_excess_unused, 96, 32); Oct 13 13:13:43.536 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.536 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:225:26 Oct 13 13:13:43.537 INFO kablam! | Oct 13 13:13:43.537 INFO kablam! 225 | 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! 4030 | rt_realloc_excess_unused!(rt_primes_96bytes_32align_realloc_excess_unused, 96, 32); 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.544 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.544 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.544 INFO kablam! | Oct 13 13:13:43.544 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.544 INFO kablam! | ^^^^^ Oct 13 13:13:43.544 INFO kablam! ... Oct 13 13:13:43.544 INFO kablam! 4043 | rt_realloc_excess_unused!(rt_primes_127bytes_32align_realloc_excess_unused, 127, 32); Oct 13 13:13:43.544 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.544 INFO kablam! | Oct 13 13:13:43.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.544 INFO kablam! | Oct 13 13:13:43.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.544 INFO kablam! | Oct 13 13:13:43.544 INFO kablam! Oct 13 13:13:43.544 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.544 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.544 INFO kablam! | Oct 13 13:13:43.544 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.544 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.544 INFO kablam! ... Oct 13 13:13:43.544 INFO kablam! 4043 | rt_realloc_excess_unused!(rt_primes_127bytes_32align_realloc_excess_unused, 127, 32); Oct 13 13:13:43.544 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.544 INFO kablam! Oct 13 13:13:43.544 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.544 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.544 INFO kablam! | Oct 13 13:13:43.544 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.544 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.544 INFO kablam! ... Oct 13 13:13:43.544 INFO kablam! 4043 | rt_realloc_excess_unused!(rt_primes_127bytes_32align_realloc_excess_unused, 127, 32); Oct 13 13:13:43.544 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.544 INFO kablam! | Oct 13 13:13:43.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.544 INFO kablam! | Oct 13 13:13:43.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.544 INFO kablam! | Oct 13 13:13:43.544 INFO kablam! Oct 13 13:13:43.544 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.544 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.544 INFO kablam! | Oct 13 13:13:43.544 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.544 INFO kablam! | ^^^^^ Oct 13 13:13:43.544 INFO kablam! ... Oct 13 13:13:43.545 INFO kablam! 4056 | rt_realloc_excess_unused!(rt_primes_257bytes_32align_realloc_excess_unused, 257, 32); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.545 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.545 INFO kablam! | Oct 13 13:13:43.545 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.545 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.545 INFO kablam! ... Oct 13 13:13:43.545 INFO kablam! 4056 | rt_realloc_excess_unused!(rt_primes_257bytes_32align_realloc_excess_unused, 257, 32); 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! 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:225:26 Oct 13 13:13:43.545 INFO kablam! | Oct 13 13:13:43.545 INFO kablam! 225 | 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! 4056 | rt_realloc_excess_unused!(rt_primes_257bytes_32align_realloc_excess_unused, 257, 32); 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:216:36 Oct 13 13:13:43.545 INFO kablam! | Oct 13 13:13:43.545 INFO kablam! 216 | 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! 4069 | rt_realloc_excess_unused!(rt_primes_509bytes_32align_realloc_excess_unused, 509, 32); 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.547 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.547 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.547 INFO kablam! | Oct 13 13:13:43.547 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.547 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.547 INFO kablam! ... Oct 13 13:13:43.547 INFO kablam! 4069 | rt_realloc_excess_unused!(rt_primes_509bytes_32align_realloc_excess_unused, 509, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.547 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.547 INFO kablam! | Oct 13 13:13:43.547 INFO kablam! 225 | 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! 4069 | rt_realloc_excess_unused!(rt_primes_509bytes_32align_realloc_excess_unused, 509, 32); 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:216:36 Oct 13 13:13:43.547 INFO kablam! | Oct 13 13:13:43.547 INFO kablam! 216 | 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! 4082 | rt_realloc_excess_unused!(rt_primes_1021bytes_32align_realloc_excess_unused, 1021, 32); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.547 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.547 INFO kablam! | Oct 13 13:13:43.547 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.547 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.547 INFO kablam! ... Oct 13 13:13:43.547 INFO kablam! 4082 | rt_realloc_excess_unused!(rt_primes_1021bytes_32align_realloc_excess_unused, 1021, 32); 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.556 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.556 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.556 INFO kablam! | Oct 13 13:13:43.556 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.556 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.556 INFO kablam! ... Oct 13 13:13:43.556 INFO kablam! 4082 | rt_realloc_excess_unused!(rt_primes_1021bytes_32align_realloc_excess_unused, 1021, 32); Oct 13 13:13:43.556 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.556 INFO kablam! | Oct 13 13:13:43.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.556 INFO kablam! | Oct 13 13:13:43.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.556 INFO kablam! | Oct 13 13:13:43.556 INFO kablam! Oct 13 13:13:43.556 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.556 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.556 INFO kablam! | Oct 13 13:13:43.556 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.556 INFO kablam! | ^^^^^ Oct 13 13:13:43.556 INFO kablam! ... Oct 13 13:13:43.556 INFO kablam! 4095 | rt_realloc_excess_unused!(rt_primes_2039bytes_32align_realloc_excess_unused, 2039, 32); Oct 13 13:13:43.556 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.556 INFO kablam! | Oct 13 13:13:43.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.556 INFO kablam! | Oct 13 13:13:43.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.556 INFO kablam! | Oct 13 13:13:43.556 INFO kablam! Oct 13 13:13:43.556 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.556 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.556 INFO kablam! | Oct 13 13:13:43.556 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.556 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.556 INFO kablam! ... Oct 13 13:13:43.556 INFO kablam! 4095 | rt_realloc_excess_unused!(rt_primes_2039bytes_32align_realloc_excess_unused, 2039, 32); Oct 13 13:13:43.556 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.556 INFO kablam! Oct 13 13:13:43.556 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.556 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.556 INFO kablam! | Oct 13 13:13:43.556 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.556 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.556 INFO kablam! ... Oct 13 13:13:43.556 INFO kablam! 4095 | rt_realloc_excess_unused!(rt_primes_2039bytes_32align_realloc_excess_unused, 2039, 32); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.557 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.557 INFO kablam! | Oct 13 13:13:43.557 INFO kablam! 216 | let ptr = Jemalloc.alloc(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! 4108 | rt_realloc_excess_unused!(rt_primes_4093bytes_32align_realloc_excess_unused, 4093, 32); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.557 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.557 INFO kablam! | Oct 13 13:13:43.557 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.557 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.557 INFO kablam! ... Oct 13 13:13:43.557 INFO kablam! 4108 | rt_realloc_excess_unused!(rt_primes_4093bytes_32align_realloc_excess_unused, 4093, 32); 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! 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:225:26 Oct 13 13:13:43.557 INFO kablam! | Oct 13 13:13:43.557 INFO kablam! 225 | 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! 4108 | rt_realloc_excess_unused!(rt_primes_4093bytes_32align_realloc_excess_unused, 4093, 32); 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.584 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.584 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.584 INFO kablam! | Oct 13 13:13:43.584 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.584 INFO kablam! | ^^^^^ Oct 13 13:13:43.584 INFO kablam! ... Oct 13 13:13:43.584 INFO kablam! 4121 | rt_realloc_excess_unused!(rt_primes_8191bytes_32align_realloc_excess_unused, 8191, 32); Oct 13 13:13:43.584 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.584 INFO kablam! | Oct 13 13:13:43.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.584 INFO kablam! | Oct 13 13:13:43.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.584 INFO kablam! | Oct 13 13:13:43.584 INFO kablam! Oct 13 13:13:43.584 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.584 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.584 INFO kablam! | Oct 13 13:13:43.584 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.584 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.584 INFO kablam! ... Oct 13 13:13:43.584 INFO kablam! 4121 | rt_realloc_excess_unused!(rt_primes_8191bytes_32align_realloc_excess_unused, 8191, 32); Oct 13 13:13:43.584 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.584 INFO kablam! Oct 13 13:13:43.584 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.584 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.584 INFO kablam! | Oct 13 13:13:43.584 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.584 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.584 INFO kablam! ... Oct 13 13:13:43.584 INFO kablam! 4121 | rt_realloc_excess_unused!(rt_primes_8191bytes_32align_realloc_excess_unused, 8191, 32); Oct 13 13:13:43.584 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.584 INFO kablam! | Oct 13 13:13:43.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.584 INFO kablam! | Oct 13 13:13:43.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.584 INFO kablam! | Oct 13 13:13:43.584 INFO kablam! Oct 13 13:13:43.584 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.584 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.585 INFO kablam! | ^^^^^ Oct 13 13:13:43.585 INFO kablam! ... Oct 13 13:13:43.585 INFO kablam! 4134 | rt_realloc_excess_unused!(rt_primes_16381bytes_32align_realloc_excess_unused, 16381, 32); Oct 13 13:13:43.585 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 INFO kablam! Oct 13 13:13:43.585 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.585 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.585 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.585 INFO kablam! ... Oct 13 13:13:43.585 INFO kablam! 4134 | rt_realloc_excess_unused!(rt_primes_16381bytes_32align_realloc_excess_unused, 16381, 32); Oct 13 13:13:43.585 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.585 INFO kablam! Oct 13 13:13:43.585 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.585 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.585 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.585 INFO kablam! ... Oct 13 13:13:43.585 INFO kablam! 4134 | rt_realloc_excess_unused!(rt_primes_16381bytes_32align_realloc_excess_unused, 16381, 32); Oct 13 13:13:43.585 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 INFO kablam! Oct 13 13:13:43.585 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.585 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.585 INFO kablam! | ^^^^^ Oct 13 13:13:43.585 INFO kablam! ... Oct 13 13:13:43.585 INFO kablam! 4147 | rt_realloc_excess_unused!(rt_primes_32749bytes_32align_realloc_excess_unused, 32749, 32); Oct 13 13:13:43.585 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 INFO kablam! Oct 13 13:13:43.585 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.585 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.585 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.585 INFO kablam! ... Oct 13 13:13:43.585 INFO kablam! 4147 | rt_realloc_excess_unused!(rt_primes_32749bytes_32align_realloc_excess_unused, 32749, 32); Oct 13 13:13:43.585 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.585 INFO kablam! Oct 13 13:13:43.585 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.585 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.585 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.585 INFO kablam! ... Oct 13 13:13:43.585 INFO kablam! 4147 | rt_realloc_excess_unused!(rt_primes_32749bytes_32align_realloc_excess_unused, 32749, 32); Oct 13 13:13:43.585 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 INFO kablam! Oct 13 13:13:43.585 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.585 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.585 INFO kablam! | ^^^^^ Oct 13 13:13:43.585 INFO kablam! ... Oct 13 13:13:43.585 INFO kablam! 4160 | rt_realloc_excess_unused!(rt_primes_65537bytes_32align_realloc_excess_unused, 65537, 32); Oct 13 13:13:43.585 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.585 INFO kablam! | Oct 13 13:13:43.585 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.586 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.586 INFO kablam! | Oct 13 13:13:43.586 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.586 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.586 INFO kablam! ... Oct 13 13:13:43.586 INFO kablam! 4160 | rt_realloc_excess_unused!(rt_primes_65537bytes_32align_realloc_excess_unused, 65537, 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! 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:225:26 Oct 13 13:13:43.586 INFO kablam! | Oct 13 13:13:43.586 INFO kablam! 225 | 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! 4160 | rt_realloc_excess_unused!(rt_primes_65537bytes_32align_realloc_excess_unused, 65537, 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:216:36 Oct 13 13:13:43.586 INFO kablam! | Oct 13 13:13:43.586 INFO kablam! 216 | 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! 4173 | rt_realloc_excess_unused!(rt_primes_131071bytes_32align_realloc_excess_unused, 131071, 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.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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.589 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.589 INFO kablam! | Oct 13 13:13:43.589 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.589 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.589 INFO kablam! ... Oct 13 13:13:43.589 INFO kablam! 4173 | rt_realloc_excess_unused!(rt_primes_131071bytes_32align_realloc_excess_unused, 131071, 32); Oct 13 13:13:43.590 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.590 INFO kablam! Oct 13 13:13:43.590 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.590 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.590 INFO kablam! | Oct 13 13:13:43.590 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.590 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.590 INFO kablam! ... Oct 13 13:13:43.590 INFO kablam! 4173 | rt_realloc_excess_unused!(rt_primes_131071bytes_32align_realloc_excess_unused, 131071, 32); Oct 13 13:13:43.590 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.590 INFO kablam! | Oct 13 13:13:43.590 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.590 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.590 INFO kablam! | Oct 13 13:13:43.590 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.590 INFO kablam! | Oct 13 13:13:43.590 INFO kablam! Oct 13 13:13:43.590 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.590 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:43.590 INFO kablam! | Oct 13 13:13:43.590 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.590 INFO kablam! | ^^^^^ Oct 13 13:13:43.590 INFO kablam! ... Oct 13 13:13:43.590 INFO kablam! 4186 | rt_realloc_excess_unused!(rt_primes_4194301bytes_32align_realloc_excess_unused, 4194301, 32); Oct 13 13:13:43.590 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.590 INFO kablam! | Oct 13 13:13:43.590 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.590 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.590 INFO kablam! | Oct 13 13:13:43.590 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.590 INFO kablam! | Oct 13 13:13:43.590 INFO kablam! Oct 13 13:13:43.590 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.590 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:43.590 INFO kablam! | Oct 13 13:13:43.590 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:43.590 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.590 INFO kablam! ... Oct 13 13:13:43.590 INFO kablam! 4186 | rt_realloc_excess_unused!(rt_primes_4194301bytes_32align_realloc_excess_unused, 4194301, 32); Oct 13 13:13:43.590 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.590 INFO kablam! Oct 13 13:13:43.590 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.590 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:43.590 INFO kablam! | Oct 13 13:13:43.590 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.590 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.590 INFO kablam! ... Oct 13 13:13:43.590 INFO kablam! 4186 | rt_realloc_excess_unused!(rt_primes_4194301bytes_32align_realloc_excess_unused, 4194301, 32); Oct 13 13:13:43.590 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.590 INFO kablam! | Oct 13 13:13:43.590 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.590 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.590 INFO kablam! | Oct 13 13:13:43.590 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.590 INFO kablam! | Oct 13 13:13:43.590 INFO kablam! Oct 13 13:13:43.590 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.590 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.590 INFO kablam! | Oct 13 13:13:43.590 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.590 INFO kablam! | ^^^^^ Oct 13 13:13:43.590 INFO kablam! ... Oct 13 13:13:43.590 INFO kablam! 267 | rt_realloc_excess_used!(rt_pow2_1bytes_1align_realloc_excess_used, 1, 1); Oct 13 13:13:43.590 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.590 INFO kablam! | Oct 13 13:13:43.590 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.590 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.590 INFO kablam! | Oct 13 13:13:43.590 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.590 INFO kablam! | Oct 13 13:13:43.590 INFO kablam! Oct 13 13:13:43.590 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.590 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.590 INFO kablam! | Oct 13 13:13:43.590 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.590 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.590 INFO kablam! ... Oct 13 13:13:43.590 INFO kablam! 267 | rt_realloc_excess_used!(rt_pow2_1bytes_1align_realloc_excess_used, 1, 1); Oct 13 13:13:43.590 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.590 INFO kablam! Oct 13 13:13:43.596 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.596 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.596 INFO kablam! | Oct 13 13:13:43.596 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.596 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.596 INFO kablam! ... Oct 13 13:13:43.596 INFO kablam! 267 | rt_realloc_excess_used!(rt_pow2_1bytes_1align_realloc_excess_used, 1, 1); Oct 13 13:13:43.596 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.596 INFO kablam! | Oct 13 13:13:43.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.596 INFO kablam! | Oct 13 13:13:43.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.596 INFO kablam! | Oct 13 13:13:43.596 INFO kablam! Oct 13 13:13:43.596 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.596 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.596 INFO kablam! | Oct 13 13:13:43.596 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.596 INFO kablam! | ^^^^^ Oct 13 13:13:43.596 INFO kablam! ... Oct 13 13:13:43.596 INFO kablam! 280 | rt_realloc_excess_used!(rt_pow2_2bytes_1align_realloc_excess_used, 2, 1); Oct 13 13:13:43.596 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.596 INFO kablam! | Oct 13 13:13:43.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.596 INFO kablam! | Oct 13 13:13:43.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.596 INFO kablam! | Oct 13 13:13:43.596 INFO kablam! Oct 13 13:13:43.596 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.596 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.596 INFO kablam! | Oct 13 13:13:43.596 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.596 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.596 INFO kablam! ... Oct 13 13:13:43.596 INFO kablam! 280 | rt_realloc_excess_used!(rt_pow2_2bytes_1align_realloc_excess_used, 2, 1); Oct 13 13:13:43.596 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.596 INFO kablam! Oct 13 13:13:43.596 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.596 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.596 INFO kablam! | Oct 13 13:13:43.596 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.596 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.596 INFO kablam! ... Oct 13 13:13:43.596 INFO kablam! 280 | rt_realloc_excess_used!(rt_pow2_2bytes_1align_realloc_excess_used, 2, 1); Oct 13 13:13:43.596 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.596 INFO kablam! | Oct 13 13:13:43.596 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.602 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.602 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.602 INFO kablam! | Oct 13 13:13:43.602 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.602 INFO kablam! | ^^^^^ Oct 13 13:13:43.602 INFO kablam! ... Oct 13 13:13:43.602 INFO kablam! 293 | rt_realloc_excess_used!(rt_pow2_4bytes_1align_realloc_excess_used, 4, 1); 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.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.602 INFO kablam! | Oct 13 13:13:43.602 INFO kablam! Oct 13 13:13:43.608 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.608 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.608 INFO kablam! | Oct 13 13:13:43.608 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.608 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.608 INFO kablam! ... Oct 13 13:13:43.608 INFO kablam! 293 | rt_realloc_excess_used!(rt_pow2_4bytes_1align_realloc_excess_used, 4, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.609 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.609 INFO kablam! | Oct 13 13:13:43.609 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.609 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.609 INFO kablam! ... Oct 13 13:13:43.609 INFO kablam! 293 | rt_realloc_excess_used!(rt_pow2_4bytes_1align_realloc_excess_used, 4, 1); 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:237:36 Oct 13 13:13:43.609 INFO kablam! | Oct 13 13:13:43.609 INFO kablam! 237 | 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! 306 | rt_realloc_excess_used!(rt_pow2_8bytes_1align_realloc_excess_used, 8, 1); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.609 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.609 INFO kablam! | Oct 13 13:13:43.609 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.609 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.609 INFO kablam! ... Oct 13 13:13:43.609 INFO kablam! 306 | rt_realloc_excess_used!(rt_pow2_8bytes_1align_realloc_excess_used, 8, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.609 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.609 INFO kablam! | Oct 13 13:13:43.609 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.609 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.609 INFO kablam! ... Oct 13 13:13:43.609 INFO kablam! 306 | rt_realloc_excess_used!(rt_pow2_8bytes_1align_realloc_excess_used, 8, 1); 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.612 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.612 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.612 INFO kablam! | Oct 13 13:13:43.612 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.612 INFO kablam! | ^^^^^ Oct 13 13:13:43.612 INFO kablam! ... Oct 13 13:13:43.612 INFO kablam! 319 | rt_realloc_excess_used!(rt_pow2_16bytes_1align_realloc_excess_used, 16, 1); Oct 13 13:13:43.612 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.612 INFO kablam! | Oct 13 13:13:43.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.612 INFO kablam! | Oct 13 13:13:43.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.612 INFO kablam! | Oct 13 13:13:43.613 INFO kablam! Oct 13 13:13:43.613 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.613 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.613 INFO kablam! | Oct 13 13:13:43.613 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.613 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.613 INFO kablam! ... Oct 13 13:13:43.613 INFO kablam! 319 | rt_realloc_excess_used!(rt_pow2_16bytes_1align_realloc_excess_used, 16, 1); 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.615 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.615 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.616 INFO kablam! | Oct 13 13:13:43.616 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_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! 319 | rt_realloc_excess_used!(rt_pow2_16bytes_1align_realloc_excess_used, 16, 1); 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:237:36 Oct 13 13:13:43.616 INFO kablam! | Oct 13 13:13:43.616 INFO kablam! 237 | 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! 332 | rt_realloc_excess_used!(rt_pow2_32bytes_1align_realloc_excess_used, 32, 1); 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.624 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.624 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.624 INFO kablam! | Oct 13 13:13:43.624 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.624 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.624 INFO kablam! ... Oct 13 13:13:43.624 INFO kablam! 332 | rt_realloc_excess_used!(rt_pow2_32bytes_1align_realloc_excess_used, 32, 1); Oct 13 13:13:43.624 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.624 INFO kablam! Oct 13 13:13:43.624 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.624 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.624 INFO kablam! | Oct 13 13:13:43.624 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.624 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.624 INFO kablam! ... Oct 13 13:13:43.624 INFO kablam! 332 | rt_realloc_excess_used!(rt_pow2_32bytes_1align_realloc_excess_used, 32, 1); Oct 13 13:13:43.624 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.624 INFO kablam! | Oct 13 13:13:43.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.624 INFO kablam! | Oct 13 13:13:43.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.624 INFO kablam! | Oct 13 13:13:43.624 INFO kablam! Oct 13 13:13:43.624 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.624 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.624 INFO kablam! | Oct 13 13:13:43.624 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.624 INFO kablam! | ^^^^^ Oct 13 13:13:43.624 INFO kablam! ... Oct 13 13:13:43.624 INFO kablam! 345 | rt_realloc_excess_used!(rt_pow2_64bytes_1align_realloc_excess_used, 64, 1); Oct 13 13:13:43.624 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.624 INFO kablam! | Oct 13 13:13:43.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.624 INFO kablam! | Oct 13 13:13:43.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.624 INFO kablam! | Oct 13 13:13:43.624 INFO kablam! Oct 13 13:13:43.624 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.624 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.624 INFO kablam! | Oct 13 13:13:43.624 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.624 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.624 INFO kablam! ... Oct 13 13:13:43.624 INFO kablam! 345 | rt_realloc_excess_used!(rt_pow2_64bytes_1align_realloc_excess_used, 64, 1); Oct 13 13:13:43.624 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.624 INFO kablam! Oct 13 13:13:43.625 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.625 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.625 INFO kablam! | Oct 13 13:13:43.625 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.625 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.626 INFO kablam! ... Oct 13 13:13:43.626 INFO kablam! 345 | rt_realloc_excess_used!(rt_pow2_64bytes_1align_realloc_excess_used, 64, 1); 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.632 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.632 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.632 INFO kablam! | Oct 13 13:13:43.632 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.632 INFO kablam! | ^^^^^ Oct 13 13:13:43.632 INFO kablam! ... Oct 13 13:13:43.632 INFO kablam! 358 | rt_realloc_excess_used!(rt_pow2_128bytes_1align_realloc_excess_used, 128, 1); Oct 13 13:13:43.632 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.632 INFO kablam! | Oct 13 13:13:43.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.632 INFO kablam! | Oct 13 13:13:43.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.632 INFO kablam! | Oct 13 13:13:43.632 INFO kablam! Oct 13 13:13:43.632 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.632 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.632 INFO kablam! | Oct 13 13:13:43.632 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.632 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.632 INFO kablam! ... Oct 13 13:13:43.632 INFO kablam! 358 | rt_realloc_excess_used!(rt_pow2_128bytes_1align_realloc_excess_used, 128, 1); Oct 13 13:13:43.632 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.632 INFO kablam! Oct 13 13:13:43.632 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.632 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.632 INFO kablam! | Oct 13 13:13:43.632 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.632 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.632 INFO kablam! ... Oct 13 13:13:43.632 INFO kablam! 358 | rt_realloc_excess_used!(rt_pow2_128bytes_1align_realloc_excess_used, 128, 1); Oct 13 13:13:43.632 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.632 INFO kablam! | Oct 13 13:13:43.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.632 INFO kablam! | Oct 13 13:13:43.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.632 INFO kablam! | Oct 13 13:13:43.632 INFO kablam! Oct 13 13:13:43.632 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.632 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.632 INFO kablam! | Oct 13 13:13:43.632 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.632 INFO kablam! | ^^^^^ Oct 13 13:13:43.632 INFO kablam! ... Oct 13 13:13:43.632 INFO kablam! 371 | rt_realloc_excess_used!(rt_pow2_256bytes_1align_realloc_excess_used, 256, 1); Oct 13 13:13:43.632 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.632 INFO kablam! | Oct 13 13:13:43.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.632 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.633 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.633 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.633 INFO kablam! | Oct 13 13:13:43.633 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.633 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.633 INFO kablam! ... Oct 13 13:13:43.633 INFO kablam! 371 | rt_realloc_excess_used!(rt_pow2_256bytes_1align_realloc_excess_used, 256, 1); 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! 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:247:26 Oct 13 13:13:43.633 INFO kablam! | Oct 13 13:13:43.633 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_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! 371 | rt_realloc_excess_used!(rt_pow2_256bytes_1align_realloc_excess_used, 256, 1); 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.633 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.633 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.633 INFO kablam! | Oct 13 13:13:43.633 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.633 INFO kablam! | ^^^^^ Oct 13 13:13:43.633 INFO kablam! ... Oct 13 13:13:43.633 INFO kablam! 384 | rt_realloc_excess_used!(rt_pow2_512bytes_1align_realloc_excess_used, 512, 1); 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.638 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.638 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.638 INFO kablam! | Oct 13 13:13:43.638 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.638 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.638 INFO kablam! ... Oct 13 13:13:43.638 INFO kablam! 384 | rt_realloc_excess_used!(rt_pow2_512bytes_1align_realloc_excess_used, 512, 1); 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! 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:247:26 Oct 13 13:13:43.638 INFO kablam! | Oct 13 13:13:43.638 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_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! 384 | rt_realloc_excess_used!(rt_pow2_512bytes_1align_realloc_excess_used, 512, 1); 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.638 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.638 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.638 INFO kablam! | Oct 13 13:13:43.638 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.638 INFO kablam! | ^^^^^ Oct 13 13:13:43.638 INFO kablam! ... Oct 13 13:13:43.638 INFO kablam! 397 | rt_realloc_excess_used!(rt_pow2_1024bytes_1align_realloc_excess_used, 1024, 1); 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.638 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.638 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.638 INFO kablam! | Oct 13 13:13:43.638 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.638 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.638 INFO kablam! ... Oct 13 13:13:43.638 INFO kablam! 397 | rt_realloc_excess_used!(rt_pow2_1024bytes_1align_realloc_excess_used, 1024, 1); 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.644 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.644 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.644 INFO kablam! | Oct 13 13:13:43.644 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.644 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.644 INFO kablam! ... Oct 13 13:13:43.644 INFO kablam! 397 | rt_realloc_excess_used!(rt_pow2_1024bytes_1align_realloc_excess_used, 1024, 1); Oct 13 13:13:43.644 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.644 INFO kablam! | Oct 13 13:13:43.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.644 INFO kablam! | Oct 13 13:13:43.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.644 INFO kablam! | Oct 13 13:13:43.644 INFO kablam! Oct 13 13:13:43.644 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.644 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.644 INFO kablam! | Oct 13 13:13:43.644 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.644 INFO kablam! | ^^^^^ Oct 13 13:13:43.644 INFO kablam! ... Oct 13 13:13:43.644 INFO kablam! 410 | rt_realloc_excess_used!(rt_pow2_2048bytes_1align_realloc_excess_used, 2048, 1); Oct 13 13:13:43.644 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.644 INFO kablam! | Oct 13 13:13:43.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.644 INFO kablam! | Oct 13 13:13:43.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.644 INFO kablam! | Oct 13 13:13:43.644 INFO kablam! Oct 13 13:13:43.644 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.644 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.644 INFO kablam! | Oct 13 13:13:43.644 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.644 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.644 INFO kablam! ... Oct 13 13:13:43.644 INFO kablam! 410 | rt_realloc_excess_used!(rt_pow2_2048bytes_1align_realloc_excess_used, 2048, 1); Oct 13 13:13:43.644 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.644 INFO kablam! Oct 13 13:13:43.644 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.644 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.644 INFO kablam! | Oct 13 13:13:43.644 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.644 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.644 INFO kablam! ... Oct 13 13:13:43.645 INFO kablam! 410 | rt_realloc_excess_used!(rt_pow2_2048bytes_1align_realloc_excess_used, 2048, 1); 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:237:36 Oct 13 13:13:43.648 INFO kablam! | Oct 13 13:13:43.648 INFO kablam! 237 | let ptr = Jemalloc.alloc(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! 423 | rt_realloc_excess_used!(rt_pow2_4096bytes_1align_realloc_excess_used, 4096, 1); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.648 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.648 INFO kablam! | Oct 13 13:13:43.648 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.648 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.648 INFO kablam! ... Oct 13 13:13:43.648 INFO kablam! 423 | rt_realloc_excess_used!(rt_pow2_4096bytes_1align_realloc_excess_used, 4096, 1); 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.652 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.652 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.652 INFO kablam! | Oct 13 13:13:43.652 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.652 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.652 INFO kablam! ... Oct 13 13:13:43.652 INFO kablam! 423 | rt_realloc_excess_used!(rt_pow2_4096bytes_1align_realloc_excess_used, 4096, 1); Oct 13 13:13:43.652 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.652 INFO kablam! | Oct 13 13:13:43.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.652 INFO kablam! | Oct 13 13:13:43.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.652 INFO kablam! | Oct 13 13:13:43.652 INFO kablam! Oct 13 13:13:43.652 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.652 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.652 INFO kablam! | Oct 13 13:13:43.652 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.652 INFO kablam! | ^^^^^ Oct 13 13:13:43.652 INFO kablam! ... Oct 13 13:13:43.652 INFO kablam! 436 | rt_realloc_excess_used!(rt_pow2_8192bytes_1align_realloc_excess_used, 8192, 1); Oct 13 13:13:43.652 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.652 INFO kablam! | Oct 13 13:13:43.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.652 INFO kablam! | Oct 13 13:13:43.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.652 INFO kablam! | Oct 13 13:13:43.652 INFO kablam! Oct 13 13:13:43.652 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.652 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.652 INFO kablam! | Oct 13 13:13:43.652 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.652 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.652 INFO kablam! ... Oct 13 13:13:43.652 INFO kablam! 436 | rt_realloc_excess_used!(rt_pow2_8192bytes_1align_realloc_excess_used, 8192, 1); Oct 13 13:13:43.652 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.652 INFO kablam! Oct 13 13:13:43.652 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.652 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.652 INFO kablam! | Oct 13 13:13:43.652 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.652 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.652 INFO kablam! ... Oct 13 13:13:43.652 INFO kablam! 436 | rt_realloc_excess_used!(rt_pow2_8192bytes_1align_realloc_excess_used, 8192, 1); Oct 13 13:13:43.652 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.652 INFO kablam! | Oct 13 13:13:43.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.652 INFO kablam! | Oct 13 13:13:43.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.653 INFO kablam! | Oct 13 13:13:43.653 INFO kablam! Oct 13 13:13:43.655 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.655 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.655 INFO kablam! | Oct 13 13:13:43.655 INFO kablam! 237 | let ptr = Jemalloc.alloc(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! 449 | rt_realloc_excess_used!(rt_pow2_16384bytes_1align_realloc_excess_used, 16384, 1); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.656 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.656 INFO kablam! | Oct 13 13:13:43.656 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.656 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.656 INFO kablam! ... Oct 13 13:13:43.656 INFO kablam! 449 | rt_realloc_excess_used!(rt_pow2_16384bytes_1align_realloc_excess_used, 16384, 1); 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! 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:247:26 Oct 13 13:13:43.656 INFO kablam! | Oct 13 13:13:43.656 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_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! 449 | rt_realloc_excess_used!(rt_pow2_16384bytes_1align_realloc_excess_used, 16384, 1); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.656 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.656 INFO kablam! | Oct 13 13:13:43.656 INFO kablam! 237 | let ptr = Jemalloc.alloc(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! 462 | rt_realloc_excess_used!(rt_pow2_32768bytes_1align_realloc_excess_used, 32768, 1); 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.660 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.660 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.660 INFO kablam! | Oct 13 13:13:43.660 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.660 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.660 INFO kablam! ... Oct 13 13:13:43.660 INFO kablam! 462 | rt_realloc_excess_used!(rt_pow2_32768bytes_1align_realloc_excess_used, 32768, 1); Oct 13 13:13:43.660 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.660 INFO kablam! Oct 13 13:13:43.660 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.660 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.660 INFO kablam! | Oct 13 13:13:43.660 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.660 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.660 INFO kablam! ... Oct 13 13:13:43.660 INFO kablam! 462 | rt_realloc_excess_used!(rt_pow2_32768bytes_1align_realloc_excess_used, 32768, 1); Oct 13 13:13:43.660 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.660 INFO kablam! | Oct 13 13:13:43.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.660 INFO kablam! | Oct 13 13:13:43.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.660 INFO kablam! | Oct 13 13:13:43.660 INFO kablam! Oct 13 13:13:43.660 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.660 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.660 INFO kablam! | Oct 13 13:13:43.660 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.660 INFO kablam! | ^^^^^ Oct 13 13:13:43.660 INFO kablam! ... Oct 13 13:13:43.660 INFO kablam! 475 | rt_realloc_excess_used!(rt_pow2_65536bytes_1align_realloc_excess_used, 65536, 1); Oct 13 13:13:43.660 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.660 INFO kablam! | Oct 13 13:13:43.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.660 INFO kablam! | Oct 13 13:13:43.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.660 INFO kablam! | Oct 13 13:13:43.660 INFO kablam! Oct 13 13:13:43.660 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.660 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.660 INFO kablam! | Oct 13 13:13:43.660 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.660 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.660 INFO kablam! ... Oct 13 13:13:43.660 INFO kablam! 475 | rt_realloc_excess_used!(rt_pow2_65536bytes_1align_realloc_excess_used, 65536, 1); Oct 13 13:13:43.660 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.660 INFO kablam! Oct 13 13:13:43.660 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.660 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.660 INFO kablam! | Oct 13 13:13:43.661 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.661 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.661 INFO kablam! ... Oct 13 13:13:43.661 INFO kablam! 475 | rt_realloc_excess_used!(rt_pow2_65536bytes_1align_realloc_excess_used, 65536, 1); 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.665 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.665 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.665 INFO kablam! | Oct 13 13:13:43.665 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.665 INFO kablam! | ^^^^^ Oct 13 13:13:43.665 INFO kablam! ... Oct 13 13:13:43.665 INFO kablam! 488 | rt_realloc_excess_used!(rt_pow2_131072bytes_1align_realloc_excess_used, 131072, 1); Oct 13 13:13:43.665 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.666 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.666 INFO kablam! | Oct 13 13:13:43.666 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.666 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.666 INFO kablam! ... Oct 13 13:13:43.666 INFO kablam! 488 | rt_realloc_excess_used!(rt_pow2_131072bytes_1align_realloc_excess_used, 131072, 1); 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! 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:247:26 Oct 13 13:13:43.666 INFO kablam! | Oct 13 13:13:43.666 INFO kablam! 247 | 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! 488 | rt_realloc_excess_used!(rt_pow2_131072bytes_1align_realloc_excess_used, 131072, 1); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.666 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.666 INFO kablam! | Oct 13 13:13:43.666 INFO kablam! 237 | let ptr = Jemalloc.alloc(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! 501 | rt_realloc_excess_used!(rt_pow2_4194304bytes_1align_realloc_excess_used, 4194304, 1); 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.671 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.671 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.671 INFO kablam! | Oct 13 13:13:43.671 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.671 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.671 INFO kablam! ... Oct 13 13:13:43.671 INFO kablam! 501 | rt_realloc_excess_used!(rt_pow2_4194304bytes_1align_realloc_excess_used, 4194304, 1); Oct 13 13:13:43.671 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.671 INFO kablam! Oct 13 13:13:43.671 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.671 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.671 INFO kablam! | Oct 13 13:13:43.671 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.671 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.671 INFO kablam! ... Oct 13 13:13:43.671 INFO kablam! 501 | rt_realloc_excess_used!(rt_pow2_4194304bytes_1align_realloc_excess_used, 4194304, 1); Oct 13 13:13:43.671 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.671 INFO kablam! | Oct 13 13:13:43.671 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.671 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.671 INFO kablam! | Oct 13 13:13:43.671 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.671 INFO kablam! | Oct 13 13:13:43.671 INFO kablam! Oct 13 13:13:43.671 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.671 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.671 INFO kablam! | Oct 13 13:13:43.671 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.671 INFO kablam! | ^^^^^ Oct 13 13:13:43.671 INFO kablam! ... Oct 13 13:13:43.671 INFO kablam! 515 | rt_realloc_excess_used!(rt_even_10bytes_1align_realloc_excess_used, 10, 1); Oct 13 13:13:43.671 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.671 INFO kablam! | Oct 13 13:13:43.671 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.671 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.671 INFO kablam! | Oct 13 13:13:43.671 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.671 INFO kablam! | Oct 13 13:13:43.671 INFO kablam! Oct 13 13:13:43.671 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.671 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.671 INFO kablam! | Oct 13 13:13:43.671 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.671 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.671 INFO kablam! ... Oct 13 13:13:43.671 INFO kablam! 515 | rt_realloc_excess_used!(rt_even_10bytes_1align_realloc_excess_used, 10, 1); Oct 13 13:13:43.671 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.671 INFO kablam! Oct 13 13:13:43.671 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.671 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.671 INFO kablam! | Oct 13 13:13:43.671 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.671 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.671 INFO kablam! ... Oct 13 13:13:43.671 INFO kablam! 515 | rt_realloc_excess_used!(rt_even_10bytes_1align_realloc_excess_used, 10, 1); Oct 13 13:13:43.671 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.671 INFO kablam! | Oct 13 13:13:43.671 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.671 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.671 INFO kablam! | Oct 13 13:13:43.671 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.671 INFO kablam! | Oct 13 13:13:43.671 INFO kablam! Oct 13 13:13:43.671 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.671 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.671 INFO kablam! | Oct 13 13:13:43.671 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.671 INFO kablam! | ^^^^^ Oct 13 13:13:43.671 INFO kablam! ... Oct 13 13:13:43.671 INFO kablam! 528 | rt_realloc_excess_used!(rt_even_100bytes_1align_realloc_excess_used, 100, 1); Oct 13 13:13:43.671 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.671 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.672 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.672 INFO kablam! | Oct 13 13:13:43.672 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.672 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.672 INFO kablam! ... Oct 13 13:13:43.672 INFO kablam! 528 | rt_realloc_excess_used!(rt_even_100bytes_1align_realloc_excess_used, 100, 1); 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.675 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.675 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.675 INFO kablam! | Oct 13 13:13:43.675 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.675 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.675 INFO kablam! ... Oct 13 13:13:43.675 INFO kablam! 528 | rt_realloc_excess_used!(rt_even_100bytes_1align_realloc_excess_used, 100, 1); 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:237:36 Oct 13 13:13:43.675 INFO kablam! | Oct 13 13:13:43.675 INFO kablam! 237 | 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! 541 | rt_realloc_excess_used!(rt_even_1000bytes_1align_realloc_excess_used, 1000, 1); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.675 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.675 INFO kablam! | Oct 13 13:13:43.675 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.675 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.675 INFO kablam! ... Oct 13 13:13:43.675 INFO kablam! 541 | rt_realloc_excess_used!(rt_even_1000bytes_1align_realloc_excess_used, 1000, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.675 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.675 INFO kablam! | Oct 13 13:13:43.675 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.675 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.675 INFO kablam! ... Oct 13 13:13:43.675 INFO kablam! 541 | rt_realloc_excess_used!(rt_even_1000bytes_1align_realloc_excess_used, 1000, 1); 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.680 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.680 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.680 INFO kablam! | Oct 13 13:13:43.680 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.680 INFO kablam! | ^^^^^ Oct 13 13:13:43.680 INFO kablam! ... Oct 13 13:13:43.680 INFO kablam! 554 | rt_realloc_excess_used!(rt_even_10000bytes_1align_realloc_excess_used, 10000, 1); Oct 13 13:13:43.680 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.680 INFO kablam! | Oct 13 13:13:43.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.680 INFO kablam! | Oct 13 13:13:43.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.680 INFO kablam! | Oct 13 13:13:43.680 INFO kablam! Oct 13 13:13:43.680 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.680 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.680 INFO kablam! | Oct 13 13:13:43.680 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.680 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.680 INFO kablam! ... Oct 13 13:13:43.680 INFO kablam! 554 | rt_realloc_excess_used!(rt_even_10000bytes_1align_realloc_excess_used, 10000, 1); Oct 13 13:13:43.680 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.680 INFO kablam! Oct 13 13:13:43.680 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.680 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.680 INFO kablam! | Oct 13 13:13:43.680 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.680 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.680 INFO kablam! ... Oct 13 13:13:43.680 INFO kablam! 554 | rt_realloc_excess_used!(rt_even_10000bytes_1align_realloc_excess_used, 10000, 1); Oct 13 13:13:43.680 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.680 INFO kablam! | Oct 13 13:13:43.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.680 INFO kablam! | Oct 13 13:13:43.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.680 INFO kablam! | Oct 13 13:13:43.680 INFO kablam! Oct 13 13:13:43.680 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.680 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.680 INFO kablam! | Oct 13 13:13:43.680 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.680 INFO kablam! | ^^^^^ Oct 13 13:13:43.680 INFO kablam! ... Oct 13 13:13:43.680 INFO kablam! 567 | rt_realloc_excess_used!(rt_even_100000bytes_1align_realloc_excess_used, 100000, 1); Oct 13 13:13:43.680 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.680 INFO kablam! | Oct 13 13:13:43.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.680 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.681 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.681 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.681 INFO kablam! | Oct 13 13:13:43.681 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.681 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.681 INFO kablam! ... Oct 13 13:13:43.681 INFO kablam! 567 | rt_realloc_excess_used!(rt_even_100000bytes_1align_realloc_excess_used, 100000, 1); 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! 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:247:26 Oct 13 13:13:43.681 INFO kablam! | Oct 13 13:13:43.681 INFO kablam! 247 | 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! 567 | rt_realloc_excess_used!(rt_even_100000bytes_1align_realloc_excess_used, 100000, 1); 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.684 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.684 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.684 INFO kablam! | Oct 13 13:13:43.684 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.684 INFO kablam! | ^^^^^ Oct 13 13:13:43.684 INFO kablam! ... Oct 13 13:13:43.684 INFO kablam! 580 | rt_realloc_excess_used!(rt_even_1000000bytes_1align_realloc_excess_used, 1000000, 1); Oct 13 13:13:43.684 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.684 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.685 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.685 INFO kablam! | Oct 13 13:13:43.685 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.685 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.685 INFO kablam! ... Oct 13 13:13:43.685 INFO kablam! 580 | rt_realloc_excess_used!(rt_even_1000000bytes_1align_realloc_excess_used, 1000000, 1); 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! 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:247:26 Oct 13 13:13:43.685 INFO kablam! | Oct 13 13:13:43.685 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_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! 580 | rt_realloc_excess_used!(rt_even_1000000bytes_1align_realloc_excess_used, 1000000, 1); 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.689 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.689 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.689 INFO kablam! | Oct 13 13:13:43.689 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.689 INFO kablam! | ^^^^^ Oct 13 13:13:43.689 INFO kablam! ... Oct 13 13:13:43.689 INFO kablam! 594 | rt_realloc_excess_used!(rt_odd_10bytes_1align_realloc_excess_used, 10- 1, 1); Oct 13 13:13:43.689 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.689 INFO kablam! | Oct 13 13:13:43.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.689 INFO kablam! | Oct 13 13:13:43.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.689 INFO kablam! | Oct 13 13:13:43.689 INFO kablam! Oct 13 13:13:43.689 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.689 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.689 INFO kablam! | Oct 13 13:13:43.689 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.689 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.689 INFO kablam! ... Oct 13 13:13:43.689 INFO kablam! 594 | rt_realloc_excess_used!(rt_odd_10bytes_1align_realloc_excess_used, 10- 1, 1); Oct 13 13:13:43.689 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.689 INFO kablam! Oct 13 13:13:43.689 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.689 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.689 INFO kablam! | Oct 13 13:13:43.689 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.689 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.689 INFO kablam! ... Oct 13 13:13:43.689 INFO kablam! 594 | rt_realloc_excess_used!(rt_odd_10bytes_1align_realloc_excess_used, 10- 1, 1); Oct 13 13:13:43.689 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.689 INFO kablam! | Oct 13 13:13:43.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.689 INFO kablam! | Oct 13 13:13:43.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.689 INFO kablam! | Oct 13 13:13:43.689 INFO kablam! Oct 13 13:13:43.689 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.689 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.689 INFO kablam! | Oct 13 13:13:43.689 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.689 INFO kablam! | ^^^^^ Oct 13 13:13:43.689 INFO kablam! ... Oct 13 13:13:43.689 INFO kablam! 607 | rt_realloc_excess_used!(rt_odd_100bytes_1align_realloc_excess_used, 100- 1, 1); Oct 13 13:13:43.689 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.689 INFO kablam! | Oct 13 13:13:43.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.689 INFO kablam! | Oct 13 13:13:43.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.689 INFO kablam! | Oct 13 13:13:43.689 INFO kablam! Oct 13 13:13:43.689 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.689 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.689 INFO kablam! | Oct 13 13:13:43.690 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.690 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.690 INFO kablam! ... Oct 13 13:13:43.690 INFO kablam! 607 | rt_realloc_excess_used!(rt_odd_100bytes_1align_realloc_excess_used, 100- 1, 1); 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! 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:247:26 Oct 13 13:13:43.690 INFO kablam! | Oct 13 13:13:43.690 INFO kablam! 247 | 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! 607 | rt_realloc_excess_used!(rt_odd_100bytes_1align_realloc_excess_used, 100- 1, 1); 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:237:36 Oct 13 13:13:43.690 INFO kablam! | Oct 13 13:13:43.690 INFO kablam! 237 | 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! 620 | rt_realloc_excess_used!(rt_odd_1000bytes_1align_realloc_excess_used, 1000- 1, 1); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.690 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.690 INFO kablam! | Oct 13 13:13:43.690 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.690 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.690 INFO kablam! ... Oct 13 13:13:43.690 INFO kablam! 620 | rt_realloc_excess_used!(rt_odd_1000bytes_1align_realloc_excess_used, 1000- 1, 1); 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.695 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.695 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.695 INFO kablam! | Oct 13 13:13:43.695 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.695 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.695 INFO kablam! ... Oct 13 13:13:43.695 INFO kablam! 620 | rt_realloc_excess_used!(rt_odd_1000bytes_1align_realloc_excess_used, 1000- 1, 1); Oct 13 13:13:43.695 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.695 INFO kablam! | Oct 13 13:13:43.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.695 INFO kablam! | Oct 13 13:13:43.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.695 INFO kablam! | Oct 13 13:13:43.695 INFO kablam! Oct 13 13:13:43.695 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.695 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.695 INFO kablam! | Oct 13 13:13:43.695 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.695 INFO kablam! | ^^^^^ Oct 13 13:13:43.695 INFO kablam! ... Oct 13 13:13:43.695 INFO kablam! 633 | rt_realloc_excess_used!(rt_odd_10000bytes_1align_realloc_excess_used, 10000- 1, 1); Oct 13 13:13:43.695 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.695 INFO kablam! | Oct 13 13:13:43.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.695 INFO kablam! | Oct 13 13:13:43.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.695 INFO kablam! | Oct 13 13:13:43.695 INFO kablam! Oct 13 13:13:43.695 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.695 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.695 INFO kablam! | Oct 13 13:13:43.696 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.696 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.696 INFO kablam! ... Oct 13 13:13:43.696 INFO kablam! 633 | rt_realloc_excess_used!(rt_odd_10000bytes_1align_realloc_excess_used, 10000- 1, 1); 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! 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:247:26 Oct 13 13:13:43.696 INFO kablam! | Oct 13 13:13:43.696 INFO kablam! 247 | 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.696 INFO kablam! 633 | rt_realloc_excess_used!(rt_odd_10000bytes_1align_realloc_excess_used, 10000- 1, 1); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.696 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.696 INFO kablam! | Oct 13 13:13:43.696 INFO kablam! 237 | let ptr = Jemalloc.alloc(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! 646 | rt_realloc_excess_used!(rt_odd_100000bytes_1align_realloc_excess_used, 100000- 1, 1); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.696 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.696 INFO kablam! | Oct 13 13:13:43.696 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.696 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.696 INFO kablam! ... Oct 13 13:13:43.696 INFO kablam! 646 | rt_realloc_excess_used!(rt_odd_100000bytes_1align_realloc_excess_used, 100000- 1, 1); 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.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.704 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.704 INFO kablam! | Oct 13 13:13:43.704 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.704 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.704 INFO kablam! ... Oct 13 13:13:43.704 INFO kablam! 646 | rt_realloc_excess_used!(rt_odd_100000bytes_1align_realloc_excess_used, 100000- 1, 1); Oct 13 13:13:43.704 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.704 INFO kablam! | Oct 13 13:13:43.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.704 INFO kablam! | Oct 13 13:13:43.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.704 INFO kablam! | Oct 13 13:13:43.704 INFO kablam! Oct 13 13:13:43.704 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.704 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.704 INFO kablam! | Oct 13 13:13:43.704 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.704 INFO kablam! | ^^^^^ Oct 13 13:13:43.704 INFO kablam! ... Oct 13 13:13:43.704 INFO kablam! 659 | rt_realloc_excess_used!(rt_odd_1000000bytes_1align_realloc_excess_used, 1000000- 1, 1); Oct 13 13:13:43.704 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.704 INFO kablam! | Oct 13 13:13:43.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.704 INFO kablam! | Oct 13 13:13:43.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.704 INFO kablam! | Oct 13 13:13:43.704 INFO kablam! Oct 13 13:13:43.704 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.704 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.704 INFO kablam! | Oct 13 13:13:43.704 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.704 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.704 INFO kablam! ... Oct 13 13:13:43.704 INFO kablam! 659 | rt_realloc_excess_used!(rt_odd_1000000bytes_1align_realloc_excess_used, 1000000- 1, 1); Oct 13 13:13:43.704 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.704 INFO kablam! Oct 13 13:13:43.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.704 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.704 INFO kablam! | Oct 13 13:13:43.704 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.704 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.704 INFO kablam! ... Oct 13 13:13:43.704 INFO kablam! 659 | rt_realloc_excess_used!(rt_odd_1000000bytes_1align_realloc_excess_used, 1000000- 1, 1); Oct 13 13:13:43.704 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! Oct 13 13:13:43.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.705 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.705 INFO kablam! | ^^^^^ Oct 13 13:13:43.705 INFO kablam! ... Oct 13 13:13:43.705 INFO kablam! 673 | rt_realloc_excess_used!(rt_primes_3bytes_1align_realloc_excess_used, 3, 1); Oct 13 13:13:43.705 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! Oct 13 13:13:43.705 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.705 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.705 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.705 INFO kablam! ... Oct 13 13:13:43.705 INFO kablam! 673 | rt_realloc_excess_used!(rt_primes_3bytes_1align_realloc_excess_used, 3, 1); Oct 13 13:13:43.705 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.705 INFO kablam! Oct 13 13:13:43.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.705 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.705 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.705 INFO kablam! ... Oct 13 13:13:43.705 INFO kablam! 673 | rt_realloc_excess_used!(rt_primes_3bytes_1align_realloc_excess_used, 3, 1); Oct 13 13:13:43.705 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! Oct 13 13:13:43.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.705 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.705 INFO kablam! | ^^^^^ Oct 13 13:13:43.705 INFO kablam! ... Oct 13 13:13:43.705 INFO kablam! 686 | rt_realloc_excess_used!(rt_primes_7bytes_1align_realloc_excess_used, 7, 1); Oct 13 13:13:43.705 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! Oct 13 13:13:43.705 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.705 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.705 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.705 INFO kablam! ... Oct 13 13:13:43.705 INFO kablam! 686 | rt_realloc_excess_used!(rt_primes_7bytes_1align_realloc_excess_used, 7, 1); Oct 13 13:13:43.705 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.705 INFO kablam! Oct 13 13:13:43.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.705 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.705 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.705 INFO kablam! ... Oct 13 13:13:43.705 INFO kablam! 686 | rt_realloc_excess_used!(rt_primes_7bytes_1align_realloc_excess_used, 7, 1); Oct 13 13:13:43.705 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.705 INFO kablam! | Oct 13 13:13:43.705 INFO kablam! Oct 13 13:13:43.712 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.712 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.712 INFO kablam! | Oct 13 13:13:43.712 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.712 INFO kablam! | ^^^^^ Oct 13 13:13:43.712 INFO kablam! ... Oct 13 13:13:43.712 INFO kablam! 699 | rt_realloc_excess_used!(rt_primes_13bytes_1align_realloc_excess_used, 13, 1); Oct 13 13:13:43.712 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.712 INFO kablam! | Oct 13 13:13:43.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.713 INFO kablam! | Oct 13 13:13:43.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.713 INFO kablam! | Oct 13 13:13:43.713 INFO kablam! Oct 13 13:13:43.713 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.713 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.713 INFO kablam! | Oct 13 13:13:43.713 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.713 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.713 INFO kablam! ... Oct 13 13:13:43.713 INFO kablam! 699 | rt_realloc_excess_used!(rt_primes_13bytes_1align_realloc_excess_used, 13, 1); Oct 13 13:13:43.713 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.713 INFO kablam! Oct 13 13:13:43.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.713 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.713 INFO kablam! | Oct 13 13:13:43.713 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.713 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.713 INFO kablam! ... Oct 13 13:13:43.713 INFO kablam! 699 | rt_realloc_excess_used!(rt_primes_13bytes_1align_realloc_excess_used, 13, 1); Oct 13 13:13:43.713 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.713 INFO kablam! | Oct 13 13:13:43.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.713 INFO kablam! | Oct 13 13:13:43.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.713 INFO kablam! | Oct 13 13:13:43.713 INFO kablam! Oct 13 13:13:43.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.713 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.713 INFO kablam! | Oct 13 13:13:43.713 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.713 INFO kablam! | ^^^^^ Oct 13 13:13:43.713 INFO kablam! ... Oct 13 13:13:43.713 INFO kablam! 712 | rt_realloc_excess_used!(rt_primes_17bytes_1align_realloc_excess_used, 17, 1); Oct 13 13:13:43.713 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.713 INFO kablam! | Oct 13 13:13:43.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.713 INFO kablam! | Oct 13 13:13:43.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.713 INFO kablam! | Oct 13 13:13:43.713 INFO kablam! Oct 13 13:13:43.713 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.713 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.713 INFO kablam! | Oct 13 13:13:43.713 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.713 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.713 INFO kablam! ... Oct 13 13:13:43.713 INFO kablam! 712 | rt_realloc_excess_used!(rt_primes_17bytes_1align_realloc_excess_used, 17, 1); Oct 13 13:13:43.713 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.713 INFO kablam! Oct 13 13:13:43.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.713 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.713 INFO kablam! | Oct 13 13:13:43.713 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.713 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.713 INFO kablam! ... Oct 13 13:13:43.713 INFO kablam! 712 | rt_realloc_excess_used!(rt_primes_17bytes_1align_realloc_excess_used, 17, 1); Oct 13 13:13:43.713 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.713 INFO kablam! | Oct 13 13:13:43.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.713 INFO kablam! | Oct 13 13:13:43.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.713 INFO kablam! | Oct 13 13:13:43.713 INFO kablam! Oct 13 13:13:43.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.713 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.713 INFO kablam! | Oct 13 13:13:43.713 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.713 INFO kablam! | ^^^^^ Oct 13 13:13:43.713 INFO kablam! ... Oct 13 13:13:43.713 INFO kablam! 725 | rt_realloc_excess_used!(rt_primes_31bytes_1align_realloc_excess_used, 31, 1); Oct 13 13:13:43.713 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.714 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.714 INFO kablam! | Oct 13 13:13:43.714 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.714 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.714 INFO kablam! ... Oct 13 13:13:43.714 INFO kablam! 725 | rt_realloc_excess_used!(rt_primes_31bytes_1align_realloc_excess_used, 31, 1); 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! 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:247:26 Oct 13 13:13:43.714 INFO kablam! | Oct 13 13:13:43.714 INFO kablam! 247 | 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! 725 | rt_realloc_excess_used!(rt_primes_31bytes_1align_realloc_excess_used, 31, 1); 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.724 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.724 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.724 INFO kablam! | Oct 13 13:13:43.724 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.724 INFO kablam! | ^^^^^ Oct 13 13:13:43.724 INFO kablam! ... Oct 13 13:13:43.724 INFO kablam! 738 | rt_realloc_excess_used!(rt_primes_61bytes_1align_realloc_excess_used, 61, 1); Oct 13 13:13:43.724 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.724 INFO kablam! | Oct 13 13:13:43.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.724 INFO kablam! | Oct 13 13:13:43.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.724 INFO kablam! | Oct 13 13:13:43.724 INFO kablam! Oct 13 13:13:43.724 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.724 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.724 INFO kablam! | Oct 13 13:13:43.724 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.724 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.724 INFO kablam! ... Oct 13 13:13:43.724 INFO kablam! 738 | rt_realloc_excess_used!(rt_primes_61bytes_1align_realloc_excess_used, 61, 1); Oct 13 13:13:43.724 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.724 INFO kablam! Oct 13 13:13:43.724 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.724 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.724 INFO kablam! | Oct 13 13:13:43.724 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.724 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.724 INFO kablam! ... Oct 13 13:13:43.724 INFO kablam! 738 | rt_realloc_excess_used!(rt_primes_61bytes_1align_realloc_excess_used, 61, 1); Oct 13 13:13:43.724 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.724 INFO kablam! | Oct 13 13:13:43.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.724 INFO kablam! | Oct 13 13:13:43.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.724 INFO kablam! | Oct 13 13:13:43.724 INFO kablam! Oct 13 13:13:43.724 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.724 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.724 INFO kablam! | Oct 13 13:13:43.724 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.724 INFO kablam! | ^^^^^ Oct 13 13:13:43.724 INFO kablam! ... Oct 13 13:13:43.724 INFO kablam! 751 | rt_realloc_excess_used!(rt_primes_96bytes_1align_realloc_excess_used, 96, 1); Oct 13 13:13:43.724 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! Oct 13 13:13:43.725 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.725 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.725 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.725 INFO kablam! ... Oct 13 13:13:43.725 INFO kablam! 751 | rt_realloc_excess_used!(rt_primes_96bytes_1align_realloc_excess_used, 96, 1); Oct 13 13:13:43.725 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.725 INFO kablam! Oct 13 13:13:43.725 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.725 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.725 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.725 INFO kablam! ... Oct 13 13:13:43.725 INFO kablam! 751 | rt_realloc_excess_used!(rt_primes_96bytes_1align_realloc_excess_used, 96, 1); Oct 13 13:13:43.725 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! Oct 13 13:13:43.725 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.725 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.725 INFO kablam! | ^^^^^ Oct 13 13:13:43.725 INFO kablam! ... Oct 13 13:13:43.725 INFO kablam! 764 | rt_realloc_excess_used!(rt_primes_127bytes_1align_realloc_excess_used, 127, 1); Oct 13 13:13:43.725 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! Oct 13 13:13:43.725 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.725 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.725 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.725 INFO kablam! ... Oct 13 13:13:43.725 INFO kablam! 764 | rt_realloc_excess_used!(rt_primes_127bytes_1align_realloc_excess_used, 127, 1); Oct 13 13:13:43.725 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.725 INFO kablam! Oct 13 13:13:43.725 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.725 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.725 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.725 INFO kablam! ... Oct 13 13:13:43.725 INFO kablam! 764 | rt_realloc_excess_used!(rt_primes_127bytes_1align_realloc_excess_used, 127, 1); Oct 13 13:13:43.725 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! Oct 13 13:13:43.725 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.725 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.725 INFO kablam! | ^^^^^ Oct 13 13:13:43.725 INFO kablam! ... Oct 13 13:13:43.725 INFO kablam! 777 | rt_realloc_excess_used!(rt_primes_257bytes_1align_realloc_excess_used, 257, 1); Oct 13 13:13:43.725 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! Oct 13 13:13:43.725 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.725 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.725 INFO kablam! | Oct 13 13:13:43.725 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.726 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.726 INFO kablam! ... Oct 13 13:13:43.726 INFO kablam! 777 | rt_realloc_excess_used!(rt_primes_257bytes_1align_realloc_excess_used, 257, 1); 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! 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:247:26 Oct 13 13:13:43.726 INFO kablam! | Oct 13 13:13:43.726 INFO kablam! 247 | 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! 777 | rt_realloc_excess_used!(rt_primes_257bytes_1align_realloc_excess_used, 257, 1); 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.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:237:36 Oct 13 13:13:43.730 INFO kablam! | Oct 13 13:13:43.730 INFO kablam! 237 | let ptr = Jemalloc.alloc(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! 790 | rt_realloc_excess_used!(rt_primes_509bytes_1align_realloc_excess_used, 509, 1); 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.730 INFO kablam! | Oct 13 13:13:43.730 INFO kablam! Oct 13 13:13:43.730 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.730 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.730 INFO kablam! | Oct 13 13:13:43.730 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.730 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.730 INFO kablam! ... Oct 13 13:13:43.730 INFO kablam! 790 | rt_realloc_excess_used!(rt_primes_509bytes_1align_realloc_excess_used, 509, 1); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.730 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.730 INFO kablam! | Oct 13 13:13:43.730 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.730 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.730 INFO kablam! ... Oct 13 13:13:43.730 INFO kablam! 790 | rt_realloc_excess_used!(rt_primes_509bytes_1align_realloc_excess_used, 509, 1); 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.730 INFO kablam! | Oct 13 13:13:43.730 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:237:36 Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.739 INFO kablam! | ^^^^^ Oct 13 13:13:43.739 INFO kablam! ... Oct 13 13:13:43.739 INFO kablam! 803 | rt_realloc_excess_used!(rt_primes_1021bytes_1align_realloc_excess_used, 1021, 1); Oct 13 13:13:43.739 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! Oct 13 13:13:43.739 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.739 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.739 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.739 INFO kablam! ... Oct 13 13:13:43.739 INFO kablam! 803 | rt_realloc_excess_used!(rt_primes_1021bytes_1align_realloc_excess_used, 1021, 1); Oct 13 13:13:43.739 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.739 INFO kablam! Oct 13 13:13:43.739 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.739 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.739 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.739 INFO kablam! ... Oct 13 13:13:43.739 INFO kablam! 803 | rt_realloc_excess_used!(rt_primes_1021bytes_1align_realloc_excess_used, 1021, 1); Oct 13 13:13:43.739 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! Oct 13 13:13:43.739 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.739 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.739 INFO kablam! | ^^^^^ Oct 13 13:13:43.739 INFO kablam! ... Oct 13 13:13:43.739 INFO kablam! 816 | rt_realloc_excess_used!(rt_primes_2039bytes_1align_realloc_excess_used, 2039, 1); Oct 13 13:13:43.739 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! Oct 13 13:13:43.739 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.739 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.739 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.739 INFO kablam! ... Oct 13 13:13:43.739 INFO kablam! 816 | rt_realloc_excess_used!(rt_primes_2039bytes_1align_realloc_excess_used, 2039, 1); Oct 13 13:13:43.739 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.739 INFO kablam! Oct 13 13:13:43.739 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.739 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.739 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.739 INFO kablam! ... Oct 13 13:13:43.739 INFO kablam! 816 | rt_realloc_excess_used!(rt_primes_2039bytes_1align_realloc_excess_used, 2039, 1); Oct 13 13:13:43.739 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! Oct 13 13:13:43.739 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.739 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.739 INFO kablam! | ^^^^^ Oct 13 13:13:43.739 INFO kablam! ... Oct 13 13:13:43.739 INFO kablam! 829 | rt_realloc_excess_used!(rt_primes_4093bytes_1align_realloc_excess_used, 4093, 1); Oct 13 13:13:43.739 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.739 INFO kablam! Oct 13 13:13:43.739 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.739 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.739 INFO kablam! | Oct 13 13:13:43.740 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.740 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.740 INFO kablam! ... Oct 13 13:13:43.740 INFO kablam! 829 | rt_realloc_excess_used!(rt_primes_4093bytes_1align_realloc_excess_used, 4093, 1); Oct 13 13:13:43.740 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.740 INFO kablam! Oct 13 13:13:43.740 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.740 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.740 INFO kablam! | Oct 13 13:13:43.740 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.740 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.740 INFO kablam! ... Oct 13 13:13:43.740 INFO kablam! 829 | rt_realloc_excess_used!(rt_primes_4093bytes_1align_realloc_excess_used, 4093, 1); Oct 13 13:13:43.740 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.740 INFO kablam! | Oct 13 13:13:43.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.740 INFO kablam! | Oct 13 13:13:43.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.740 INFO kablam! | Oct 13 13:13:43.740 INFO kablam! Oct 13 13:13:43.740 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.740 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.740 INFO kablam! | Oct 13 13:13:43.740 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.740 INFO kablam! | ^^^^^ Oct 13 13:13:43.740 INFO kablam! ... Oct 13 13:13:43.740 INFO kablam! 842 | rt_realloc_excess_used!(rt_primes_8191bytes_1align_realloc_excess_used, 8191, 1); Oct 13 13:13:43.740 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.740 INFO kablam! | Oct 13 13:13:43.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.740 INFO kablam! | Oct 13 13:13:43.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.740 INFO kablam! | Oct 13 13:13:43.740 INFO kablam! Oct 13 13:13:43.740 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.740 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.740 INFO kablam! | Oct 13 13:13:43.740 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.740 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.740 INFO kablam! ... Oct 13 13:13:43.740 INFO kablam! 842 | rt_realloc_excess_used!(rt_primes_8191bytes_1align_realloc_excess_used, 8191, 1); Oct 13 13:13:43.740 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.740 INFO kablam! Oct 13 13:13:43.740 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.740 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.740 INFO kablam! | Oct 13 13:13:43.740 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.740 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.740 INFO kablam! ... Oct 13 13:13:43.740 INFO kablam! 842 | rt_realloc_excess_used!(rt_primes_8191bytes_1align_realloc_excess_used, 8191, 1); Oct 13 13:13:43.740 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.740 INFO kablam! | Oct 13 13:13:43.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.740 INFO kablam! | Oct 13 13:13:43.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.740 INFO kablam! | Oct 13 13:13:43.740 INFO kablam! Oct 13 13:13:43.740 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.740 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.740 INFO kablam! | Oct 13 13:13:43.740 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.740 INFO kablam! | ^^^^^ Oct 13 13:13:43.740 INFO kablam! ... Oct 13 13:13:43.740 INFO kablam! 855 | rt_realloc_excess_used!(rt_primes_16381bytes_1align_realloc_excess_used, 16381, 1); Oct 13 13:13:43.740 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.740 INFO kablam! | Oct 13 13:13:43.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.740 INFO kablam! | Oct 13 13:13:43.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.740 INFO kablam! | Oct 13 13:13:43.740 INFO kablam! Oct 13 13:13:43.740 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.740 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.740 INFO kablam! | Oct 13 13:13:43.740 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.740 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.740 INFO kablam! ... Oct 13 13:13:43.740 INFO kablam! 855 | rt_realloc_excess_used!(rt_primes_16381bytes_1align_realloc_excess_used, 16381, 1); Oct 13 13:13:43.740 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.740 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.748 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.748 INFO kablam! | Oct 13 13:13:43.748 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.748 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.748 INFO kablam! ... Oct 13 13:13:43.748 INFO kablam! 855 | rt_realloc_excess_used!(rt_primes_16381bytes_1align_realloc_excess_used, 16381, 1); Oct 13 13:13:43.748 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.748 INFO kablam! | Oct 13 13:13:43.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.748 INFO kablam! | Oct 13 13:13:43.748 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.748 INFO kablam! | Oct 13 13:13:43.748 INFO kablam! Oct 13 13:13:43.748 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.748 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.748 INFO kablam! | Oct 13 13:13:43.748 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.748 INFO kablam! | ^^^^^ Oct 13 13:13:43.748 INFO kablam! ... Oct 13 13:13:43.748 INFO kablam! 868 | rt_realloc_excess_used!(rt_primes_32749bytes_1align_realloc_excess_used, 32749, 1); Oct 13 13:13:43.748 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.748 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.749 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.749 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! Oct 13 13:13:43.749 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.749 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.749 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.749 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.749 INFO kablam! ... Oct 13 13:13:43.749 INFO kablam! 868 | rt_realloc_excess_used!(rt_primes_32749bytes_1align_realloc_excess_used, 32749, 1); Oct 13 13:13:43.749 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.749 INFO kablam! Oct 13 13:13:43.749 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.749 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.749 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.749 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.749 INFO kablam! ... Oct 13 13:13:43.749 INFO kablam! 868 | rt_realloc_excess_used!(rt_primes_32749bytes_1align_realloc_excess_used, 32749, 1); Oct 13 13:13:43.749 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.749 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.749 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.749 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! Oct 13 13:13:43.749 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.749 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.749 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.749 INFO kablam! | ^^^^^ Oct 13 13:13:43.749 INFO kablam! ... Oct 13 13:13:43.749 INFO kablam! 881 | rt_realloc_excess_used!(rt_primes_65537bytes_1align_realloc_excess_used, 65537, 1); Oct 13 13:13:43.749 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.749 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.749 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.749 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! Oct 13 13:13:43.749 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.749 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.749 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.749 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.749 INFO kablam! ... Oct 13 13:13:43.749 INFO kablam! 881 | rt_realloc_excess_used!(rt_primes_65537bytes_1align_realloc_excess_used, 65537, 1); Oct 13 13:13:43.749 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.749 INFO kablam! Oct 13 13:13:43.749 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.749 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.749 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.749 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.749 INFO kablam! ... Oct 13 13:13:43.749 INFO kablam! 881 | rt_realloc_excess_used!(rt_primes_65537bytes_1align_realloc_excess_used, 65537, 1); Oct 13 13:13:43.749 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.749 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.749 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.749 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! Oct 13 13:13:43.749 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.749 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.749 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.749 INFO kablam! | ^^^^^ Oct 13 13:13:43.749 INFO kablam! ... Oct 13 13:13:43.749 INFO kablam! 894 | rt_realloc_excess_used!(rt_primes_131071bytes_1align_realloc_excess_used, 131071, 1); Oct 13 13:13:43.749 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.749 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.749 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.749 INFO kablam! | Oct 13 13:13:43.749 INFO kablam! Oct 13 13:13:43.760 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.760 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.760 INFO kablam! | Oct 13 13:13:43.760 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.760 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.760 INFO kablam! ... Oct 13 13:13:43.760 INFO kablam! 894 | rt_realloc_excess_used!(rt_primes_131071bytes_1align_realloc_excess_used, 131071, 1); Oct 13 13:13:43.760 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.760 INFO kablam! Oct 13 13:13:43.760 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.760 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.761 INFO kablam! | Oct 13 13:13:43.761 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.761 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.761 INFO kablam! ... Oct 13 13:13:43.761 INFO kablam! 894 | rt_realloc_excess_used!(rt_primes_131071bytes_1align_realloc_excess_used, 131071, 1); Oct 13 13:13:43.761 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.761 INFO kablam! | Oct 13 13:13:43.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.761 INFO kablam! | Oct 13 13:13:43.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.761 INFO kablam! | Oct 13 13:13:43.761 INFO kablam! Oct 13 13:13:43.761 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.761 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.761 INFO kablam! | Oct 13 13:13:43.761 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.761 INFO kablam! | ^^^^^ Oct 13 13:13:43.761 INFO kablam! ... Oct 13 13:13:43.761 INFO kablam! 907 | rt_realloc_excess_used!(rt_primes_4194301bytes_1align_realloc_excess_used, 4194301, 1); Oct 13 13:13:43.761 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.761 INFO kablam! | Oct 13 13:13:43.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.761 INFO kablam! | Oct 13 13:13:43.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.761 INFO kablam! | Oct 13 13:13:43.761 INFO kablam! Oct 13 13:13:43.762 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.762 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.762 INFO kablam! | Oct 13 13:13:43.762 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.762 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.762 INFO kablam! ... Oct 13 13:13:43.762 INFO kablam! 907 | rt_realloc_excess_used!(rt_primes_4194301bytes_1align_realloc_excess_used, 4194301, 1); Oct 13 13:13:43.762 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.762 INFO kablam! Oct 13 13:13:43.762 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.762 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.762 INFO kablam! | Oct 13 13:13:43.762 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.762 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.762 INFO kablam! ... Oct 13 13:13:43.762 INFO kablam! 907 | rt_realloc_excess_used!(rt_primes_4194301bytes_1align_realloc_excess_used, 4194301, 1); Oct 13 13:13:43.762 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.762 INFO kablam! | Oct 13 13:13:43.762 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.762 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.762 INFO kablam! | Oct 13 13:13:43.762 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.762 INFO kablam! | Oct 13 13:13:43.762 INFO kablam! Oct 13 13:13:43.763 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.763 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.763 INFO kablam! | Oct 13 13:13:43.763 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.763 INFO kablam! | ^^^^^ Oct 13 13:13:43.763 INFO kablam! ... Oct 13 13:13:43.763 INFO kablam! 923 | rt_realloc_excess_used!(rt_pow2_1bytes_2align_realloc_excess_used, 1, 2); Oct 13 13:13:43.763 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.763 INFO kablam! | Oct 13 13:13:43.763 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.763 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.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.773 INFO kablam! | Oct 13 13:13:43.773 INFO kablam! Oct 13 13:13:43.773 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.773 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.773 INFO kablam! | Oct 13 13:13:43.773 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.773 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.773 INFO kablam! ... Oct 13 13:13:43.773 INFO kablam! 923 | rt_realloc_excess_used!(rt_pow2_1bytes_2align_realloc_excess_used, 1, 2); Oct 13 13:13:43.773 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.773 INFO kablam! Oct 13 13:13:43.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.773 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.773 INFO kablam! | Oct 13 13:13:43.773 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.773 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.773 INFO kablam! ... Oct 13 13:13:43.773 INFO kablam! 923 | rt_realloc_excess_used!(rt_pow2_1bytes_2align_realloc_excess_used, 1, 2); Oct 13 13:13:43.773 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.773 INFO kablam! | Oct 13 13:13:43.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.773 INFO kablam! | Oct 13 13:13:43.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.774 INFO kablam! | Oct 13 13:13:43.774 INFO kablam! Oct 13 13:13:43.774 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.774 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.774 INFO kablam! | Oct 13 13:13:43.774 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.774 INFO kablam! | ^^^^^ Oct 13 13:13:43.774 INFO kablam! ... Oct 13 13:13:43.774 INFO kablam! 936 | rt_realloc_excess_used!(rt_pow2_2bytes_2align_realloc_excess_used, 2, 2); Oct 13 13:13:43.774 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.774 INFO kablam! | Oct 13 13:13:43.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.774 INFO kablam! | Oct 13 13:13:43.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.774 INFO kablam! | Oct 13 13:13:43.774 INFO kablam! Oct 13 13:13:43.774 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.774 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.774 INFO kablam! | Oct 13 13:13:43.774 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.774 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.775 INFO kablam! ... Oct 13 13:13:43.777 INFO kablam! 936 | rt_realloc_excess_used!(rt_pow2_2bytes_2align_realloc_excess_used, 2, 2); Oct 13 13:13:43.782 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.782 INFO kablam! Oct 13 13:13:43.782 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.782 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.782 INFO kablam! | Oct 13 13:13:43.782 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.782 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.782 INFO kablam! ... Oct 13 13:13:43.783 INFO kablam! 936 | rt_realloc_excess_used!(rt_pow2_2bytes_2align_realloc_excess_used, 2, 2); Oct 13 13:13:43.783 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.783 INFO kablam! Oct 13 13:13:43.783 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.783 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.783 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.783 INFO kablam! | ^^^^^ Oct 13 13:13:43.783 INFO kablam! ... Oct 13 13:13:43.783 INFO kablam! 949 | rt_realloc_excess_used!(rt_pow2_4bytes_2align_realloc_excess_used, 4, 2); Oct 13 13:13:43.783 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.783 INFO kablam! Oct 13 13:13:43.783 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.783 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.783 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.783 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.783 INFO kablam! ... Oct 13 13:13:43.783 INFO kablam! 949 | rt_realloc_excess_used!(rt_pow2_4bytes_2align_realloc_excess_used, 4, 2); Oct 13 13:13:43.783 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.783 INFO kablam! Oct 13 13:13:43.783 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.783 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.783 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.783 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.783 INFO kablam! ... Oct 13 13:13:43.783 INFO kablam! 949 | rt_realloc_excess_used!(rt_pow2_4bytes_2align_realloc_excess_used, 4, 2); Oct 13 13:13:43.783 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.783 INFO kablam! Oct 13 13:13:43.783 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.783 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.783 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.783 INFO kablam! | ^^^^^ Oct 13 13:13:43.783 INFO kablam! ... Oct 13 13:13:43.783 INFO kablam! 962 | rt_realloc_excess_used!(rt_pow2_8bytes_2align_realloc_excess_used, 8, 2); Oct 13 13:13:43.783 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.783 INFO kablam! Oct 13 13:13:43.783 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.783 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.783 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.783 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.783 INFO kablam! ... Oct 13 13:13:43.783 INFO kablam! 962 | rt_realloc_excess_used!(rt_pow2_8bytes_2align_realloc_excess_used, 8, 2); Oct 13 13:13:43.783 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.783 INFO kablam! Oct 13 13:13:43.783 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.783 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.783 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.783 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.783 INFO kablam! ... Oct 13 13:13:43.783 INFO kablam! 962 | rt_realloc_excess_used!(rt_pow2_8bytes_2align_realloc_excess_used, 8, 2); Oct 13 13:13:43.783 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.783 INFO kablam! | Oct 13 13:13:43.784 INFO kablam! Oct 13 13:13:43.784 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.784 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.784 INFO kablam! | Oct 13 13:13:43.784 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.784 INFO kablam! | ^^^^^ Oct 13 13:13:43.784 INFO kablam! ... Oct 13 13:13:43.784 INFO kablam! 975 | rt_realloc_excess_used!(rt_pow2_16bytes_2align_realloc_excess_used, 16, 2); Oct 13 13:13:43.784 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.784 INFO kablam! | Oct 13 13:13:43.784 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.784 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.784 INFO kablam! | Oct 13 13:13:43.784 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.784 INFO kablam! | Oct 13 13:13:43.784 INFO kablam! Oct 13 13:13:43.784 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.784 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.784 INFO kablam! | Oct 13 13:13:43.784 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.784 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.784 INFO kablam! ... Oct 13 13:13:43.784 INFO kablam! 975 | rt_realloc_excess_used!(rt_pow2_16bytes_2align_realloc_excess_used, 16, 2); Oct 13 13:13:43.784 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.784 INFO kablam! Oct 13 13:13:43.784 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.784 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.784 INFO kablam! | Oct 13 13:13:43.784 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.784 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.784 INFO kablam! ... Oct 13 13:13:43.784 INFO kablam! 975 | rt_realloc_excess_used!(rt_pow2_16bytes_2align_realloc_excess_used, 16, 2); Oct 13 13:13:43.784 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.784 INFO kablam! | Oct 13 13:13:43.784 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.784 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.784 INFO kablam! | Oct 13 13:13:43.784 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.784 INFO kablam! | Oct 13 13:13:43.784 INFO kablam! Oct 13 13:13:43.784 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.784 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.784 INFO kablam! | Oct 13 13:13:43.784 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.784 INFO kablam! | ^^^^^ Oct 13 13:13:43.784 INFO kablam! ... Oct 13 13:13:43.784 INFO kablam! 988 | rt_realloc_excess_used!(rt_pow2_32bytes_2align_realloc_excess_used, 32, 2); Oct 13 13:13:43.784 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.784 INFO kablam! | Oct 13 13:13:43.784 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.784 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.784 INFO kablam! | Oct 13 13:13:43.784 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.784 INFO kablam! | Oct 13 13:13:43.784 INFO kablam! Oct 13 13:13:43.784 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.784 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.784 INFO kablam! | Oct 13 13:13:43.784 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.784 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.784 INFO kablam! ... Oct 13 13:13:43.784 INFO kablam! 988 | rt_realloc_excess_used!(rt_pow2_32bytes_2align_realloc_excess_used, 32, 2); Oct 13 13:13:43.784 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.784 INFO kablam! Oct 13 13:13:43.784 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.784 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.784 INFO kablam! | Oct 13 13:13:43.784 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.784 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.784 INFO kablam! ... Oct 13 13:13:43.784 INFO kablam! 988 | rt_realloc_excess_used!(rt_pow2_32bytes_2align_realloc_excess_used, 32, 2); Oct 13 13:13:43.784 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.784 INFO kablam! | Oct 13 13:13:43.784 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.784 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.784 INFO kablam! | Oct 13 13:13:43.784 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.784 INFO kablam! | Oct 13 13:13:43.784 INFO kablam! Oct 13 13:13:43.784 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.784 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.784 INFO kablam! | Oct 13 13:13:43.784 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.784 INFO kablam! | ^^^^^ Oct 13 13:13:43.785 INFO kablam! ... Oct 13 13:13:43.785 INFO kablam! 1001 | rt_realloc_excess_used!(rt_pow2_64bytes_2align_realloc_excess_used, 64, 2); Oct 13 13:13:43.785 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.785 INFO kablam! | Oct 13 13:13:43.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.785 INFO kablam! | Oct 13 13:13:43.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.785 INFO kablam! | Oct 13 13:13:43.785 INFO kablam! Oct 13 13:13:43.785 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.785 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.785 INFO kablam! | Oct 13 13:13:43.785 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.785 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.785 INFO kablam! ... Oct 13 13:13:43.785 INFO kablam! 1001 | rt_realloc_excess_used!(rt_pow2_64bytes_2align_realloc_excess_used, 64, 2); Oct 13 13:13:43.785 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.785 INFO kablam! Oct 13 13:13:43.785 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.785 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.785 INFO kablam! | Oct 13 13:13:43.785 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.785 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.785 INFO kablam! ... Oct 13 13:13:43.785 INFO kablam! 1001 | rt_realloc_excess_used!(rt_pow2_64bytes_2align_realloc_excess_used, 64, 2); Oct 13 13:13:43.785 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.785 INFO kablam! | Oct 13 13:13:43.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.785 INFO kablam! | Oct 13 13:13:43.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.785 INFO kablam! | Oct 13 13:13:43.785 INFO kablam! Oct 13 13:13:43.785 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.785 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.785 INFO kablam! | Oct 13 13:13:43.785 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.785 INFO kablam! | ^^^^^ Oct 13 13:13:43.785 INFO kablam! ... Oct 13 13:13:43.785 INFO kablam! 1014 | rt_realloc_excess_used!(rt_pow2_128bytes_2align_realloc_excess_used, 128, 2); Oct 13 13:13:43.785 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.785 INFO kablam! | Oct 13 13:13:43.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.785 INFO kablam! | Oct 13 13:13:43.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.785 INFO kablam! | Oct 13 13:13:43.785 INFO kablam! Oct 13 13:13:43.785 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.785 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.785 INFO kablam! | Oct 13 13:13:43.785 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.785 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.785 INFO kablam! ... Oct 13 13:13:43.785 INFO kablam! 1014 | rt_realloc_excess_used!(rt_pow2_128bytes_2align_realloc_excess_used, 128, 2); Oct 13 13:13:43.785 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.785 INFO kablam! Oct 13 13:13:43.785 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.785 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.785 INFO kablam! | Oct 13 13:13:43.785 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.785 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.785 INFO kablam! ... Oct 13 13:13:43.785 INFO kablam! 1014 | rt_realloc_excess_used!(rt_pow2_128bytes_2align_realloc_excess_used, 128, 2); Oct 13 13:13:43.785 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.785 INFO kablam! | Oct 13 13:13:43.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.785 INFO kablam! | Oct 13 13:13:43.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.785 INFO kablam! | Oct 13 13:13:43.785 INFO kablam! Oct 13 13:13:43.785 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.785 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.785 INFO kablam! | Oct 13 13:13:43.785 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.785 INFO kablam! | ^^^^^ Oct 13 13:13:43.785 INFO kablam! ... Oct 13 13:13:43.785 INFO kablam! 1027 | rt_realloc_excess_used!(rt_pow2_256bytes_2align_realloc_excess_used, 256, 2); Oct 13 13:13:43.785 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.785 INFO kablam! | Oct 13 13:13:43.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.786 INFO kablam! | Oct 13 13:13:43.786 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.786 INFO kablam! | Oct 13 13:13:43.786 INFO kablam! Oct 13 13:13:43.786 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.786 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.786 INFO kablam! | Oct 13 13:13:43.786 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.786 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.786 INFO kablam! ... Oct 13 13:13:43.786 INFO kablam! 1027 | rt_realloc_excess_used!(rt_pow2_256bytes_2align_realloc_excess_used, 256, 2); Oct 13 13:13:43.786 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.786 INFO kablam! Oct 13 13:13:43.786 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.786 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.786 INFO kablam! | Oct 13 13:13:43.786 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.786 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.786 INFO kablam! ... Oct 13 13:13:43.786 INFO kablam! 1027 | rt_realloc_excess_used!(rt_pow2_256bytes_2align_realloc_excess_used, 256, 2); Oct 13 13:13:43.786 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.786 INFO kablam! | Oct 13 13:13:43.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.786 INFO kablam! | Oct 13 13:13:43.786 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.786 INFO kablam! | Oct 13 13:13:43.786 INFO kablam! Oct 13 13:13:43.786 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.786 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.786 INFO kablam! | Oct 13 13:13:43.786 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.786 INFO kablam! | ^^^^^ Oct 13 13:13:43.786 INFO kablam! ... Oct 13 13:13:43.786 INFO kablam! 1040 | rt_realloc_excess_used!(rt_pow2_512bytes_2align_realloc_excess_used, 512, 2); Oct 13 13:13:43.786 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.786 INFO kablam! | Oct 13 13:13:43.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.786 INFO kablam! | Oct 13 13:13:43.786 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.786 INFO kablam! | Oct 13 13:13:43.786 INFO kablam! Oct 13 13:13:43.786 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.786 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.786 INFO kablam! | Oct 13 13:13:43.786 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.786 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.786 INFO kablam! ... Oct 13 13:13:43.786 INFO kablam! 1040 | rt_realloc_excess_used!(rt_pow2_512bytes_2align_realloc_excess_used, 512, 2); Oct 13 13:13:43.786 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.786 INFO kablam! Oct 13 13:13:43.786 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.786 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.786 INFO kablam! | Oct 13 13:13:43.786 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.786 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.786 INFO kablam! ... Oct 13 13:13:43.786 INFO kablam! 1040 | rt_realloc_excess_used!(rt_pow2_512bytes_2align_realloc_excess_used, 512, 2); Oct 13 13:13:43.786 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.786 INFO kablam! | Oct 13 13:13:43.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.786 INFO kablam! | Oct 13 13:13:43.786 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.786 INFO kablam! | Oct 13 13:13:43.786 INFO kablam! Oct 13 13:13:43.786 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.786 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.786 INFO kablam! | Oct 13 13:13:43.786 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.786 INFO kablam! | ^^^^^ Oct 13 13:13:43.786 INFO kablam! ... Oct 13 13:13:43.786 INFO kablam! 1053 | rt_realloc_excess_used!(rt_pow2_1024bytes_2align_realloc_excess_used, 1024, 2); Oct 13 13:13:43.786 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.786 INFO kablam! | Oct 13 13:13:43.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.786 INFO kablam! | Oct 13 13:13:43.786 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.786 INFO kablam! | Oct 13 13:13:43.786 INFO kablam! Oct 13 13:13:43.787 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.787 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.787 INFO kablam! | Oct 13 13:13:43.787 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.787 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.787 INFO kablam! ... Oct 13 13:13:43.787 INFO kablam! 1053 | rt_realloc_excess_used!(rt_pow2_1024bytes_2align_realloc_excess_used, 1024, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.787 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.787 INFO kablam! | Oct 13 13:13:43.787 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.787 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.787 INFO kablam! ... Oct 13 13:13:43.787 INFO kablam! 1053 | rt_realloc_excess_used!(rt_pow2_1024bytes_2align_realloc_excess_used, 1024, 2); 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.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.787 INFO kablam! | Oct 13 13:13:43.787 INFO kablam! Oct 13 13:13:43.787 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.787 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.787 INFO kablam! | Oct 13 13:13:43.787 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.787 INFO kablam! | ^^^^^ Oct 13 13:13:43.787 INFO kablam! ... Oct 13 13:13:43.787 INFO kablam! 1066 | rt_realloc_excess_used!(rt_pow2_2048bytes_2align_realloc_excess_used, 2048, 2); 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.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.787 INFO kablam! | Oct 13 13:13:43.787 INFO kablam! Oct 13 13:13:43.787 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.787 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.787 INFO kablam! | Oct 13 13:13:43.787 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.787 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.787 INFO kablam! ... Oct 13 13:13:43.787 INFO kablam! 1066 | rt_realloc_excess_used!(rt_pow2_2048bytes_2align_realloc_excess_used, 2048, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.787 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.787 INFO kablam! | Oct 13 13:13:43.787 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.787 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.787 INFO kablam! ... Oct 13 13:13:43.787 INFO kablam! 1066 | rt_realloc_excess_used!(rt_pow2_2048bytes_2align_realloc_excess_used, 2048, 2); 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.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.787 INFO kablam! | Oct 13 13:13:43.787 INFO kablam! Oct 13 13:13:43.787 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.787 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.787 INFO kablam! | Oct 13 13:13:43.787 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.787 INFO kablam! | ^^^^^ Oct 13 13:13:43.787 INFO kablam! ... Oct 13 13:13:43.787 INFO kablam! 1079 | rt_realloc_excess_used!(rt_pow2_4096bytes_2align_realloc_excess_used, 4096, 2); 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.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.787 INFO kablam! | Oct 13 13:13:43.787 INFO kablam! Oct 13 13:13:43.798 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.798 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.798 INFO kablam! | Oct 13 13:13:43.798 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.798 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.798 INFO kablam! ... Oct 13 13:13:43.798 INFO kablam! 1079 | rt_realloc_excess_used!(rt_pow2_4096bytes_2align_realloc_excess_used, 4096, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.798 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.798 INFO kablam! | Oct 13 13:13:43.798 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.798 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.798 INFO kablam! ... Oct 13 13:13:43.798 INFO kablam! 1079 | rt_realloc_excess_used!(rt_pow2_4096bytes_2align_realloc_excess_used, 4096, 2); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.798 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.798 INFO kablam! | Oct 13 13:13:43.798 INFO kablam! 237 | 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! 1092 | rt_realloc_excess_used!(rt_pow2_8192bytes_2align_realloc_excess_used, 8192, 2); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.798 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.798 INFO kablam! | Oct 13 13:13:43.798 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.798 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.798 INFO kablam! ... Oct 13 13:13:43.798 INFO kablam! 1092 | rt_realloc_excess_used!(rt_pow2_8192bytes_2align_realloc_excess_used, 8192, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.798 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.798 INFO kablam! | Oct 13 13:13:43.798 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.798 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.798 INFO kablam! ... Oct 13 13:13:43.798 INFO kablam! 1092 | rt_realloc_excess_used!(rt_pow2_8192bytes_2align_realloc_excess_used, 8192, 2); 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.799 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.799 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.799 INFO kablam! | Oct 13 13:13:43.799 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.799 INFO kablam! | ^^^^^ Oct 13 13:13:43.799 INFO kablam! ... Oct 13 13:13:43.799 INFO kablam! 1105 | rt_realloc_excess_used!(rt_pow2_16384bytes_2align_realloc_excess_used, 16384, 2); Oct 13 13:13:43.799 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.799 INFO kablam! | Oct 13 13:13:43.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.799 INFO kablam! | Oct 13 13:13:43.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.799 INFO kablam! | Oct 13 13:13:43.799 INFO kablam! Oct 13 13:13:43.799 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.799 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.799 INFO kablam! | Oct 13 13:13:43.799 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.799 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.799 INFO kablam! ... Oct 13 13:13:43.799 INFO kablam! 1105 | rt_realloc_excess_used!(rt_pow2_16384bytes_2align_realloc_excess_used, 16384, 2); Oct 13 13:13:43.799 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.799 INFO kablam! Oct 13 13:13:43.799 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.799 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.799 INFO kablam! | Oct 13 13:13:43.799 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.799 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.799 INFO kablam! ... Oct 13 13:13:43.799 INFO kablam! 1105 | rt_realloc_excess_used!(rt_pow2_16384bytes_2align_realloc_excess_used, 16384, 2); Oct 13 13:13:43.799 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.799 INFO kablam! | Oct 13 13:13:43.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.799 INFO kablam! | Oct 13 13:13:43.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.799 INFO kablam! | Oct 13 13:13:43.799 INFO kablam! Oct 13 13:13:43.799 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.799 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.799 INFO kablam! | Oct 13 13:13:43.799 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.799 INFO kablam! | ^^^^^ Oct 13 13:13:43.799 INFO kablam! ... Oct 13 13:13:43.799 INFO kablam! 1118 | rt_realloc_excess_used!(rt_pow2_32768bytes_2align_realloc_excess_used, 32768, 2); Oct 13 13:13:43.799 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.799 INFO kablam! | Oct 13 13:13:43.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.799 INFO kablam! | Oct 13 13:13:43.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.799 INFO kablam! | Oct 13 13:13:43.799 INFO kablam! Oct 13 13:13:43.799 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.799 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.799 INFO kablam! | Oct 13 13:13:43.799 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.799 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.799 INFO kablam! ... Oct 13 13:13:43.799 INFO kablam! 1118 | rt_realloc_excess_used!(rt_pow2_32768bytes_2align_realloc_excess_used, 32768, 2); Oct 13 13:13:43.799 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.799 INFO kablam! Oct 13 13:13:43.799 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.799 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.799 INFO kablam! | Oct 13 13:13:43.799 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.799 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.799 INFO kablam! ... Oct 13 13:13:43.799 INFO kablam! 1118 | rt_realloc_excess_used!(rt_pow2_32768bytes_2align_realloc_excess_used, 32768, 2); Oct 13 13:13:43.799 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.799 INFO kablam! | Oct 13 13:13:43.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.799 INFO kablam! | Oct 13 13:13:43.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.799 INFO kablam! | Oct 13 13:13:43.799 INFO kablam! Oct 13 13:13:43.799 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.799 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.799 INFO kablam! | Oct 13 13:13:43.799 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.799 INFO kablam! | ^^^^^ Oct 13 13:13:43.799 INFO kablam! ... Oct 13 13:13:43.799 INFO kablam! 1131 | rt_realloc_excess_used!(rt_pow2_65536bytes_2align_realloc_excess_used, 65536, 2); Oct 13 13:13:43.799 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.799 INFO kablam! | Oct 13 13:13:43.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.800 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.800 INFO kablam! | Oct 13 13:13:43.800 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.800 INFO kablam! | Oct 13 13:13:43.800 INFO kablam! Oct 13 13:13:43.800 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.800 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.800 INFO kablam! | Oct 13 13:13:43.800 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.800 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.800 INFO kablam! ... Oct 13 13:13:43.800 INFO kablam! 1131 | rt_realloc_excess_used!(rt_pow2_65536bytes_2align_realloc_excess_used, 65536, 2); Oct 13 13:13:43.800 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.800 INFO kablam! Oct 13 13:13:43.800 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.800 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.800 INFO kablam! | Oct 13 13:13:43.800 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.800 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.800 INFO kablam! ... Oct 13 13:13:43.800 INFO kablam! 1131 | rt_realloc_excess_used!(rt_pow2_65536bytes_2align_realloc_excess_used, 65536, 2); Oct 13 13:13:43.800 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.800 INFO kablam! | Oct 13 13:13:43.800 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.800 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.800 INFO kablam! | Oct 13 13:13:43.800 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.800 INFO kablam! | Oct 13 13:13:43.800 INFO kablam! Oct 13 13:13:43.800 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.800 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.800 INFO kablam! | Oct 13 13:13:43.800 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.800 INFO kablam! | ^^^^^ Oct 13 13:13:43.800 INFO kablam! ... Oct 13 13:13:43.800 INFO kablam! 1144 | rt_realloc_excess_used!(rt_pow2_131072bytes_2align_realloc_excess_used, 131072, 2); Oct 13 13:13:43.800 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.800 INFO kablam! | Oct 13 13:13:43.800 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.814 INFO kablam! | Oct 13 13:13:43.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.814 INFO kablam! | Oct 13 13:13:43.814 INFO kablam! Oct 13 13:13:43.814 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.814 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.814 INFO kablam! | Oct 13 13:13:43.814 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.814 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.814 INFO kablam! ... Oct 13 13:13:43.814 INFO kablam! 1144 | rt_realloc_excess_used!(rt_pow2_131072bytes_2align_realloc_excess_used, 131072, 2); Oct 13 13:13:43.814 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.814 INFO kablam! Oct 13 13:13:43.814 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.814 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.814 INFO kablam! | Oct 13 13:13:43.814 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.814 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.814 INFO kablam! ... Oct 13 13:13:43.814 INFO kablam! 1144 | rt_realloc_excess_used!(rt_pow2_131072bytes_2align_realloc_excess_used, 131072, 2); Oct 13 13:13:43.815 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! Oct 13 13:13:43.815 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.815 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.815 INFO kablam! | ^^^^^ Oct 13 13:13:43.815 INFO kablam! ... Oct 13 13:13:43.815 INFO kablam! 1157 | rt_realloc_excess_used!(rt_pow2_4194304bytes_2align_realloc_excess_used, 4194304, 2); Oct 13 13:13:43.815 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! Oct 13 13:13:43.815 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.815 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.815 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.815 INFO kablam! ... Oct 13 13:13:43.815 INFO kablam! 1157 | rt_realloc_excess_used!(rt_pow2_4194304bytes_2align_realloc_excess_used, 4194304, 2); Oct 13 13:13:43.815 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.815 INFO kablam! Oct 13 13:13:43.815 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.815 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.815 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.815 INFO kablam! ... Oct 13 13:13:43.815 INFO kablam! 1157 | rt_realloc_excess_used!(rt_pow2_4194304bytes_2align_realloc_excess_used, 4194304, 2); Oct 13 13:13:43.815 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! Oct 13 13:13:43.815 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.815 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.815 INFO kablam! | ^^^^^ Oct 13 13:13:43.815 INFO kablam! ... Oct 13 13:13:43.815 INFO kablam! 1171 | rt_realloc_excess_used!(rt_even_10bytes_2align_realloc_excess_used, 10, 2); Oct 13 13:13:43.815 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! Oct 13 13:13:43.815 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.815 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.815 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.815 INFO kablam! ... Oct 13 13:13:43.815 INFO kablam! 1171 | rt_realloc_excess_used!(rt_even_10bytes_2align_realloc_excess_used, 10, 2); Oct 13 13:13:43.815 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.815 INFO kablam! Oct 13 13:13:43.815 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.815 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.815 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.815 INFO kablam! ... Oct 13 13:13:43.815 INFO kablam! 1171 | rt_realloc_excess_used!(rt_even_10bytes_2align_realloc_excess_used, 10, 2); Oct 13 13:13:43.815 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.815 INFO kablam! | Oct 13 13:13:43.815 INFO kablam! Oct 13 13:13:43.815 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.815 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.816 INFO kablam! | Oct 13 13:13:43.816 INFO kablam! 237 | 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! 1184 | rt_realloc_excess_used!(rt_even_100bytes_2align_realloc_excess_used, 100, 2); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.816 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.816 INFO kablam! | Oct 13 13:13:43.816 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.816 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.816 INFO kablam! ... Oct 13 13:13:43.816 INFO kablam! 1184 | rt_realloc_excess_used!(rt_even_100bytes_2align_realloc_excess_used, 100, 2); 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! 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:247:26 Oct 13 13:13:43.816 INFO kablam! | Oct 13 13:13:43.816 INFO kablam! 247 | 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! 1184 | rt_realloc_excess_used!(rt_even_100bytes_2align_realloc_excess_used, 100, 2); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.816 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.818 INFO kablam! | Oct 13 13:13:43.818 INFO kablam! 237 | 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! 1197 | rt_realloc_excess_used!(rt_even_1000bytes_2align_realloc_excess_used, 1000, 2); 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.818 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.818 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.818 INFO kablam! | Oct 13 13:13:43.818 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.818 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.818 INFO kablam! ... Oct 13 13:13:43.818 INFO kablam! 1197 | rt_realloc_excess_used!(rt_even_1000bytes_2align_realloc_excess_used, 1000, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.818 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.818 INFO kablam! | Oct 13 13:13:43.818 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.818 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.818 INFO kablam! ... Oct 13 13:13:43.818 INFO kablam! 1197 | rt_realloc_excess_used!(rt_even_1000bytes_2align_realloc_excess_used, 1000, 2); 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.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:237:36 Oct 13 13:13:43.818 INFO kablam! | Oct 13 13:13:43.818 INFO kablam! 237 | 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! 1210 | rt_realloc_excess_used!(rt_even_10000bytes_2align_realloc_excess_used, 10000, 2); 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.818 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.818 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.818 INFO kablam! | Oct 13 13:13:43.818 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.818 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.818 INFO kablam! ... Oct 13 13:13:43.818 INFO kablam! 1210 | rt_realloc_excess_used!(rt_even_10000bytes_2align_realloc_excess_used, 10000, 2); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.818 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.818 INFO kablam! | Oct 13 13:13:43.818 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.819 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.819 INFO kablam! ... Oct 13 13:13:43.819 INFO kablam! 1210 | rt_realloc_excess_used!(rt_even_10000bytes_2align_realloc_excess_used, 10000, 2); Oct 13 13:13:43.819 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.819 INFO kablam! | Oct 13 13:13:43.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.819 INFO kablam! | Oct 13 13:13:43.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.819 INFO kablam! | Oct 13 13:13:43.819 INFO kablam! Oct 13 13:13:43.819 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.819 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.819 INFO kablam! | Oct 13 13:13:43.819 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.819 INFO kablam! | ^^^^^ Oct 13 13:13:43.819 INFO kablam! ... Oct 13 13:13:43.819 INFO kablam! 1223 | rt_realloc_excess_used!(rt_even_100000bytes_2align_realloc_excess_used, 100000, 2); Oct 13 13:13:43.819 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.819 INFO kablam! | Oct 13 13:13:43.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.819 INFO kablam! | Oct 13 13:13:43.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.819 INFO kablam! | Oct 13 13:13:43.819 INFO kablam! Oct 13 13:13:43.819 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.819 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.819 INFO kablam! | Oct 13 13:13:43.819 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.819 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.819 INFO kablam! ... Oct 13 13:13:43.819 INFO kablam! 1223 | rt_realloc_excess_used!(rt_even_100000bytes_2align_realloc_excess_used, 100000, 2); Oct 13 13:13:43.819 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.819 INFO kablam! Oct 13 13:13:43.819 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.819 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.819 INFO kablam! | Oct 13 13:13:43.819 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.819 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.819 INFO kablam! ... Oct 13 13:13:43.819 INFO kablam! 1223 | rt_realloc_excess_used!(rt_even_100000bytes_2align_realloc_excess_used, 100000, 2); Oct 13 13:13:43.819 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.819 INFO kablam! | Oct 13 13:13:43.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.819 INFO kablam! | Oct 13 13:13:43.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.819 INFO kablam! | Oct 13 13:13:43.819 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:237:36 Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! 237 | 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.833 INFO kablam! 1236 | rt_realloc_excess_used!(rt_even_1000000bytes_2align_realloc_excess_used, 1000000, 2); Oct 13 13:13:43.833 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! Oct 13 13:13:43.833 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.833 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.833 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.833 INFO kablam! ... Oct 13 13:13:43.833 INFO kablam! 1236 | rt_realloc_excess_used!(rt_even_1000000bytes_2align_realloc_excess_used, 1000000, 2); Oct 13 13:13:43.833 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.833 INFO kablam! Oct 13 13:13:43.833 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.833 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.833 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.833 INFO kablam! ... Oct 13 13:13:43.833 INFO kablam! 1236 | rt_realloc_excess_used!(rt_even_1000000bytes_2align_realloc_excess_used, 1000000, 2); Oct 13 13:13:43.833 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! Oct 13 13:13:43.833 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.833 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.833 INFO kablam! | ^^^^^ Oct 13 13:13:43.833 INFO kablam! ... Oct 13 13:13:43.833 INFO kablam! 1250 | rt_realloc_excess_used!(rt_odd_10bytes_2align_realloc_excess_used, 10- 1, 2); Oct 13 13:13:43.833 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! Oct 13 13:13:43.833 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.833 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.833 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.833 INFO kablam! ... Oct 13 13:13:43.833 INFO kablam! 1250 | rt_realloc_excess_used!(rt_odd_10bytes_2align_realloc_excess_used, 10- 1, 2); Oct 13 13:13:43.833 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.833 INFO kablam! Oct 13 13:13:43.833 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.833 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.833 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.833 INFO kablam! ... Oct 13 13:13:43.833 INFO kablam! 1250 | rt_realloc_excess_used!(rt_odd_10bytes_2align_realloc_excess_used, 10- 1, 2); Oct 13 13:13:43.833 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! Oct 13 13:13:43.833 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.833 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.833 INFO kablam! | ^^^^^ Oct 13 13:13:43.833 INFO kablam! ... Oct 13 13:13:43.833 INFO kablam! 1263 | rt_realloc_excess_used!(rt_odd_100bytes_2align_realloc_excess_used, 100- 1, 2); Oct 13 13:13:43.833 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.833 INFO kablam! | Oct 13 13:13:43.833 INFO kablam! Oct 13 13:13:43.833 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.834 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.834 INFO kablam! | Oct 13 13:13:43.834 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.834 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.834 INFO kablam! ... Oct 13 13:13:43.834 INFO kablam! 1263 | rt_realloc_excess_used!(rt_odd_100bytes_2align_realloc_excess_used, 100- 1, 2); Oct 13 13:13:43.834 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.834 INFO kablam! Oct 13 13:13:43.834 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.834 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.834 INFO kablam! | Oct 13 13:13:43.834 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.834 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.834 INFO kablam! ... Oct 13 13:13:43.834 INFO kablam! 1263 | rt_realloc_excess_used!(rt_odd_100bytes_2align_realloc_excess_used, 100- 1, 2); Oct 13 13:13:43.834 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.834 INFO kablam! | Oct 13 13:13:43.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.834 INFO kablam! | Oct 13 13:13:43.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.834 INFO kablam! | Oct 13 13:13:43.834 INFO kablam! Oct 13 13:13:43.834 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.834 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.834 INFO kablam! | Oct 13 13:13:43.834 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.834 INFO kablam! | ^^^^^ Oct 13 13:13:43.834 INFO kablam! ... Oct 13 13:13:43.834 INFO kablam! 1276 | rt_realloc_excess_used!(rt_odd_1000bytes_2align_realloc_excess_used, 1000- 1, 2); Oct 13 13:13:43.834 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.834 INFO kablam! | Oct 13 13:13:43.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.834 INFO kablam! | Oct 13 13:13:43.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.834 INFO kablam! | Oct 13 13:13:43.834 INFO kablam! Oct 13 13:13:43.834 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.834 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.834 INFO kablam! | Oct 13 13:13:43.834 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.834 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.834 INFO kablam! ... Oct 13 13:13:43.834 INFO kablam! 1276 | rt_realloc_excess_used!(rt_odd_1000bytes_2align_realloc_excess_used, 1000- 1, 2); Oct 13 13:13:43.834 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.834 INFO kablam! Oct 13 13:13:43.834 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.834 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.834 INFO kablam! | Oct 13 13:13:43.834 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.834 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.834 INFO kablam! ... Oct 13 13:13:43.834 INFO kablam! 1276 | rt_realloc_excess_used!(rt_odd_1000bytes_2align_realloc_excess_used, 1000- 1, 2); Oct 13 13:13:43.834 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.834 INFO kablam! | Oct 13 13:13:43.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.834 INFO kablam! | Oct 13 13:13:43.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.834 INFO kablam! | Oct 13 13:13:43.834 INFO kablam! Oct 13 13:13:43.834 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.834 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.834 INFO kablam! | Oct 13 13:13:43.834 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.834 INFO kablam! | ^^^^^ Oct 13 13:13:43.834 INFO kablam! ... Oct 13 13:13:43.834 INFO kablam! 1289 | rt_realloc_excess_used!(rt_odd_10000bytes_2align_realloc_excess_used, 10000- 1, 2); Oct 13 13:13:43.834 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.834 INFO kablam! | Oct 13 13:13:43.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.834 INFO kablam! | Oct 13 13:13:43.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.834 INFO kablam! | Oct 13 13:13:43.834 INFO kablam! Oct 13 13:13:43.834 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.834 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.834 INFO kablam! | Oct 13 13:13:43.834 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.835 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.835 INFO kablam! ... Oct 13 13:13:43.835 INFO kablam! 1289 | rt_realloc_excess_used!(rt_odd_10000bytes_2align_realloc_excess_used, 10000- 1, 2); Oct 13 13:13:43.835 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.835 INFO kablam! Oct 13 13:13:43.835 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.835 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.835 INFO kablam! | Oct 13 13:13:43.835 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.835 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.835 INFO kablam! ... Oct 13 13:13:43.835 INFO kablam! 1289 | rt_realloc_excess_used!(rt_odd_10000bytes_2align_realloc_excess_used, 10000- 1, 2); Oct 13 13:13:43.835 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.835 INFO kablam! | Oct 13 13:13:43.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.835 INFO kablam! | Oct 13 13:13:43.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.835 INFO kablam! | Oct 13 13:13:43.835 INFO kablam! Oct 13 13:13:43.835 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.835 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.835 INFO kablam! | Oct 13 13:13:43.835 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.835 INFO kablam! | ^^^^^ Oct 13 13:13:43.835 INFO kablam! ... Oct 13 13:13:43.835 INFO kablam! 1302 | rt_realloc_excess_used!(rt_odd_100000bytes_2align_realloc_excess_used, 100000- 1, 2); Oct 13 13:13:43.835 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.835 INFO kablam! | Oct 13 13:13:43.835 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.835 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.835 INFO kablam! | Oct 13 13:13:43.835 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.835 INFO kablam! | Oct 13 13:13:43.835 INFO kablam! Oct 13 13:13:43.843 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.843 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.844 INFO kablam! | Oct 13 13:13:43.844 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.844 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.844 INFO kablam! ... Oct 13 13:13:43.844 INFO kablam! 1302 | rt_realloc_excess_used!(rt_odd_100000bytes_2align_realloc_excess_used, 100000- 1, 2); Oct 13 13:13:43.844 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.844 INFO kablam! Oct 13 13:13:43.844 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.844 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.844 INFO kablam! | Oct 13 13:13:43.844 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.844 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.844 INFO kablam! ... Oct 13 13:13:43.844 INFO kablam! 1302 | rt_realloc_excess_used!(rt_odd_100000bytes_2align_realloc_excess_used, 100000- 1, 2); Oct 13 13:13:43.844 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.844 INFO kablam! | Oct 13 13:13:43.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.844 INFO kablam! | Oct 13 13:13:43.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.844 INFO kablam! | Oct 13 13:13:43.844 INFO kablam! Oct 13 13:13:43.844 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.844 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.844 INFO kablam! | Oct 13 13:13:43.844 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.844 INFO kablam! | ^^^^^ Oct 13 13:13:43.844 INFO kablam! ... Oct 13 13:13:43.844 INFO kablam! 1315 | rt_realloc_excess_used!(rt_odd_1000000bytes_2align_realloc_excess_used, 1000000- 1, 2); Oct 13 13:13:43.844 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.844 INFO kablam! | Oct 13 13:13:43.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.844 INFO kablam! | Oct 13 13:13:43.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.844 INFO kablam! | Oct 13 13:13:43.844 INFO kablam! Oct 13 13:13:43.844 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.844 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.844 INFO kablam! | Oct 13 13:13:43.844 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.844 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.844 INFO kablam! ... Oct 13 13:13:43.844 INFO kablam! 1315 | rt_realloc_excess_used!(rt_odd_1000000bytes_2align_realloc_excess_used, 1000000- 1, 2); Oct 13 13:13:43.844 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.844 INFO kablam! Oct 13 13:13:43.844 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.844 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.844 INFO kablam! | Oct 13 13:13:43.844 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.844 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.844 INFO kablam! ... Oct 13 13:13:43.844 INFO kablam! 1315 | rt_realloc_excess_used!(rt_odd_1000000bytes_2align_realloc_excess_used, 1000000- 1, 2); Oct 13 13:13:43.844 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.844 INFO kablam! | Oct 13 13:13:43.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.844 INFO kablam! | Oct 13 13:13:43.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.844 INFO kablam! | Oct 13 13:13:43.844 INFO kablam! Oct 13 13:13:43.844 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.844 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.844 INFO kablam! | Oct 13 13:13:43.844 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.844 INFO kablam! | ^^^^^ Oct 13 13:13:43.844 INFO kablam! ... Oct 13 13:13:43.844 INFO kablam! 1329 | rt_realloc_excess_used!(rt_primes_3bytes_2align_realloc_excess_used, 3, 2); Oct 13 13:13:43.844 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.844 INFO kablam! | Oct 13 13:13:43.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.844 INFO kablam! | Oct 13 13:13:43.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.844 INFO kablam! | Oct 13 13:13:43.844 INFO kablam! Oct 13 13:13:43.844 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.844 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.844 INFO kablam! | Oct 13 13:13:43.844 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.845 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.845 INFO kablam! ... Oct 13 13:13:43.845 INFO kablam! 1329 | rt_realloc_excess_used!(rt_primes_3bytes_2align_realloc_excess_used, 3, 2); Oct 13 13:13:43.845 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.845 INFO kablam! Oct 13 13:13:43.845 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.845 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.845 INFO kablam! | Oct 13 13:13:43.845 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.845 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.845 INFO kablam! ... Oct 13 13:13:43.845 INFO kablam! 1329 | rt_realloc_excess_used!(rt_primes_3bytes_2align_realloc_excess_used, 3, 2); Oct 13 13:13:43.845 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.845 INFO kablam! | Oct 13 13:13:43.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.845 INFO kablam! | Oct 13 13:13:43.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.845 INFO kablam! | Oct 13 13:13:43.845 INFO kablam! Oct 13 13:13:43.845 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.845 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.845 INFO kablam! | Oct 13 13:13:43.845 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.845 INFO kablam! | ^^^^^ Oct 13 13:13:43.845 INFO kablam! ... Oct 13 13:13:43.845 INFO kablam! 1342 | rt_realloc_excess_used!(rt_primes_7bytes_2align_realloc_excess_used, 7, 2); Oct 13 13:13:43.845 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.845 INFO kablam! | Oct 13 13:13:43.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.845 INFO kablam! | Oct 13 13:13:43.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.845 INFO kablam! | Oct 13 13:13:43.845 INFO kablam! Oct 13 13:13:43.848 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.848 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.848 INFO kablam! | Oct 13 13:13:43.848 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.848 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.848 INFO kablam! ... Oct 13 13:13:43.848 INFO kablam! 1342 | rt_realloc_excess_used!(rt_primes_7bytes_2align_realloc_excess_used, 7, 2); Oct 13 13:13:43.848 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.848 INFO kablam! Oct 13 13:13:43.848 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.848 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.848 INFO kablam! | Oct 13 13:13:43.848 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.849 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.849 INFO kablam! ... Oct 13 13:13:43.849 INFO kablam! 1342 | rt_realloc_excess_used!(rt_primes_7bytes_2align_realloc_excess_used, 7, 2); Oct 13 13:13:43.849 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.849 INFO kablam! | Oct 13 13:13:43.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.849 INFO kablam! | Oct 13 13:13:43.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.849 INFO kablam! | Oct 13 13:13:43.849 INFO kablam! Oct 13 13:13:43.849 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.849 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.849 INFO kablam! | Oct 13 13:13:43.849 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.849 INFO kablam! | ^^^^^ Oct 13 13:13:43.849 INFO kablam! ... Oct 13 13:13:43.849 INFO kablam! 1355 | rt_realloc_excess_used!(rt_primes_13bytes_2align_realloc_excess_used, 13, 2); Oct 13 13:13:43.849 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.849 INFO kablam! | Oct 13 13:13:43.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.849 INFO kablam! | Oct 13 13:13:43.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.849 INFO kablam! | Oct 13 13:13:43.849 INFO kablam! Oct 13 13:13:43.852 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.852 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.852 INFO kablam! | Oct 13 13:13:43.852 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.852 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.852 INFO kablam! ... Oct 13 13:13:43.852 INFO kablam! 1355 | rt_realloc_excess_used!(rt_primes_13bytes_2align_realloc_excess_used, 13, 2); Oct 13 13:13:43.852 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.852 INFO kablam! Oct 13 13:13:43.852 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.852 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.852 INFO kablam! | Oct 13 13:13:43.852 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.852 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.852 INFO kablam! ... Oct 13 13:13:43.852 INFO kablam! 1355 | rt_realloc_excess_used!(rt_primes_13bytes_2align_realloc_excess_used, 13, 2); Oct 13 13:13:43.852 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.852 INFO kablam! | Oct 13 13:13:43.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.852 INFO kablam! | Oct 13 13:13:43.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.852 INFO kablam! | Oct 13 13:13:43.852 INFO kablam! Oct 13 13:13:43.852 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.852 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.856 INFO kablam! | Oct 13 13:13:43.856 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.856 INFO kablam! | ^^^^^ Oct 13 13:13:43.856 INFO kablam! ... Oct 13 13:13:43.856 INFO kablam! 1368 | rt_realloc_excess_used!(rt_primes_17bytes_2align_realloc_excess_used, 17, 2); Oct 13 13:13:43.856 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.856 INFO kablam! | Oct 13 13:13:43.856 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.856 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.856 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.856 INFO kablam! | Oct 13 13:13:43.856 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.856 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.856 INFO kablam! ... Oct 13 13:13:43.858 INFO kablam! 1368 | rt_realloc_excess_used!(rt_primes_17bytes_2align_realloc_excess_used, 17, 2); 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! 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:247:26 Oct 13 13:13:43.858 INFO kablam! | Oct 13 13:13:43.858 INFO kablam! 247 | 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! 1368 | rt_realloc_excess_used!(rt_primes_17bytes_2align_realloc_excess_used, 17, 2); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.858 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.858 INFO kablam! | Oct 13 13:13:43.858 INFO kablam! 237 | let ptr = Jemalloc.alloc(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! 1381 | rt_realloc_excess_used!(rt_primes_31bytes_2align_realloc_excess_used, 31, 2); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.858 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.858 INFO kablam! | Oct 13 13:13:43.858 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.858 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.858 INFO kablam! ... Oct 13 13:13:43.858 INFO kablam! 1381 | rt_realloc_excess_used!(rt_primes_31bytes_2align_realloc_excess_used, 31, 2); 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! 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:247:26 Oct 13 13:13:43.858 INFO kablam! | Oct 13 13:13:43.858 INFO kablam! 247 | 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! 1381 | rt_realloc_excess_used!(rt_primes_31bytes_2align_realloc_excess_used, 31, 2); 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.859 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.859 INFO kablam! | Oct 13 13:13:43.859 INFO kablam! Oct 13 13:13:43.859 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.859 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.859 INFO kablam! | Oct 13 13:13:43.859 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.859 INFO kablam! | ^^^^^ Oct 13 13:13:43.859 INFO kablam! ... Oct 13 13:13:43.859 INFO kablam! 1394 | rt_realloc_excess_used!(rt_primes_61bytes_2align_realloc_excess_used, 61, 2); Oct 13 13:13:43.859 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.859 INFO kablam! | Oct 13 13:13:43.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.859 INFO kablam! | Oct 13 13:13:43.859 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.859 INFO kablam! | Oct 13 13:13:43.859 INFO kablam! Oct 13 13:13:43.861 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.861 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.861 INFO kablam! | Oct 13 13:13:43.861 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.861 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.861 INFO kablam! ... Oct 13 13:13:43.861 INFO kablam! 1394 | rt_realloc_excess_used!(rt_primes_61bytes_2align_realloc_excess_used, 61, 2); 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.862 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.862 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.862 INFO kablam! | Oct 13 13:13:43.862 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.862 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.862 INFO kablam! ... Oct 13 13:13:43.862 INFO kablam! 1394 | rt_realloc_excess_used!(rt_primes_61bytes_2align_realloc_excess_used, 61, 2); Oct 13 13:13:43.862 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.862 INFO kablam! | Oct 13 13:13:43.862 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.862 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.862 INFO kablam! | Oct 13 13:13:43.862 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.862 INFO kablam! | Oct 13 13:13:43.862 INFO kablam! Oct 13 13:13:43.862 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.862 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.862 INFO kablam! | Oct 13 13:13:43.862 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.862 INFO kablam! | ^^^^^ Oct 13 13:13:43.862 INFO kablam! ... Oct 13 13:13:43.862 INFO kablam! 1407 | rt_realloc_excess_used!(rt_primes_96bytes_2align_realloc_excess_used, 96, 2); Oct 13 13:13:43.862 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.862 INFO kablam! | Oct 13 13:13:43.862 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.862 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.862 INFO kablam! | Oct 13 13:13:43.862 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.862 INFO kablam! | Oct 13 13:13:43.862 INFO kablam! Oct 13 13:13:43.863 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.863 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.863 INFO kablam! | Oct 13 13:13:43.863 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.863 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.863 INFO kablam! ... Oct 13 13:13:43.863 INFO kablam! 1407 | rt_realloc_excess_used!(rt_primes_96bytes_2align_realloc_excess_used, 96, 2); Oct 13 13:13:43.863 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.863 INFO kablam! Oct 13 13:13:43.863 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.863 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.863 INFO kablam! | Oct 13 13:13:43.863 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.863 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.863 INFO kablam! ... Oct 13 13:13:43.863 INFO kablam! 1407 | rt_realloc_excess_used!(rt_primes_96bytes_2align_realloc_excess_used, 96, 2); Oct 13 13:13:43.864 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.864 INFO kablam! | Oct 13 13:13:43.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.864 INFO kablam! | Oct 13 13:13:43.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.864 INFO kablam! | Oct 13 13:13:43.864 INFO kablam! Oct 13 13:13:43.864 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.864 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.864 INFO kablam! | Oct 13 13:13:43.864 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.864 INFO kablam! | ^^^^^ Oct 13 13:13:43.864 INFO kablam! ... Oct 13 13:13:43.864 INFO kablam! 1420 | rt_realloc_excess_used!(rt_primes_127bytes_2align_realloc_excess_used, 127, 2); Oct 13 13:13:43.864 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.864 INFO kablam! | Oct 13 13:13:43.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.864 INFO kablam! | Oct 13 13:13:43.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.864 INFO kablam! | Oct 13 13:13:43.864 INFO kablam! Oct 13 13:13:43.865 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.865 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.865 INFO kablam! | Oct 13 13:13:43.865 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.865 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.865 INFO kablam! ... Oct 13 13:13:43.865 INFO kablam! 1420 | rt_realloc_excess_used!(rt_primes_127bytes_2align_realloc_excess_used, 127, 2); Oct 13 13:13:43.865 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.865 INFO kablam! Oct 13 13:13:43.866 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.866 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.866 INFO kablam! | Oct 13 13:13:43.866 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.866 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.866 INFO kablam! ... Oct 13 13:13:43.866 INFO kablam! 1420 | rt_realloc_excess_used!(rt_primes_127bytes_2align_realloc_excess_used, 127, 2); Oct 13 13:13:43.866 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.866 INFO kablam! | Oct 13 13:13:43.866 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.866 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.866 INFO kablam! | Oct 13 13:13:43.866 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.866 INFO kablam! | Oct 13 13:13:43.866 INFO kablam! Oct 13 13:13:43.870 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.870 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.870 INFO kablam! | Oct 13 13:13:43.870 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.870 INFO kablam! | ^^^^^ Oct 13 13:13:43.870 INFO kablam! ... Oct 13 13:13:43.870 INFO kablam! 1433 | rt_realloc_excess_used!(rt_primes_257bytes_2align_realloc_excess_used, 257, 2); Oct 13 13:13:43.870 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.870 INFO kablam! | Oct 13 13:13:43.870 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.870 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.870 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.870 INFO kablam! | Oct 13 13:13:43.870 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.870 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.870 INFO kablam! ... Oct 13 13:13:43.870 INFO kablam! 1433 | rt_realloc_excess_used!(rt_primes_257bytes_2align_realloc_excess_used, 257, 2); Oct 13 13:13:43.870 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.870 INFO kablam! Oct 13 13:13:43.870 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.870 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.870 INFO kablam! | Oct 13 13:13:43.870 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.870 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.870 INFO kablam! ... Oct 13 13:13:43.870 INFO kablam! 1433 | rt_realloc_excess_used!(rt_primes_257bytes_2align_realloc_excess_used, 257, 2); Oct 13 13:13:43.870 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.870 INFO kablam! | Oct 13 13:13:43.870 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.872 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.872 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.872 INFO kablam! | Oct 13 13:13:43.872 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.872 INFO kablam! | ^^^^^ Oct 13 13:13:43.872 INFO kablam! ... Oct 13 13:13:43.872 INFO kablam! 1446 | rt_realloc_excess_used!(rt_primes_509bytes_2align_realloc_excess_used, 509, 2); Oct 13 13:13:43.873 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.873 INFO kablam! | Oct 13 13:13:43.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.873 INFO kablam! | Oct 13 13:13:43.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.873 INFO kablam! | Oct 13 13:13:43.873 INFO kablam! Oct 13 13:13:43.873 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.873 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.873 INFO kablam! | Oct 13 13:13:43.873 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.873 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.873 INFO kablam! ... Oct 13 13:13:43.873 INFO kablam! 1446 | rt_realloc_excess_used!(rt_primes_509bytes_2align_realloc_excess_used, 509, 2); Oct 13 13:13:43.873 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.873 INFO kablam! Oct 13 13:13:43.873 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.873 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.873 INFO kablam! | Oct 13 13:13:43.873 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.873 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.873 INFO kablam! ... Oct 13 13:13:43.873 INFO kablam! 1446 | rt_realloc_excess_used!(rt_primes_509bytes_2align_realloc_excess_used, 509, 2); Oct 13 13:13:43.873 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.873 INFO kablam! | Oct 13 13:13:43.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.873 INFO kablam! | Oct 13 13:13:43.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.873 INFO kablam! | Oct 13 13:13:43.873 INFO kablam! Oct 13 13:13:43.873 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.873 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.873 INFO kablam! | Oct 13 13:13:43.873 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.873 INFO kablam! | ^^^^^ Oct 13 13:13:43.873 INFO kablam! ... Oct 13 13:13:43.873 INFO kablam! 1459 | rt_realloc_excess_used!(rt_primes_1021bytes_2align_realloc_excess_used, 1021, 2); Oct 13 13:13:43.873 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.873 INFO kablam! | Oct 13 13:13:43.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.873 INFO kablam! | Oct 13 13:13:43.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.873 INFO kablam! | Oct 13 13:13:43.873 INFO kablam! Oct 13 13:13:43.875 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.875 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.875 INFO kablam! | Oct 13 13:13:43.875 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.875 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.875 INFO kablam! ... Oct 13 13:13:43.875 INFO kablam! 1459 | rt_realloc_excess_used!(rt_primes_1021bytes_2align_realloc_excess_used, 1021, 2); 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! 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:247:26 Oct 13 13:13:43.875 INFO kablam! | Oct 13 13:13:43.875 INFO kablam! 247 | 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! 1459 | rt_realloc_excess_used!(rt_primes_1021bytes_2align_realloc_excess_used, 1021, 2); 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.876 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.876 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.876 INFO kablam! | Oct 13 13:13:43.876 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.876 INFO kablam! | ^^^^^ Oct 13 13:13:43.876 INFO kablam! ... Oct 13 13:13:43.876 INFO kablam! 1472 | rt_realloc_excess_used!(rt_primes_2039bytes_2align_realloc_excess_used, 2039, 2); Oct 13 13:13:43.876 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.876 INFO kablam! | Oct 13 13:13:43.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.876 INFO kablam! | Oct 13 13:13:43.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.876 INFO kablam! | Oct 13 13:13:43.876 INFO kablam! Oct 13 13:13:43.876 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.876 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.876 INFO kablam! | Oct 13 13:13:43.876 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.876 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.876 INFO kablam! ... Oct 13 13:13:43.876 INFO kablam! 1472 | rt_realloc_excess_used!(rt_primes_2039bytes_2align_realloc_excess_used, 2039, 2); Oct 13 13:13:43.876 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.876 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:247:26 Oct 13 13:13:43.878 INFO kablam! | Oct 13 13:13:43.878 INFO kablam! 247 | 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! 1472 | rt_realloc_excess_used!(rt_primes_2039bytes_2align_realloc_excess_used, 2039, 2); 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.879 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.879 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.879 INFO kablam! | Oct 13 13:13:43.879 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.879 INFO kablam! | ^^^^^ Oct 13 13:13:43.879 INFO kablam! ... Oct 13 13:13:43.879 INFO kablam! 1485 | rt_realloc_excess_used!(rt_primes_4093bytes_2align_realloc_excess_used, 4093, 2); Oct 13 13:13:43.879 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.879 INFO kablam! | Oct 13 13:13:43.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.879 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.879 INFO kablam! | Oct 13 13:13:43.879 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.879 INFO kablam! | Oct 13 13:13:43.879 INFO kablam! Oct 13 13:13:43.879 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.879 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.880 INFO kablam! | Oct 13 13:13:43.880 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.880 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.880 INFO kablam! ... Oct 13 13:13:43.880 INFO kablam! 1485 | rt_realloc_excess_used!(rt_primes_4093bytes_2align_realloc_excess_used, 4093, 2); Oct 13 13:13:43.880 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.880 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:247:26 Oct 13 13:13:43.885 INFO kablam! | Oct 13 13:13:43.885 INFO kablam! 247 | 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! 1485 | rt_realloc_excess_used!(rt_primes_4093bytes_2align_realloc_excess_used, 4093, 2); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.885 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.885 INFO kablam! | Oct 13 13:13:43.885 INFO kablam! 237 | 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! 1498 | rt_realloc_excess_used!(rt_primes_8191bytes_2align_realloc_excess_used, 8191, 2); 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.886 INFO kablam! Oct 13 13:13:43.886 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.886 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.886 INFO kablam! | Oct 13 13:13:43.886 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.886 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.886 INFO kablam! ... Oct 13 13:13:43.886 INFO kablam! 1498 | rt_realloc_excess_used!(rt_primes_8191bytes_2align_realloc_excess_used, 8191, 2); Oct 13 13:13:43.886 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.886 INFO kablam! Oct 13 13:13:43.886 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.886 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.886 INFO kablam! | Oct 13 13:13:43.886 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.886 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.886 INFO kablam! ... Oct 13 13:13:43.886 INFO kablam! 1498 | rt_realloc_excess_used!(rt_primes_8191bytes_2align_realloc_excess_used, 8191, 2); Oct 13 13:13:43.886 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.886 INFO kablam! | Oct 13 13:13:43.886 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.886 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.886 INFO kablam! | Oct 13 13:13:43.886 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.886 INFO kablam! | Oct 13 13:13:43.886 INFO kablam! Oct 13 13:13:43.886 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.886 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.886 INFO kablam! | Oct 13 13:13:43.886 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.886 INFO kablam! | ^^^^^ Oct 13 13:13:43.886 INFO kablam! ... Oct 13 13:13:43.886 INFO kablam! 1511 | rt_realloc_excess_used!(rt_primes_16381bytes_2align_realloc_excess_used, 16381, 2); Oct 13 13:13:43.886 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.886 INFO kablam! | Oct 13 13:13:43.886 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.886 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.886 INFO kablam! | Oct 13 13:13:43.886 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.886 INFO kablam! | Oct 13 13:13:43.886 INFO kablam! Oct 13 13:13:43.886 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.886 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.886 INFO kablam! | Oct 13 13:13:43.886 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.886 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.886 INFO kablam! ... Oct 13 13:13:43.886 INFO kablam! 1511 | rt_realloc_excess_used!(rt_primes_16381bytes_2align_realloc_excess_used, 16381, 2); Oct 13 13:13:43.886 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.886 INFO kablam! Oct 13 13:13:43.888 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.888 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.888 INFO kablam! | Oct 13 13:13:43.888 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.888 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.888 INFO kablam! ... Oct 13 13:13:43.888 INFO kablam! 1511 | rt_realloc_excess_used!(rt_primes_16381bytes_2align_realloc_excess_used, 16381, 2); Oct 13 13:13:43.888 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.888 INFO kablam! | Oct 13 13:13:43.888 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.888 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.890 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.890 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.890 INFO kablam! | Oct 13 13:13:43.890 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.890 INFO kablam! | ^^^^^ Oct 13 13:13:43.890 INFO kablam! ... Oct 13 13:13:43.890 INFO kablam! 1524 | rt_realloc_excess_used!(rt_primes_32749bytes_2align_realloc_excess_used, 32749, 2); Oct 13 13:13:43.890 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.890 INFO kablam! | Oct 13 13:13:43.890 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.890 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.890 INFO kablam! | Oct 13 13:13:43.890 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.890 INFO kablam! | Oct 13 13:13:43.890 INFO kablam! Oct 13 13:13:43.890 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.890 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.890 INFO kablam! | Oct 13 13:13:43.890 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.890 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.890 INFO kablam! ... Oct 13 13:13:43.890 INFO kablam! 1524 | rt_realloc_excess_used!(rt_primes_32749bytes_2align_realloc_excess_used, 32749, 2); Oct 13 13:13:43.890 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.890 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:247:26 Oct 13 13:13:43.893 INFO kablam! | Oct 13 13:13:43.893 INFO kablam! 247 | 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! 1524 | rt_realloc_excess_used!(rt_primes_32749bytes_2align_realloc_excess_used, 32749, 2); 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.893 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.893 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.893 INFO kablam! | Oct 13 13:13:43.893 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.893 INFO kablam! | ^^^^^ Oct 13 13:13:43.893 INFO kablam! ... Oct 13 13:13:43.893 INFO kablam! 1537 | rt_realloc_excess_used!(rt_primes_65537bytes_2align_realloc_excess_used, 65537, 2); 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.893 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.893 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.893 INFO kablam! | Oct 13 13:13:43.893 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.893 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.893 INFO kablam! ... Oct 13 13:13:43.893 INFO kablam! 1537 | rt_realloc_excess_used!(rt_primes_65537bytes_2align_realloc_excess_used, 65537, 2); 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.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:247:26 Oct 13 13:13:43.896 INFO kablam! | Oct 13 13:13:43.896 INFO kablam! 247 | 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! 1537 | rt_realloc_excess_used!(rt_primes_65537bytes_2align_realloc_excess_used, 65537, 2); 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:237:36 Oct 13 13:13:43.896 INFO kablam! | Oct 13 13:13:43.896 INFO kablam! 237 | 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! 1550 | rt_realloc_excess_used!(rt_primes_131071bytes_2align_realloc_excess_used, 131071, 2); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.896 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.896 INFO kablam! | Oct 13 13:13:43.896 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.896 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.896 INFO kablam! ... Oct 13 13:13:43.897 INFO kablam! 1550 | rt_realloc_excess_used!(rt_primes_131071bytes_2align_realloc_excess_used, 131071, 2); Oct 13 13:13:43.897 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.897 INFO kablam! Oct 13 13:13:43.897 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.897 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.897 INFO kablam! | Oct 13 13:13:43.897 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.897 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.897 INFO kablam! ... Oct 13 13:13:43.897 INFO kablam! 1550 | rt_realloc_excess_used!(rt_primes_131071bytes_2align_realloc_excess_used, 131071, 2); Oct 13 13:13:43.897 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.897 INFO kablam! | Oct 13 13:13:43.897 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.897 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.897 INFO kablam! | Oct 13 13:13:43.897 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.897 INFO kablam! | Oct 13 13:13:43.897 INFO kablam! Oct 13 13:13:43.899 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.899 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.899 INFO kablam! | Oct 13 13:13:43.899 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.899 INFO kablam! | ^^^^^ Oct 13 13:13:43.899 INFO kablam! ... Oct 13 13:13:43.899 INFO kablam! 1563 | rt_realloc_excess_used!(rt_primes_4194301bytes_2align_realloc_excess_used, 4194301, 2); Oct 13 13:13:43.899 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.899 INFO kablam! | Oct 13 13:13:43.899 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.899 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.899 INFO kablam! | Oct 13 13:13:43.899 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.899 INFO kablam! | Oct 13 13:13:43.899 INFO kablam! Oct 13 13:13:43.899 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.899 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.899 INFO kablam! | Oct 13 13:13:43.899 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.899 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.899 INFO kablam! ... Oct 13 13:13:43.899 INFO kablam! 1563 | rt_realloc_excess_used!(rt_primes_4194301bytes_2align_realloc_excess_used, 4194301, 2); Oct 13 13:13:43.899 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.899 INFO kablam! Oct 13 13:13:43.900 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.900 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.900 INFO kablam! | Oct 13 13:13:43.900 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.900 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.900 INFO kablam! ... Oct 13 13:13:43.900 INFO kablam! 1563 | rt_realloc_excess_used!(rt_primes_4194301bytes_2align_realloc_excess_used, 4194301, 2); Oct 13 13:13:43.900 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.900 INFO kablam! | Oct 13 13:13:43.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.900 INFO kablam! | Oct 13 13:13:43.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.900 INFO kablam! | Oct 13 13:13:43.900 INFO kablam! Oct 13 13:13:43.904 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.904 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.904 INFO kablam! | Oct 13 13:13:43.904 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.904 INFO kablam! | ^^^^^ Oct 13 13:13:43.904 INFO kablam! ... Oct 13 13:13:43.904 INFO kablam! 1579 | rt_realloc_excess_used!(rt_pow2_1bytes_4align_realloc_excess_used, 1, 4); Oct 13 13:13:43.904 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.904 INFO kablam! | Oct 13 13:13:43.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.904 INFO kablam! | Oct 13 13:13:43.904 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.905 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.905 INFO kablam! | Oct 13 13:13:43.905 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.905 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.905 INFO kablam! ... Oct 13 13:13:43.905 INFO kablam! 1579 | rt_realloc_excess_used!(rt_pow2_1bytes_4align_realloc_excess_used, 1, 4); 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! 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:247:26 Oct 13 13:13:43.905 INFO kablam! | Oct 13 13:13:43.905 INFO kablam! 247 | 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! 1579 | rt_realloc_excess_used!(rt_pow2_1bytes_4align_realloc_excess_used, 1, 4); 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.906 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.906 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.906 INFO kablam! | Oct 13 13:13:43.906 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.906 INFO kablam! | ^^^^^ Oct 13 13:13:43.906 INFO kablam! ... Oct 13 13:13:43.906 INFO kablam! 1592 | rt_realloc_excess_used!(rt_pow2_2bytes_4align_realloc_excess_used, 2, 4); Oct 13 13:13:43.906 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.906 INFO kablam! | Oct 13 13:13:43.906 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.906 INFO kablam! | Oct 13 13:13:43.906 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.906 INFO kablam! | Oct 13 13:13:43.906 INFO kablam! Oct 13 13:13:43.906 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.906 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.906 INFO kablam! | Oct 13 13:13:43.906 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.906 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.906 INFO kablam! ... Oct 13 13:13:43.906 INFO kablam! 1592 | rt_realloc_excess_used!(rt_pow2_2bytes_4align_realloc_excess_used, 2, 4); Oct 13 13:13:43.906 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.906 INFO kablam! Oct 13 13:13:43.908 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.908 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.908 INFO kablam! | Oct 13 13:13:43.908 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.908 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.908 INFO kablam! ... Oct 13 13:13:43.908 INFO kablam! 1592 | rt_realloc_excess_used!(rt_pow2_2bytes_4align_realloc_excess_used, 2, 4); Oct 13 13:13:43.908 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.908 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:237:36 Oct 13 13:13:43.909 INFO kablam! | Oct 13 13:13:43.909 INFO kablam! 237 | 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! 1605 | rt_realloc_excess_used!(rt_pow2_4bytes_4align_realloc_excess_used, 4, 4); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.909 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.909 INFO kablam! | Oct 13 13:13:43.909 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.909 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.909 INFO kablam! ... Oct 13 13:13:43.909 INFO kablam! 1605 | rt_realloc_excess_used!(rt_pow2_4bytes_4align_realloc_excess_used, 4, 4); 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! 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:247:26 Oct 13 13:13:43.909 INFO kablam! | Oct 13 13:13:43.909 INFO kablam! 247 | 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! 1605 | rt_realloc_excess_used!(rt_pow2_4bytes_4align_realloc_excess_used, 4, 4); Oct 13 13:13:43.909 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.910 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.910 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.910 INFO kablam! | Oct 13 13:13:43.910 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.910 INFO kablam! | ^^^^^ Oct 13 13:13:43.910 INFO kablam! ... Oct 13 13:13:43.910 INFO kablam! 1618 | rt_realloc_excess_used!(rt_pow2_8bytes_4align_realloc_excess_used, 8, 4); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.913 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.913 INFO kablam! | Oct 13 13:13:43.913 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.913 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.913 INFO kablam! ... Oct 13 13:13:43.913 INFO kablam! 1618 | rt_realloc_excess_used!(rt_pow2_8bytes_4align_realloc_excess_used, 8, 4); 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! 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:247:26 Oct 13 13:13:43.913 INFO kablam! | Oct 13 13:13:43.913 INFO kablam! 247 | 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.914 INFO kablam! 1618 | rt_realloc_excess_used!(rt_pow2_8bytes_4align_realloc_excess_used, 8, 4); Oct 13 13:13:43.914 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.914 INFO kablam! | Oct 13 13:13:43.914 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.914 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.914 INFO kablam! | Oct 13 13:13:43.914 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.914 INFO kablam! | Oct 13 13:13:43.914 INFO kablam! Oct 13 13:13:43.914 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.914 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.914 INFO kablam! | Oct 13 13:13:43.914 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.914 INFO kablam! | ^^^^^ Oct 13 13:13:43.914 INFO kablam! ... Oct 13 13:13:43.914 INFO kablam! 1631 | rt_realloc_excess_used!(rt_pow2_16bytes_4align_realloc_excess_used, 16, 4); Oct 13 13:13:43.914 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.914 INFO kablam! | Oct 13 13:13:43.914 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.914 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.914 INFO kablam! | Oct 13 13:13:43.914 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.914 INFO kablam! | Oct 13 13:13:43.914 INFO kablam! Oct 13 13:13:43.914 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.914 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.914 INFO kablam! | Oct 13 13:13:43.914 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.914 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.914 INFO kablam! ... Oct 13 13:13:43.914 INFO kablam! 1631 | rt_realloc_excess_used!(rt_pow2_16bytes_4align_realloc_excess_used, 16, 4); Oct 13 13:13:43.914 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.914 INFO kablam! Oct 13 13:13:43.916 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.916 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.916 INFO kablam! | Oct 13 13:13:43.916 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.916 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.916 INFO kablam! ... Oct 13 13:13:43.916 INFO kablam! 1631 | rt_realloc_excess_used!(rt_pow2_16bytes_4align_realloc_excess_used, 16, 4); Oct 13 13:13:43.916 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.916 INFO kablam! | Oct 13 13:13:43.916 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.916 INFO kablam! | Oct 13 13:13:43.916 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.916 INFO kablam! | Oct 13 13:13:43.916 INFO kablam! Oct 13 13:13:43.916 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.916 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.916 INFO kablam! | Oct 13 13:13:43.916 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.916 INFO kablam! | ^^^^^ Oct 13 13:13:43.916 INFO kablam! ... Oct 13 13:13:43.916 INFO kablam! 1644 | rt_realloc_excess_used!(rt_pow2_32bytes_4align_realloc_excess_used, 32, 4); Oct 13 13:13:43.916 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.916 INFO kablam! | Oct 13 13:13:43.916 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.916 INFO kablam! | Oct 13 13:13:43.916 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.916 INFO kablam! | Oct 13 13:13:43.916 INFO kablam! Oct 13 13:13:43.917 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.917 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.917 INFO kablam! | Oct 13 13:13:43.917 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.917 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.917 INFO kablam! ... Oct 13 13:13:43.917 INFO kablam! 1644 | rt_realloc_excess_used!(rt_pow2_32bytes_4align_realloc_excess_used, 32, 4); 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.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:247:26 Oct 13 13:13:43.925 INFO kablam! | Oct 13 13:13:43.925 INFO kablam! 247 | 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! 1644 | rt_realloc_excess_used!(rt_pow2_32bytes_4align_realloc_excess_used, 32, 4); 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:237:36 Oct 13 13:13:43.925 INFO kablam! | Oct 13 13:13:43.925 INFO kablam! 237 | 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! 1657 | rt_realloc_excess_used!(rt_pow2_64bytes_4align_realloc_excess_used, 64, 4); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.925 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.925 INFO kablam! | Oct 13 13:13:43.925 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.925 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.925 INFO kablam! ... Oct 13 13:13:43.925 INFO kablam! 1657 | rt_realloc_excess_used!(rt_pow2_64bytes_4align_realloc_excess_used, 64, 4); 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! 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:247:26 Oct 13 13:13:43.926 INFO kablam! | Oct 13 13:13:43.926 INFO kablam! 247 | 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! 1657 | rt_realloc_excess_used!(rt_pow2_64bytes_4align_realloc_excess_used, 64, 4); 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:237:36 Oct 13 13:13:43.926 INFO kablam! | Oct 13 13:13:43.926 INFO kablam! 237 | 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! 1670 | rt_realloc_excess_used!(rt_pow2_128bytes_4align_realloc_excess_used, 128, 4); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.926 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.926 INFO kablam! | Oct 13 13:13:43.926 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.926 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.926 INFO kablam! ... Oct 13 13:13:43.926 INFO kablam! 1670 | rt_realloc_excess_used!(rt_pow2_128bytes_4align_realloc_excess_used, 128, 4); 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! 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:247:26 Oct 13 13:13:43.926 INFO kablam! | Oct 13 13:13:43.926 INFO kablam! 247 | 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! 1670 | rt_realloc_excess_used!(rt_pow2_128bytes_4align_realloc_excess_used, 128, 4); 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.927 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.927 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.927 INFO kablam! | Oct 13 13:13:43.927 INFO kablam! 237 | let ptr = Jemalloc.alloc(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! 1683 | rt_realloc_excess_used!(rt_pow2_256bytes_4align_realloc_excess_used, 256, 4); 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.927 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.927 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.927 INFO kablam! | Oct 13 13:13:43.927 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.927 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.927 INFO kablam! ... Oct 13 13:13:43.927 INFO kablam! 1683 | rt_realloc_excess_used!(rt_pow2_256bytes_4align_realloc_excess_used, 256, 4); 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.932 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.932 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.932 INFO kablam! | Oct 13 13:13:43.932 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.932 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.932 INFO kablam! ... Oct 13 13:13:43.932 INFO kablam! 1683 | rt_realloc_excess_used!(rt_pow2_256bytes_4align_realloc_excess_used, 256, 4); Oct 13 13:13:43.932 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.932 INFO kablam! | Oct 13 13:13:43.932 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.932 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.932 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.932 INFO kablam! | Oct 13 13:13:43.932 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.932 INFO kablam! | ^^^^^ Oct 13 13:13:43.932 INFO kablam! ... Oct 13 13:13:43.932 INFO kablam! 1696 | rt_realloc_excess_used!(rt_pow2_512bytes_4align_realloc_excess_used, 512, 4); Oct 13 13:13:43.932 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.932 INFO kablam! | Oct 13 13:13:43.932 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.936 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.936 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.936 INFO kablam! | Oct 13 13:13:43.936 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.936 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.936 INFO kablam! ... Oct 13 13:13:43.936 INFO kablam! 1696 | rt_realloc_excess_used!(rt_pow2_512bytes_4align_realloc_excess_used, 512, 4); Oct 13 13:13:43.936 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.936 INFO kablam! Oct 13 13:13:43.936 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.936 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.936 INFO kablam! | Oct 13 13:13:43.936 INFO kablam! 247 | 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! 1696 | rt_realloc_excess_used!(rt_pow2_512bytes_4align_realloc_excess_used, 512, 4); 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:237:36 Oct 13 13:13:43.937 INFO kablam! | Oct 13 13:13:43.937 INFO kablam! 237 | 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! 1709 | rt_realloc_excess_used!(rt_pow2_1024bytes_4align_realloc_excess_used, 1024, 4); Oct 13 13:13:43.938 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.938 INFO kablam! | Oct 13 13:13:43.938 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.938 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.938 INFO kablam! | Oct 13 13:13:43.938 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.938 INFO kablam! | Oct 13 13:13:43.938 INFO kablam! Oct 13 13:13:43.938 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.938 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.938 INFO kablam! | Oct 13 13:13:43.938 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.938 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.938 INFO kablam! ... Oct 13 13:13:43.938 INFO kablam! 1709 | rt_realloc_excess_used!(rt_pow2_1024bytes_4align_realloc_excess_used, 1024, 4); Oct 13 13:13:43.938 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.938 INFO kablam! Oct 13 13:13:43.938 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.938 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.938 INFO kablam! | Oct 13 13:13:43.938 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.938 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.938 INFO kablam! ... Oct 13 13:13:43.938 INFO kablam! 1709 | rt_realloc_excess_used!(rt_pow2_1024bytes_4align_realloc_excess_used, 1024, 4); Oct 13 13:13:43.938 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.938 INFO kablam! | Oct 13 13:13:43.938 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.938 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.938 INFO kablam! | Oct 13 13:13:43.938 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.938 INFO kablam! | Oct 13 13:13:43.938 INFO kablam! Oct 13 13:13:43.938 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.938 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.938 INFO kablam! | Oct 13 13:13:43.938 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.938 INFO kablam! | ^^^^^ Oct 13 13:13:43.938 INFO kablam! ... Oct 13 13:13:43.938 INFO kablam! 1722 | rt_realloc_excess_used!(rt_pow2_2048bytes_4align_realloc_excess_used, 2048, 4); Oct 13 13:13:43.938 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.938 INFO kablam! | Oct 13 13:13:43.938 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.938 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.938 INFO kablam! | Oct 13 13:13:43.938 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.938 INFO kablam! | Oct 13 13:13:43.938 INFO kablam! Oct 13 13:13:43.938 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.938 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.938 INFO kablam! | Oct 13 13:13:43.938 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.938 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.938 INFO kablam! ... Oct 13 13:13:43.938 INFO kablam! 1722 | rt_realloc_excess_used!(rt_pow2_2048bytes_4align_realloc_excess_used, 2048, 4); Oct 13 13:13:43.938 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.938 INFO kablam! Oct 13 13:13:43.941 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.941 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.941 INFO kablam! | Oct 13 13:13:43.941 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.941 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.941 INFO kablam! ... Oct 13 13:13:43.941 INFO kablam! 1722 | rt_realloc_excess_used!(rt_pow2_2048bytes_4align_realloc_excess_used, 2048, 4); Oct 13 13:13:43.941 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.941 INFO kablam! | Oct 13 13:13:43.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.941 INFO kablam! | Oct 13 13:13:43.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.941 INFO kablam! | Oct 13 13:13:43.941 INFO kablam! Oct 13 13:13:43.944 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.944 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.944 INFO kablam! | Oct 13 13:13:43.944 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.944 INFO kablam! | ^^^^^ Oct 13 13:13:43.944 INFO kablam! ... Oct 13 13:13:43.944 INFO kablam! 1735 | rt_realloc_excess_used!(rt_pow2_4096bytes_4align_realloc_excess_used, 4096, 4); Oct 13 13:13:43.944 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.944 INFO kablam! | Oct 13 13:13:43.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.944 INFO kablam! | Oct 13 13:13:43.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.944 INFO kablam! | Oct 13 13:13:43.944 INFO kablam! Oct 13 13:13:43.944 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.944 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.944 INFO kablam! | Oct 13 13:13:43.944 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.944 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.944 INFO kablam! ... Oct 13 13:13:43.944 INFO kablam! 1735 | rt_realloc_excess_used!(rt_pow2_4096bytes_4align_realloc_excess_used, 4096, 4); Oct 13 13:13:43.944 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.944 INFO kablam! Oct 13 13:13:43.944 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.944 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.946 INFO kablam! | Oct 13 13:13:43.946 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.946 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.946 INFO kablam! ... Oct 13 13:13:43.946 INFO kablam! 1735 | rt_realloc_excess_used!(rt_pow2_4096bytes_4align_realloc_excess_used, 4096, 4); Oct 13 13:13:43.946 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.946 INFO kablam! | Oct 13 13:13:43.946 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.946 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.946 INFO kablam! | Oct 13 13:13:43.946 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.946 INFO kablam! | Oct 13 13:13:43.946 INFO kablam! Oct 13 13:13:43.946 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.946 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.946 INFO kablam! | Oct 13 13:13:43.947 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.947 INFO kablam! | ^^^^^ Oct 13 13:13:43.947 INFO kablam! ... Oct 13 13:13:43.947 INFO kablam! 1748 | rt_realloc_excess_used!(rt_pow2_8192bytes_4align_realloc_excess_used, 8192, 4); Oct 13 13:13:43.947 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.947 INFO kablam! | Oct 13 13:13:43.947 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.947 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.947 INFO kablam! | Oct 13 13:13:43.947 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.947 INFO kablam! | Oct 13 13:13:43.947 INFO kablam! Oct 13 13:13:43.947 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.947 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.947 INFO kablam! | Oct 13 13:13:43.947 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.947 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.947 INFO kablam! ... Oct 13 13:13:43.947 INFO kablam! 1748 | rt_realloc_excess_used!(rt_pow2_8192bytes_4align_realloc_excess_used, 8192, 4); Oct 13 13:13:43.947 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.947 INFO kablam! Oct 13 13:13:43.947 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.947 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.947 INFO kablam! | Oct 13 13:13:43.947 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.947 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.947 INFO kablam! ... Oct 13 13:13:43.947 INFO kablam! 1748 | rt_realloc_excess_used!(rt_pow2_8192bytes_4align_realloc_excess_used, 8192, 4); Oct 13 13:13:43.947 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.947 INFO kablam! | Oct 13 13:13:43.947 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.947 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.947 INFO kablam! | Oct 13 13:13:43.947 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.947 INFO kablam! | Oct 13 13:13:43.947 INFO kablam! Oct 13 13:13:43.947 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.947 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.947 INFO kablam! | Oct 13 13:13:43.947 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.947 INFO kablam! | ^^^^^ Oct 13 13:13:43.947 INFO kablam! ... Oct 13 13:13:43.947 INFO kablam! 1761 | rt_realloc_excess_used!(rt_pow2_16384bytes_4align_realloc_excess_used, 16384, 4); Oct 13 13:13:43.947 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.947 INFO kablam! | Oct 13 13:13:43.947 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.947 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.947 INFO kablam! | Oct 13 13:13:43.947 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.947 INFO kablam! | Oct 13 13:13:43.947 INFO kablam! Oct 13 13:13:43.948 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.948 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.948 INFO kablam! | Oct 13 13:13:43.948 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.948 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.948 INFO kablam! ... Oct 13 13:13:43.948 INFO kablam! 1761 | rt_realloc_excess_used!(rt_pow2_16384bytes_4align_realloc_excess_used, 16384, 4); Oct 13 13:13:43.948 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.948 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:247:26 Oct 13 13:13:43.954 INFO kablam! | Oct 13 13:13:43.954 INFO kablam! 247 | 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! 1761 | rt_realloc_excess_used!(rt_pow2_16384bytes_4align_realloc_excess_used, 16384, 4); 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:237:36 Oct 13 13:13:43.954 INFO kablam! | Oct 13 13:13:43.954 INFO kablam! 237 | 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! 1774 | rt_realloc_excess_used!(rt_pow2_32768bytes_4align_realloc_excess_used, 32768, 4); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.954 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.954 INFO kablam! | Oct 13 13:13:43.954 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.954 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.954 INFO kablam! ... Oct 13 13:13:43.954 INFO kablam! 1774 | rt_realloc_excess_used!(rt_pow2_32768bytes_4align_realloc_excess_used, 32768, 4); 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! 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:247:26 Oct 13 13:13:43.954 INFO kablam! | Oct 13 13:13:43.954 INFO kablam! 247 | 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! 1774 | rt_realloc_excess_used!(rt_pow2_32768bytes_4align_realloc_excess_used, 32768, 4); 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.955 INFO kablam! | Oct 13 13:13:43.955 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.955 INFO kablam! | Oct 13 13:13:43.955 INFO kablam! Oct 13 13:13:43.955 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.955 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.955 INFO kablam! | Oct 13 13:13:43.955 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.955 INFO kablam! | ^^^^^ Oct 13 13:13:43.962 INFO kablam! ... Oct 13 13:13:43.962 INFO kablam! 1787 | rt_realloc_excess_used!(rt_pow2_65536bytes_4align_realloc_excess_used, 65536, 4); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.962 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.962 INFO kablam! | Oct 13 13:13:43.962 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.962 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.962 INFO kablam! ... Oct 13 13:13:43.962 INFO kablam! 1787 | rt_realloc_excess_used!(rt_pow2_65536bytes_4align_realloc_excess_used, 65536, 4); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.962 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.962 INFO kablam! | Oct 13 13:13:43.962 INFO kablam! 247 | 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! 1787 | rt_realloc_excess_used!(rt_pow2_65536bytes_4align_realloc_excess_used, 65536, 4); 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:237:36 Oct 13 13:13:43.962 INFO kablam! | Oct 13 13:13:43.962 INFO kablam! 237 | 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! 1800 | rt_realloc_excess_used!(rt_pow2_131072bytes_4align_realloc_excess_used, 131072, 4); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.962 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.962 INFO kablam! | Oct 13 13:13:43.962 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.962 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.962 INFO kablam! ... Oct 13 13:13:43.962 INFO kablam! 1800 | rt_realloc_excess_used!(rt_pow2_131072bytes_4align_realloc_excess_used, 131072, 4); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.962 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.962 INFO kablam! | Oct 13 13:13:43.962 INFO kablam! 247 | 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.963 INFO kablam! 1800 | rt_realloc_excess_used!(rt_pow2_131072bytes_4align_realloc_excess_used, 131072, 4); Oct 13 13:13:43.963 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.963 INFO kablam! | Oct 13 13:13:43.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.963 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.963 INFO kablam! | Oct 13 13:13:43.963 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.963 INFO kablam! | Oct 13 13:13:43.963 INFO kablam! Oct 13 13:13:43.963 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.963 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.963 INFO kablam! | Oct 13 13:13:43.963 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.963 INFO kablam! | ^^^^^ Oct 13 13:13:43.963 INFO kablam! ... Oct 13 13:13:43.963 INFO kablam! 1813 | rt_realloc_excess_used!(rt_pow2_4194304bytes_4align_realloc_excess_used, 4194304, 4); Oct 13 13:13:43.963 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.963 INFO kablam! | Oct 13 13:13:43.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.963 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.963 INFO kablam! | Oct 13 13:13:43.963 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.963 INFO kablam! | Oct 13 13:13:43.963 INFO kablam! Oct 13 13:13:43.963 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.963 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.963 INFO kablam! | Oct 13 13:13:43.963 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.963 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.963 INFO kablam! ... Oct 13 13:13:43.963 INFO kablam! 1813 | rt_realloc_excess_used!(rt_pow2_4194304bytes_4align_realloc_excess_used, 4194304, 4); Oct 13 13:13:43.963 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.963 INFO kablam! Oct 13 13:13:43.966 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.966 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.966 INFO kablam! | Oct 13 13:13:43.966 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.966 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.966 INFO kablam! ... Oct 13 13:13:43.966 INFO kablam! 1813 | rt_realloc_excess_used!(rt_pow2_4194304bytes_4align_realloc_excess_used, 4194304, 4); Oct 13 13:13:43.966 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.966 INFO kablam! | Oct 13 13:13:43.966 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.966 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.966 INFO kablam! | Oct 13 13:13:43.966 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.966 INFO kablam! | Oct 13 13:13:43.966 INFO kablam! Oct 13 13:13:43.966 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.966 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.966 INFO kablam! | Oct 13 13:13:43.966 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.966 INFO kablam! | ^^^^^ Oct 13 13:13:43.966 INFO kablam! ... Oct 13 13:13:43.966 INFO kablam! 1827 | rt_realloc_excess_used!(rt_even_10bytes_4align_realloc_excess_used, 10, 4); Oct 13 13:13:43.966 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.966 INFO kablam! | Oct 13 13:13:43.966 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.966 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.966 INFO kablam! | Oct 13 13:13:43.966 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.966 INFO kablam! | Oct 13 13:13:43.966 INFO kablam! Oct 13 13:13:43.967 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.967 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.967 INFO kablam! | Oct 13 13:13:43.967 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.967 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.967 INFO kablam! ... Oct 13 13:13:43.967 INFO kablam! 1827 | rt_realloc_excess_used!(rt_even_10bytes_4align_realloc_excess_used, 10, 4); Oct 13 13:13:43.967 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.967 INFO kablam! Oct 13 13:13:43.967 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.967 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.967 INFO kablam! | Oct 13 13:13:43.967 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.967 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.967 INFO kablam! ... Oct 13 13:13:43.967 INFO kablam! 1827 | rt_realloc_excess_used!(rt_even_10bytes_4align_realloc_excess_used, 10, 4); Oct 13 13:13:43.967 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.967 INFO kablam! | Oct 13 13:13:43.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.967 INFO kablam! | Oct 13 13:13:43.967 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.967 INFO kablam! | Oct 13 13:13:43.967 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:237:36 Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.976 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.976 INFO kablam! | ^^^^^ Oct 13 13:13:43.976 INFO kablam! ... Oct 13 13:13:43.976 INFO kablam! 1840 | rt_realloc_excess_used!(rt_even_100bytes_4align_realloc_excess_used, 100, 4); Oct 13 13:13:43.976 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.976 INFO kablam! | Oct 13 13:13:43.976 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.976 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.976 INFO kablam! | Oct 13 13:13:43.976 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.976 INFO kablam! | Oct 13 13:13:43.976 INFO kablam! Oct 13 13:13:43.976 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.976 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.976 INFO kablam! | Oct 13 13:13:43.976 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.976 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.976 INFO kablam! ... Oct 13 13:13:43.976 INFO kablam! 1840 | rt_realloc_excess_used!(rt_even_100bytes_4align_realloc_excess_used, 100, 4); Oct 13 13:13:43.976 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.976 INFO kablam! Oct 13 13:13:43.976 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.976 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.976 INFO kablam! | Oct 13 13:13:43.976 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.976 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.976 INFO kablam! ... Oct 13 13:13:43.976 INFO kablam! 1840 | rt_realloc_excess_used!(rt_even_100bytes_4align_realloc_excess_used, 100, 4); Oct 13 13:13:43.976 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.976 INFO kablam! | Oct 13 13:13:43.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.980 INFO kablam! | Oct 13 13:13:43.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.980 INFO kablam! | Oct 13 13:13:43.980 INFO kablam! Oct 13 13:13:43.980 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.980 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.980 INFO kablam! | Oct 13 13:13:43.980 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.980 INFO kablam! | ^^^^^ Oct 13 13:13:43.980 INFO kablam! ... Oct 13 13:13:43.980 INFO kablam! 1853 | rt_realloc_excess_used!(rt_even_1000bytes_4align_realloc_excess_used, 1000, 4); Oct 13 13:13:43.980 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.980 INFO kablam! | Oct 13 13:13:43.980 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.980 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.980 INFO kablam! | Oct 13 13:13:43.980 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.981 INFO kablam! | Oct 13 13:13:43.981 INFO kablam! Oct 13 13:13:43.981 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.981 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.981 INFO kablam! | Oct 13 13:13:43.981 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.981 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.981 INFO kablam! ... Oct 13 13:13:43.981 INFO kablam! 1853 | rt_realloc_excess_used!(rt_even_1000bytes_4align_realloc_excess_used, 1000, 4); Oct 13 13:13:43.981 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.981 INFO kablam! Oct 13 13:13:43.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.981 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.981 INFO kablam! | Oct 13 13:13:43.981 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.981 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.981 INFO kablam! ... Oct 13 13:13:43.981 INFO kablam! 1853 | rt_realloc_excess_used!(rt_even_1000bytes_4align_realloc_excess_used, 1000, 4); Oct 13 13:13:43.981 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.981 INFO kablam! | Oct 13 13:13:43.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.981 INFO kablam! | Oct 13 13:13:43.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.981 INFO kablam! | Oct 13 13:13:43.981 INFO kablam! Oct 13 13:13:43.981 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.981 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.981 INFO kablam! | Oct 13 13:13:43.981 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.981 INFO kablam! | ^^^^^ Oct 13 13:13:43.981 INFO kablam! ... Oct 13 13:13:43.981 INFO kablam! 1866 | rt_realloc_excess_used!(rt_even_10000bytes_4align_realloc_excess_used, 10000, 4); Oct 13 13:13:43.981 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.981 INFO kablam! | Oct 13 13:13:43.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.981 INFO kablam! | Oct 13 13:13:43.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.981 INFO kablam! | Oct 13 13:13:43.981 INFO kablam! Oct 13 13:13:43.981 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.981 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.981 INFO kablam! | Oct 13 13:13:43.981 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.981 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.981 INFO kablam! ... Oct 13 13:13:43.981 INFO kablam! 1866 | rt_realloc_excess_used!(rt_even_10000bytes_4align_realloc_excess_used, 10000, 4); Oct 13 13:13:43.981 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.981 INFO kablam! Oct 13 13:13:43.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.981 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.981 INFO kablam! | Oct 13 13:13:43.981 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.981 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.981 INFO kablam! ... Oct 13 13:13:43.981 INFO kablam! 1866 | rt_realloc_excess_used!(rt_even_10000bytes_4align_realloc_excess_used, 10000, 4); Oct 13 13:13:43.981 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.981 INFO kablam! | Oct 13 13:13:43.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.981 INFO kablam! | Oct 13 13:13:43.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.981 INFO kablam! | Oct 13 13:13:43.981 INFO kablam! Oct 13 13:13:43.981 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.981 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.981 INFO kablam! | Oct 13 13:13:43.981 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.981 INFO kablam! | ^^^^^ Oct 13 13:13:43.981 INFO kablam! ... Oct 13 13:13:43.981 INFO kablam! 1879 | rt_realloc_excess_used!(rt_even_100000bytes_4align_realloc_excess_used, 100000, 4); Oct 13 13:13:43.981 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.981 INFO kablam! | Oct 13 13:13:43.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.981 INFO kablam! | Oct 13 13:13:43.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.981 INFO kablam! | Oct 13 13:13:43.981 INFO kablam! Oct 13 13:13:43.981 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.981 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.981 INFO kablam! | Oct 13 13:13:43.981 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.981 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.982 INFO kablam! ... Oct 13 13:13:43.982 INFO kablam! 1879 | rt_realloc_excess_used!(rt_even_100000bytes_4align_realloc_excess_used, 100000, 4); Oct 13 13:13:43.982 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.982 INFO kablam! Oct 13 13:13:43.982 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.982 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.982 INFO kablam! | Oct 13 13:13:43.982 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.982 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.982 INFO kablam! ... Oct 13 13:13:43.982 INFO kablam! 1879 | rt_realloc_excess_used!(rt_even_100000bytes_4align_realloc_excess_used, 100000, 4); Oct 13 13:13:43.982 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.982 INFO kablam! | Oct 13 13:13:43.982 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.982 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.982 INFO kablam! | Oct 13 13:13:43.982 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.982 INFO kablam! | Oct 13 13:13:43.982 INFO kablam! Oct 13 13:13:43.982 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.982 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.982 INFO kablam! | Oct 13 13:13:43.982 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.982 INFO kablam! | ^^^^^ Oct 13 13:13:43.982 INFO kablam! ... Oct 13 13:13:43.982 INFO kablam! 1892 | rt_realloc_excess_used!(rt_even_1000000bytes_4align_realloc_excess_used, 1000000, 4); Oct 13 13:13:43.982 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.982 INFO kablam! | Oct 13 13:13:43.982 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.982 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.982 INFO kablam! | Oct 13 13:13:43.982 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.982 INFO kablam! | Oct 13 13:13:43.982 INFO kablam! Oct 13 13:13:43.982 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.982 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.982 INFO kablam! | Oct 13 13:13:43.982 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.982 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.982 INFO kablam! ... Oct 13 13:13:43.982 INFO kablam! 1892 | rt_realloc_excess_used!(rt_even_1000000bytes_4align_realloc_excess_used, 1000000, 4); Oct 13 13:13:43.982 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.982 INFO kablam! Oct 13 13:13:43.985 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.985 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.985 INFO kablam! | Oct 13 13:13:43.985 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.985 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.985 INFO kablam! ... Oct 13 13:13:43.985 INFO kablam! 1892 | rt_realloc_excess_used!(rt_even_1000000bytes_4align_realloc_excess_used, 1000000, 4); Oct 13 13:13:43.985 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.985 INFO kablam! | Oct 13 13:13:43.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.985 INFO kablam! | Oct 13 13:13:43.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.985 INFO kablam! | Oct 13 13:13:43.985 INFO kablam! Oct 13 13:13:43.985 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.985 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.985 INFO kablam! | Oct 13 13:13:43.985 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.985 INFO kablam! | ^^^^^ Oct 13 13:13:43.985 INFO kablam! ... Oct 13 13:13:43.985 INFO kablam! 1906 | rt_realloc_excess_used!(rt_odd_10bytes_4align_realloc_excess_used, 10- 1, 4); Oct 13 13:13:43.985 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.985 INFO kablam! | Oct 13 13:13:43.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.985 INFO kablam! | Oct 13 13:13:43.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.985 INFO kablam! | Oct 13 13:13:43.985 INFO kablam! Oct 13 13:13:43.986 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.986 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.986 INFO kablam! | Oct 13 13:13:43.986 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.986 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.987 INFO kablam! ... Oct 13 13:13:43.987 INFO kablam! 1906 | rt_realloc_excess_used!(rt_odd_10bytes_4align_realloc_excess_used, 10- 1, 4); 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! 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:247:26 Oct 13 13:13:43.987 INFO kablam! | Oct 13 13:13:43.987 INFO kablam! 247 | 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! 1906 | rt_realloc_excess_used!(rt_odd_10bytes_4align_realloc_excess_used, 10- 1, 4); 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.989 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.989 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.989 INFO kablam! | Oct 13 13:13:43.989 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.989 INFO kablam! | ^^^^^ Oct 13 13:13:43.989 INFO kablam! ... Oct 13 13:13:43.989 INFO kablam! 1919 | rt_realloc_excess_used!(rt_odd_100bytes_4align_realloc_excess_used, 100- 1, 4); Oct 13 13:13:43.989 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.989 INFO kablam! | Oct 13 13:13:43.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.989 INFO kablam! | Oct 13 13:13:43.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.989 INFO kablam! | Oct 13 13:13:43.989 INFO kablam! Oct 13 13:13:43.989 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.989 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.989 INFO kablam! | Oct 13 13:13:43.989 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.989 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.989 INFO kablam! ... Oct 13 13:13:43.989 INFO kablam! 1919 | rt_realloc_excess_used!(rt_odd_100bytes_4align_realloc_excess_used, 100- 1, 4); Oct 13 13:13:43.989 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.989 INFO kablam! Oct 13 13:13:43.989 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.989 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:43.989 INFO kablam! | Oct 13 13:13:43.989 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.989 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.989 INFO kablam! ... Oct 13 13:13:43.989 INFO kablam! 1919 | rt_realloc_excess_used!(rt_odd_100bytes_4align_realloc_excess_used, 100- 1, 4); Oct 13 13:13:43.989 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.989 INFO kablam! | Oct 13 13:13:43.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.989 INFO kablam! | Oct 13 13:13:43.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.989 INFO kablam! | Oct 13 13:13:43.989 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:237:36 Oct 13 13:13:43.996 INFO kablam! | Oct 13 13:13:43.996 INFO kablam! 237 | 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! 1932 | rt_realloc_excess_used!(rt_odd_1000bytes_4align_realloc_excess_used, 1000- 1, 4); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.996 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.996 INFO kablam! | Oct 13 13:13:43.996 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.996 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.996 INFO kablam! ... Oct 13 13:13:43.996 INFO kablam! 1932 | rt_realloc_excess_used!(rt_odd_1000bytes_4align_realloc_excess_used, 1000- 1, 4); 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! 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:247:26 Oct 13 13:13:43.996 INFO kablam! | Oct 13 13:13:43.996 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.996 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.997 INFO kablam! ... Oct 13 13:13:43.997 INFO kablam! 1932 | rt_realloc_excess_used!(rt_odd_1000bytes_4align_realloc_excess_used, 1000- 1, 4); Oct 13 13:13:43.997 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.997 INFO kablam! | Oct 13 13:13:43.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.997 INFO kablam! | Oct 13 13:13:43.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.997 INFO kablam! | Oct 13 13:13:43.997 INFO kablam! Oct 13 13:13:43.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.997 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:43.997 INFO kablam! | Oct 13 13:13:43.997 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.997 INFO kablam! | ^^^^^ Oct 13 13:13:43.997 INFO kablam! ... Oct 13 13:13:43.997 INFO kablam! 1945 | rt_realloc_excess_used!(rt_odd_10000bytes_4align_realloc_excess_used, 10000- 1, 4); Oct 13 13:13:43.997 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.997 INFO kablam! | Oct 13 13:13:43.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.997 INFO kablam! | Oct 13 13:13:43.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.997 INFO kablam! | Oct 13 13:13:43.997 INFO kablam! Oct 13 13:13:43.997 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.997 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:43.997 INFO kablam! | Oct 13 13:13:43.997 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:43.997 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:43.997 INFO kablam! ... Oct 13 13:13:43.997 INFO kablam! 1945 | rt_realloc_excess_used!(rt_odd_10000bytes_4align_realloc_excess_used, 10000- 1, 4); Oct 13 13:13:43.997 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.997 INFO kablam! Oct 13 13:13:44.002 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.002 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.002 INFO kablam! | Oct 13 13:13:44.002 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.002 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.002 INFO kablam! ... Oct 13 13:13:44.002 INFO kablam! 1945 | rt_realloc_excess_used!(rt_odd_10000bytes_4align_realloc_excess_used, 10000- 1, 4); 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.002 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.002 INFO kablam! | Oct 13 13:13:44.002 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.002 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:237:36 Oct 13 13:13:44.002 INFO kablam! | Oct 13 13:13:44.002 INFO kablam! 237 | 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! 1958 | rt_realloc_excess_used!(rt_odd_100000bytes_4align_realloc_excess_used, 100000- 1, 4); 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.002 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.002 INFO kablam! | Oct 13 13:13:44.002 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.002 INFO kablam! | Oct 13 13:13:44.002 INFO kablam! Oct 13 13:13:44.002 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.002 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.002 INFO kablam! | Oct 13 13:13:44.002 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.002 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.002 INFO kablam! ... Oct 13 13:13:44.002 INFO kablam! 1958 | rt_realloc_excess_used!(rt_odd_100000bytes_4align_realloc_excess_used, 100000- 1, 4); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.002 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.002 INFO kablam! | Oct 13 13:13:44.002 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.002 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.002 INFO kablam! ... Oct 13 13:13:44.002 INFO kablam! 1958 | rt_realloc_excess_used!(rt_odd_100000bytes_4align_realloc_excess_used, 100000- 1, 4); 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.002 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.002 INFO kablam! | Oct 13 13:13:44.002 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.002 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:237:36 Oct 13 13:13:44.002 INFO kablam! | Oct 13 13:13:44.002 INFO kablam! 237 | 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! 1971 | rt_realloc_excess_used!(rt_odd_1000000bytes_4align_realloc_excess_used, 1000000- 1, 4); Oct 13 13:13:44.002 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.009 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.009 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.009 INFO kablam! | Oct 13 13:13:44.009 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.009 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.009 INFO kablam! ... Oct 13 13:13:44.009 INFO kablam! 1971 | rt_realloc_excess_used!(rt_odd_1000000bytes_4align_realloc_excess_used, 1000000- 1, 4); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.010 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.010 INFO kablam! | Oct 13 13:13:44.010 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.010 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.010 INFO kablam! ... Oct 13 13:13:44.010 INFO kablam! 1971 | rt_realloc_excess_used!(rt_odd_1000000bytes_4align_realloc_excess_used, 1000000- 1, 4); Oct 13 13:13:44.010 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.010 INFO kablam! | Oct 13 13:13:44.010 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.010 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.010 INFO kablam! | Oct 13 13:13:44.010 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.010 INFO kablam! | Oct 13 13:13:44.010 INFO kablam! Oct 13 13:13:44.010 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.010 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.010 INFO kablam! | Oct 13 13:13:44.010 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.010 INFO kablam! | ^^^^^ Oct 13 13:13:44.010 INFO kablam! ... Oct 13 13:13:44.010 INFO kablam! 1985 | rt_realloc_excess_used!(rt_primes_3bytes_4align_realloc_excess_used, 3, 4); Oct 13 13:13:44.010 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.010 INFO kablam! | Oct 13 13:13:44.010 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.010 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.010 INFO kablam! | Oct 13 13:13:44.010 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.010 INFO kablam! | Oct 13 13:13:44.010 INFO kablam! Oct 13 13:13:44.010 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.010 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.010 INFO kablam! | Oct 13 13:13:44.010 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.010 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.010 INFO kablam! ... Oct 13 13:13:44.010 INFO kablam! 1985 | rt_realloc_excess_used!(rt_primes_3bytes_4align_realloc_excess_used, 3, 4); Oct 13 13:13:44.010 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.010 INFO kablam! Oct 13 13:13:44.010 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.010 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.010 INFO kablam! | Oct 13 13:13:44.010 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.010 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.010 INFO kablam! ... Oct 13 13:13:44.010 INFO kablam! 1985 | rt_realloc_excess_used!(rt_primes_3bytes_4align_realloc_excess_used, 3, 4); Oct 13 13:13:44.010 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.010 INFO kablam! | Oct 13 13:13:44.010 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.010 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.010 INFO kablam! | Oct 13 13:13:44.010 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.010 INFO kablam! | Oct 13 13:13:44.010 INFO kablam! Oct 13 13:13:44.010 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.010 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.010 INFO kablam! | Oct 13 13:13:44.010 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.010 INFO kablam! | ^^^^^ Oct 13 13:13:44.010 INFO kablam! ... Oct 13 13:13:44.010 INFO kablam! 1998 | rt_realloc_excess_used!(rt_primes_7bytes_4align_realloc_excess_used, 7, 4); Oct 13 13:13:44.010 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.010 INFO kablam! | Oct 13 13:13:44.010 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.010 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.010 INFO kablam! | Oct 13 13:13:44.010 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.010 INFO kablam! | Oct 13 13:13:44.010 INFO kablam! Oct 13 13:13:44.010 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.010 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.010 INFO kablam! | Oct 13 13:13:44.010 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.010 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.010 INFO kablam! ... Oct 13 13:13:44.010 INFO kablam! 1998 | rt_realloc_excess_used!(rt_primes_7bytes_4align_realloc_excess_used, 7, 4); Oct 13 13:13:44.010 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.010 INFO kablam! Oct 13 13:13:44.013 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.013 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.013 INFO kablam! | Oct 13 13:13:44.013 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.013 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.013 INFO kablam! ... Oct 13 13:13:44.013 INFO kablam! 1998 | rt_realloc_excess_used!(rt_primes_7bytes_4align_realloc_excess_used, 7, 4); Oct 13 13:13:44.013 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.013 INFO kablam! | Oct 13 13:13:44.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.013 INFO kablam! | Oct 13 13:13:44.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.013 INFO kablam! | Oct 13 13:13:44.013 INFO kablam! Oct 13 13:13:44.028 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.028 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.028 INFO kablam! | Oct 13 13:13:44.028 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.028 INFO kablam! | ^^^^^ Oct 13 13:13:44.028 INFO kablam! ... Oct 13 13:13:44.028 INFO kablam! 2011 | rt_realloc_excess_used!(rt_primes_13bytes_4align_realloc_excess_used, 13, 4); 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.033 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.033 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.033 INFO kablam! | Oct 13 13:13:44.033 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.033 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.033 INFO kablam! ... Oct 13 13:13:44.033 INFO kablam! 2011 | rt_realloc_excess_used!(rt_primes_13bytes_4align_realloc_excess_used, 13, 4); Oct 13 13:13:44.033 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.033 INFO kablam! Oct 13 13:13:44.033 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.033 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.033 INFO kablam! | Oct 13 13:13:44.033 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.033 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.033 INFO kablam! ... Oct 13 13:13:44.033 INFO kablam! 2011 | rt_realloc_excess_used!(rt_primes_13bytes_4align_realloc_excess_used, 13, 4); Oct 13 13:13:44.033 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.033 INFO kablam! | Oct 13 13:13:44.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.033 INFO kablam! | Oct 13 13:13:44.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.033 INFO kablam! | Oct 13 13:13:44.033 INFO kablam! Oct 13 13:13:44.033 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.033 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.033 INFO kablam! | Oct 13 13:13:44.033 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.033 INFO kablam! | ^^^^^ Oct 13 13:13:44.033 INFO kablam! ... Oct 13 13:13:44.033 INFO kablam! 2024 | rt_realloc_excess_used!(rt_primes_17bytes_4align_realloc_excess_used, 17, 4); Oct 13 13:13:44.033 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.033 INFO kablam! | Oct 13 13:13:44.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.033 INFO kablam! | Oct 13 13:13:44.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.033 INFO kablam! | Oct 13 13:13:44.033 INFO kablam! Oct 13 13:13:44.033 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.033 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.033 INFO kablam! | Oct 13 13:13:44.033 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.033 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.033 INFO kablam! ... Oct 13 13:13:44.033 INFO kablam! 2024 | rt_realloc_excess_used!(rt_primes_17bytes_4align_realloc_excess_used, 17, 4); Oct 13 13:13:44.033 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.033 INFO kablam! Oct 13 13:13:44.033 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.033 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.033 INFO kablam! | Oct 13 13:13:44.033 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.033 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.033 INFO kablam! ... Oct 13 13:13:44.033 INFO kablam! 2024 | rt_realloc_excess_used!(rt_primes_17bytes_4align_realloc_excess_used, 17, 4); Oct 13 13:13:44.033 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.033 INFO kablam! | Oct 13 13:13:44.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.033 INFO kablam! | Oct 13 13:13:44.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.033 INFO kablam! | Oct 13 13:13:44.033 INFO kablam! Oct 13 13:13:44.033 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.033 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.033 INFO kablam! | Oct 13 13:13:44.033 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.033 INFO kablam! | ^^^^^ Oct 13 13:13:44.033 INFO kablam! ... Oct 13 13:13:44.033 INFO kablam! 2037 | rt_realloc_excess_used!(rt_primes_31bytes_4align_realloc_excess_used, 31, 4); Oct 13 13:13:44.033 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.033 INFO kablam! | Oct 13 13:13:44.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.033 INFO kablam! | Oct 13 13:13:44.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.034 INFO kablam! | Oct 13 13:13:44.034 INFO kablam! Oct 13 13:13:44.034 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.034 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.034 INFO kablam! | Oct 13 13:13:44.034 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.034 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.034 INFO kablam! ... Oct 13 13:13:44.034 INFO kablam! 2037 | rt_realloc_excess_used!(rt_primes_31bytes_4align_realloc_excess_used, 31, 4); Oct 13 13:13:44.034 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.034 INFO kablam! Oct 13 13:13:44.034 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.034 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.034 INFO kablam! | Oct 13 13:13:44.034 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.034 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.034 INFO kablam! ... Oct 13 13:13:44.034 INFO kablam! 2037 | rt_realloc_excess_used!(rt_primes_31bytes_4align_realloc_excess_used, 31, 4); Oct 13 13:13:44.034 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.034 INFO kablam! | Oct 13 13:13:44.034 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.034 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.034 INFO kablam! | Oct 13 13:13:44.034 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.034 INFO kablam! | Oct 13 13:13:44.034 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:237:36 Oct 13 13:13:44.041 INFO kablam! | Oct 13 13:13:44.041 INFO kablam! 237 | 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! 2050 | rt_realloc_excess_used!(rt_primes_61bytes_4align_realloc_excess_used, 61, 4); 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.041 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.041 INFO kablam! | Oct 13 13:13:44.041 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.041 INFO kablam! | Oct 13 13:13:44.041 INFO kablam! Oct 13 13:13:44.041 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.041 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.041 INFO kablam! | Oct 13 13:13:44.041 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.041 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.041 INFO kablam! ... Oct 13 13:13:44.042 INFO kablam! 2050 | rt_realloc_excess_used!(rt_primes_61bytes_4align_realloc_excess_used, 61, 4); 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! 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:247:26 Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! 247 | 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.044 INFO kablam! 2050 | rt_realloc_excess_used!(rt_primes_61bytes_4align_realloc_excess_used, 61, 4); 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.052 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.052 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.052 INFO kablam! | Oct 13 13:13:44.052 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.052 INFO kablam! | ^^^^^ Oct 13 13:13:44.052 INFO kablam! ... Oct 13 13:13:44.052 INFO kablam! 2063 | rt_realloc_excess_used!(rt_primes_96bytes_4align_realloc_excess_used, 96, 4); Oct 13 13:13:44.052 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.052 INFO kablam! | Oct 13 13:13:44.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.052 INFO kablam! | Oct 13 13:13:44.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.052 INFO kablam! | Oct 13 13:13:44.052 INFO kablam! Oct 13 13:13:44.052 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.052 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.053 INFO kablam! | Oct 13 13:13:44.053 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.053 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.053 INFO kablam! ... Oct 13 13:13:44.053 INFO kablam! 2063 | rt_realloc_excess_used!(rt_primes_96bytes_4align_realloc_excess_used, 96, 4); 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.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.061 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.061 INFO kablam! | Oct 13 13:13:44.061 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.061 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.061 INFO kablam! ... Oct 13 13:13:44.061 INFO kablam! 2063 | rt_realloc_excess_used!(rt_primes_96bytes_4align_realloc_excess_used, 96, 4); Oct 13 13:13:44.061 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.061 INFO kablam! | Oct 13 13:13:44.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.061 INFO kablam! | Oct 13 13:13:44.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.061 INFO kablam! | Oct 13 13:13:44.061 INFO kablam! Oct 13 13:13:44.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.061 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.061 INFO kablam! | Oct 13 13:13:44.061 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.061 INFO kablam! | ^^^^^ Oct 13 13:13:44.061 INFO kablam! ... Oct 13 13:13:44.061 INFO kablam! 2076 | rt_realloc_excess_used!(rt_primes_127bytes_4align_realloc_excess_used, 127, 4); Oct 13 13:13:44.061 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.061 INFO kablam! | Oct 13 13:13:44.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.061 INFO kablam! | Oct 13 13:13:44.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.061 INFO kablam! | Oct 13 13:13:44.061 INFO kablam! Oct 13 13:13:44.061 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.061 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.061 INFO kablam! | Oct 13 13:13:44.061 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.061 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.061 INFO kablam! ... Oct 13 13:13:44.061 INFO kablam! 2076 | rt_realloc_excess_used!(rt_primes_127bytes_4align_realloc_excess_used, 127, 4); Oct 13 13:13:44.061 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.061 INFO kablam! Oct 13 13:13:44.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.061 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.061 INFO kablam! | Oct 13 13:13:44.061 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.061 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.062 INFO kablam! ... Oct 13 13:13:44.062 INFO kablam! 2076 | rt_realloc_excess_used!(rt_primes_127bytes_4align_realloc_excess_used, 127, 4); Oct 13 13:13:44.062 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.062 INFO kablam! | Oct 13 13:13:44.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.062 INFO kablam! | Oct 13 13:13:44.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.062 INFO kablam! | Oct 13 13:13:44.062 INFO kablam! Oct 13 13:13:44.064 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.064 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.064 INFO kablam! | Oct 13 13:13:44.064 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.064 INFO kablam! | ^^^^^ Oct 13 13:13:44.064 INFO kablam! ... Oct 13 13:13:44.064 INFO kablam! 2089 | rt_realloc_excess_used!(rt_primes_257bytes_4align_realloc_excess_used, 257, 4); Oct 13 13:13:44.064 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.064 INFO kablam! | Oct 13 13:13:44.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.064 INFO kablam! | Oct 13 13:13:44.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.064 INFO kablam! | Oct 13 13:13:44.064 INFO kablam! Oct 13 13:13:44.064 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.065 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.065 INFO kablam! | Oct 13 13:13:44.065 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.065 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.065 INFO kablam! ... Oct 13 13:13:44.065 INFO kablam! 2089 | rt_realloc_excess_used!(rt_primes_257bytes_4align_realloc_excess_used, 257, 4); 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! 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:247:26 Oct 13 13:13:44.065 INFO kablam! | Oct 13 13:13:44.065 INFO kablam! 247 | 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! 2089 | rt_realloc_excess_used!(rt_primes_257bytes_4align_realloc_excess_used, 257, 4); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.065 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.065 INFO kablam! | Oct 13 13:13:44.065 INFO kablam! 237 | 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! 2102 | rt_realloc_excess_used!(rt_primes_509bytes_4align_realloc_excess_used, 509, 4); 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.072 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.077 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.077 INFO kablam! | Oct 13 13:13:44.077 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.077 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.077 INFO kablam! ... Oct 13 13:13:44.077 INFO kablam! 2102 | rt_realloc_excess_used!(rt_primes_509bytes_4align_realloc_excess_used, 509, 4); Oct 13 13:13:44.077 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.077 INFO kablam! Oct 13 13:13:44.077 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.077 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.077 INFO kablam! | Oct 13 13:13:44.077 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.077 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.077 INFO kablam! ... Oct 13 13:13:44.077 INFO kablam! 2102 | rt_realloc_excess_used!(rt_primes_509bytes_4align_realloc_excess_used, 509, 4); Oct 13 13:13:44.077 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.077 INFO kablam! | Oct 13 13:13:44.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.077 INFO kablam! | Oct 13 13:13:44.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.077 INFO kablam! | Oct 13 13:13:44.077 INFO kablam! Oct 13 13:13:44.077 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.077 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.077 INFO kablam! | Oct 13 13:13:44.077 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.077 INFO kablam! | ^^^^^ Oct 13 13:13:44.077 INFO kablam! ... Oct 13 13:13:44.077 INFO kablam! 2115 | rt_realloc_excess_used!(rt_primes_1021bytes_4align_realloc_excess_used, 1021, 4); Oct 13 13:13:44.077 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.077 INFO kablam! | Oct 13 13:13:44.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.077 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.078 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! Oct 13 13:13:44.078 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.078 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.078 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.078 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.078 INFO kablam! ... Oct 13 13:13:44.078 INFO kablam! 2115 | rt_realloc_excess_used!(rt_primes_1021bytes_4align_realloc_excess_used, 1021, 4); Oct 13 13:13:44.078 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.078 INFO kablam! Oct 13 13:13:44.078 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.078 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.078 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.078 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.078 INFO kablam! ... Oct 13 13:13:44.078 INFO kablam! 2115 | rt_realloc_excess_used!(rt_primes_1021bytes_4align_realloc_excess_used, 1021, 4); Oct 13 13:13:44.078 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.078 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.078 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.078 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.078 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! Oct 13 13:13:44.078 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.078 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.078 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.078 INFO kablam! | ^^^^^ Oct 13 13:13:44.078 INFO kablam! ... Oct 13 13:13:44.078 INFO kablam! 2128 | rt_realloc_excess_used!(rt_primes_2039bytes_4align_realloc_excess_used, 2039, 4); Oct 13 13:13:44.078 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.078 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.078 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.078 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.078 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! Oct 13 13:13:44.078 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.078 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.078 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.078 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.078 INFO kablam! ... Oct 13 13:13:44.078 INFO kablam! 2128 | rt_realloc_excess_used!(rt_primes_2039bytes_4align_realloc_excess_used, 2039, 4); Oct 13 13:13:44.078 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.078 INFO kablam! Oct 13 13:13:44.078 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.078 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.078 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.078 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.078 INFO kablam! ... Oct 13 13:13:44.078 INFO kablam! 2128 | rt_realloc_excess_used!(rt_primes_2039bytes_4align_realloc_excess_used, 2039, 4); Oct 13 13:13:44.078 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.078 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.078 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.078 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.078 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! Oct 13 13:13:44.078 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.078 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.078 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.078 INFO kablam! | ^^^^^ Oct 13 13:13:44.078 INFO kablam! ... Oct 13 13:13:44.078 INFO kablam! 2141 | rt_realloc_excess_used!(rt_primes_4093bytes_4align_realloc_excess_used, 4093, 4); Oct 13 13:13:44.078 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.078 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.078 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.078 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.078 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! Oct 13 13:13:44.078 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.078 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.078 INFO kablam! | Oct 13 13:13:44.078 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.078 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.078 INFO kablam! ... Oct 13 13:13:44.078 INFO kablam! 2141 | rt_realloc_excess_used!(rt_primes_4093bytes_4align_realloc_excess_used, 4093, 4); Oct 13 13:13:44.078 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.079 INFO kablam! Oct 13 13:13:44.079 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.079 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.079 INFO kablam! | Oct 13 13:13:44.079 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.079 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.079 INFO kablam! ... Oct 13 13:13:44.079 INFO kablam! 2141 | rt_realloc_excess_used!(rt_primes_4093bytes_4align_realloc_excess_used, 4093, 4); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.079 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.079 INFO kablam! | Oct 13 13:13:44.079 INFO kablam! 237 | 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! 2154 | rt_realloc_excess_used!(rt_primes_8191bytes_4align_realloc_excess_used, 8191, 4); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.079 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.079 INFO kablam! | Oct 13 13:13:44.079 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.079 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.079 INFO kablam! ... Oct 13 13:13:44.079 INFO kablam! 2154 | rt_realloc_excess_used!(rt_primes_8191bytes_4align_realloc_excess_used, 8191, 4); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.079 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.079 INFO kablam! | Oct 13 13:13:44.079 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.079 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.079 INFO kablam! ... Oct 13 13:13:44.079 INFO kablam! 2154 | rt_realloc_excess_used!(rt_primes_8191bytes_4align_realloc_excess_used, 8191, 4); 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.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:237:36 Oct 13 13:13:44.089 INFO kablam! | Oct 13 13:13:44.089 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.089 INFO kablam! | ^^^^^ Oct 13 13:13:44.090 INFO kablam! ... Oct 13 13:13:44.090 INFO kablam! 2167 | rt_realloc_excess_used!(rt_primes_16381bytes_4align_realloc_excess_used, 16381, 4); Oct 13 13:13:44.090 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.090 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! Oct 13 13:13:44.090 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.090 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.090 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.090 INFO kablam! ... Oct 13 13:13:44.090 INFO kablam! 2167 | rt_realloc_excess_used!(rt_primes_16381bytes_4align_realloc_excess_used, 16381, 4); Oct 13 13:13:44.090 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.090 INFO kablam! Oct 13 13:13:44.090 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.090 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.090 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.090 INFO kablam! ... Oct 13 13:13:44.090 INFO kablam! 2167 | rt_realloc_excess_used!(rt_primes_16381bytes_4align_realloc_excess_used, 16381, 4); Oct 13 13:13:44.090 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.090 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! Oct 13 13:13:44.090 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.090 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.090 INFO kablam! | ^^^^^ Oct 13 13:13:44.090 INFO kablam! ... Oct 13 13:13:44.090 INFO kablam! 2180 | rt_realloc_excess_used!(rt_primes_32749bytes_4align_realloc_excess_used, 32749, 4); Oct 13 13:13:44.090 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.090 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! Oct 13 13:13:44.090 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.090 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.090 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.090 INFO kablam! ... Oct 13 13:13:44.090 INFO kablam! 2180 | rt_realloc_excess_used!(rt_primes_32749bytes_4align_realloc_excess_used, 32749, 4); Oct 13 13:13:44.090 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.090 INFO kablam! Oct 13 13:13:44.090 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.090 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.090 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.090 INFO kablam! ... Oct 13 13:13:44.090 INFO kablam! 2180 | rt_realloc_excess_used!(rt_primes_32749bytes_4align_realloc_excess_used, 32749, 4); Oct 13 13:13:44.090 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.090 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! Oct 13 13:13:44.090 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.090 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.090 INFO kablam! | ^^^^^ Oct 13 13:13:44.090 INFO kablam! ... Oct 13 13:13:44.090 INFO kablam! 2193 | rt_realloc_excess_used!(rt_primes_65537bytes_4align_realloc_excess_used, 65537, 4); Oct 13 13:13:44.090 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.090 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.090 INFO kablam! | Oct 13 13:13:44.090 INFO kablam! Oct 13 13:13:44.091 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.091 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.091 INFO kablam! | Oct 13 13:13:44.091 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.091 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.091 INFO kablam! ... Oct 13 13:13:44.091 INFO kablam! 2193 | rt_realloc_excess_used!(rt_primes_65537bytes_4align_realloc_excess_used, 65537, 4); Oct 13 13:13:44.091 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.091 INFO kablam! Oct 13 13:13:44.091 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.091 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.091 INFO kablam! | Oct 13 13:13:44.091 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.091 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.091 INFO kablam! ... Oct 13 13:13:44.091 INFO kablam! 2193 | rt_realloc_excess_used!(rt_primes_65537bytes_4align_realloc_excess_used, 65537, 4); Oct 13 13:13:44.091 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.091 INFO kablam! | Oct 13 13:13:44.091 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.091 INFO kablam! | Oct 13 13:13:44.091 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.091 INFO kablam! | Oct 13 13:13:44.091 INFO kablam! Oct 13 13:13:44.091 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.091 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.091 INFO kablam! | Oct 13 13:13:44.091 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.091 INFO kablam! | ^^^^^ Oct 13 13:13:44.091 INFO kablam! ... Oct 13 13:13:44.091 INFO kablam! 2206 | rt_realloc_excess_used!(rt_primes_131071bytes_4align_realloc_excess_used, 131071, 4); Oct 13 13:13:44.091 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.091 INFO kablam! | Oct 13 13:13:44.091 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.091 INFO kablam! | Oct 13 13:13:44.091 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.091 INFO kablam! | Oct 13 13:13:44.091 INFO kablam! Oct 13 13:13:44.091 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.091 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.091 INFO kablam! | Oct 13 13:13:44.091 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.091 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.091 INFO kablam! ... Oct 13 13:13:44.091 INFO kablam! 2206 | rt_realloc_excess_used!(rt_primes_131071bytes_4align_realloc_excess_used, 131071, 4); Oct 13 13:13:44.091 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.091 INFO kablam! Oct 13 13:13:44.091 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.091 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.091 INFO kablam! | Oct 13 13:13:44.091 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.091 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.091 INFO kablam! ... Oct 13 13:13:44.091 INFO kablam! 2206 | rt_realloc_excess_used!(rt_primes_131071bytes_4align_realloc_excess_used, 131071, 4); Oct 13 13:13:44.091 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.091 INFO kablam! | Oct 13 13:13:44.091 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.091 INFO kablam! | Oct 13 13:13:44.091 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.091 INFO kablam! | Oct 13 13:13:44.091 INFO kablam! Oct 13 13:13:44.091 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.091 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.091 INFO kablam! | Oct 13 13:13:44.091 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.091 INFO kablam! | ^^^^^ Oct 13 13:13:44.091 INFO kablam! ... Oct 13 13:13:44.091 INFO kablam! 2219 | rt_realloc_excess_used!(rt_primes_4194301bytes_4align_realloc_excess_used, 4194301, 4); Oct 13 13:13:44.091 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.091 INFO kablam! | Oct 13 13:13:44.091 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.091 INFO kablam! | Oct 13 13:13:44.091 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.091 INFO kablam! | Oct 13 13:13:44.091 INFO kablam! Oct 13 13:13:44.091 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.091 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.091 INFO kablam! | Oct 13 13:13:44.091 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.091 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.091 INFO kablam! ... Oct 13 13:13:44.091 INFO kablam! 2219 | rt_realloc_excess_used!(rt_primes_4194301bytes_4align_realloc_excess_used, 4194301, 4); Oct 13 13:13:44.091 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.091 INFO kablam! Oct 13 13:13:44.096 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.096 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.096 INFO kablam! | Oct 13 13:13:44.096 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.096 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.096 INFO kablam! ... Oct 13 13:13:44.096 INFO kablam! 2219 | rt_realloc_excess_used!(rt_primes_4194301bytes_4align_realloc_excess_used, 4194301, 4); Oct 13 13:13:44.096 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.096 INFO kablam! | Oct 13 13:13:44.096 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.096 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.096 INFO kablam! | Oct 13 13:13:44.096 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.096 INFO kablam! | Oct 13 13:13:44.096 INFO kablam! Oct 13 13:13:44.096 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.096 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.096 INFO kablam! | Oct 13 13:13:44.096 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.096 INFO kablam! | ^^^^^ Oct 13 13:13:44.096 INFO kablam! ... Oct 13 13:13:44.096 INFO kablam! 2235 | rt_realloc_excess_used!(rt_pow2_1bytes_8align_realloc_excess_used, 1, 8); Oct 13 13:13:44.096 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.096 INFO kablam! | Oct 13 13:13:44.096 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.096 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.096 INFO kablam! | Oct 13 13:13:44.096 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.096 INFO kablam! | Oct 13 13:13:44.096 INFO kablam! Oct 13 13:13:44.096 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.096 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.096 INFO kablam! | Oct 13 13:13:44.096 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.096 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.096 INFO kablam! ... Oct 13 13:13:44.096 INFO kablam! 2235 | rt_realloc_excess_used!(rt_pow2_1bytes_8align_realloc_excess_used, 1, 8); Oct 13 13:13:44.096 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.096 INFO kablam! Oct 13 13:13:44.096 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.096 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.096 INFO kablam! | Oct 13 13:13:44.096 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.096 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.096 INFO kablam! ... Oct 13 13:13:44.096 INFO kablam! 2235 | rt_realloc_excess_used!(rt_pow2_1bytes_8align_realloc_excess_used, 1, 8); Oct 13 13:13:44.096 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.096 INFO kablam! | Oct 13 13:13:44.096 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:237:36 Oct 13 13:13:44.097 INFO kablam! | Oct 13 13:13:44.097 INFO kablam! 237 | 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! 2248 | rt_realloc_excess_used!(rt_pow2_2bytes_8align_realloc_excess_used, 2, 8); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.097 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.097 INFO kablam! | Oct 13 13:13:44.097 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.097 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.097 INFO kablam! ... Oct 13 13:13:44.097 INFO kablam! 2248 | rt_realloc_excess_used!(rt_pow2_2bytes_8align_realloc_excess_used, 2, 8); 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.101 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.101 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.101 INFO kablam! | Oct 13 13:13:44.101 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.101 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.101 INFO kablam! ... Oct 13 13:13:44.101 INFO kablam! 2248 | rt_realloc_excess_used!(rt_pow2_2bytes_8align_realloc_excess_used, 2, 8); Oct 13 13:13:44.102 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.102 INFO kablam! | Oct 13 13:13:44.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.102 INFO kablam! | Oct 13 13:13:44.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.102 INFO kablam! | Oct 13 13:13:44.102 INFO kablam! Oct 13 13:13:44.102 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.102 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.102 INFO kablam! | Oct 13 13:13:44.102 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.102 INFO kablam! | ^^^^^ Oct 13 13:13:44.102 INFO kablam! ... Oct 13 13:13:44.102 INFO kablam! 2261 | rt_realloc_excess_used!(rt_pow2_4bytes_8align_realloc_excess_used, 4, 8); Oct 13 13:13:44.102 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.102 INFO kablam! | Oct 13 13:13:44.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.102 INFO kablam! | Oct 13 13:13:44.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.102 INFO kablam! | Oct 13 13:13:44.102 INFO kablam! Oct 13 13:13:44.102 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.102 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.102 INFO kablam! | Oct 13 13:13:44.102 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.102 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.102 INFO kablam! ... Oct 13 13:13:44.102 INFO kablam! 2261 | rt_realloc_excess_used!(rt_pow2_4bytes_8align_realloc_excess_used, 4, 8); Oct 13 13:13:44.102 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.102 INFO kablam! Oct 13 13:13:44.102 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.102 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.102 INFO kablam! | Oct 13 13:13:44.102 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.102 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.102 INFO kablam! ... Oct 13 13:13:44.102 INFO kablam! 2261 | rt_realloc_excess_used!(rt_pow2_4bytes_8align_realloc_excess_used, 4, 8); Oct 13 13:13:44.102 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.102 INFO kablam! | Oct 13 13:13:44.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.102 INFO kablam! | Oct 13 13:13:44.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.102 INFO kablam! | Oct 13 13:13:44.102 INFO kablam! Oct 13 13:13:44.104 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.104 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.104 INFO kablam! | Oct 13 13:13:44.104 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.104 INFO kablam! | ^^^^^ Oct 13 13:13:44.104 INFO kablam! ... Oct 13 13:13:44.104 INFO kablam! 2274 | rt_realloc_excess_used!(rt_pow2_8bytes_8align_realloc_excess_used, 8, 8); Oct 13 13:13:44.104 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.104 INFO kablam! | Oct 13 13:13:44.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.104 INFO kablam! | Oct 13 13:13:44.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.104 INFO kablam! | Oct 13 13:13:44.104 INFO kablam! Oct 13 13:13:44.104 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.104 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.104 INFO kablam! | Oct 13 13:13:44.104 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.104 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.104 INFO kablam! ... Oct 13 13:13:44.104 INFO kablam! 2274 | rt_realloc_excess_used!(rt_pow2_8bytes_8align_realloc_excess_used, 8, 8); Oct 13 13:13:44.104 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.105 INFO kablam! Oct 13 13:13:44.105 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.105 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.105 INFO kablam! | Oct 13 13:13:44.105 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.105 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.105 INFO kablam! ... Oct 13 13:13:44.105 INFO kablam! 2274 | rt_realloc_excess_used!(rt_pow2_8bytes_8align_realloc_excess_used, 8, 8); Oct 13 13:13:44.105 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.105 INFO kablam! | Oct 13 13:13:44.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.105 INFO kablam! | Oct 13 13:13:44.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.105 INFO kablam! | Oct 13 13:13:44.105 INFO kablam! Oct 13 13:13:44.105 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.105 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.105 INFO kablam! | Oct 13 13:13:44.105 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.105 INFO kablam! | ^^^^^ Oct 13 13:13:44.105 INFO kablam! ... Oct 13 13:13:44.105 INFO kablam! 2287 | rt_realloc_excess_used!(rt_pow2_16bytes_8align_realloc_excess_used, 16, 8); Oct 13 13:13:44.105 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.105 INFO kablam! | Oct 13 13:13:44.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.105 INFO kablam! | Oct 13 13:13:44.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.105 INFO kablam! | Oct 13 13:13:44.105 INFO kablam! Oct 13 13:13:44.106 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.106 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.106 INFO kablam! | Oct 13 13:13:44.106 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.106 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.106 INFO kablam! ... Oct 13 13:13:44.106 INFO kablam! 2287 | rt_realloc_excess_used!(rt_pow2_16bytes_8align_realloc_excess_used, 16, 8); 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! 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:247:26 Oct 13 13:13:44.106 INFO kablam! | Oct 13 13:13:44.106 INFO kablam! 247 | 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! 2287 | rt_realloc_excess_used!(rt_pow2_16bytes_8align_realloc_excess_used, 16, 8); 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.114 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.114 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.114 INFO kablam! | Oct 13 13:13:44.114 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.114 INFO kablam! | ^^^^^ Oct 13 13:13:44.114 INFO kablam! ... Oct 13 13:13:44.114 INFO kablam! 2300 | rt_realloc_excess_used!(rt_pow2_32bytes_8align_realloc_excess_used, 32, 8); Oct 13 13:13:44.114 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.114 INFO kablam! | Oct 13 13:13:44.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.114 INFO kablam! | Oct 13 13:13:44.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.114 INFO kablam! | Oct 13 13:13:44.114 INFO kablam! Oct 13 13:13:44.114 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.114 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.114 INFO kablam! | Oct 13 13:13:44.114 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.114 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.114 INFO kablam! ... Oct 13 13:13:44.114 INFO kablam! 2300 | rt_realloc_excess_used!(rt_pow2_32bytes_8align_realloc_excess_used, 32, 8); Oct 13 13:13:44.114 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.114 INFO kablam! Oct 13 13:13:44.114 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.114 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.114 INFO kablam! | Oct 13 13:13:44.114 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.114 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.114 INFO kablam! ... Oct 13 13:13:44.114 INFO kablam! 2300 | rt_realloc_excess_used!(rt_pow2_32bytes_8align_realloc_excess_used, 32, 8); Oct 13 13:13:44.114 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.114 INFO kablam! | Oct 13 13:13:44.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.114 INFO kablam! | Oct 13 13:13:44.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.114 INFO kablam! | Oct 13 13:13:44.114 INFO kablam! Oct 13 13:13:44.114 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.114 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.114 INFO kablam! | Oct 13 13:13:44.114 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.114 INFO kablam! | ^^^^^ Oct 13 13:13:44.114 INFO kablam! ... Oct 13 13:13:44.114 INFO kablam! 2313 | rt_realloc_excess_used!(rt_pow2_64bytes_8align_realloc_excess_used, 64, 8); Oct 13 13:13:44.114 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.114 INFO kablam! | Oct 13 13:13:44.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.114 INFO kablam! | Oct 13 13:13:44.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.114 INFO kablam! | Oct 13 13:13:44.114 INFO kablam! Oct 13 13:13:44.114 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.114 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.114 INFO kablam! | Oct 13 13:13:44.114 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.114 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.114 INFO kablam! ... Oct 13 13:13:44.114 INFO kablam! 2313 | rt_realloc_excess_used!(rt_pow2_64bytes_8align_realloc_excess_used, 64, 8); Oct 13 13:13:44.114 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.114 INFO kablam! Oct 13 13:13:44.115 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.115 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.115 INFO kablam! | Oct 13 13:13:44.115 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.115 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.115 INFO kablam! ... Oct 13 13:13:44.115 INFO kablam! 2313 | rt_realloc_excess_used!(rt_pow2_64bytes_8align_realloc_excess_used, 64, 8); Oct 13 13:13:44.115 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.115 INFO kablam! | Oct 13 13:13:44.115 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.115 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.115 INFO kablam! | Oct 13 13:13:44.115 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.115 INFO kablam! | Oct 13 13:13:44.115 INFO kablam! Oct 13 13:13:44.117 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.117 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.117 INFO kablam! | Oct 13 13:13:44.117 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.117 INFO kablam! | ^^^^^ Oct 13 13:13:44.117 INFO kablam! ... Oct 13 13:13:44.117 INFO kablam! 2326 | rt_realloc_excess_used!(rt_pow2_128bytes_8align_realloc_excess_used, 128, 8); Oct 13 13:13:44.117 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.117 INFO kablam! | Oct 13 13:13:44.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.117 INFO kablam! | Oct 13 13:13:44.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.117 INFO kablam! | Oct 13 13:13:44.117 INFO kablam! Oct 13 13:13:44.117 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.117 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.117 INFO kablam! | Oct 13 13:13:44.117 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.117 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.117 INFO kablam! ... Oct 13 13:13:44.117 INFO kablam! 2326 | rt_realloc_excess_used!(rt_pow2_128bytes_8align_realloc_excess_used, 128, 8); Oct 13 13:13:44.117 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.117 INFO kablam! Oct 13 13:13:44.117 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.117 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.117 INFO kablam! | Oct 13 13:13:44.117 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.117 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.117 INFO kablam! ... Oct 13 13:13:44.117 INFO kablam! 2326 | rt_realloc_excess_used!(rt_pow2_128bytes_8align_realloc_excess_used, 128, 8); Oct 13 13:13:44.117 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.117 INFO kablam! | Oct 13 13:13:44.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.117 INFO kablam! | Oct 13 13:13:44.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.117 INFO kablam! | Oct 13 13:13:44.117 INFO kablam! Oct 13 13:13:44.117 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.117 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.117 INFO kablam! | Oct 13 13:13:44.117 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.117 INFO kablam! | ^^^^^ Oct 13 13:13:44.117 INFO kablam! ... Oct 13 13:13:44.117 INFO kablam! 2339 | rt_realloc_excess_used!(rt_pow2_256bytes_8align_realloc_excess_used, 256, 8); Oct 13 13:13:44.117 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.117 INFO kablam! | Oct 13 13:13:44.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.117 INFO kablam! | Oct 13 13:13:44.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.117 INFO kablam! | Oct 13 13:13:44.117 INFO kablam! Oct 13 13:13:44.121 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.121 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.121 INFO kablam! | Oct 13 13:13:44.121 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.121 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.121 INFO kablam! ... Oct 13 13:13:44.121 INFO kablam! 2339 | rt_realloc_excess_used!(rt_pow2_256bytes_8align_realloc_excess_used, 256, 8); 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! 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:247:26 Oct 13 13:13:44.121 INFO kablam! | Oct 13 13:13:44.121 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.121 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.121 INFO kablam! ... Oct 13 13:13:44.121 INFO kablam! 2339 | rt_realloc_excess_used!(rt_pow2_256bytes_8align_realloc_excess_used, 256, 8); 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.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:237:36 Oct 13 13:13:44.122 INFO kablam! | Oct 13 13:13:44.122 INFO kablam! 237 | 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! 2352 | rt_realloc_excess_used!(rt_pow2_512bytes_8align_realloc_excess_used, 512, 8); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.122 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.122 INFO kablam! | Oct 13 13:13:44.122 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.122 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.122 INFO kablam! ... Oct 13 13:13:44.122 INFO kablam! 2352 | rt_realloc_excess_used!(rt_pow2_512bytes_8align_realloc_excess_used, 512, 8); 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! 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:247:26 Oct 13 13:13:44.122 INFO kablam! | Oct 13 13:13:44.122 INFO kablam! 247 | 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! 2352 | rt_realloc_excess_used!(rt_pow2_512bytes_8align_realloc_excess_used, 512, 8); 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.130 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.130 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.130 INFO kablam! | Oct 13 13:13:44.130 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.130 INFO kablam! | ^^^^^ Oct 13 13:13:44.130 INFO kablam! ... Oct 13 13:13:44.130 INFO kablam! 2365 | rt_realloc_excess_used!(rt_pow2_1024bytes_8align_realloc_excess_used, 1024, 8); Oct 13 13:13:44.130 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.130 INFO kablam! | Oct 13 13:13:44.130 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.130 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.130 INFO kablam! | Oct 13 13:13:44.130 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.130 INFO kablam! | Oct 13 13:13:44.130 INFO kablam! Oct 13 13:13:44.130 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.130 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.130 INFO kablam! | Oct 13 13:13:44.130 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.130 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.130 INFO kablam! ... Oct 13 13:13:44.130 INFO kablam! 2365 | rt_realloc_excess_used!(rt_pow2_1024bytes_8align_realloc_excess_used, 1024, 8); Oct 13 13:13:44.130 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.130 INFO kablam! Oct 13 13:13:44.130 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.130 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.130 INFO kablam! | Oct 13 13:13:44.130 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.130 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.130 INFO kablam! ... Oct 13 13:13:44.130 INFO kablam! 2365 | rt_realloc_excess_used!(rt_pow2_1024bytes_8align_realloc_excess_used, 1024, 8); Oct 13 13:13:44.130 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.130 INFO kablam! | Oct 13 13:13:44.130 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.130 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.130 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.131 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.131 INFO kablam! | Oct 13 13:13:44.131 INFO kablam! 237 | 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! 2378 | rt_realloc_excess_used!(rt_pow2_2048bytes_8align_realloc_excess_used, 2048, 8); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.131 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.131 INFO kablam! | Oct 13 13:13:44.131 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.131 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.131 INFO kablam! ... Oct 13 13:13:44.131 INFO kablam! 2378 | rt_realloc_excess_used!(rt_pow2_2048bytes_8align_realloc_excess_used, 2048, 8); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.131 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.131 INFO kablam! | Oct 13 13:13:44.131 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.131 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.131 INFO kablam! ... Oct 13 13:13:44.131 INFO kablam! 2378 | rt_realloc_excess_used!(rt_pow2_2048bytes_8align_realloc_excess_used, 2048, 8); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.131 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.131 INFO kablam! | Oct 13 13:13:44.131 INFO kablam! 237 | 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! 2391 | rt_realloc_excess_used!(rt_pow2_4096bytes_8align_realloc_excess_used, 4096, 8); 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.136 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.136 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.136 INFO kablam! | Oct 13 13:13:44.136 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.136 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.136 INFO kablam! ... Oct 13 13:13:44.136 INFO kablam! 2391 | rt_realloc_excess_used!(rt_pow2_4096bytes_8align_realloc_excess_used, 4096, 8); Oct 13 13:13:44.136 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.136 INFO kablam! Oct 13 13:13:44.136 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.136 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.136 INFO kablam! | Oct 13 13:13:44.136 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.136 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.136 INFO kablam! ... Oct 13 13:13:44.136 INFO kablam! 2391 | rt_realloc_excess_used!(rt_pow2_4096bytes_8align_realloc_excess_used, 4096, 8); Oct 13 13:13:44.136 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.136 INFO kablam! | Oct 13 13:13:44.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.136 INFO kablam! | Oct 13 13:13:44.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.136 INFO kablam! | Oct 13 13:13:44.136 INFO kablam! Oct 13 13:13:44.136 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.136 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.136 INFO kablam! | Oct 13 13:13:44.137 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.137 INFO kablam! | ^^^^^ Oct 13 13:13:44.137 INFO kablam! ... Oct 13 13:13:44.137 INFO kablam! 2404 | rt_realloc_excess_used!(rt_pow2_8192bytes_8align_realloc_excess_used, 8192, 8); 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.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.137 INFO kablam! | Oct 13 13:13:44.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.137 INFO kablam! | Oct 13 13:13:44.137 INFO kablam! Oct 13 13:13:44.137 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.137 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.137 INFO kablam! | Oct 13 13:13:44.137 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.137 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.137 INFO kablam! ... Oct 13 13:13:44.137 INFO kablam! 2404 | rt_realloc_excess_used!(rt_pow2_8192bytes_8align_realloc_excess_used, 8192, 8); 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! 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:247:26 Oct 13 13:13:44.137 INFO kablam! | Oct 13 13:13:44.137 INFO kablam! 247 | 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! 2404 | rt_realloc_excess_used!(rt_pow2_8192bytes_8align_realloc_excess_used, 8192, 8); 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.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.137 INFO kablam! | Oct 13 13:13:44.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.137 INFO kablam! | Oct 13 13:13:44.137 INFO kablam! Oct 13 13:13:44.137 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.137 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.137 INFO kablam! | Oct 13 13:13:44.137 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.137 INFO kablam! | ^^^^^ Oct 13 13:13:44.137 INFO kablam! ... Oct 13 13:13:44.137 INFO kablam! 2417 | rt_realloc_excess_used!(rt_pow2_16384bytes_8align_realloc_excess_used, 16384, 8); 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.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.137 INFO kablam! | Oct 13 13:13:44.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.137 INFO kablam! | Oct 13 13:13:44.137 INFO kablam! Oct 13 13:13:44.137 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.137 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.137 INFO kablam! | Oct 13 13:13:44.137 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.137 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.137 INFO kablam! ... Oct 13 13:13:44.137 INFO kablam! 2417 | rt_realloc_excess_used!(rt_pow2_16384bytes_8align_realloc_excess_used, 16384, 8); 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! 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:247:26 Oct 13 13:13:44.137 INFO kablam! | Oct 13 13:13:44.137 INFO kablam! 247 | 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! 2417 | rt_realloc_excess_used!(rt_pow2_16384bytes_8align_realloc_excess_used, 16384, 8); 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.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.137 INFO kablam! | Oct 13 13:13:44.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.137 INFO kablam! | Oct 13 13:13:44.137 INFO kablam! Oct 13 13:13:44.140 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.140 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.140 INFO kablam! | Oct 13 13:13:44.140 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.140 INFO kablam! | ^^^^^ Oct 13 13:13:44.140 INFO kablam! ... Oct 13 13:13:44.140 INFO kablam! 2430 | rt_realloc_excess_used!(rt_pow2_32768bytes_8align_realloc_excess_used, 32768, 8); Oct 13 13:13:44.141 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.141 INFO kablam! | Oct 13 13:13:44.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.141 INFO kablam! | Oct 13 13:13:44.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.141 INFO kablam! | Oct 13 13:13:44.141 INFO kablam! Oct 13 13:13:44.141 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.141 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.141 INFO kablam! | Oct 13 13:13:44.141 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.141 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.141 INFO kablam! ... Oct 13 13:13:44.141 INFO kablam! 2430 | rt_realloc_excess_used!(rt_pow2_32768bytes_8align_realloc_excess_used, 32768, 8); Oct 13 13:13:44.141 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.141 INFO kablam! Oct 13 13:13:44.141 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.141 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.141 INFO kablam! | Oct 13 13:13:44.141 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.141 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.141 INFO kablam! ... Oct 13 13:13:44.141 INFO kablam! 2430 | rt_realloc_excess_used!(rt_pow2_32768bytes_8align_realloc_excess_used, 32768, 8); Oct 13 13:13:44.141 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.141 INFO kablam! | Oct 13 13:13:44.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.141 INFO kablam! | Oct 13 13:13:44.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.141 INFO kablam! | Oct 13 13:13:44.141 INFO kablam! Oct 13 13:13:44.148 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.148 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.148 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.149 INFO kablam! | ^^^^^ Oct 13 13:13:44.149 INFO kablam! ... Oct 13 13:13:44.149 INFO kablam! 2443 | rt_realloc_excess_used!(rt_pow2_65536bytes_8align_realloc_excess_used, 65536, 8); Oct 13 13:13:44.149 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! Oct 13 13:13:44.149 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.149 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.149 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.149 INFO kablam! ... Oct 13 13:13:44.149 INFO kablam! 2443 | rt_realloc_excess_used!(rt_pow2_65536bytes_8align_realloc_excess_used, 65536, 8); Oct 13 13:13:44.149 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.149 INFO kablam! Oct 13 13:13:44.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.149 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.149 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.149 INFO kablam! ... Oct 13 13:13:44.149 INFO kablam! 2443 | rt_realloc_excess_used!(rt_pow2_65536bytes_8align_realloc_excess_used, 65536, 8); Oct 13 13:13:44.149 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! Oct 13 13:13:44.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.149 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.149 INFO kablam! | ^^^^^ Oct 13 13:13:44.149 INFO kablam! ... Oct 13 13:13:44.149 INFO kablam! 2456 | rt_realloc_excess_used!(rt_pow2_131072bytes_8align_realloc_excess_used, 131072, 8); Oct 13 13:13:44.149 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! Oct 13 13:13:44.149 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.149 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.149 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.149 INFO kablam! ... Oct 13 13:13:44.149 INFO kablam! 2456 | rt_realloc_excess_used!(rt_pow2_131072bytes_8align_realloc_excess_used, 131072, 8); Oct 13 13:13:44.149 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.149 INFO kablam! Oct 13 13:13:44.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.149 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.149 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.149 INFO kablam! ... Oct 13 13:13:44.149 INFO kablam! 2456 | rt_realloc_excess_used!(rt_pow2_131072bytes_8align_realloc_excess_used, 131072, 8); Oct 13 13:13:44.149 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! Oct 13 13:13:44.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.149 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.149 INFO kablam! | ^^^^^ Oct 13 13:13:44.149 INFO kablam! ... Oct 13 13:13:44.149 INFO kablam! 2469 | rt_realloc_excess_used!(rt_pow2_4194304bytes_8align_realloc_excess_used, 4194304, 8); Oct 13 13:13:44.149 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.149 INFO kablam! | Oct 13 13:13:44.149 INFO kablam! Oct 13 13:13:44.149 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.149 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.150 INFO kablam! | Oct 13 13:13:44.150 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.150 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.150 INFO kablam! ... Oct 13 13:13:44.150 INFO kablam! 2469 | rt_realloc_excess_used!(rt_pow2_4194304bytes_8align_realloc_excess_used, 4194304, 8); Oct 13 13:13:44.150 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.150 INFO kablam! Oct 13 13:13:44.152 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.152 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.152 INFO kablam! | Oct 13 13:13:44.152 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.152 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.152 INFO kablam! ... Oct 13 13:13:44.152 INFO kablam! 2469 | rt_realloc_excess_used!(rt_pow2_4194304bytes_8align_realloc_excess_used, 4194304, 8); Oct 13 13:13:44.152 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.152 INFO kablam! | Oct 13 13:13:44.152 INFO kablam! Oct 13 13:13:44.152 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.152 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.152 INFO kablam! | Oct 13 13:13:44.152 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.152 INFO kablam! | ^^^^^ Oct 13 13:13:44.152 INFO kablam! ... Oct 13 13:13:44.152 INFO kablam! 2483 | rt_realloc_excess_used!(rt_even_10bytes_8align_realloc_excess_used, 10, 8); Oct 13 13:13:44.152 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.152 INFO kablam! | Oct 13 13:13:44.152 INFO kablam! Oct 13 13:13:44.152 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.152 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.152 INFO kablam! | Oct 13 13:13:44.152 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.152 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.153 INFO kablam! ... Oct 13 13:13:44.153 INFO kablam! 2483 | rt_realloc_excess_used!(rt_even_10bytes_8align_realloc_excess_used, 10, 8); 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! 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:247:26 Oct 13 13:13:44.153 INFO kablam! | Oct 13 13:13:44.153 INFO kablam! 247 | 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! 2483 | rt_realloc_excess_used!(rt_even_10bytes_8align_realloc_excess_used, 10, 8); 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.160 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.160 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.160 INFO kablam! | Oct 13 13:13:44.160 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.160 INFO kablam! | ^^^^^ Oct 13 13:13:44.160 INFO kablam! ... Oct 13 13:13:44.160 INFO kablam! 2496 | rt_realloc_excess_used!(rt_even_100bytes_8align_realloc_excess_used, 100, 8); Oct 13 13:13:44.160 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.160 INFO kablam! | Oct 13 13:13:44.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.160 INFO kablam! | Oct 13 13:13:44.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.160 INFO kablam! | Oct 13 13:13:44.160 INFO kablam! Oct 13 13:13:44.160 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.160 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.160 INFO kablam! | Oct 13 13:13:44.160 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.160 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.160 INFO kablam! ... Oct 13 13:13:44.161 INFO kablam! 2496 | rt_realloc_excess_used!(rt_even_100bytes_8align_realloc_excess_used, 100, 8); Oct 13 13:13:44.161 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.161 INFO kablam! Oct 13 13:13:44.161 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.161 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.161 INFO kablam! | Oct 13 13:13:44.161 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.161 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.161 INFO kablam! ... Oct 13 13:13:44.161 INFO kablam! 2496 | rt_realloc_excess_used!(rt_even_100bytes_8align_realloc_excess_used, 100, 8); Oct 13 13:13:44.161 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.161 INFO kablam! | Oct 13 13:13:44.161 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.161 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.161 INFO kablam! | Oct 13 13:13:44.161 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.161 INFO kablam! | Oct 13 13:13:44.161 INFO kablam! Oct 13 13:13:44.161 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.161 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.161 INFO kablam! | Oct 13 13:13:44.161 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.161 INFO kablam! | ^^^^^ Oct 13 13:13:44.161 INFO kablam! ... Oct 13 13:13:44.161 INFO kablam! 2509 | rt_realloc_excess_used!(rt_even_1000bytes_8align_realloc_excess_used, 1000, 8); Oct 13 13:13:44.161 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.161 INFO kablam! | Oct 13 13:13:44.161 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.161 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.161 INFO kablam! | Oct 13 13:13:44.161 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.161 INFO kablam! | Oct 13 13:13:44.161 INFO kablam! Oct 13 13:13:44.164 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.164 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.164 INFO kablam! | Oct 13 13:13:44.164 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.164 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.164 INFO kablam! ... Oct 13 13:13:44.164 INFO kablam! 2509 | rt_realloc_excess_used!(rt_even_1000bytes_8align_realloc_excess_used, 1000, 8); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.164 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.164 INFO kablam! | Oct 13 13:13:44.164 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.164 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.164 INFO kablam! ... Oct 13 13:13:44.164 INFO kablam! 2509 | rt_realloc_excess_used!(rt_even_1000bytes_8align_realloc_excess_used, 1000, 8); 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.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:237:36 Oct 13 13:13:44.164 INFO kablam! | Oct 13 13:13:44.165 INFO kablam! 237 | 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! 2522 | rt_realloc_excess_used!(rt_even_10000bytes_8align_realloc_excess_used, 10000, 8); 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.165 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.165 INFO kablam! | Oct 13 13:13:44.165 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.165 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.165 INFO kablam! ... Oct 13 13:13:44.165 INFO kablam! 2522 | rt_realloc_excess_used!(rt_even_10000bytes_8align_realloc_excess_used, 10000, 8); 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.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.169 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.169 INFO kablam! | Oct 13 13:13:44.169 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.169 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.169 INFO kablam! ... Oct 13 13:13:44.169 INFO kablam! 2522 | rt_realloc_excess_used!(rt_even_10000bytes_8align_realloc_excess_used, 10000, 8); Oct 13 13:13:44.169 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.169 INFO kablam! | Oct 13 13:13:44.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.169 INFO kablam! | Oct 13 13:13:44.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.169 INFO kablam! | Oct 13 13:13:44.169 INFO kablam! Oct 13 13:13:44.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.169 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.169 INFO kablam! | Oct 13 13:13:44.169 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.169 INFO kablam! | ^^^^^ Oct 13 13:13:44.169 INFO kablam! ... Oct 13 13:13:44.169 INFO kablam! 2535 | rt_realloc_excess_used!(rt_even_100000bytes_8align_realloc_excess_used, 100000, 8); Oct 13 13:13:44.169 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.169 INFO kablam! | Oct 13 13:13:44.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.169 INFO kablam! | Oct 13 13:13:44.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.169 INFO kablam! | Oct 13 13:13:44.169 INFO kablam! Oct 13 13:13:44.169 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.169 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.169 INFO kablam! | Oct 13 13:13:44.169 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.169 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.169 INFO kablam! ... Oct 13 13:13:44.169 INFO kablam! 2535 | rt_realloc_excess_used!(rt_even_100000bytes_8align_realloc_excess_used, 100000, 8); Oct 13 13:13:44.169 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.169 INFO kablam! Oct 13 13:13:44.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.169 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.169 INFO kablam! | Oct 13 13:13:44.169 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.169 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.169 INFO kablam! ... Oct 13 13:13:44.169 INFO kablam! 2535 | rt_realloc_excess_used!(rt_even_100000bytes_8align_realloc_excess_used, 100000, 8); Oct 13 13:13:44.169 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.169 INFO kablam! | Oct 13 13:13:44.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.169 INFO kablam! | Oct 13 13:13:44.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.169 INFO kablam! | Oct 13 13:13:44.169 INFO kablam! Oct 13 13:13:44.172 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.172 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.172 INFO kablam! | Oct 13 13:13:44.172 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.172 INFO kablam! | ^^^^^ Oct 13 13:13:44.172 INFO kablam! ... Oct 13 13:13:44.172 INFO kablam! 2548 | rt_realloc_excess_used!(rt_even_1000000bytes_8align_realloc_excess_used, 1000000, 8); Oct 13 13:13:44.172 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.172 INFO kablam! | Oct 13 13:13:44.172 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.172 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.172 INFO kablam! | Oct 13 13:13:44.172 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.173 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.173 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.173 INFO kablam! | Oct 13 13:13:44.173 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.173 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.173 INFO kablam! ... Oct 13 13:13:44.173 INFO kablam! 2548 | rt_realloc_excess_used!(rt_even_1000000bytes_8align_realloc_excess_used, 1000000, 8); 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! 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:247:26 Oct 13 13:13:44.173 INFO kablam! | Oct 13 13:13:44.173 INFO kablam! 247 | 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! 2548 | rt_realloc_excess_used!(rt_even_1000000bytes_8align_realloc_excess_used, 1000000, 8); 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.176 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.176 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.176 INFO kablam! | Oct 13 13:13:44.176 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.176 INFO kablam! | ^^^^^ Oct 13 13:13:44.176 INFO kablam! ... Oct 13 13:13:44.176 INFO kablam! 2562 | rt_realloc_excess_used!(rt_odd_10bytes_8align_realloc_excess_used, 10- 1, 8); Oct 13 13:13:44.176 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.176 INFO kablam! | Oct 13 13:13:44.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.176 INFO kablam! | Oct 13 13:13:44.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.176 INFO kablam! | Oct 13 13:13:44.176 INFO kablam! Oct 13 13:13:44.176 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.176 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.177 INFO kablam! | Oct 13 13:13:44.177 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.177 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.177 INFO kablam! ... Oct 13 13:13:44.177 INFO kablam! 2562 | rt_realloc_excess_used!(rt_odd_10bytes_8align_realloc_excess_used, 10- 1, 8); Oct 13 13:13:44.177 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.177 INFO kablam! Oct 13 13:13:44.177 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.177 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.177 INFO kablam! | Oct 13 13:13:44.177 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.177 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.177 INFO kablam! ... Oct 13 13:13:44.177 INFO kablam! 2562 | rt_realloc_excess_used!(rt_odd_10bytes_8align_realloc_excess_used, 10- 1, 8); Oct 13 13:13:44.177 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.177 INFO kablam! | Oct 13 13:13:44.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.177 INFO kablam! | Oct 13 13:13:44.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.177 INFO kablam! | Oct 13 13:13:44.177 INFO kablam! Oct 13 13:13:44.177 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.177 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.177 INFO kablam! | Oct 13 13:13:44.177 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.177 INFO kablam! | ^^^^^ Oct 13 13:13:44.177 INFO kablam! ... Oct 13 13:13:44.177 INFO kablam! 2575 | rt_realloc_excess_used!(rt_odd_100bytes_8align_realloc_excess_used, 100- 1, 8); Oct 13 13:13:44.177 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.177 INFO kablam! | Oct 13 13:13:44.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.177 INFO kablam! | Oct 13 13:13:44.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.177 INFO kablam! | Oct 13 13:13:44.177 INFO kablam! Oct 13 13:13:44.177 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.177 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.177 INFO kablam! | Oct 13 13:13:44.177 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.177 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.177 INFO kablam! ... Oct 13 13:13:44.177 INFO kablam! 2575 | rt_realloc_excess_used!(rt_odd_100bytes_8align_realloc_excess_used, 100- 1, 8); Oct 13 13:13:44.177 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.177 INFO kablam! Oct 13 13:13:44.180 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.180 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.180 INFO kablam! | Oct 13 13:13:44.180 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.180 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.180 INFO kablam! ... Oct 13 13:13:44.180 INFO kablam! 2575 | rt_realloc_excess_used!(rt_odd_100bytes_8align_realloc_excess_used, 100- 1, 8); 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.180 INFO kablam! | Oct 13 13:13:44.180 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.180 INFO kablam! | Oct 13 13:13:44.180 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:237:36 Oct 13 13:13:44.180 INFO kablam! | Oct 13 13:13:44.180 INFO kablam! 237 | 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! 2588 | rt_realloc_excess_used!(rt_odd_1000bytes_8align_realloc_excess_used, 1000- 1, 8); 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.180 INFO kablam! | Oct 13 13:13:44.180 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.180 INFO kablam! | Oct 13 13:13:44.180 INFO kablam! Oct 13 13:13:44.181 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.181 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.181 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.181 INFO kablam! ... Oct 13 13:13:44.181 INFO kablam! 2588 | rt_realloc_excess_used!(rt_odd_1000bytes_8align_realloc_excess_used, 1000- 1, 8); 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.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:247:26 Oct 13 13:13:44.184 INFO kablam! | Oct 13 13:13:44.184 INFO kablam! 247 | 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! 2588 | rt_realloc_excess_used!(rt_odd_1000bytes_8align_realloc_excess_used, 1000- 1, 8); 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.188 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.188 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.188 INFO kablam! | Oct 13 13:13:44.188 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.188 INFO kablam! | ^^^^^ Oct 13 13:13:44.188 INFO kablam! ... Oct 13 13:13:44.188 INFO kablam! 2601 | rt_realloc_excess_used!(rt_odd_10000bytes_8align_realloc_excess_used, 10000- 1, 8); Oct 13 13:13:44.188 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.188 INFO kablam! | Oct 13 13:13:44.188 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.188 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.188 INFO kablam! | Oct 13 13:13:44.188 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.188 INFO kablam! | Oct 13 13:13:44.188 INFO kablam! Oct 13 13:13:44.188 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.188 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.188 INFO kablam! | Oct 13 13:13:44.188 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.188 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.188 INFO kablam! ... Oct 13 13:13:44.188 INFO kablam! 2601 | rt_realloc_excess_used!(rt_odd_10000bytes_8align_realloc_excess_used, 10000- 1, 8); Oct 13 13:13:44.188 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.188 INFO kablam! Oct 13 13:13:44.189 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.189 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.189 INFO kablam! | Oct 13 13:13:44.189 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.189 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.189 INFO kablam! ... Oct 13 13:13:44.189 INFO kablam! 2601 | rt_realloc_excess_used!(rt_odd_10000bytes_8align_realloc_excess_used, 10000- 1, 8); Oct 13 13:13:44.189 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.189 INFO kablam! | Oct 13 13:13:44.189 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.189 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.189 INFO kablam! | Oct 13 13:13:44.189 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.189 INFO kablam! | Oct 13 13:13:44.189 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:237:36 Oct 13 13:13:44.192 INFO kablam! | Oct 13 13:13:44.192 INFO kablam! 237 | 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! 2614 | rt_realloc_excess_used!(rt_odd_100000bytes_8align_realloc_excess_used, 100000- 1, 8); 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.192 INFO kablam! | Oct 13 13:13:44.192 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.192 INFO kablam! | Oct 13 13:13:44.192 INFO kablam! Oct 13 13:13:44.192 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.192 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.192 INFO kablam! | Oct 13 13:13:44.192 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.192 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.192 INFO kablam! ... Oct 13 13:13:44.192 INFO kablam! 2614 | rt_realloc_excess_used!(rt_odd_100000bytes_8align_realloc_excess_used, 100000- 1, 8); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.192 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.192 INFO kablam! | Oct 13 13:13:44.192 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.192 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.192 INFO kablam! ... Oct 13 13:13:44.192 INFO kablam! 2614 | rt_realloc_excess_used!(rt_odd_100000bytes_8align_realloc_excess_used, 100000- 1, 8); Oct 13 13:13:44.192 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:237:36 Oct 13 13:13:44.193 INFO kablam! | Oct 13 13:13:44.193 INFO kablam! 237 | 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! 2627 | rt_realloc_excess_used!(rt_odd_1000000bytes_8align_realloc_excess_used, 1000000- 1, 8); 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.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.203 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.203 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.203 INFO kablam! | Oct 13 13:13:44.203 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.203 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.203 INFO kablam! ... Oct 13 13:13:44.203 INFO kablam! 2627 | rt_realloc_excess_used!(rt_odd_1000000bytes_8align_realloc_excess_used, 1000000- 1, 8); Oct 13 13:13:44.203 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.203 INFO kablam! Oct 13 13:13:44.203 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.203 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.203 INFO kablam! | Oct 13 13:13:44.203 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.203 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.203 INFO kablam! ... Oct 13 13:13:44.203 INFO kablam! 2627 | rt_realloc_excess_used!(rt_odd_1000000bytes_8align_realloc_excess_used, 1000000- 1, 8); Oct 13 13:13:44.203 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.203 INFO kablam! | Oct 13 13:13:44.203 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.203 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.203 INFO kablam! | Oct 13 13:13:44.203 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.203 INFO kablam! | Oct 13 13:13:44.203 INFO kablam! Oct 13 13:13:44.203 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.203 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.203 INFO kablam! | Oct 13 13:13:44.203 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.203 INFO kablam! | ^^^^^ Oct 13 13:13:44.203 INFO kablam! ... Oct 13 13:13:44.203 INFO kablam! 2641 | rt_realloc_excess_used!(rt_primes_3bytes_8align_realloc_excess_used, 3, 8); Oct 13 13:13:44.203 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.203 INFO kablam! | Oct 13 13:13:44.203 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.203 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.203 INFO kablam! | Oct 13 13:13:44.203 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.203 INFO kablam! | Oct 13 13:13:44.203 INFO kablam! Oct 13 13:13:44.203 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.203 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.203 INFO kablam! | Oct 13 13:13:44.203 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.203 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.203 INFO kablam! ... Oct 13 13:13:44.203 INFO kablam! 2641 | rt_realloc_excess_used!(rt_primes_3bytes_8align_realloc_excess_used, 3, 8); Oct 13 13:13:44.203 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.203 INFO kablam! Oct 13 13:13:44.203 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.204 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.204 INFO kablam! | Oct 13 13:13:44.204 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.204 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.204 INFO kablam! ... Oct 13 13:13:44.204 INFO kablam! 2641 | rt_realloc_excess_used!(rt_primes_3bytes_8align_realloc_excess_used, 3, 8); Oct 13 13:13:44.204 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.204 INFO kablam! | Oct 13 13:13:44.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.204 INFO kablam! | Oct 13 13:13:44.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.204 INFO kablam! | Oct 13 13:13:44.204 INFO kablam! Oct 13 13:13:44.204 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.204 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.204 INFO kablam! | Oct 13 13:13:44.204 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.204 INFO kablam! | ^^^^^ Oct 13 13:13:44.204 INFO kablam! ... Oct 13 13:13:44.204 INFO kablam! 2654 | rt_realloc_excess_used!(rt_primes_7bytes_8align_realloc_excess_used, 7, 8); Oct 13 13:13:44.204 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.204 INFO kablam! | Oct 13 13:13:44.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.204 INFO kablam! | Oct 13 13:13:44.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.204 INFO kablam! | Oct 13 13:13:44.204 INFO kablam! Oct 13 13:13:44.204 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.204 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.204 INFO kablam! | Oct 13 13:13:44.204 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.204 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.204 INFO kablam! ... Oct 13 13:13:44.204 INFO kablam! 2654 | rt_realloc_excess_used!(rt_primes_7bytes_8align_realloc_excess_used, 7, 8); Oct 13 13:13:44.204 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.204 INFO kablam! Oct 13 13:13:44.204 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.204 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.204 INFO kablam! | Oct 13 13:13:44.204 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.204 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.204 INFO kablam! ... Oct 13 13:13:44.204 INFO kablam! 2654 | rt_realloc_excess_used!(rt_primes_7bytes_8align_realloc_excess_used, 7, 8); Oct 13 13:13:44.204 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.204 INFO kablam! | Oct 13 13:13:44.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.204 INFO kablam! | Oct 13 13:13:44.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.204 INFO kablam! | Oct 13 13:13:44.204 INFO kablam! Oct 13 13:13:44.204 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.204 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.204 INFO kablam! | Oct 13 13:13:44.204 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.204 INFO kablam! | ^^^^^ Oct 13 13:13:44.204 INFO kablam! ... Oct 13 13:13:44.204 INFO kablam! 2667 | rt_realloc_excess_used!(rt_primes_13bytes_8align_realloc_excess_used, 13, 8); Oct 13 13:13:44.204 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.204 INFO kablam! | Oct 13 13:13:44.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.204 INFO kablam! | Oct 13 13:13:44.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.204 INFO kablam! | Oct 13 13:13:44.204 INFO kablam! Oct 13 13:13:44.204 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.204 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.204 INFO kablam! | Oct 13 13:13:44.204 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.204 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.204 INFO kablam! ... Oct 13 13:13:44.204 INFO kablam! 2667 | rt_realloc_excess_used!(rt_primes_13bytes_8align_realloc_excess_used, 13, 8); Oct 13 13:13:44.204 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.204 INFO kablam! Oct 13 13:13:44.208 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.208 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.208 INFO kablam! | Oct 13 13:13:44.208 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.208 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.208 INFO kablam! ... Oct 13 13:13:44.208 INFO kablam! 2667 | rt_realloc_excess_used!(rt_primes_13bytes_8align_realloc_excess_used, 13, 8); Oct 13 13:13:44.208 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.208 INFO kablam! | Oct 13 13:13:44.208 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.208 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.208 INFO kablam! | Oct 13 13:13:44.208 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.208 INFO kablam! | Oct 13 13:13:44.208 INFO kablam! Oct 13 13:13:44.208 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.208 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.208 INFO kablam! | Oct 13 13:13:44.208 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.208 INFO kablam! | ^^^^^ Oct 13 13:13:44.208 INFO kablam! ... Oct 13 13:13:44.208 INFO kablam! 2680 | rt_realloc_excess_used!(rt_primes_17bytes_8align_realloc_excess_used, 17, 8); Oct 13 13:13:44.208 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.208 INFO kablam! | Oct 13 13:13:44.208 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.208 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.208 INFO kablam! | Oct 13 13:13:44.208 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.208 INFO kablam! | Oct 13 13:13:44.208 INFO kablam! Oct 13 13:13:44.208 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.208 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.208 INFO kablam! | Oct 13 13:13:44.208 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.208 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.208 INFO kablam! ... Oct 13 13:13:44.208 INFO kablam! 2680 | rt_realloc_excess_used!(rt_primes_17bytes_8align_realloc_excess_used, 17, 8); Oct 13 13:13:44.208 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.208 INFO kablam! Oct 13 13:13:44.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.213 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.213 INFO kablam! | Oct 13 13:13:44.213 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.213 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.213 INFO kablam! ... Oct 13 13:13:44.213 INFO kablam! 2680 | rt_realloc_excess_used!(rt_primes_17bytes_8align_realloc_excess_used, 17, 8); Oct 13 13:13:44.213 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.213 INFO kablam! | Oct 13 13:13:44.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.213 INFO kablam! | Oct 13 13:13:44.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.213 INFO kablam! | Oct 13 13:13:44.213 INFO kablam! Oct 13 13:13:44.213 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.213 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.213 INFO kablam! | Oct 13 13:13:44.213 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.213 INFO kablam! | ^^^^^ Oct 13 13:13:44.213 INFO kablam! ... Oct 13 13:13:44.213 INFO kablam! 2693 | rt_realloc_excess_used!(rt_primes_31bytes_8align_realloc_excess_used, 31, 8); Oct 13 13:13:44.213 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.213 INFO kablam! | Oct 13 13:13:44.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.213 INFO kablam! | Oct 13 13:13:44.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.213 INFO kablam! | Oct 13 13:13:44.213 INFO kablam! Oct 13 13:13:44.213 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.213 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.213 INFO kablam! | Oct 13 13:13:44.213 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.213 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.213 INFO kablam! ... Oct 13 13:13:44.213 INFO kablam! 2693 | rt_realloc_excess_used!(rt_primes_31bytes_8align_realloc_excess_used, 31, 8); Oct 13 13:13:44.213 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.213 INFO kablam! Oct 13 13:13:44.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.213 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.213 INFO kablam! | Oct 13 13:13:44.213 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.213 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.213 INFO kablam! ... Oct 13 13:13:44.213 INFO kablam! 2693 | rt_realloc_excess_used!(rt_primes_31bytes_8align_realloc_excess_used, 31, 8); Oct 13 13:13:44.213 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.213 INFO kablam! | Oct 13 13:13:44.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.213 INFO kablam! | Oct 13 13:13:44.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.213 INFO kablam! | Oct 13 13:13:44.213 INFO kablam! Oct 13 13:13:44.213 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.213 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.213 INFO kablam! | Oct 13 13:13:44.213 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.213 INFO kablam! | ^^^^^ Oct 13 13:13:44.213 INFO kablam! ... Oct 13 13:13:44.213 INFO kablam! 2706 | rt_realloc_excess_used!(rt_primes_61bytes_8align_realloc_excess_used, 61, 8); Oct 13 13:13:44.213 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.213 INFO kablam! | Oct 13 13:13:44.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.213 INFO kablam! | Oct 13 13:13:44.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.213 INFO kablam! | Oct 13 13:13:44.213 INFO kablam! Oct 13 13:13:44.215 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.215 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.215 INFO kablam! | Oct 13 13:13:44.215 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.215 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.215 INFO kablam! ... Oct 13 13:13:44.215 INFO kablam! 2706 | rt_realloc_excess_used!(rt_primes_61bytes_8align_realloc_excess_used, 61, 8); 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! 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:247:26 Oct 13 13:13:44.215 INFO kablam! | Oct 13 13:13:44.215 INFO kablam! 247 | 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! 2706 | rt_realloc_excess_used!(rt_primes_61bytes_8align_realloc_excess_used, 61, 8); 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.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:237:36 Oct 13 13:13:44.217 INFO kablam! | Oct 13 13:13:44.217 INFO kablam! 237 | 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! 2719 | rt_realloc_excess_used!(rt_primes_96bytes_8align_realloc_excess_used, 96, 8); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.217 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.217 INFO kablam! | Oct 13 13:13:44.217 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.217 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.217 INFO kablam! ... Oct 13 13:13:44.217 INFO kablam! 2719 | rt_realloc_excess_used!(rt_primes_96bytes_8align_realloc_excess_used, 96, 8); 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! 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:247:26 Oct 13 13:13:44.217 INFO kablam! | Oct 13 13:13:44.217 INFO kablam! 247 | 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! 2719 | rt_realloc_excess_used!(rt_primes_96bytes_8align_realloc_excess_used, 96, 8); 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.225 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.225 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.225 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.225 INFO kablam! | ^^^^^ Oct 13 13:13:44.225 INFO kablam! ... Oct 13 13:13:44.225 INFO kablam! 2732 | rt_realloc_excess_used!(rt_primes_127bytes_8align_realloc_excess_used, 127, 8); Oct 13 13:13:44.225 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.225 INFO kablam! Oct 13 13:13:44.225 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.225 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.225 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.225 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.225 INFO kablam! ... Oct 13 13:13:44.225 INFO kablam! 2732 | rt_realloc_excess_used!(rt_primes_127bytes_8align_realloc_excess_used, 127, 8); Oct 13 13:13:44.225 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.225 INFO kablam! Oct 13 13:13:44.225 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.225 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.225 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.225 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.225 INFO kablam! ... Oct 13 13:13:44.225 INFO kablam! 2732 | rt_realloc_excess_used!(rt_primes_127bytes_8align_realloc_excess_used, 127, 8); Oct 13 13:13:44.225 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.225 INFO kablam! Oct 13 13:13:44.225 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.225 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.225 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.225 INFO kablam! | ^^^^^ Oct 13 13:13:44.225 INFO kablam! ... Oct 13 13:13:44.225 INFO kablam! 2745 | rt_realloc_excess_used!(rt_primes_257bytes_8align_realloc_excess_used, 257, 8); Oct 13 13:13:44.225 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.225 INFO kablam! Oct 13 13:13:44.225 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.225 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.225 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.225 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.225 INFO kablam! ... Oct 13 13:13:44.225 INFO kablam! 2745 | rt_realloc_excess_used!(rt_primes_257bytes_8align_realloc_excess_used, 257, 8); Oct 13 13:13:44.225 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.225 INFO kablam! Oct 13 13:13:44.225 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.225 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.225 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.225 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.225 INFO kablam! ... Oct 13 13:13:44.225 INFO kablam! 2745 | rt_realloc_excess_used!(rt_primes_257bytes_8align_realloc_excess_used, 257, 8); Oct 13 13:13:44.225 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.225 INFO kablam! Oct 13 13:13:44.225 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.225 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.225 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.225 INFO kablam! | ^^^^^ Oct 13 13:13:44.225 INFO kablam! ... Oct 13 13:13:44.225 INFO kablam! 2758 | rt_realloc_excess_used!(rt_primes_509bytes_8align_realloc_excess_used, 509, 8); Oct 13 13:13:44.225 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.225 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.226 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.226 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.226 INFO kablam! | Oct 13 13:13:44.226 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.226 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.226 INFO kablam! ... Oct 13 13:13:44.226 INFO kablam! 2758 | rt_realloc_excess_used!(rt_primes_509bytes_8align_realloc_excess_used, 509, 8); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.226 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.226 INFO kablam! | Oct 13 13:13:44.226 INFO kablam! 247 | 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! 2758 | rt_realloc_excess_used!(rt_primes_509bytes_8align_realloc_excess_used, 509, 8); 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.226 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.226 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.226 INFO kablam! | Oct 13 13:13:44.226 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.226 INFO kablam! | ^^^^^ Oct 13 13:13:44.226 INFO kablam! ... Oct 13 13:13:44.226 INFO kablam! 2771 | rt_realloc_excess_used!(rt_primes_1021bytes_8align_realloc_excess_used, 1021, 8); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.229 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.229 INFO kablam! | Oct 13 13:13:44.229 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.229 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.229 INFO kablam! ... Oct 13 13:13:44.229 INFO kablam! 2771 | rt_realloc_excess_used!(rt_primes_1021bytes_8align_realloc_excess_used, 1021, 8); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.229 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.229 INFO kablam! | Oct 13 13:13:44.229 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.229 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.229 INFO kablam! ... Oct 13 13:13:44.229 INFO kablam! 2771 | rt_realloc_excess_used!(rt_primes_1021bytes_8align_realloc_excess_used, 1021, 8); 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.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.229 INFO kablam! | Oct 13 13:13:44.229 INFO kablam! Oct 13 13:13:44.232 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.232 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.232 INFO kablam! | Oct 13 13:13:44.232 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.232 INFO kablam! | ^^^^^ Oct 13 13:13:44.232 INFO kablam! ... Oct 13 13:13:44.232 INFO kablam! 2784 | rt_realloc_excess_used!(rt_primes_2039bytes_8align_realloc_excess_used, 2039, 8); Oct 13 13:13:44.233 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! Oct 13 13:13:44.233 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.233 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.233 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.233 INFO kablam! ... Oct 13 13:13:44.233 INFO kablam! 2784 | rt_realloc_excess_used!(rt_primes_2039bytes_8align_realloc_excess_used, 2039, 8); Oct 13 13:13:44.233 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.233 INFO kablam! Oct 13 13:13:44.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.233 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.233 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.233 INFO kablam! ... Oct 13 13:13:44.233 INFO kablam! 2784 | rt_realloc_excess_used!(rt_primes_2039bytes_8align_realloc_excess_used, 2039, 8); Oct 13 13:13:44.233 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! Oct 13 13:13:44.233 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.233 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.233 INFO kablam! | ^^^^^ Oct 13 13:13:44.233 INFO kablam! ... Oct 13 13:13:44.233 INFO kablam! 2797 | rt_realloc_excess_used!(rt_primes_4093bytes_8align_realloc_excess_used, 4093, 8); Oct 13 13:13:44.233 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! Oct 13 13:13:44.233 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.233 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.233 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.233 INFO kablam! ... Oct 13 13:13:44.233 INFO kablam! 2797 | rt_realloc_excess_used!(rt_primes_4093bytes_8align_realloc_excess_used, 4093, 8); Oct 13 13:13:44.233 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.233 INFO kablam! Oct 13 13:13:44.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.233 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.233 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.233 INFO kablam! ... Oct 13 13:13:44.233 INFO kablam! 2797 | rt_realloc_excess_used!(rt_primes_4093bytes_8align_realloc_excess_used, 4093, 8); Oct 13 13:13:44.233 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! Oct 13 13:13:44.233 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.233 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.233 INFO kablam! | ^^^^^ Oct 13 13:13:44.233 INFO kablam! ... Oct 13 13:13:44.233 INFO kablam! 2810 | rt_realloc_excess_used!(rt_primes_8191bytes_8align_realloc_excess_used, 8191, 8); Oct 13 13:13:44.233 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! Oct 13 13:13:44.233 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.233 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.233 INFO kablam! | Oct 13 13:13:44.233 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.233 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.233 INFO kablam! ... Oct 13 13:13:44.233 INFO kablam! 2810 | rt_realloc_excess_used!(rt_primes_8191bytes_8align_realloc_excess_used, 8191, 8); Oct 13 13:13:44.233 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.233 INFO kablam! Oct 13 13:13:44.244 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.244 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.244 INFO kablam! | Oct 13 13:13:44.244 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.244 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.244 INFO kablam! ... Oct 13 13:13:44.244 INFO kablam! 2810 | rt_realloc_excess_used!(rt_primes_8191bytes_8align_realloc_excess_used, 8191, 8); Oct 13 13:13:44.244 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.244 INFO kablam! | Oct 13 13:13:44.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.244 INFO kablam! | Oct 13 13:13:44.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.244 INFO kablam! | Oct 13 13:13:44.244 INFO kablam! Oct 13 13:13:44.244 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.244 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.244 INFO kablam! | Oct 13 13:13:44.244 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.244 INFO kablam! | ^^^^^ Oct 13 13:13:44.244 INFO kablam! ... Oct 13 13:13:44.244 INFO kablam! 2823 | rt_realloc_excess_used!(rt_primes_16381bytes_8align_realloc_excess_used, 16381, 8); Oct 13 13:13:44.244 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.244 INFO kablam! | Oct 13 13:13:44.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.244 INFO kablam! | Oct 13 13:13:44.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.244 INFO kablam! | Oct 13 13:13:44.244 INFO kablam! Oct 13 13:13:44.244 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.244 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.244 INFO kablam! | Oct 13 13:13:44.244 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.244 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.244 INFO kablam! ... Oct 13 13:13:44.244 INFO kablam! 2823 | rt_realloc_excess_used!(rt_primes_16381bytes_8align_realloc_excess_used, 16381, 8); Oct 13 13:13:44.244 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.244 INFO kablam! Oct 13 13:13:44.244 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.244 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.244 INFO kablam! | Oct 13 13:13:44.244 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.244 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.244 INFO kablam! ... Oct 13 13:13:44.244 INFO kablam! 2823 | rt_realloc_excess_used!(rt_primes_16381bytes_8align_realloc_excess_used, 16381, 8); Oct 13 13:13:44.244 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.244 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! Oct 13 13:13:44.245 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.245 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.245 INFO kablam! | ^^^^^ Oct 13 13:13:44.245 INFO kablam! ... Oct 13 13:13:44.245 INFO kablam! 2836 | rt_realloc_excess_used!(rt_primes_32749bytes_8align_realloc_excess_used, 32749, 8); Oct 13 13:13:44.245 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! Oct 13 13:13:44.245 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.245 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.245 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.245 INFO kablam! ... Oct 13 13:13:44.245 INFO kablam! 2836 | rt_realloc_excess_used!(rt_primes_32749bytes_8align_realloc_excess_used, 32749, 8); Oct 13 13:13:44.245 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.245 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:247:26 Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.245 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.245 INFO kablam! ... Oct 13 13:13:44.245 INFO kablam! 2836 | rt_realloc_excess_used!(rt_primes_32749bytes_8align_realloc_excess_used, 32749, 8); Oct 13 13:13:44.245 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! Oct 13 13:13:44.245 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.245 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.245 INFO kablam! | ^^^^^ Oct 13 13:13:44.245 INFO kablam! ... Oct 13 13:13:44.245 INFO kablam! 2849 | rt_realloc_excess_used!(rt_primes_65537bytes_8align_realloc_excess_used, 65537, 8); Oct 13 13:13:44.245 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! Oct 13 13:13:44.245 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.245 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.245 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.245 INFO kablam! ... Oct 13 13:13:44.245 INFO kablam! 2849 | rt_realloc_excess_used!(rt_primes_65537bytes_8align_realloc_excess_used, 65537, 8); Oct 13 13:13:44.245 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.245 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:247:26 Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.245 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.245 INFO kablam! ... Oct 13 13:13:44.245 INFO kablam! 2849 | rt_realloc_excess_used!(rt_primes_65537bytes_8align_realloc_excess_used, 65537, 8); Oct 13 13:13:44.245 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! Oct 13 13:13:44.256 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.256 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.256 INFO kablam! | Oct 13 13:13:44.256 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.256 INFO kablam! | ^^^^^ Oct 13 13:13:44.256 INFO kablam! ... Oct 13 13:13:44.256 INFO kablam! 2862 | rt_realloc_excess_used!(rt_primes_131071bytes_8align_realloc_excess_used, 131071, 8); Oct 13 13:13:44.256 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.256 INFO kablam! | Oct 13 13:13:44.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.256 INFO kablam! | Oct 13 13:13:44.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.256 INFO kablam! | Oct 13 13:13:44.256 INFO kablam! Oct 13 13:13:44.256 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.256 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.256 INFO kablam! | Oct 13 13:13:44.256 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.256 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.256 INFO kablam! ... Oct 13 13:13:44.256 INFO kablam! 2862 | rt_realloc_excess_used!(rt_primes_131071bytes_8align_realloc_excess_used, 131071, 8); Oct 13 13:13:44.256 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.256 INFO kablam! Oct 13 13:13:44.256 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.256 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.256 INFO kablam! | Oct 13 13:13:44.256 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.256 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.256 INFO kablam! ... Oct 13 13:13:44.256 INFO kablam! 2862 | rt_realloc_excess_used!(rt_primes_131071bytes_8align_realloc_excess_used, 131071, 8); Oct 13 13:13:44.256 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.256 INFO kablam! | Oct 13 13:13:44.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.256 INFO kablam! | Oct 13 13:13:44.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.256 INFO kablam! | Oct 13 13:13:44.256 INFO kablam! Oct 13 13:13:44.256 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.256 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.256 INFO kablam! | Oct 13 13:13:44.256 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.256 INFO kablam! | ^^^^^ Oct 13 13:13:44.256 INFO kablam! ... Oct 13 13:13:44.256 INFO kablam! 2875 | rt_realloc_excess_used!(rt_primes_4194301bytes_8align_realloc_excess_used, 4194301, 8); Oct 13 13:13:44.256 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.256 INFO kablam! | Oct 13 13:13:44.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! Oct 13 13:13:44.257 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.257 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.257 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.257 INFO kablam! ... Oct 13 13:13:44.257 INFO kablam! 2875 | rt_realloc_excess_used!(rt_primes_4194301bytes_8align_realloc_excess_used, 4194301, 8); Oct 13 13:13:44.257 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.257 INFO kablam! Oct 13 13:13:44.257 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.257 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.257 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.257 INFO kablam! ... Oct 13 13:13:44.257 INFO kablam! 2875 | rt_realloc_excess_used!(rt_primes_4194301bytes_8align_realloc_excess_used, 4194301, 8); Oct 13 13:13:44.257 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! Oct 13 13:13:44.257 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.257 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.257 INFO kablam! | ^^^^^ Oct 13 13:13:44.257 INFO kablam! ... Oct 13 13:13:44.257 INFO kablam! 2891 | rt_realloc_excess_used!(rt_pow2_1bytes_16align_realloc_excess_used, 1, 16); Oct 13 13:13:44.257 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! Oct 13 13:13:44.257 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.257 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.257 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.257 INFO kablam! ... Oct 13 13:13:44.257 INFO kablam! 2891 | rt_realloc_excess_used!(rt_pow2_1bytes_16align_realloc_excess_used, 1, 16); Oct 13 13:13:44.257 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.257 INFO kablam! Oct 13 13:13:44.257 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.257 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.257 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.257 INFO kablam! ... Oct 13 13:13:44.257 INFO kablam! 2891 | rt_realloc_excess_used!(rt_pow2_1bytes_16align_realloc_excess_used, 1, 16); Oct 13 13:13:44.257 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! Oct 13 13:13:44.257 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.257 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.257 INFO kablam! | ^^^^^ Oct 13 13:13:44.257 INFO kablam! ... Oct 13 13:13:44.257 INFO kablam! 2904 | rt_realloc_excess_used!(rt_pow2_2bytes_16align_realloc_excess_used, 2, 16); Oct 13 13:13:44.257 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! Oct 13 13:13:44.276 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.276 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.276 INFO kablam! | Oct 13 13:13:44.276 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.276 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.276 INFO kablam! ... Oct 13 13:13:44.276 INFO kablam! 2904 | rt_realloc_excess_used!(rt_pow2_2bytes_16align_realloc_excess_used, 2, 16); Oct 13 13:13:44.276 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.276 INFO kablam! Oct 13 13:13:44.276 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.276 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.277 INFO kablam! | Oct 13 13:13:44.277 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.277 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.277 INFO kablam! ... Oct 13 13:13:44.277 INFO kablam! 2904 | rt_realloc_excess_used!(rt_pow2_2bytes_16align_realloc_excess_used, 2, 16); Oct 13 13:13:44.277 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.277 INFO kablam! | Oct 13 13:13:44.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.277 INFO kablam! | Oct 13 13:13:44.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.277 INFO kablam! | Oct 13 13:13:44.277 INFO kablam! Oct 13 13:13:44.277 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.277 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.277 INFO kablam! | Oct 13 13:13:44.277 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.277 INFO kablam! | ^^^^^ Oct 13 13:13:44.277 INFO kablam! ... Oct 13 13:13:44.277 INFO kablam! 2917 | rt_realloc_excess_used!(rt_pow2_4bytes_16align_realloc_excess_used, 4, 16); Oct 13 13:13:44.277 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.277 INFO kablam! | Oct 13 13:13:44.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.277 INFO kablam! | Oct 13 13:13:44.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.277 INFO kablam! | Oct 13 13:13:44.278 INFO kablam! Oct 13 13:13:44.278 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.278 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.278 INFO kablam! | Oct 13 13:13:44.278 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.278 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.278 INFO kablam! ... Oct 13 13:13:44.278 INFO kablam! 2917 | rt_realloc_excess_used!(rt_pow2_4bytes_16align_realloc_excess_used, 4, 16); Oct 13 13:13:44.278 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.278 INFO kablam! Oct 13 13:13:44.278 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.278 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.278 INFO kablam! | Oct 13 13:13:44.278 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.278 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.278 INFO kablam! ... Oct 13 13:13:44.278 INFO kablam! 2917 | rt_realloc_excess_used!(rt_pow2_4bytes_16align_realloc_excess_used, 4, 16); Oct 13 13:13:44.278 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.278 INFO kablam! | Oct 13 13:13:44.278 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.278 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.278 INFO kablam! | Oct 13 13:13:44.278 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.278 INFO kablam! | Oct 13 13:13:44.279 INFO kablam! Oct 13 13:13:44.279 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.279 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.279 INFO kablam! | Oct 13 13:13:44.279 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.279 INFO kablam! | ^^^^^ Oct 13 13:13:44.279 INFO kablam! ... Oct 13 13:13:44.279 INFO kablam! 2930 | rt_realloc_excess_used!(rt_pow2_8bytes_16align_realloc_excess_used, 8, 16); Oct 13 13:13:44.279 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.279 INFO kablam! | Oct 13 13:13:44.279 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.279 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.279 INFO kablam! | Oct 13 13:13:44.279 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.279 INFO kablam! | Oct 13 13:13:44.279 INFO kablam! Oct 13 13:13:44.279 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.279 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.279 INFO kablam! | Oct 13 13:13:44.279 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.279 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.279 INFO kablam! ... Oct 13 13:13:44.279 INFO kablam! 2930 | rt_realloc_excess_used!(rt_pow2_8bytes_16align_realloc_excess_used, 8, 16); Oct 13 13:13:44.279 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.280 INFO kablam! Oct 13 13:13:44.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.280 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.280 INFO kablam! | Oct 13 13:13:44.280 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.280 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.280 INFO kablam! ... Oct 13 13:13:44.280 INFO kablam! 2930 | rt_realloc_excess_used!(rt_pow2_8bytes_16align_realloc_excess_used, 8, 16); Oct 13 13:13:44.280 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.280 INFO kablam! | Oct 13 13:13:44.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.280 INFO kablam! | Oct 13 13:13:44.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.280 INFO kablam! | Oct 13 13:13:44.280 INFO kablam! Oct 13 13:13:44.280 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.280 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.280 INFO kablam! | Oct 13 13:13:44.280 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.280 INFO kablam! | ^^^^^ Oct 13 13:13:44.280 INFO kablam! ... Oct 13 13:13:44.280 INFO kablam! 2943 | rt_realloc_excess_used!(rt_pow2_16bytes_16align_realloc_excess_used, 16, 16); Oct 13 13:13:44.281 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.281 INFO kablam! | Oct 13 13:13:44.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.281 INFO kablam! | Oct 13 13:13:44.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.281 INFO kablam! | Oct 13 13:13:44.281 INFO kablam! Oct 13 13:13:44.281 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.281 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.281 INFO kablam! | Oct 13 13:13:44.281 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.281 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.281 INFO kablam! ... Oct 13 13:13:44.281 INFO kablam! 2943 | rt_realloc_excess_used!(rt_pow2_16bytes_16align_realloc_excess_used, 16, 16); Oct 13 13:13:44.281 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.281 INFO kablam! Oct 13 13:13:44.281 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.281 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.281 INFO kablam! | Oct 13 13:13:44.281 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.281 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.281 INFO kablam! ... Oct 13 13:13:44.281 INFO kablam! 2943 | rt_realloc_excess_used!(rt_pow2_16bytes_16align_realloc_excess_used, 16, 16); Oct 13 13:13:44.282 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.282 INFO kablam! | Oct 13 13:13:44.282 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.282 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.282 INFO kablam! | Oct 13 13:13:44.282 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.282 INFO kablam! | Oct 13 13:13:44.282 INFO kablam! Oct 13 13:13:44.282 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.282 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.282 INFO kablam! | Oct 13 13:13:44.282 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.282 INFO kablam! | ^^^^^ Oct 13 13:13:44.282 INFO kablam! ... Oct 13 13:13:44.282 INFO kablam! 2956 | rt_realloc_excess_used!(rt_pow2_32bytes_16align_realloc_excess_used, 32, 16); Oct 13 13:13:44.282 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.282 INFO kablam! | Oct 13 13:13:44.282 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.282 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.282 INFO kablam! | Oct 13 13:13:44.282 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.282 INFO kablam! | Oct 13 13:13:44.282 INFO kablam! Oct 13 13:13:44.283 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.283 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.283 INFO kablam! | Oct 13 13:13:44.283 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.283 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.283 INFO kablam! ... Oct 13 13:13:44.283 INFO kablam! 2956 | rt_realloc_excess_used!(rt_pow2_32bytes_16align_realloc_excess_used, 32, 16); Oct 13 13:13:44.283 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.283 INFO kablam! Oct 13 13:13:44.283 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.283 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.283 INFO kablam! | Oct 13 13:13:44.283 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.283 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.283 INFO kablam! ... Oct 13 13:13:44.283 INFO kablam! 2956 | rt_realloc_excess_used!(rt_pow2_32bytes_16align_realloc_excess_used, 32, 16); Oct 13 13:13:44.283 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.283 INFO kablam! | Oct 13 13:13:44.283 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.283 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.283 INFO kablam! | Oct 13 13:13:44.283 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.284 INFO kablam! | Oct 13 13:13:44.284 INFO kablam! Oct 13 13:13:44.284 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.284 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.284 INFO kablam! | Oct 13 13:13:44.284 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.284 INFO kablam! | ^^^^^ Oct 13 13:13:44.284 INFO kablam! ... Oct 13 13:13:44.284 INFO kablam! 2969 | rt_realloc_excess_used!(rt_pow2_64bytes_16align_realloc_excess_used, 64, 16); Oct 13 13:13:44.284 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.284 INFO kablam! | Oct 13 13:13:44.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.284 INFO kablam! | Oct 13 13:13:44.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.284 INFO kablam! | Oct 13 13:13:44.284 INFO kablam! Oct 13 13:13:44.284 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.284 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.284 INFO kablam! | Oct 13 13:13:44.284 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.284 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.284 INFO kablam! ... Oct 13 13:13:44.284 INFO kablam! 2969 | rt_realloc_excess_used!(rt_pow2_64bytes_16align_realloc_excess_used, 64, 16); Oct 13 13:13:44.284 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.284 INFO kablam! Oct 13 13:13:44.284 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.284 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.284 INFO kablam! | Oct 13 13:13:44.284 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.284 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.284 INFO kablam! ... Oct 13 13:13:44.284 INFO kablam! 2969 | rt_realloc_excess_used!(rt_pow2_64bytes_16align_realloc_excess_used, 64, 16); Oct 13 13:13:44.284 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.284 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! Oct 13 13:13:44.285 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.285 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.285 INFO kablam! | ^^^^^ Oct 13 13:13:44.285 INFO kablam! ... Oct 13 13:13:44.285 INFO kablam! 2982 | rt_realloc_excess_used!(rt_pow2_128bytes_16align_realloc_excess_used, 128, 16); Oct 13 13:13:44.285 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! Oct 13 13:13:44.285 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.285 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.285 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.285 INFO kablam! ... Oct 13 13:13:44.285 INFO kablam! 2982 | rt_realloc_excess_used!(rt_pow2_128bytes_16align_realloc_excess_used, 128, 16); Oct 13 13:13:44.285 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.285 INFO kablam! Oct 13 13:13:44.285 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.285 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.285 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.285 INFO kablam! ... Oct 13 13:13:44.285 INFO kablam! 2982 | rt_realloc_excess_used!(rt_pow2_128bytes_16align_realloc_excess_used, 128, 16); Oct 13 13:13:44.285 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! Oct 13 13:13:44.285 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.285 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.285 INFO kablam! | ^^^^^ Oct 13 13:13:44.285 INFO kablam! ... Oct 13 13:13:44.285 INFO kablam! 2995 | rt_realloc_excess_used!(rt_pow2_256bytes_16align_realloc_excess_used, 256, 16); Oct 13 13:13:44.285 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! Oct 13 13:13:44.285 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.285 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.285 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.285 INFO kablam! ... Oct 13 13:13:44.285 INFO kablam! 2995 | rt_realloc_excess_used!(rt_pow2_256bytes_16align_realloc_excess_used, 256, 16); Oct 13 13:13:44.285 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.285 INFO kablam! Oct 13 13:13:44.285 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.285 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.285 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.285 INFO kablam! ... Oct 13 13:13:44.285 INFO kablam! 2995 | rt_realloc_excess_used!(rt_pow2_256bytes_16align_realloc_excess_used, 256, 16); Oct 13 13:13:44.285 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! Oct 13 13:13:44.285 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.285 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.285 INFO kablam! | Oct 13 13:13:44.285 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.285 INFO kablam! | ^^^^^ Oct 13 13:13:44.285 INFO kablam! ... Oct 13 13:13:44.285 INFO kablam! 3008 | rt_realloc_excess_used!(rt_pow2_512bytes_16align_realloc_excess_used, 512, 16); Oct 13 13:13:44.286 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.286 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! Oct 13 13:13:44.286 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.286 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.286 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.286 INFO kablam! ... Oct 13 13:13:44.286 INFO kablam! 3008 | rt_realloc_excess_used!(rt_pow2_512bytes_16align_realloc_excess_used, 512, 16); Oct 13 13:13:44.286 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.286 INFO kablam! Oct 13 13:13:44.286 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.286 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.286 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.286 INFO kablam! ... Oct 13 13:13:44.286 INFO kablam! 3008 | rt_realloc_excess_used!(rt_pow2_512bytes_16align_realloc_excess_used, 512, 16); Oct 13 13:13:44.286 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.286 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! Oct 13 13:13:44.286 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.286 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.286 INFO kablam! | ^^^^^ Oct 13 13:13:44.286 INFO kablam! ... Oct 13 13:13:44.286 INFO kablam! 3021 | rt_realloc_excess_used!(rt_pow2_1024bytes_16align_realloc_excess_used, 1024, 16); Oct 13 13:13:44.286 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.286 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! Oct 13 13:13:44.286 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.286 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.286 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.286 INFO kablam! ... Oct 13 13:13:44.286 INFO kablam! 3021 | rt_realloc_excess_used!(rt_pow2_1024bytes_16align_realloc_excess_used, 1024, 16); Oct 13 13:13:44.286 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.286 INFO kablam! Oct 13 13:13:44.286 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.286 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.286 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.286 INFO kablam! ... Oct 13 13:13:44.286 INFO kablam! 3021 | rt_realloc_excess_used!(rt_pow2_1024bytes_16align_realloc_excess_used, 1024, 16); Oct 13 13:13:44.286 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.286 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! Oct 13 13:13:44.286 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.286 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.286 INFO kablam! | ^^^^^ Oct 13 13:13:44.286 INFO kablam! ... Oct 13 13:13:44.286 INFO kablam! 3034 | rt_realloc_excess_used!(rt_pow2_2048bytes_16align_realloc_excess_used, 2048, 16); Oct 13 13:13:44.286 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.286 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! Oct 13 13:13:44.286 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.286 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.286 INFO kablam! | Oct 13 13:13:44.286 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.286 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.287 INFO kablam! ... Oct 13 13:13:44.287 INFO kablam! 3034 | rt_realloc_excess_used!(rt_pow2_2048bytes_16align_realloc_excess_used, 2048, 16); Oct 13 13:13:44.287 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.287 INFO kablam! Oct 13 13:13:44.287 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.287 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.287 INFO kablam! | Oct 13 13:13:44.287 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.287 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.287 INFO kablam! ... Oct 13 13:13:44.287 INFO kablam! 3034 | rt_realloc_excess_used!(rt_pow2_2048bytes_16align_realloc_excess_used, 2048, 16); Oct 13 13:13:44.287 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.287 INFO kablam! | Oct 13 13:13:44.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.287 INFO kablam! | Oct 13 13:13:44.287 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.287 INFO kablam! | Oct 13 13:13:44.287 INFO kablam! Oct 13 13:13:44.287 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.287 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.287 INFO kablam! | Oct 13 13:13:44.287 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.287 INFO kablam! | ^^^^^ Oct 13 13:13:44.287 INFO kablam! ... Oct 13 13:13:44.287 INFO kablam! 3047 | rt_realloc_excess_used!(rt_pow2_4096bytes_16align_realloc_excess_used, 4096, 16); Oct 13 13:13:44.287 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.287 INFO kablam! | Oct 13 13:13:44.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.287 INFO kablam! | Oct 13 13:13:44.287 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.287 INFO kablam! | Oct 13 13:13:44.287 INFO kablam! Oct 13 13:13:44.287 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.287 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.287 INFO kablam! | Oct 13 13:13:44.287 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.287 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.287 INFO kablam! ... Oct 13 13:13:44.287 INFO kablam! 3047 | rt_realloc_excess_used!(rt_pow2_4096bytes_16align_realloc_excess_used, 4096, 16); Oct 13 13:13:44.287 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.287 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:247:26 Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.295 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.295 INFO kablam! ... Oct 13 13:13:44.295 INFO kablam! 3047 | rt_realloc_excess_used!(rt_pow2_4096bytes_16align_realloc_excess_used, 4096, 16); Oct 13 13:13:44.295 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! Oct 13 13:13:44.295 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.295 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.295 INFO kablam! | ^^^^^ Oct 13 13:13:44.295 INFO kablam! ... Oct 13 13:13:44.295 INFO kablam! 3060 | rt_realloc_excess_used!(rt_pow2_8192bytes_16align_realloc_excess_used, 8192, 16); Oct 13 13:13:44.295 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! Oct 13 13:13:44.295 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.295 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.295 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.295 INFO kablam! ... Oct 13 13:13:44.295 INFO kablam! 3060 | rt_realloc_excess_used!(rt_pow2_8192bytes_16align_realloc_excess_used, 8192, 16); Oct 13 13:13:44.295 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.295 INFO kablam! Oct 13 13:13:44.295 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.295 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.295 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.295 INFO kablam! ... Oct 13 13:13:44.295 INFO kablam! 3060 | rt_realloc_excess_used!(rt_pow2_8192bytes_16align_realloc_excess_used, 8192, 16); Oct 13 13:13:44.295 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! Oct 13 13:13:44.295 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.295 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.295 INFO kablam! | ^^^^^ Oct 13 13:13:44.295 INFO kablam! ... Oct 13 13:13:44.295 INFO kablam! 3073 | rt_realloc_excess_used!(rt_pow2_16384bytes_16align_realloc_excess_used, 16384, 16); Oct 13 13:13:44.295 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! Oct 13 13:13:44.295 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.295 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.295 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.295 INFO kablam! ... Oct 13 13:13:44.295 INFO kablam! 3073 | rt_realloc_excess_used!(rt_pow2_16384bytes_16align_realloc_excess_used, 16384, 16); Oct 13 13:13:44.295 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.295 INFO kablam! Oct 13 13:13:44.295 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.295 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.295 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.295 INFO kablam! ... Oct 13 13:13:44.295 INFO kablam! 3073 | rt_realloc_excess_used!(rt_pow2_16384bytes_16align_realloc_excess_used, 16384, 16); Oct 13 13:13:44.295 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.295 INFO kablam! | Oct 13 13:13:44.295 INFO kablam! Oct 13 13:13:44.302 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.302 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.302 INFO kablam! | Oct 13 13:13:44.302 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.302 INFO kablam! | ^^^^^ Oct 13 13:13:44.302 INFO kablam! ... Oct 13 13:13:44.302 INFO kablam! 3086 | rt_realloc_excess_used!(rt_pow2_32768bytes_16align_realloc_excess_used, 32768, 16); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.303 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.303 INFO kablam! | Oct 13 13:13:44.303 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.303 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.303 INFO kablam! ... Oct 13 13:13:44.303 INFO kablam! 3086 | rt_realloc_excess_used!(rt_pow2_32768bytes_16align_realloc_excess_used, 32768, 16); 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! 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:247:26 Oct 13 13:13:44.303 INFO kablam! | Oct 13 13:13:44.303 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.303 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.303 INFO kablam! ... Oct 13 13:13:44.303 INFO kablam! 3086 | rt_realloc_excess_used!(rt_pow2_32768bytes_16align_realloc_excess_used, 32768, 16); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.303 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.303 INFO kablam! | Oct 13 13:13:44.303 INFO kablam! 237 | let ptr = Jemalloc.alloc(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! 3099 | rt_realloc_excess_used!(rt_pow2_65536bytes_16align_realloc_excess_used, 65536, 16); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.303 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.303 INFO kablam! | Oct 13 13:13:44.303 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.303 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.303 INFO kablam! ... Oct 13 13:13:44.303 INFO kablam! 3099 | rt_realloc_excess_used!(rt_pow2_65536bytes_16align_realloc_excess_used, 65536, 16); 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! 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:247:26 Oct 13 13:13:44.303 INFO kablam! | Oct 13 13:13:44.303 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.303 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.303 INFO kablam! ... Oct 13 13:13:44.303 INFO kablam! 3099 | rt_realloc_excess_used!(rt_pow2_65536bytes_16align_realloc_excess_used, 65536, 16); 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.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:237:36 Oct 13 13:13:44.304 INFO kablam! | Oct 13 13:13:44.310 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.310 INFO kablam! | ^^^^^ Oct 13 13:13:44.310 INFO kablam! ... Oct 13 13:13:44.310 INFO kablam! 3112 | rt_realloc_excess_used!(rt_pow2_131072bytes_16align_realloc_excess_used, 131072, 16); Oct 13 13:13:44.310 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.310 INFO kablam! | Oct 13 13:13:44.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.310 INFO kablam! | Oct 13 13:13:44.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.310 INFO kablam! | Oct 13 13:13:44.310 INFO kablam! Oct 13 13:13:44.310 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.310 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.310 INFO kablam! | Oct 13 13:13:44.310 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.310 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.310 INFO kablam! ... Oct 13 13:13:44.310 INFO kablam! 3112 | rt_realloc_excess_used!(rt_pow2_131072bytes_16align_realloc_excess_used, 131072, 16); Oct 13 13:13:44.310 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.310 INFO kablam! Oct 13 13:13:44.310 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.310 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.310 INFO kablam! | Oct 13 13:13:44.310 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.310 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.310 INFO kablam! ... Oct 13 13:13:44.310 INFO kablam! 3112 | rt_realloc_excess_used!(rt_pow2_131072bytes_16align_realloc_excess_used, 131072, 16); Oct 13 13:13:44.310 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.310 INFO kablam! | Oct 13 13:13:44.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.310 INFO kablam! | Oct 13 13:13:44.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.310 INFO kablam! | Oct 13 13:13:44.310 INFO kablam! Oct 13 13:13:44.310 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.310 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.310 INFO kablam! | Oct 13 13:13:44.310 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.310 INFO kablam! | ^^^^^ Oct 13 13:13:44.310 INFO kablam! ... Oct 13 13:13:44.310 INFO kablam! 3125 | rt_realloc_excess_used!(rt_pow2_4194304bytes_16align_realloc_excess_used, 4194304, 16); Oct 13 13:13:44.310 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.310 INFO kablam! | Oct 13 13:13:44.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.310 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.311 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.311 INFO kablam! | Oct 13 13:13:44.311 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.311 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.311 INFO kablam! ... Oct 13 13:13:44.311 INFO kablam! 3125 | rt_realloc_excess_used!(rt_pow2_4194304bytes_16align_realloc_excess_used, 4194304, 16); 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! 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:247:26 Oct 13 13:13:44.311 INFO kablam! | Oct 13 13:13:44.311 INFO kablam! 247 | 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! 3125 | rt_realloc_excess_used!(rt_pow2_4194304bytes_16align_realloc_excess_used, 4194304, 16); 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:237:36 Oct 13 13:13:44.311 INFO kablam! | Oct 13 13:13:44.311 INFO kablam! 237 | let ptr = Jemalloc.alloc(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! 3139 | rt_realloc_excess_used!(rt_even_10bytes_16align_realloc_excess_used, 10, 16); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.311 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.311 INFO kablam! | Oct 13 13:13:44.311 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.311 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.311 INFO kablam! ... Oct 13 13:13:44.311 INFO kablam! 3139 | rt_realloc_excess_used!(rt_even_10bytes_16align_realloc_excess_used, 10, 16); 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.314 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.314 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.314 INFO kablam! | Oct 13 13:13:44.314 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.314 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.314 INFO kablam! ... Oct 13 13:13:44.314 INFO kablam! 3139 | rt_realloc_excess_used!(rt_even_10bytes_16align_realloc_excess_used, 10, 16); Oct 13 13:13:44.314 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.314 INFO kablam! | Oct 13 13:13:44.314 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.314 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.314 INFO kablam! | Oct 13 13:13:44.314 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.314 INFO kablam! | Oct 13 13:13:44.314 INFO kablam! Oct 13 13:13:44.314 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.314 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.314 INFO kablam! | Oct 13 13:13:44.314 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.314 INFO kablam! | ^^^^^ Oct 13 13:13:44.314 INFO kablam! ... Oct 13 13:13:44.314 INFO kablam! 3152 | rt_realloc_excess_used!(rt_even_100bytes_16align_realloc_excess_used, 100, 16); Oct 13 13:13:44.314 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.314 INFO kablam! | Oct 13 13:13:44.314 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.314 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.314 INFO kablam! | Oct 13 13:13:44.314 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.314 INFO kablam! | Oct 13 13:13:44.314 INFO kablam! Oct 13 13:13:44.314 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.315 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.315 INFO kablam! | Oct 13 13:13:44.315 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.315 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.315 INFO kablam! ... Oct 13 13:13:44.315 INFO kablam! 3152 | rt_realloc_excess_used!(rt_even_100bytes_16align_realloc_excess_used, 100, 16); 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! 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:247:26 Oct 13 13:13:44.315 INFO kablam! | Oct 13 13:13:44.315 INFO kablam! 247 | 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! 3152 | rt_realloc_excess_used!(rt_even_100bytes_16align_realloc_excess_used, 100, 16); 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.319 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.319 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.319 INFO kablam! | Oct 13 13:13:44.319 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.319 INFO kablam! | ^^^^^ Oct 13 13:13:44.319 INFO kablam! ... Oct 13 13:13:44.319 INFO kablam! 3165 | rt_realloc_excess_used!(rt_even_1000bytes_16align_realloc_excess_used, 1000, 16); Oct 13 13:13:44.319 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.319 INFO kablam! | Oct 13 13:13:44.319 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.319 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.319 INFO kablam! | Oct 13 13:13:44.319 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.319 INFO kablam! | Oct 13 13:13:44.319 INFO kablam! Oct 13 13:13:44.319 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.319 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.319 INFO kablam! | Oct 13 13:13:44.319 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.319 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.319 INFO kablam! ... Oct 13 13:13:44.319 INFO kablam! 3165 | rt_realloc_excess_used!(rt_even_1000bytes_16align_realloc_excess_used, 1000, 16); Oct 13 13:13:44.319 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.319 INFO kablam! Oct 13 13:13:44.319 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.319 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.319 INFO kablam! | Oct 13 13:13:44.319 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.319 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.319 INFO kablam! ... Oct 13 13:13:44.319 INFO kablam! 3165 | rt_realloc_excess_used!(rt_even_1000bytes_16align_realloc_excess_used, 1000, 16); Oct 13 13:13:44.319 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.319 INFO kablam! | Oct 13 13:13:44.319 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.319 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.320 INFO kablam! | Oct 13 13:13:44.320 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.320 INFO kablam! | Oct 13 13:13:44.320 INFO kablam! Oct 13 13:13:44.320 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.320 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.320 INFO kablam! | Oct 13 13:13:44.320 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.320 INFO kablam! | ^^^^^ Oct 13 13:13:44.320 INFO kablam! ... Oct 13 13:13:44.320 INFO kablam! 3178 | rt_realloc_excess_used!(rt_even_10000bytes_16align_realloc_excess_used, 10000, 16); Oct 13 13:13:44.320 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.320 INFO kablam! | Oct 13 13:13:44.320 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.320 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.320 INFO kablam! | Oct 13 13:13:44.320 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.320 INFO kablam! | Oct 13 13:13:44.320 INFO kablam! Oct 13 13:13:44.320 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.320 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.320 INFO kablam! | Oct 13 13:13:44.320 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.320 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.320 INFO kablam! ... Oct 13 13:13:44.320 INFO kablam! 3178 | rt_realloc_excess_used!(rt_even_10000bytes_16align_realloc_excess_used, 10000, 16); Oct 13 13:13:44.320 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.320 INFO kablam! Oct 13 13:13:44.323 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.323 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.323 INFO kablam! | Oct 13 13:13:44.323 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.323 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.323 INFO kablam! ... Oct 13 13:13:44.323 INFO kablam! 3178 | rt_realloc_excess_used!(rt_even_10000bytes_16align_realloc_excess_used, 10000, 16); Oct 13 13:13:44.323 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.323 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.323 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.323 INFO kablam! | Oct 13 13:13:44.323 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.323 INFO kablam! | ^^^^^ Oct 13 13:13:44.323 INFO kablam! ... Oct 13 13:13:44.323 INFO kablam! 3191 | rt_realloc_excess_used!(rt_even_100000bytes_16align_realloc_excess_used, 100000, 16); Oct 13 13:13:44.323 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.323 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.323 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.323 INFO kablam! | Oct 13 13:13:44.323 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.323 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.323 INFO kablam! ... Oct 13 13:13:44.323 INFO kablam! 3191 | rt_realloc_excess_used!(rt_even_100000bytes_16align_realloc_excess_used, 100000, 16); Oct 13 13:13:44.323 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.323 INFO kablam! Oct 13 13:13:44.323 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.323 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.323 INFO kablam! | Oct 13 13:13:44.323 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.323 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.323 INFO kablam! ... Oct 13 13:13:44.323 INFO kablam! 3191 | rt_realloc_excess_used!(rt_even_100000bytes_16align_realloc_excess_used, 100000, 16); Oct 13 13:13:44.323 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.323 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.323 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.323 INFO kablam! | Oct 13 13:13:44.323 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.323 INFO kablam! | ^^^^^ Oct 13 13:13:44.323 INFO kablam! ... Oct 13 13:13:44.323 INFO kablam! 3204 | rt_realloc_excess_used!(rt_even_1000000bytes_16align_realloc_excess_used, 1000000, 16); Oct 13 13:13:44.323 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.327 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.327 INFO kablam! | Oct 13 13:13:44.327 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.327 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.327 INFO kablam! ... Oct 13 13:13:44.327 INFO kablam! 3204 | rt_realloc_excess_used!(rt_even_1000000bytes_16align_realloc_excess_used, 1000000, 16); 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! 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:247:26 Oct 13 13:13:44.327 INFO kablam! | Oct 13 13:13:44.327 INFO kablam! 247 | 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! 3204 | rt_realloc_excess_used!(rt_even_1000000bytes_16align_realloc_excess_used, 1000000, 16); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.327 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.327 INFO kablam! | Oct 13 13:13:44.327 INFO kablam! 237 | let ptr = Jemalloc.alloc(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! 3218 | rt_realloc_excess_used!(rt_odd_10bytes_16align_realloc_excess_used, 10- 1, 16); 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 `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.327 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.327 INFO kablam! | Oct 13 13:13:44.327 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.327 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.327 INFO kablam! ... Oct 13 13:13:44.327 INFO kablam! 3218 | rt_realloc_excess_used!(rt_odd_10bytes_16align_realloc_excess_used, 10- 1, 16); 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.333 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.333 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.333 INFO kablam! | Oct 13 13:13:44.333 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.333 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.333 INFO kablam! ... Oct 13 13:13:44.333 INFO kablam! 3218 | rt_realloc_excess_used!(rt_odd_10bytes_16align_realloc_excess_used, 10- 1, 16); Oct 13 13:13:44.333 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.333 INFO kablam! | Oct 13 13:13:44.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.333 INFO kablam! | Oct 13 13:13:44.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.333 INFO kablam! | Oct 13 13:13:44.333 INFO kablam! Oct 13 13:13:44.333 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.333 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.333 INFO kablam! | Oct 13 13:13:44.333 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.333 INFO kablam! | ^^^^^ Oct 13 13:13:44.333 INFO kablam! ... Oct 13 13:13:44.333 INFO kablam! 3231 | rt_realloc_excess_used!(rt_odd_100bytes_16align_realloc_excess_used, 100- 1, 16); Oct 13 13:13:44.333 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.333 INFO kablam! | Oct 13 13:13:44.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.333 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.334 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.334 INFO kablam! | Oct 13 13:13:44.334 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.334 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.334 INFO kablam! ... Oct 13 13:13:44.334 INFO kablam! 3231 | rt_realloc_excess_used!(rt_odd_100bytes_16align_realloc_excess_used, 100- 1, 16); 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! 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:247:26 Oct 13 13:13:44.334 INFO kablam! | Oct 13 13:13:44.334 INFO kablam! 247 | 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! 3231 | rt_realloc_excess_used!(rt_odd_100bytes_16align_realloc_excess_used, 100- 1, 16); 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:237:36 Oct 13 13:13:44.334 INFO kablam! | Oct 13 13:13:44.334 INFO kablam! 237 | 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! 3244 | rt_realloc_excess_used!(rt_odd_1000bytes_16align_realloc_excess_used, 1000- 1, 16); 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.337 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.337 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.337 INFO kablam! | Oct 13 13:13:44.337 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.337 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.337 INFO kablam! ... Oct 13 13:13:44.337 INFO kablam! 3244 | rt_realloc_excess_used!(rt_odd_1000bytes_16align_realloc_excess_used, 1000- 1, 16); Oct 13 13:13:44.337 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.337 INFO kablam! Oct 13 13:13:44.337 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.337 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.337 INFO kablam! | Oct 13 13:13:44.337 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.337 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.337 INFO kablam! ... Oct 13 13:13:44.337 INFO kablam! 3244 | rt_realloc_excess_used!(rt_odd_1000bytes_16align_realloc_excess_used, 1000- 1, 16); Oct 13 13:13:44.337 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.337 INFO kablam! | Oct 13 13:13:44.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.337 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.337 INFO kablam! | Oct 13 13:13:44.337 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.337 INFO kablam! | Oct 13 13:13:44.337 INFO kablam! Oct 13 13:13:44.337 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.337 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.337 INFO kablam! | Oct 13 13:13:44.337 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.337 INFO kablam! | ^^^^^ Oct 13 13:13:44.337 INFO kablam! ... Oct 13 13:13:44.337 INFO kablam! 3257 | rt_realloc_excess_used!(rt_odd_10000bytes_16align_realloc_excess_used, 10000- 1, 16); Oct 13 13:13:44.337 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.337 INFO kablam! | Oct 13 13:13:44.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.337 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.337 INFO kablam! | Oct 13 13:13:44.337 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.337 INFO kablam! | Oct 13 13:13:44.337 INFO kablam! Oct 13 13:13:44.337 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.337 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.337 INFO kablam! | Oct 13 13:13:44.337 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.337 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.337 INFO kablam! ... Oct 13 13:13:44.337 INFO kablam! 3257 | rt_realloc_excess_used!(rt_odd_10000bytes_16align_realloc_excess_used, 10000- 1, 16); Oct 13 13:13:44.337 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.337 INFO kablam! Oct 13 13:13:44.342 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.342 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.342 INFO kablam! | Oct 13 13:13:44.342 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.342 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.342 INFO kablam! ... Oct 13 13:13:44.342 INFO kablam! 3257 | rt_realloc_excess_used!(rt_odd_10000bytes_16align_realloc_excess_used, 10000- 1, 16); Oct 13 13:13:44.342 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.343 INFO kablam! | Oct 13 13:13:44.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.343 INFO kablam! | Oct 13 13:13:44.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.343 INFO kablam! | Oct 13 13:13:44.343 INFO kablam! Oct 13 13:13:44.343 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.343 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.343 INFO kablam! | Oct 13 13:13:44.343 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.343 INFO kablam! | ^^^^^ Oct 13 13:13:44.343 INFO kablam! ... Oct 13 13:13:44.343 INFO kablam! 3270 | rt_realloc_excess_used!(rt_odd_100000bytes_16align_realloc_excess_used, 100000- 1, 16); Oct 13 13:13:44.343 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.343 INFO kablam! | Oct 13 13:13:44.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.343 INFO kablam! | Oct 13 13:13:44.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.343 INFO kablam! | Oct 13 13:13:44.343 INFO kablam! Oct 13 13:13:44.343 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.343 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.344 INFO kablam! | Oct 13 13:13:44.344 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.344 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.344 INFO kablam! ... Oct 13 13:13:44.344 INFO kablam! 3270 | rt_realloc_excess_used!(rt_odd_100000bytes_16align_realloc_excess_used, 100000- 1, 16); Oct 13 13:13:44.344 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.344 INFO kablam! Oct 13 13:13:44.363 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.363 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.363 INFO kablam! | Oct 13 13:13:44.363 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.364 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.364 INFO kablam! ... Oct 13 13:13:44.364 INFO kablam! 3270 | rt_realloc_excess_used!(rt_odd_100000bytes_16align_realloc_excess_used, 100000- 1, 16); Oct 13 13:13:44.364 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.364 INFO kablam! | Oct 13 13:13:44.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.364 INFO kablam! | Oct 13 13:13:44.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.364 INFO kablam! | Oct 13 13:13:44.364 INFO kablam! Oct 13 13:13:44.364 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.364 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.364 INFO kablam! | Oct 13 13:13:44.364 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.364 INFO kablam! | ^^^^^ Oct 13 13:13:44.364 INFO kablam! ... Oct 13 13:13:44.364 INFO kablam! 3283 | rt_realloc_excess_used!(rt_odd_1000000bytes_16align_realloc_excess_used, 1000000- 1, 16); Oct 13 13:13:44.364 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.364 INFO kablam! | Oct 13 13:13:44.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.364 INFO kablam! | Oct 13 13:13:44.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.365 INFO kablam! | Oct 13 13:13:44.365 INFO kablam! Oct 13 13:13:44.365 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.365 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.365 INFO kablam! | Oct 13 13:13:44.365 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.365 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.365 INFO kablam! ... Oct 13 13:13:44.365 INFO kablam! 3283 | rt_realloc_excess_used!(rt_odd_1000000bytes_16align_realloc_excess_used, 1000000- 1, 16); Oct 13 13:13:44.365 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.365 INFO kablam! Oct 13 13:13:44.365 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.365 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.365 INFO kablam! | Oct 13 13:13:44.365 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.365 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.365 INFO kablam! ... Oct 13 13:13:44.365 INFO kablam! 3283 | rt_realloc_excess_used!(rt_odd_1000000bytes_16align_realloc_excess_used, 1000000- 1, 16); Oct 13 13:13:44.365 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.365 INFO kablam! | Oct 13 13:13:44.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.366 INFO kablam! | Oct 13 13:13:44.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.366 INFO kablam! | Oct 13 13:13:44.366 INFO kablam! Oct 13 13:13:44.366 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.366 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.366 INFO kablam! | Oct 13 13:13:44.366 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.366 INFO kablam! | ^^^^^ Oct 13 13:13:44.366 INFO kablam! ... Oct 13 13:13:44.366 INFO kablam! 3297 | rt_realloc_excess_used!(rt_primes_3bytes_16align_realloc_excess_used, 3, 16); Oct 13 13:13:44.366 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.366 INFO kablam! | Oct 13 13:13:44.366 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.366 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.366 INFO kablam! | Oct 13 13:13:44.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.366 INFO kablam! | Oct 13 13:13:44.366 INFO kablam! Oct 13 13:13:44.366 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.366 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.366 INFO kablam! | Oct 13 13:13:44.366 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.367 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.367 INFO kablam! ... Oct 13 13:13:44.367 INFO kablam! 3297 | rt_realloc_excess_used!(rt_primes_3bytes_16align_realloc_excess_used, 3, 16); Oct 13 13:13:44.367 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.367 INFO kablam! Oct 13 13:13:44.367 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.367 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.367 INFO kablam! | Oct 13 13:13:44.367 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.367 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.367 INFO kablam! ... Oct 13 13:13:44.367 INFO kablam! 3297 | rt_realloc_excess_used!(rt_primes_3bytes_16align_realloc_excess_used, 3, 16); Oct 13 13:13:44.367 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.367 INFO kablam! | Oct 13 13:13:44.367 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.367 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.367 INFO kablam! | Oct 13 13:13:44.367 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.367 INFO kablam! | Oct 13 13:13:44.367 INFO kablam! Oct 13 13:13:44.367 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.367 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.367 INFO kablam! | Oct 13 13:13:44.368 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.368 INFO kablam! | ^^^^^ Oct 13 13:13:44.368 INFO kablam! ... Oct 13 13:13:44.368 INFO kablam! 3310 | rt_realloc_excess_used!(rt_primes_7bytes_16align_realloc_excess_used, 7, 16); Oct 13 13:13:44.368 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.368 INFO kablam! | Oct 13 13:13:44.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.368 INFO kablam! | Oct 13 13:13:44.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.368 INFO kablam! | Oct 13 13:13:44.368 INFO kablam! Oct 13 13:13:44.368 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.368 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.368 INFO kablam! | Oct 13 13:13:44.368 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.368 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.368 INFO kablam! ... Oct 13 13:13:44.368 INFO kablam! 3310 | rt_realloc_excess_used!(rt_primes_7bytes_16align_realloc_excess_used, 7, 16); Oct 13 13:13:44.368 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.368 INFO kablam! Oct 13 13:13:44.368 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.368 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.369 INFO kablam! | Oct 13 13:13:44.369 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.369 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.369 INFO kablam! ... Oct 13 13:13:44.369 INFO kablam! 3310 | rt_realloc_excess_used!(rt_primes_7bytes_16align_realloc_excess_used, 7, 16); Oct 13 13:13:44.369 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.369 INFO kablam! | Oct 13 13:13:44.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.369 INFO kablam! | Oct 13 13:13:44.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.369 INFO kablam! | Oct 13 13:13:44.369 INFO kablam! Oct 13 13:13:44.369 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.369 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.369 INFO kablam! | Oct 13 13:13:44.369 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.369 INFO kablam! | ^^^^^ Oct 13 13:13:44.369 INFO kablam! ... Oct 13 13:13:44.369 INFO kablam! 3323 | rt_realloc_excess_used!(rt_primes_13bytes_16align_realloc_excess_used, 13, 16); Oct 13 13:13:44.369 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.369 INFO kablam! | Oct 13 13:13:44.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.370 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.370 INFO kablam! | Oct 13 13:13:44.370 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.370 INFO kablam! | Oct 13 13:13:44.370 INFO kablam! Oct 13 13:13:44.370 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.370 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.370 INFO kablam! | Oct 13 13:13:44.370 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.370 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.370 INFO kablam! ... Oct 13 13:13:44.370 INFO kablam! 3323 | rt_realloc_excess_used!(rt_primes_13bytes_16align_realloc_excess_used, 13, 16); Oct 13 13:13:44.370 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.370 INFO kablam! Oct 13 13:13:44.370 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.370 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.370 INFO kablam! | Oct 13 13:13:44.370 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.370 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.370 INFO kablam! ... Oct 13 13:13:44.370 INFO kablam! 3323 | rt_realloc_excess_used!(rt_primes_13bytes_16align_realloc_excess_used, 13, 16); Oct 13 13:13:44.370 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.370 INFO kablam! | Oct 13 13:13:44.370 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.379 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.379 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.379 INFO kablam! | Oct 13 13:13:44.379 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.379 INFO kablam! | ^^^^^ Oct 13 13:13:44.379 INFO kablam! ... Oct 13 13:13:44.379 INFO kablam! 3336 | rt_realloc_excess_used!(rt_primes_17bytes_16align_realloc_excess_used, 17, 16); Oct 13 13:13:44.379 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.379 INFO kablam! | Oct 13 13:13:44.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.379 INFO kablam! | Oct 13 13:13:44.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.379 INFO kablam! | Oct 13 13:13:44.379 INFO kablam! Oct 13 13:13:44.379 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.379 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.379 INFO kablam! | Oct 13 13:13:44.379 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.379 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.379 INFO kablam! ... Oct 13 13:13:44.379 INFO kablam! 3336 | rt_realloc_excess_used!(rt_primes_17bytes_16align_realloc_excess_used, 17, 16); Oct 13 13:13:44.379 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.379 INFO kablam! Oct 13 13:13:44.380 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.380 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.380 INFO kablam! | Oct 13 13:13:44.380 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.380 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.380 INFO kablam! ... Oct 13 13:13:44.380 INFO kablam! 3336 | rt_realloc_excess_used!(rt_primes_17bytes_16align_realloc_excess_used, 17, 16); Oct 13 13:13:44.380 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.380 INFO kablam! | Oct 13 13:13:44.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.380 INFO kablam! | Oct 13 13:13:44.380 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.380 INFO kablam! | Oct 13 13:13:44.380 INFO kablam! Oct 13 13:13:44.380 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.380 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.380 INFO kablam! | Oct 13 13:13:44.380 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.380 INFO kablam! | ^^^^^ Oct 13 13:13:44.380 INFO kablam! ... Oct 13 13:13:44.380 INFO kablam! 3349 | rt_realloc_excess_used!(rt_primes_31bytes_16align_realloc_excess_used, 31, 16); Oct 13 13:13:44.380 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.380 INFO kablam! | Oct 13 13:13:44.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.381 INFO kablam! | Oct 13 13:13:44.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.381 INFO kablam! | Oct 13 13:13:44.381 INFO kablam! Oct 13 13:13:44.381 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.381 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.381 INFO kablam! | Oct 13 13:13:44.381 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.381 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.381 INFO kablam! ... Oct 13 13:13:44.381 INFO kablam! 3349 | rt_realloc_excess_used!(rt_primes_31bytes_16align_realloc_excess_used, 31, 16); Oct 13 13:13:44.381 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.381 INFO kablam! Oct 13 13:13:44.381 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.381 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.381 INFO kablam! | Oct 13 13:13:44.381 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.381 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.381 INFO kablam! ... Oct 13 13:13:44.381 INFO kablam! 3349 | rt_realloc_excess_used!(rt_primes_31bytes_16align_realloc_excess_used, 31, 16); Oct 13 13:13:44.381 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.381 INFO kablam! | Oct 13 13:13:44.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.382 INFO kablam! | Oct 13 13:13:44.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.382 INFO kablam! | Oct 13 13:13:44.382 INFO kablam! Oct 13 13:13:44.382 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.382 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.382 INFO kablam! | Oct 13 13:13:44.382 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.382 INFO kablam! | ^^^^^ Oct 13 13:13:44.382 INFO kablam! ... Oct 13 13:13:44.382 INFO kablam! 3362 | rt_realloc_excess_used!(rt_primes_61bytes_16align_realloc_excess_used, 61, 16); Oct 13 13:13:44.382 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.382 INFO kablam! | Oct 13 13:13:44.382 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.382 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.382 INFO kablam! | Oct 13 13:13:44.382 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.382 INFO kablam! | Oct 13 13:13:44.382 INFO kablam! Oct 13 13:13:44.382 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.382 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.382 INFO kablam! | Oct 13 13:13:44.382 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.382 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.382 INFO kablam! ... Oct 13 13:13:44.382 INFO kablam! 3362 | rt_realloc_excess_used!(rt_primes_61bytes_16align_realloc_excess_used, 61, 16); Oct 13 13:13:44.383 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.383 INFO kablam! Oct 13 13:13:44.383 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.383 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.383 INFO kablam! | Oct 13 13:13:44.383 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.383 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.383 INFO kablam! ... Oct 13 13:13:44.383 INFO kablam! 3362 | rt_realloc_excess_used!(rt_primes_61bytes_16align_realloc_excess_used, 61, 16); Oct 13 13:13:44.383 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.383 INFO kablam! | Oct 13 13:13:44.383 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.383 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.383 INFO kablam! | Oct 13 13:13:44.383 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.383 INFO kablam! | Oct 13 13:13:44.383 INFO kablam! Oct 13 13:13:44.383 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.383 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.383 INFO kablam! | Oct 13 13:13:44.383 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.383 INFO kablam! | ^^^^^ Oct 13 13:13:44.383 INFO kablam! ... Oct 13 13:13:44.383 INFO kablam! 3375 | rt_realloc_excess_used!(rt_primes_96bytes_16align_realloc_excess_used, 96, 16); Oct 13 13:13:44.383 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.383 INFO kablam! | Oct 13 13:13:44.384 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.384 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.384 INFO kablam! | Oct 13 13:13:44.384 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.384 INFO kablam! | Oct 13 13:13:44.384 INFO kablam! Oct 13 13:13:44.384 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.384 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.384 INFO kablam! | Oct 13 13:13:44.388 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.388 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.388 INFO kablam! ... Oct 13 13:13:44.388 INFO kablam! 3375 | rt_realloc_excess_used!(rt_primes_96bytes_16align_realloc_excess_used, 96, 16); Oct 13 13:13:44.388 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.388 INFO kablam! Oct 13 13:13:44.388 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.388 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.389 INFO kablam! | Oct 13 13:13:44.389 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.389 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.389 INFO kablam! ... Oct 13 13:13:44.389 INFO kablam! 3375 | rt_realloc_excess_used!(rt_primes_96bytes_16align_realloc_excess_used, 96, 16); Oct 13 13:13:44.389 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.389 INFO kablam! | Oct 13 13:13:44.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.389 INFO kablam! | Oct 13 13:13:44.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.389 INFO kablam! | Oct 13 13:13:44.389 INFO kablam! Oct 13 13:13:44.389 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.389 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.389 INFO kablam! | Oct 13 13:13:44.389 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.389 INFO kablam! | ^^^^^ Oct 13 13:13:44.389 INFO kablam! ... Oct 13 13:13:44.389 INFO kablam! 3388 | rt_realloc_excess_used!(rt_primes_127bytes_16align_realloc_excess_used, 127, 16); Oct 13 13:13:44.389 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.389 INFO kablam! | Oct 13 13:13:44.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.390 INFO kablam! | Oct 13 13:13:44.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.390 INFO kablam! | Oct 13 13:13:44.390 INFO kablam! Oct 13 13:13:44.390 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.390 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.390 INFO kablam! | Oct 13 13:13:44.390 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.390 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.390 INFO kablam! ... Oct 13 13:13:44.390 INFO kablam! 3388 | rt_realloc_excess_used!(rt_primes_127bytes_16align_realloc_excess_used, 127, 16); Oct 13 13:13:44.390 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.390 INFO kablam! Oct 13 13:13:44.390 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.390 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.390 INFO kablam! | Oct 13 13:13:44.390 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.390 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.390 INFO kablam! ... Oct 13 13:13:44.390 INFO kablam! 3388 | rt_realloc_excess_used!(rt_primes_127bytes_16align_realloc_excess_used, 127, 16); Oct 13 13:13:44.390 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.391 INFO kablam! | Oct 13 13:13:44.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.391 INFO kablam! | Oct 13 13:13:44.391 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.391 INFO kablam! | Oct 13 13:13:44.391 INFO kablam! Oct 13 13:13:44.391 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.391 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.391 INFO kablam! | Oct 13 13:13:44.391 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.391 INFO kablam! | ^^^^^ Oct 13 13:13:44.391 INFO kablam! ... Oct 13 13:13:44.391 INFO kablam! 3401 | rt_realloc_excess_used!(rt_primes_257bytes_16align_realloc_excess_used, 257, 16); Oct 13 13:13:44.391 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.391 INFO kablam! | Oct 13 13:13:44.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.391 INFO kablam! | Oct 13 13:13:44.391 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.391 INFO kablam! | Oct 13 13:13:44.391 INFO kablam! Oct 13 13:13:44.391 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.391 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.391 INFO kablam! | Oct 13 13:13:44.392 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.392 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.392 INFO kablam! ... Oct 13 13:13:44.392 INFO kablam! 3401 | rt_realloc_excess_used!(rt_primes_257bytes_16align_realloc_excess_used, 257, 16); Oct 13 13:13:44.392 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.392 INFO kablam! Oct 13 13:13:44.392 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.392 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.392 INFO kablam! | Oct 13 13:13:44.392 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.392 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.392 INFO kablam! ... Oct 13 13:13:44.392 INFO kablam! 3401 | rt_realloc_excess_used!(rt_primes_257bytes_16align_realloc_excess_used, 257, 16); Oct 13 13:13:44.392 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.392 INFO kablam! | Oct 13 13:13:44.392 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.392 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.392 INFO kablam! | Oct 13 13:13:44.392 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.392 INFO kablam! | Oct 13 13:13:44.392 INFO kablam! Oct 13 13:13:44.392 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.392 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.392 INFO kablam! | Oct 13 13:13:44.392 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.393 INFO kablam! | ^^^^^ Oct 13 13:13:44.393 INFO kablam! ... Oct 13 13:13:44.393 INFO kablam! 3414 | rt_realloc_excess_used!(rt_primes_509bytes_16align_realloc_excess_used, 509, 16); Oct 13 13:13:44.393 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.393 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.393 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.393 INFO kablam! | Oct 13 13:13:44.393 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.393 INFO kablam! | Oct 13 13:13:44.393 INFO kablam! Oct 13 13:13:44.393 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.393 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.393 INFO kablam! | Oct 13 13:13:44.393 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.393 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.393 INFO kablam! ... Oct 13 13:13:44.393 INFO kablam! 3414 | rt_realloc_excess_used!(rt_primes_509bytes_16align_realloc_excess_used, 509, 16); Oct 13 13:13:44.393 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.393 INFO kablam! Oct 13 13:13:44.393 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.393 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.393 INFO kablam! | Oct 13 13:13:44.393 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.394 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.394 INFO kablam! ... Oct 13 13:13:44.394 INFO kablam! 3414 | rt_realloc_excess_used!(rt_primes_509bytes_16align_realloc_excess_used, 509, 16); Oct 13 13:13:44.394 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.394 INFO kablam! | Oct 13 13:13:44.394 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.394 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.394 INFO kablam! | Oct 13 13:13:44.394 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.394 INFO kablam! | Oct 13 13:13:44.394 INFO kablam! Oct 13 13:13:44.394 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.394 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.394 INFO kablam! | Oct 13 13:13:44.394 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.394 INFO kablam! | ^^^^^ Oct 13 13:13:44.394 INFO kablam! ... Oct 13 13:13:44.394 INFO kablam! 3427 | rt_realloc_excess_used!(rt_primes_1021bytes_16align_realloc_excess_used, 1021, 16); Oct 13 13:13:44.394 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.394 INFO kablam! | Oct 13 13:13:44.394 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.394 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.394 INFO kablam! | Oct 13 13:13:44.394 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.394 INFO kablam! | Oct 13 13:13:44.395 INFO kablam! Oct 13 13:13:44.395 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.395 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.395 INFO kablam! | Oct 13 13:13:44.395 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.395 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.395 INFO kablam! ... Oct 13 13:13:44.395 INFO kablam! 3427 | rt_realloc_excess_used!(rt_primes_1021bytes_16align_realloc_excess_used, 1021, 16); Oct 13 13:13:44.395 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.395 INFO kablam! Oct 13 13:13:44.395 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.395 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.395 INFO kablam! | Oct 13 13:13:44.395 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.395 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.395 INFO kablam! ... Oct 13 13:13:44.395 INFO kablam! 3427 | rt_realloc_excess_used!(rt_primes_1021bytes_16align_realloc_excess_used, 1021, 16); Oct 13 13:13:44.395 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.395 INFO kablam! | Oct 13 13:13:44.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.395 INFO kablam! | Oct 13 13:13:44.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.395 INFO kablam! | Oct 13 13:13:44.395 INFO kablam! Oct 13 13:13:44.402 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.402 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.402 INFO kablam! | Oct 13 13:13:44.403 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.403 INFO kablam! | ^^^^^ Oct 13 13:13:44.403 INFO kablam! ... Oct 13 13:13:44.403 INFO kablam! 3440 | rt_realloc_excess_used!(rt_primes_2039bytes_16align_realloc_excess_used, 2039, 16); Oct 13 13:13:44.403 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.403 INFO kablam! | Oct 13 13:13:44.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.403 INFO kablam! | Oct 13 13:13:44.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.403 INFO kablam! | Oct 13 13:13:44.403 INFO kablam! Oct 13 13:13:44.403 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.403 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.403 INFO kablam! | Oct 13 13:13:44.403 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.403 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.403 INFO kablam! ... Oct 13 13:13:44.403 INFO kablam! 3440 | rt_realloc_excess_used!(rt_primes_2039bytes_16align_realloc_excess_used, 2039, 16); Oct 13 13:13:44.403 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.403 INFO kablam! Oct 13 13:13:44.403 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.403 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.403 INFO kablam! | Oct 13 13:13:44.403 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.403 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.404 INFO kablam! ... Oct 13 13:13:44.404 INFO kablam! 3440 | rt_realloc_excess_used!(rt_primes_2039bytes_16align_realloc_excess_used, 2039, 16); Oct 13 13:13:44.404 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.404 INFO kablam! | Oct 13 13:13:44.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.404 INFO kablam! | Oct 13 13:13:44.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.404 INFO kablam! | Oct 13 13:13:44.404 INFO kablam! Oct 13 13:13:44.404 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.404 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.404 INFO kablam! | Oct 13 13:13:44.404 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.404 INFO kablam! | ^^^^^ Oct 13 13:13:44.404 INFO kablam! ... Oct 13 13:13:44.404 INFO kablam! 3453 | rt_realloc_excess_used!(rt_primes_4093bytes_16align_realloc_excess_used, 4093, 16); Oct 13 13:13:44.404 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.404 INFO kablam! | Oct 13 13:13:44.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.404 INFO kablam! | Oct 13 13:13:44.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.404 INFO kablam! | Oct 13 13:13:44.405 INFO kablam! Oct 13 13:13:44.412 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.412 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.412 INFO kablam! | Oct 13 13:13:44.412 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.412 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.412 INFO kablam! ... Oct 13 13:13:44.412 INFO kablam! 3453 | rt_realloc_excess_used!(rt_primes_4093bytes_16align_realloc_excess_used, 4093, 16); Oct 13 13:13:44.412 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.412 INFO kablam! Oct 13 13:13:44.413 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.413 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.413 INFO kablam! | Oct 13 13:13:44.413 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.413 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.413 INFO kablam! ... Oct 13 13:13:44.413 INFO kablam! 3453 | rt_realloc_excess_used!(rt_primes_4093bytes_16align_realloc_excess_used, 4093, 16); Oct 13 13:13:44.413 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.413 INFO kablam! | Oct 13 13:13:44.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.413 INFO kablam! | Oct 13 13:13:44.413 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.413 INFO kablam! | Oct 13 13:13:44.413 INFO kablam! Oct 13 13:13:44.413 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.413 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.413 INFO kablam! | Oct 13 13:13:44.413 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.413 INFO kablam! | ^^^^^ Oct 13 13:13:44.413 INFO kablam! ... Oct 13 13:13:44.413 INFO kablam! 3466 | rt_realloc_excess_used!(rt_primes_8191bytes_16align_realloc_excess_used, 8191, 16); Oct 13 13:13:44.413 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.413 INFO kablam! | Oct 13 13:13:44.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.414 INFO kablam! | Oct 13 13:13:44.414 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.414 INFO kablam! | Oct 13 13:13:44.414 INFO kablam! Oct 13 13:13:44.414 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.414 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.414 INFO kablam! | Oct 13 13:13:44.414 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.414 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.414 INFO kablam! ... Oct 13 13:13:44.414 INFO kablam! 3466 | rt_realloc_excess_used!(rt_primes_8191bytes_16align_realloc_excess_used, 8191, 16); Oct 13 13:13:44.414 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.414 INFO kablam! Oct 13 13:13:44.414 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.414 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.414 INFO kablam! | Oct 13 13:13:44.414 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.414 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.414 INFO kablam! ... Oct 13 13:13:44.414 INFO kablam! 3466 | rt_realloc_excess_used!(rt_primes_8191bytes_16align_realloc_excess_used, 8191, 16); Oct 13 13:13:44.414 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.414 INFO kablam! | Oct 13 13:13:44.414 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.414 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.415 INFO kablam! | Oct 13 13:13:44.415 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.415 INFO kablam! | Oct 13 13:13:44.415 INFO kablam! Oct 13 13:13:44.415 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.415 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.415 INFO kablam! | Oct 13 13:13:44.415 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.415 INFO kablam! | ^^^^^ Oct 13 13:13:44.415 INFO kablam! ... Oct 13 13:13:44.415 INFO kablam! 3479 | rt_realloc_excess_used!(rt_primes_16381bytes_16align_realloc_excess_used, 16381, 16); Oct 13 13:13:44.415 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.415 INFO kablam! | Oct 13 13:13:44.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.415 INFO kablam! | Oct 13 13:13:44.415 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.415 INFO kablam! | Oct 13 13:13:44.415 INFO kablam! Oct 13 13:13:44.415 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.415 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.415 INFO kablam! | Oct 13 13:13:44.415 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.415 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.416 INFO kablam! ... Oct 13 13:13:44.416 INFO kablam! 3479 | rt_realloc_excess_used!(rt_primes_16381bytes_16align_realloc_excess_used, 16381, 16); Oct 13 13:13:44.416 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.416 INFO kablam! Oct 13 13:13:44.416 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.416 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.416 INFO kablam! | Oct 13 13:13:44.416 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.416 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.416 INFO kablam! ... Oct 13 13:13:44.416 INFO kablam! 3479 | rt_realloc_excess_used!(rt_primes_16381bytes_16align_realloc_excess_used, 16381, 16); Oct 13 13:13:44.416 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.416 INFO kablam! | Oct 13 13:13:44.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.416 INFO kablam! | Oct 13 13:13:44.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.416 INFO kablam! | Oct 13 13:13:44.416 INFO kablam! Oct 13 13:13:44.416 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.416 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.416 INFO kablam! | Oct 13 13:13:44.417 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.417 INFO kablam! | ^^^^^ Oct 13 13:13:44.417 INFO kablam! ... Oct 13 13:13:44.417 INFO kablam! 3492 | rt_realloc_excess_used!(rt_primes_32749bytes_16align_realloc_excess_used, 32749, 16); Oct 13 13:13:44.417 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.417 INFO kablam! | Oct 13 13:13:44.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.417 INFO kablam! | Oct 13 13:13:44.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.417 INFO kablam! | Oct 13 13:13:44.417 INFO kablam! Oct 13 13:13:44.417 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.417 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.417 INFO kablam! | Oct 13 13:13:44.417 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.417 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.417 INFO kablam! ... Oct 13 13:13:44.417 INFO kablam! 3492 | rt_realloc_excess_used!(rt_primes_32749bytes_16align_realloc_excess_used, 32749, 16); Oct 13 13:13:44.417 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.417 INFO kablam! Oct 13 13:13:44.417 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.418 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.418 INFO kablam! | Oct 13 13:13:44.418 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.418 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.418 INFO kablam! ... Oct 13 13:13:44.418 INFO kablam! 3492 | rt_realloc_excess_used!(rt_primes_32749bytes_16align_realloc_excess_used, 32749, 16); Oct 13 13:13:44.418 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.418 INFO kablam! | Oct 13 13:13:44.418 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.418 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.418 INFO kablam! | Oct 13 13:13:44.418 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.418 INFO kablam! | Oct 13 13:13:44.418 INFO kablam! Oct 13 13:13:44.418 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.418 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.418 INFO kablam! | Oct 13 13:13:44.418 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.418 INFO kablam! | ^^^^^ Oct 13 13:13:44.418 INFO kablam! ... Oct 13 13:13:44.418 INFO kablam! 3505 | rt_realloc_excess_used!(rt_primes_65537bytes_16align_realloc_excess_used, 65537, 16); Oct 13 13:13:44.418 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.436 INFO kablam! Oct 13 13:13:44.436 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.436 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.436 INFO kablam! | Oct 13 13:13:44.436 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.436 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.436 INFO kablam! ... Oct 13 13:13:44.436 INFO kablam! 3505 | rt_realloc_excess_used!(rt_primes_65537bytes_16align_realloc_excess_used, 65537, 16); Oct 13 13:13:44.436 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.436 INFO kablam! Oct 13 13:13:44.436 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.436 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.436 INFO kablam! | Oct 13 13:13:44.436 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.436 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.437 INFO kablam! ... Oct 13 13:13:44.437 INFO kablam! 3505 | rt_realloc_excess_used!(rt_primes_65537bytes_16align_realloc_excess_used, 65537, 16); Oct 13 13:13:44.437 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.437 INFO kablam! | Oct 13 13:13:44.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.437 INFO kablam! | Oct 13 13:13:44.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.437 INFO kablam! | Oct 13 13:13:44.437 INFO kablam! Oct 13 13:13:44.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.437 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.437 INFO kablam! | Oct 13 13:13:44.437 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.437 INFO kablam! | ^^^^^ Oct 13 13:13:44.437 INFO kablam! ... Oct 13 13:13:44.437 INFO kablam! 3518 | rt_realloc_excess_used!(rt_primes_131071bytes_16align_realloc_excess_used, 131071, 16); Oct 13 13:13:44.437 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.437 INFO kablam! | Oct 13 13:13:44.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.437 INFO kablam! | Oct 13 13:13:44.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.437 INFO kablam! | Oct 13 13:13:44.438 INFO kablam! Oct 13 13:13:44.438 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.438 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.438 INFO kablam! | Oct 13 13:13:44.438 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.438 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.438 INFO kablam! ... Oct 13 13:13:44.438 INFO kablam! 3518 | rt_realloc_excess_used!(rt_primes_131071bytes_16align_realloc_excess_used, 131071, 16); Oct 13 13:13:44.438 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.438 INFO kablam! Oct 13 13:13:44.438 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.438 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.438 INFO kablam! | Oct 13 13:13:44.438 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.438 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.438 INFO kablam! ... Oct 13 13:13:44.438 INFO kablam! 3518 | rt_realloc_excess_used!(rt_primes_131071bytes_16align_realloc_excess_used, 131071, 16); Oct 13 13:13:44.438 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.438 INFO kablam! | Oct 13 13:13:44.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.438 INFO kablam! | Oct 13 13:13:44.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.438 INFO kablam! | Oct 13 13:13:44.439 INFO kablam! Oct 13 13:13:44.439 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.439 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.439 INFO kablam! | Oct 13 13:13:44.439 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.439 INFO kablam! | ^^^^^ Oct 13 13:13:44.439 INFO kablam! ... Oct 13 13:13:44.439 INFO kablam! 3531 | rt_realloc_excess_used!(rt_primes_4194301bytes_16align_realloc_excess_used, 4194301, 16); Oct 13 13:13:44.439 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.439 INFO kablam! | Oct 13 13:13:44.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.439 INFO kablam! | Oct 13 13:13:44.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.439 INFO kablam! | Oct 13 13:13:44.439 INFO kablam! Oct 13 13:13:44.439 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.439 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.439 INFO kablam! | Oct 13 13:13:44.439 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.439 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.439 INFO kablam! ... Oct 13 13:13:44.440 INFO kablam! 3531 | rt_realloc_excess_used!(rt_primes_4194301bytes_16align_realloc_excess_used, 4194301, 16); Oct 13 13:13:44.440 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.440 INFO kablam! Oct 13 13:13:44.440 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.440 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.440 INFO kablam! | Oct 13 13:13:44.440 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.440 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.440 INFO kablam! ... Oct 13 13:13:44.440 INFO kablam! 3531 | rt_realloc_excess_used!(rt_primes_4194301bytes_16align_realloc_excess_used, 4194301, 16); Oct 13 13:13:44.440 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.440 INFO kablam! | Oct 13 13:13:44.440 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.440 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.440 INFO kablam! | Oct 13 13:13:44.440 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.440 INFO kablam! | Oct 13 13:13:44.440 INFO kablam! Oct 13 13:13:44.440 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.440 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.440 INFO kablam! | Oct 13 13:13:44.440 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.441 INFO kablam! | ^^^^^ Oct 13 13:13:44.441 INFO kablam! ... Oct 13 13:13:44.441 INFO kablam! 3547 | rt_realloc_excess_used!(rt_pow2_1bytes_32align_realloc_excess_used, 1, 32); Oct 13 13:13:44.441 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.441 INFO kablam! | Oct 13 13:13:44.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.441 INFO kablam! | Oct 13 13:13:44.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.441 INFO kablam! | Oct 13 13:13:44.441 INFO kablam! Oct 13 13:13:44.441 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.441 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.441 INFO kablam! | Oct 13 13:13:44.441 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.441 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.441 INFO kablam! ... Oct 13 13:13:44.441 INFO kablam! 3547 | rt_realloc_excess_used!(rt_pow2_1bytes_32align_realloc_excess_used, 1, 32); Oct 13 13:13:44.441 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.441 INFO kablam! Oct 13 13:13:44.441 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.441 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.441 INFO kablam! | Oct 13 13:13:44.441 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.441 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.442 INFO kablam! ... Oct 13 13:13:44.442 INFO kablam! 3547 | rt_realloc_excess_used!(rt_pow2_1bytes_32align_realloc_excess_used, 1, 32); Oct 13 13:13:44.442 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.442 INFO kablam! | Oct 13 13:13:44.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.442 INFO kablam! | Oct 13 13:13:44.442 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.442 INFO kablam! | Oct 13 13:13:44.442 INFO kablam! Oct 13 13:13:44.442 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.442 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.442 INFO kablam! | Oct 13 13:13:44.442 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.442 INFO kablam! | ^^^^^ Oct 13 13:13:44.442 INFO kablam! ... Oct 13 13:13:44.442 INFO kablam! 3560 | rt_realloc_excess_used!(rt_pow2_2bytes_32align_realloc_excess_used, 2, 32); Oct 13 13:13:44.442 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.442 INFO kablam! | Oct 13 13:13:44.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.442 INFO kablam! | Oct 13 13:13:44.442 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.442 INFO kablam! | Oct 13 13:13:44.443 INFO kablam! Oct 13 13:13:44.443 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.443 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.443 INFO kablam! | Oct 13 13:13:44.443 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.443 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.443 INFO kablam! ... Oct 13 13:13:44.443 INFO kablam! 3560 | rt_realloc_excess_used!(rt_pow2_2bytes_32align_realloc_excess_used, 2, 32); Oct 13 13:13:44.443 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.443 INFO kablam! Oct 13 13:13:44.443 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.443 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.443 INFO kablam! | Oct 13 13:13:44.443 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.443 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.443 INFO kablam! ... Oct 13 13:13:44.443 INFO kablam! 3560 | rt_realloc_excess_used!(rt_pow2_2bytes_32align_realloc_excess_used, 2, 32); Oct 13 13:13:44.443 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.443 INFO kablam! | Oct 13 13:13:44.443 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.443 INFO kablam! | Oct 13 13:13:44.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.443 INFO kablam! | Oct 13 13:13:44.443 INFO kablam! Oct 13 13:13:44.444 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.444 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.444 INFO kablam! | Oct 13 13:13:44.444 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.444 INFO kablam! | ^^^^^ Oct 13 13:13:44.444 INFO kablam! ... Oct 13 13:13:44.444 INFO kablam! 3573 | rt_realloc_excess_used!(rt_pow2_4bytes_32align_realloc_excess_used, 4, 32); Oct 13 13:13:44.444 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.444 INFO kablam! | Oct 13 13:13:44.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.444 INFO kablam! | Oct 13 13:13:44.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.444 INFO kablam! | Oct 13 13:13:44.444 INFO kablam! Oct 13 13:13:44.444 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.444 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.444 INFO kablam! | Oct 13 13:13:44.444 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.444 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.444 INFO kablam! ... Oct 13 13:13:44.444 INFO kablam! 3573 | rt_realloc_excess_used!(rt_pow2_4bytes_32align_realloc_excess_used, 4, 32); Oct 13 13:13:44.444 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.444 INFO kablam! Oct 13 13:13:44.445 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.445 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.445 INFO kablam! | Oct 13 13:13:44.445 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.445 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.445 INFO kablam! ... Oct 13 13:13:44.445 INFO kablam! 3573 | rt_realloc_excess_used!(rt_pow2_4bytes_32align_realloc_excess_used, 4, 32); Oct 13 13:13:44.445 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.445 INFO kablam! | Oct 13 13:13:44.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.445 INFO kablam! | Oct 13 13:13:44.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.445 INFO kablam! | Oct 13 13:13:44.445 INFO kablam! Oct 13 13:13:44.445 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.445 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.445 INFO kablam! | Oct 13 13:13:44.445 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.445 INFO kablam! | ^^^^^ Oct 13 13:13:44.445 INFO kablam! ... Oct 13 13:13:44.445 INFO kablam! 3586 | rt_realloc_excess_used!(rt_pow2_8bytes_32align_realloc_excess_used, 8, 32); Oct 13 13:13:44.445 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.445 INFO kablam! | Oct 13 13:13:44.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.446 INFO kablam! | Oct 13 13:13:44.446 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.446 INFO kablam! | Oct 13 13:13:44.446 INFO kablam! Oct 13 13:13:44.446 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.446 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.446 INFO kablam! | Oct 13 13:13:44.446 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.446 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.446 INFO kablam! ... Oct 13 13:13:44.446 INFO kablam! 3586 | rt_realloc_excess_used!(rt_pow2_8bytes_32align_realloc_excess_used, 8, 32); Oct 13 13:13:44.446 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.446 INFO kablam! Oct 13 13:13:44.446 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.446 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.446 INFO kablam! | Oct 13 13:13:44.446 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.446 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.446 INFO kablam! ... Oct 13 13:13:44.446 INFO kablam! 3586 | rt_realloc_excess_used!(rt_pow2_8bytes_32align_realloc_excess_used, 8, 32); Oct 13 13:13:44.446 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.446 INFO kablam! | Oct 13 13:13:44.446 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.446 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.446 INFO kablam! | Oct 13 13:13:44.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.447 INFO kablam! | Oct 13 13:13:44.447 INFO kablam! Oct 13 13:13:44.447 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.447 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.447 INFO kablam! | Oct 13 13:13:44.447 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.447 INFO kablam! | ^^^^^ Oct 13 13:13:44.447 INFO kablam! ... Oct 13 13:13:44.447 INFO kablam! 3599 | rt_realloc_excess_used!(rt_pow2_16bytes_32align_realloc_excess_used, 16, 32); Oct 13 13:13:44.447 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.447 INFO kablam! | Oct 13 13:13:44.447 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.447 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.447 INFO kablam! | Oct 13 13:13:44.447 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.447 INFO kablam! | Oct 13 13:13:44.447 INFO kablam! Oct 13 13:13:44.447 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.447 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.447 INFO kablam! | Oct 13 13:13:44.447 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.447 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.447 INFO kablam! ... Oct 13 13:13:44.447 INFO kablam! 3599 | rt_realloc_excess_used!(rt_pow2_16bytes_32align_realloc_excess_used, 16, 32); Oct 13 13:13:44.448 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.448 INFO kablam! Oct 13 13:13:44.448 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.448 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.448 INFO kablam! | Oct 13 13:13:44.448 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.448 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.448 INFO kablam! ... Oct 13 13:13:44.448 INFO kablam! 3599 | rt_realloc_excess_used!(rt_pow2_16bytes_32align_realloc_excess_used, 16, 32); Oct 13 13:13:44.448 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.448 INFO kablam! | Oct 13 13:13:44.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.448 INFO kablam! | Oct 13 13:13:44.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.448 INFO kablam! | Oct 13 13:13:44.448 INFO kablam! Oct 13 13:13:44.448 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.448 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.448 INFO kablam! | Oct 13 13:13:44.448 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.449 INFO kablam! | ^^^^^ Oct 13 13:13:44.449 INFO kablam! ... Oct 13 13:13:44.449 INFO kablam! 3612 | rt_realloc_excess_used!(rt_pow2_32bytes_32align_realloc_excess_used, 32, 32); Oct 13 13:13:44.449 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.449 INFO kablam! | Oct 13 13:13:44.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.449 INFO kablam! | Oct 13 13:13:44.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.449 INFO kablam! | Oct 13 13:13:44.449 INFO kablam! Oct 13 13:13:44.449 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.449 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.449 INFO kablam! | Oct 13 13:13:44.449 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.449 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.449 INFO kablam! ... Oct 13 13:13:44.449 INFO kablam! 3612 | rt_realloc_excess_used!(rt_pow2_32bytes_32align_realloc_excess_used, 32, 32); Oct 13 13:13:44.449 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.449 INFO kablam! Oct 13 13:13:44.449 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.450 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.450 INFO kablam! | Oct 13 13:13:44.450 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.450 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.450 INFO kablam! ... Oct 13 13:13:44.450 INFO kablam! 3612 | rt_realloc_excess_used!(rt_pow2_32bytes_32align_realloc_excess_used, 32, 32); Oct 13 13:13:44.450 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.450 INFO kablam! | Oct 13 13:13:44.450 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.450 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.450 INFO kablam! | Oct 13 13:13:44.450 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.450 INFO kablam! | Oct 13 13:13:44.450 INFO kablam! Oct 13 13:13:44.450 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.450 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.450 INFO kablam! | Oct 13 13:13:44.450 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.450 INFO kablam! | ^^^^^ Oct 13 13:13:44.450 INFO kablam! ... Oct 13 13:13:44.451 INFO kablam! 3625 | rt_realloc_excess_used!(rt_pow2_64bytes_32align_realloc_excess_used, 64, 32); Oct 13 13:13:44.451 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.451 INFO kablam! | Oct 13 13:13:44.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.451 INFO kablam! | Oct 13 13:13:44.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.451 INFO kablam! | Oct 13 13:13:44.451 INFO kablam! Oct 13 13:13:44.451 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.451 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.451 INFO kablam! | Oct 13 13:13:44.451 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.451 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.451 INFO kablam! ... Oct 13 13:13:44.451 INFO kablam! 3625 | rt_realloc_excess_used!(rt_pow2_64bytes_32align_realloc_excess_used, 64, 32); Oct 13 13:13:44.451 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.451 INFO kablam! Oct 13 13:13:44.451 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.452 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.452 INFO kablam! | Oct 13 13:13:44.452 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.452 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.452 INFO kablam! ... Oct 13 13:13:44.452 INFO kablam! 3625 | rt_realloc_excess_used!(rt_pow2_64bytes_32align_realloc_excess_used, 64, 32); Oct 13 13:13:44.452 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.452 INFO kablam! | Oct 13 13:13:44.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.452 INFO kablam! | Oct 13 13:13:44.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.452 INFO kablam! | Oct 13 13:13:44.452 INFO kablam! Oct 13 13:13:44.452 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.452 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.452 INFO kablam! | Oct 13 13:13:44.452 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.452 INFO kablam! | ^^^^^ Oct 13 13:13:44.452 INFO kablam! ... Oct 13 13:13:44.452 INFO kablam! 3638 | rt_realloc_excess_used!(rt_pow2_128bytes_32align_realloc_excess_used, 128, 32); Oct 13 13:13:44.453 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.453 INFO kablam! | Oct 13 13:13:44.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.453 INFO kablam! | Oct 13 13:13:44.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.453 INFO kablam! | Oct 13 13:13:44.453 INFO kablam! Oct 13 13:13:44.453 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.453 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.453 INFO kablam! | Oct 13 13:13:44.453 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.453 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.453 INFO kablam! ... Oct 13 13:13:44.453 INFO kablam! 3638 | rt_realloc_excess_used!(rt_pow2_128bytes_32align_realloc_excess_used, 128, 32); Oct 13 13:13:44.453 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.453 INFO kablam! Oct 13 13:13:44.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.453 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.453 INFO kablam! | Oct 13 13:13:44.453 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.453 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.453 INFO kablam! ... Oct 13 13:13:44.454 INFO kablam! 3638 | rt_realloc_excess_used!(rt_pow2_128bytes_32align_realloc_excess_used, 128, 32); Oct 13 13:13:44.454 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.454 INFO kablam! | Oct 13 13:13:44.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.454 INFO kablam! | Oct 13 13:13:44.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.454 INFO kablam! | Oct 13 13:13:44.454 INFO kablam! Oct 13 13:13:44.454 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.454 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.454 INFO kablam! | Oct 13 13:13:44.454 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.454 INFO kablam! | ^^^^^ Oct 13 13:13:44.454 INFO kablam! ... Oct 13 13:13:44.454 INFO kablam! 3651 | rt_realloc_excess_used!(rt_pow2_256bytes_32align_realloc_excess_used, 256, 32); Oct 13 13:13:44.454 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.454 INFO kablam! | Oct 13 13:13:44.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.454 INFO kablam! | Oct 13 13:13:44.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.454 INFO kablam! | Oct 13 13:13:44.455 INFO kablam! Oct 13 13:13:44.455 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.455 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.455 INFO kablam! | Oct 13 13:13:44.455 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.455 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.455 INFO kablam! ... Oct 13 13:13:44.455 INFO kablam! 3651 | rt_realloc_excess_used!(rt_pow2_256bytes_32align_realloc_excess_used, 256, 32); Oct 13 13:13:44.455 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.455 INFO kablam! Oct 13 13:13:44.455 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.455 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.455 INFO kablam! | Oct 13 13:13:44.455 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.455 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.455 INFO kablam! ... Oct 13 13:13:44.455 INFO kablam! 3651 | rt_realloc_excess_used!(rt_pow2_256bytes_32align_realloc_excess_used, 256, 32); Oct 13 13:13:44.455 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.455 INFO kablam! | Oct 13 13:13:44.455 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.455 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.455 INFO kablam! | Oct 13 13:13:44.455 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.472 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.472 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.472 INFO kablam! | Oct 13 13:13:44.472 INFO kablam! 237 | let ptr = Jemalloc.alloc(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! 3664 | rt_realloc_excess_used!(rt_pow2_512bytes_32align_realloc_excess_used, 512, 32); 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.473 INFO kablam! | Oct 13 13:13:44.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.473 INFO kablam! | Oct 13 13:13:44.473 INFO kablam! Oct 13 13:13:44.473 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.473 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.473 INFO kablam! | Oct 13 13:13:44.473 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.473 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.473 INFO kablam! ... Oct 13 13:13:44.473 INFO kablam! 3664 | rt_realloc_excess_used!(rt_pow2_512bytes_32align_realloc_excess_used, 512, 32); Oct 13 13:13:44.473 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.473 INFO kablam! Oct 13 13:13:44.473 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.473 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.473 INFO kablam! | Oct 13 13:13:44.473 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.473 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.473 INFO kablam! ... Oct 13 13:13:44.473 INFO kablam! 3664 | rt_realloc_excess_used!(rt_pow2_512bytes_32align_realloc_excess_used, 512, 32); Oct 13 13:13:44.473 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.473 INFO kablam! | Oct 13 13:13:44.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.473 INFO kablam! | Oct 13 13:13:44.474 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.474 INFO kablam! | Oct 13 13:13:44.474 INFO kablam! Oct 13 13:13:44.474 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.474 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.474 INFO kablam! | Oct 13 13:13:44.474 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.474 INFO kablam! | ^^^^^ Oct 13 13:13:44.474 INFO kablam! ... Oct 13 13:13:44.474 INFO kablam! 3677 | rt_realloc_excess_used!(rt_pow2_1024bytes_32align_realloc_excess_used, 1024, 32); Oct 13 13:13:44.474 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.474 INFO kablam! | Oct 13 13:13:44.474 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.474 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.474 INFO kablam! | Oct 13 13:13:44.474 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.474 INFO kablam! | Oct 13 13:13:44.474 INFO kablam! Oct 13 13:13:44.474 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.474 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.474 INFO kablam! | Oct 13 13:13:44.474 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.474 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.474 INFO kablam! ... Oct 13 13:13:44.474 INFO kablam! 3677 | rt_realloc_excess_used!(rt_pow2_1024bytes_32align_realloc_excess_used, 1024, 32); Oct 13 13:13:44.474 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.475 INFO kablam! Oct 13 13:13:44.475 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.475 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.475 INFO kablam! | Oct 13 13:13:44.475 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.475 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.475 INFO kablam! ... Oct 13 13:13:44.475 INFO kablam! 3677 | rt_realloc_excess_used!(rt_pow2_1024bytes_32align_realloc_excess_used, 1024, 32); Oct 13 13:13:44.475 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.475 INFO kablam! | Oct 13 13:13:44.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.475 INFO kablam! | Oct 13 13:13:44.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.475 INFO kablam! | Oct 13 13:13:44.475 INFO kablam! Oct 13 13:13:44.475 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.475 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.475 INFO kablam! | Oct 13 13:13:44.475 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.475 INFO kablam! | ^^^^^ Oct 13 13:13:44.475 INFO kablam! ... Oct 13 13:13:44.475 INFO kablam! 3690 | rt_realloc_excess_used!(rt_pow2_2048bytes_32align_realloc_excess_used, 2048, 32); Oct 13 13:13:44.475 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.475 INFO kablam! | Oct 13 13:13:44.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.476 INFO kablam! | Oct 13 13:13:44.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.476 INFO kablam! | Oct 13 13:13:44.476 INFO kablam! Oct 13 13:13:44.476 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.476 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.476 INFO kablam! | Oct 13 13:13:44.476 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.476 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.476 INFO kablam! ... Oct 13 13:13:44.476 INFO kablam! 3690 | rt_realloc_excess_used!(rt_pow2_2048bytes_32align_realloc_excess_used, 2048, 32); Oct 13 13:13:44.476 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.476 INFO kablam! Oct 13 13:13:44.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.476 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.476 INFO kablam! | Oct 13 13:13:44.476 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.476 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.476 INFO kablam! ... Oct 13 13:13:44.476 INFO kablam! 3690 | rt_realloc_excess_used!(rt_pow2_2048bytes_32align_realloc_excess_used, 2048, 32); Oct 13 13:13:44.476 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.476 INFO kablam! | Oct 13 13:13:44.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.477 INFO kablam! | Oct 13 13:13:44.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.477 INFO kablam! | Oct 13 13:13:44.477 INFO kablam! Oct 13 13:13:44.477 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.477 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.477 INFO kablam! | Oct 13 13:13:44.477 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.477 INFO kablam! | ^^^^^ Oct 13 13:13:44.477 INFO kablam! ... Oct 13 13:13:44.477 INFO kablam! 3703 | rt_realloc_excess_used!(rt_pow2_4096bytes_32align_realloc_excess_used, 4096, 32); Oct 13 13:13:44.477 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.477 INFO kablam! | Oct 13 13:13:44.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.477 INFO kablam! | Oct 13 13:13:44.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.477 INFO kablam! | Oct 13 13:13:44.477 INFO kablam! Oct 13 13:13:44.477 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.477 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.478 INFO kablam! | Oct 13 13:13:44.478 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.478 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.478 INFO kablam! ... Oct 13 13:13:44.478 INFO kablam! 3703 | rt_realloc_excess_used!(rt_pow2_4096bytes_32align_realloc_excess_used, 4096, 32); Oct 13 13:13:44.478 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.478 INFO kablam! Oct 13 13:13:44.478 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.478 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.478 INFO kablam! | Oct 13 13:13:44.478 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.478 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.478 INFO kablam! ... Oct 13 13:13:44.478 INFO kablam! 3703 | rt_realloc_excess_used!(rt_pow2_4096bytes_32align_realloc_excess_used, 4096, 32); Oct 13 13:13:44.478 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.478 INFO kablam! | Oct 13 13:13:44.478 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.478 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.478 INFO kablam! | Oct 13 13:13:44.478 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.478 INFO kablam! | Oct 13 13:13:44.478 INFO kablam! Oct 13 13:13:44.478 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.479 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.479 INFO kablam! | Oct 13 13:13:44.479 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.479 INFO kablam! | ^^^^^ Oct 13 13:13:44.479 INFO kablam! ... Oct 13 13:13:44.479 INFO kablam! 3716 | rt_realloc_excess_used!(rt_pow2_8192bytes_32align_realloc_excess_used, 8192, 32); Oct 13 13:13:44.479 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.479 INFO kablam! | Oct 13 13:13:44.479 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.479 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.479 INFO kablam! | Oct 13 13:13:44.479 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.479 INFO kablam! | Oct 13 13:13:44.479 INFO kablam! Oct 13 13:13:44.479 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.479 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.479 INFO kablam! | Oct 13 13:13:44.479 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.479 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.479 INFO kablam! ... Oct 13 13:13:44.479 INFO kablam! 3716 | rt_realloc_excess_used!(rt_pow2_8192bytes_32align_realloc_excess_used, 8192, 32); Oct 13 13:13:44.480 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.480 INFO kablam! Oct 13 13:13:44.480 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.480 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.480 INFO kablam! | Oct 13 13:13:44.480 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.480 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.480 INFO kablam! ... Oct 13 13:13:44.480 INFO kablam! 3716 | rt_realloc_excess_used!(rt_pow2_8192bytes_32align_realloc_excess_used, 8192, 32); Oct 13 13:13:44.480 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.480 INFO kablam! | Oct 13 13:13:44.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.480 INFO kablam! | Oct 13 13:13:44.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.480 INFO kablam! | Oct 13 13:13:44.480 INFO kablam! Oct 13 13:13:44.480 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.480 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.480 INFO kablam! | Oct 13 13:13:44.481 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.481 INFO kablam! | ^^^^^ Oct 13 13:13:44.481 INFO kablam! ... Oct 13 13:13:44.481 INFO kablam! 3729 | rt_realloc_excess_used!(rt_pow2_16384bytes_32align_realloc_excess_used, 16384, 32); Oct 13 13:13:44.481 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.481 INFO kablam! | Oct 13 13:13:44.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.481 INFO kablam! | Oct 13 13:13:44.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.481 INFO kablam! | Oct 13 13:13:44.481 INFO kablam! Oct 13 13:13:44.481 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.481 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.481 INFO kablam! | Oct 13 13:13:44.481 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.481 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.481 INFO kablam! ... Oct 13 13:13:44.481 INFO kablam! 3729 | rt_realloc_excess_used!(rt_pow2_16384bytes_32align_realloc_excess_used, 16384, 32); Oct 13 13:13:44.481 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.481 INFO kablam! Oct 13 13:13:44.481 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.481 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.481 INFO kablam! | Oct 13 13:13:44.482 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.482 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.482 INFO kablam! ... Oct 13 13:13:44.482 INFO kablam! 3729 | rt_realloc_excess_used!(rt_pow2_16384bytes_32align_realloc_excess_used, 16384, 32); Oct 13 13:13:44.482 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.482 INFO kablam! | Oct 13 13:13:44.482 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.482 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.482 INFO kablam! | Oct 13 13:13:44.482 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.482 INFO kablam! | Oct 13 13:13:44.482 INFO kablam! Oct 13 13:13:44.482 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.482 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.482 INFO kablam! | Oct 13 13:13:44.482 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.482 INFO kablam! | ^^^^^ Oct 13 13:13:44.482 INFO kablam! ... Oct 13 13:13:44.482 INFO kablam! 3742 | rt_realloc_excess_used!(rt_pow2_32768bytes_32align_realloc_excess_used, 32768, 32); Oct 13 13:13:44.482 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.482 INFO kablam! | Oct 13 13:13:44.482 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.483 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.483 INFO kablam! | Oct 13 13:13:44.483 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.483 INFO kablam! | Oct 13 13:13:44.483 INFO kablam! Oct 13 13:13:44.483 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.483 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.483 INFO kablam! | Oct 13 13:13:44.483 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.483 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.483 INFO kablam! ... Oct 13 13:13:44.483 INFO kablam! 3742 | rt_realloc_excess_used!(rt_pow2_32768bytes_32align_realloc_excess_used, 32768, 32); Oct 13 13:13:44.483 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.483 INFO kablam! Oct 13 13:13:44.483 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.483 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.483 INFO kablam! | Oct 13 13:13:44.483 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.483 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.483 INFO kablam! ... Oct 13 13:13:44.483 INFO kablam! 3742 | rt_realloc_excess_used!(rt_pow2_32768bytes_32align_realloc_excess_used, 32768, 32); Oct 13 13:13:44.483 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.483 INFO kablam! | Oct 13 13:13:44.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.484 INFO kablam! | Oct 13 13:13:44.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.484 INFO kablam! | Oct 13 13:13:44.484 INFO kablam! Oct 13 13:13:44.484 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.484 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.484 INFO kablam! | Oct 13 13:13:44.484 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.484 INFO kablam! | ^^^^^ Oct 13 13:13:44.484 INFO kablam! ... Oct 13 13:13:44.484 INFO kablam! 3755 | rt_realloc_excess_used!(rt_pow2_65536bytes_32align_realloc_excess_used, 65536, 32); Oct 13 13:13:44.484 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.484 INFO kablam! | Oct 13 13:13:44.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.484 INFO kablam! | Oct 13 13:13:44.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.485 INFO kablam! | Oct 13 13:13:44.485 INFO kablam! Oct 13 13:13:44.485 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.485 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.485 INFO kablam! | Oct 13 13:13:44.485 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.485 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.485 INFO kablam! ... Oct 13 13:13:44.485 INFO kablam! 3755 | rt_realloc_excess_used!(rt_pow2_65536bytes_32align_realloc_excess_used, 65536, 32); Oct 13 13:13:44.485 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.485 INFO kablam! Oct 13 13:13:44.485 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.485 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.485 INFO kablam! | Oct 13 13:13:44.485 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.485 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.485 INFO kablam! ... Oct 13 13:13:44.485 INFO kablam! 3755 | rt_realloc_excess_used!(rt_pow2_65536bytes_32align_realloc_excess_used, 65536, 32); Oct 13 13:13:44.485 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.485 INFO kablam! | Oct 13 13:13:44.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.485 INFO kablam! | Oct 13 13:13:44.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.486 INFO kablam! | Oct 13 13:13:44.486 INFO kablam! Oct 13 13:13:44.486 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.486 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.486 INFO kablam! | Oct 13 13:13:44.486 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.486 INFO kablam! | ^^^^^ Oct 13 13:13:44.486 INFO kablam! ... Oct 13 13:13:44.486 INFO kablam! 3768 | rt_realloc_excess_used!(rt_pow2_131072bytes_32align_realloc_excess_used, 131072, 32); Oct 13 13:13:44.486 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.486 INFO kablam! | Oct 13 13:13:44.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.486 INFO kablam! | Oct 13 13:13:44.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.486 INFO kablam! | Oct 13 13:13:44.486 INFO kablam! Oct 13 13:13:44.486 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.486 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.486 INFO kablam! | Oct 13 13:13:44.487 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.487 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.487 INFO kablam! ... Oct 13 13:13:44.487 INFO kablam! 3768 | rt_realloc_excess_used!(rt_pow2_131072bytes_32align_realloc_excess_used, 131072, 32); 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.499 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.499 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.499 INFO kablam! | Oct 13 13:13:44.499 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.499 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.499 INFO kablam! ... Oct 13 13:13:44.499 INFO kablam! 3768 | rt_realloc_excess_used!(rt_pow2_131072bytes_32align_realloc_excess_used, 131072, 32); 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.500 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.500 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.500 INFO kablam! | Oct 13 13:13:44.500 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.500 INFO kablam! | ^^^^^ Oct 13 13:13:44.500 INFO kablam! ... Oct 13 13:13:44.500 INFO kablam! 3781 | rt_realloc_excess_used!(rt_pow2_4194304bytes_32align_realloc_excess_used, 4194304, 32); Oct 13 13:13:44.500 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.500 INFO kablam! | Oct 13 13:13:44.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.500 INFO kablam! | Oct 13 13:13:44.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.500 INFO kablam! | Oct 13 13:13:44.500 INFO kablam! Oct 13 13:13:44.500 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.500 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.500 INFO kablam! | Oct 13 13:13:44.500 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.500 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.500 INFO kablam! ... Oct 13 13:13:44.500 INFO kablam! 3781 | rt_realloc_excess_used!(rt_pow2_4194304bytes_32align_realloc_excess_used, 4194304, 32); Oct 13 13:13:44.500 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.501 INFO kablam! Oct 13 13:13:44.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.501 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.501 INFO kablam! | Oct 13 13:13:44.501 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.501 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.501 INFO kablam! ... Oct 13 13:13:44.501 INFO kablam! 3781 | rt_realloc_excess_used!(rt_pow2_4194304bytes_32align_realloc_excess_used, 4194304, 32); Oct 13 13:13:44.501 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.501 INFO kablam! | Oct 13 13:13:44.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.501 INFO kablam! | Oct 13 13:13:44.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.501 INFO kablam! | Oct 13 13:13:44.501 INFO kablam! Oct 13 13:13:44.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.501 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.501 INFO kablam! | Oct 13 13:13:44.501 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.501 INFO kablam! | ^^^^^ Oct 13 13:13:44.501 INFO kablam! ... Oct 13 13:13:44.501 INFO kablam! 3795 | rt_realloc_excess_used!(rt_even_10bytes_32align_realloc_excess_used, 10, 32); Oct 13 13:13:44.501 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.501 INFO kablam! | Oct 13 13:13:44.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.502 INFO kablam! | Oct 13 13:13:44.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.502 INFO kablam! | Oct 13 13:13:44.502 INFO kablam! Oct 13 13:13:44.502 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.502 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.502 INFO kablam! | Oct 13 13:13:44.502 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.502 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.502 INFO kablam! ... Oct 13 13:13:44.502 INFO kablam! 3795 | rt_realloc_excess_used!(rt_even_10bytes_32align_realloc_excess_used, 10, 32); Oct 13 13:13:44.502 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.502 INFO kablam! Oct 13 13:13:44.502 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.502 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.502 INFO kablam! | Oct 13 13:13:44.502 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.502 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.502 INFO kablam! ... Oct 13 13:13:44.502 INFO kablam! 3795 | rt_realloc_excess_used!(rt_even_10bytes_32align_realloc_excess_used, 10, 32); Oct 13 13:13:44.502 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.502 INFO kablam! | Oct 13 13:13:44.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.503 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.503 INFO kablam! | Oct 13 13:13:44.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.503 INFO kablam! | Oct 13 13:13:44.503 INFO kablam! Oct 13 13:13:44.503 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.503 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.503 INFO kablam! | Oct 13 13:13:44.503 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.503 INFO kablam! | ^^^^^ Oct 13 13:13:44.503 INFO kablam! ... Oct 13 13:13:44.503 INFO kablam! 3808 | rt_realloc_excess_used!(rt_even_100bytes_32align_realloc_excess_used, 100, 32); Oct 13 13:13:44.503 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.503 INFO kablam! | Oct 13 13:13:44.503 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.503 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.503 INFO kablam! | Oct 13 13:13:44.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.503 INFO kablam! | Oct 13 13:13:44.503 INFO kablam! Oct 13 13:13:44.503 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.503 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.503 INFO kablam! | Oct 13 13:13:44.503 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.503 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.503 INFO kablam! ... Oct 13 13:13:44.503 INFO kablam! 3808 | rt_realloc_excess_used!(rt_even_100bytes_32align_realloc_excess_used, 100, 32); Oct 13 13:13:44.504 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.504 INFO kablam! Oct 13 13:13:44.504 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.504 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.504 INFO kablam! | Oct 13 13:13:44.504 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.504 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.504 INFO kablam! ... Oct 13 13:13:44.504 INFO kablam! 3808 | rt_realloc_excess_used!(rt_even_100bytes_32align_realloc_excess_used, 100, 32); Oct 13 13:13:44.504 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.504 INFO kablam! | Oct 13 13:13:44.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.504 INFO kablam! | Oct 13 13:13:44.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.504 INFO kablam! | Oct 13 13:13:44.504 INFO kablam! Oct 13 13:13:44.504 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.504 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.504 INFO kablam! | Oct 13 13:13:44.504 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.504 INFO kablam! | ^^^^^ Oct 13 13:13:44.504 INFO kablam! ... Oct 13 13:13:44.504 INFO kablam! 3821 | rt_realloc_excess_used!(rt_even_1000bytes_32align_realloc_excess_used, 1000, 32); Oct 13 13:13:44.504 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.505 INFO kablam! | Oct 13 13:13:44.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.505 INFO kablam! | Oct 13 13:13:44.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.505 INFO kablam! | Oct 13 13:13:44.505 INFO kablam! Oct 13 13:13:44.505 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.505 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.505 INFO kablam! | Oct 13 13:13:44.505 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.505 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.505 INFO kablam! ... Oct 13 13:13:44.505 INFO kablam! 3821 | rt_realloc_excess_used!(rt_even_1000bytes_32align_realloc_excess_used, 1000, 32); Oct 13 13:13:44.505 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.505 INFO kablam! Oct 13 13:13:44.505 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.505 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.505 INFO kablam! | Oct 13 13:13:44.505 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.505 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.505 INFO kablam! ... Oct 13 13:13:44.506 INFO kablam! 3821 | rt_realloc_excess_used!(rt_even_1000bytes_32align_realloc_excess_used, 1000, 32); Oct 13 13:13:44.506 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.506 INFO kablam! | Oct 13 13:13:44.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.506 INFO kablam! | Oct 13 13:13:44.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.506 INFO kablam! | Oct 13 13:13:44.506 INFO kablam! Oct 13 13:13:44.506 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.506 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.506 INFO kablam! | Oct 13 13:13:44.506 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.506 INFO kablam! | ^^^^^ Oct 13 13:13:44.506 INFO kablam! ... Oct 13 13:13:44.506 INFO kablam! 3834 | rt_realloc_excess_used!(rt_even_10000bytes_32align_realloc_excess_used, 10000, 32); Oct 13 13:13:44.506 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.506 INFO kablam! | Oct 13 13:13:44.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.506 INFO kablam! | Oct 13 13:13:44.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.507 INFO kablam! | Oct 13 13:13:44.507 INFO kablam! Oct 13 13:13:44.507 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.507 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.507 INFO kablam! | Oct 13 13:13:44.507 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.507 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.507 INFO kablam! ... Oct 13 13:13:44.507 INFO kablam! 3834 | rt_realloc_excess_used!(rt_even_10000bytes_32align_realloc_excess_used, 10000, 32); Oct 13 13:13:44.507 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.507 INFO kablam! Oct 13 13:13:44.507 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.507 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.507 INFO kablam! | Oct 13 13:13:44.507 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.507 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.507 INFO kablam! ... Oct 13 13:13:44.507 INFO kablam! 3834 | rt_realloc_excess_used!(rt_even_10000bytes_32align_realloc_excess_used, 10000, 32); Oct 13 13:13:44.507 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.507 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:237:36 Oct 13 13:13:44.508 INFO kablam! | Oct 13 13:13:44.511 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.511 INFO kablam! | ^^^^^ Oct 13 13:13:44.511 INFO kablam! ... Oct 13 13:13:44.511 INFO kablam! 3847 | rt_realloc_excess_used!(rt_even_100000bytes_32align_realloc_excess_used, 100000, 32); Oct 13 13:13:44.511 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.511 INFO kablam! | Oct 13 13:13:44.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.511 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.511 INFO kablam! | Oct 13 13:13:44.511 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.511 INFO kablam! | Oct 13 13:13:44.511 INFO kablam! Oct 13 13:13:44.511 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.511 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.511 INFO kablam! | Oct 13 13:13:44.512 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.512 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.512 INFO kablam! ... Oct 13 13:13:44.512 INFO kablam! 3847 | rt_realloc_excess_used!(rt_even_100000bytes_32align_realloc_excess_used, 100000, 32); Oct 13 13:13:44.512 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.512 INFO kablam! Oct 13 13:13:44.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.512 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.512 INFO kablam! | Oct 13 13:13:44.512 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.512 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.512 INFO kablam! ... Oct 13 13:13:44.512 INFO kablam! 3847 | rt_realloc_excess_used!(rt_even_100000bytes_32align_realloc_excess_used, 100000, 32); Oct 13 13:13:44.512 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.512 INFO kablam! | Oct 13 13:13:44.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.513 INFO kablam! | Oct 13 13:13:44.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.513 INFO kablam! | Oct 13 13:13:44.513 INFO kablam! Oct 13 13:13:44.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.513 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.513 INFO kablam! | Oct 13 13:13:44.513 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.513 INFO kablam! | ^^^^^ Oct 13 13:13:44.513 INFO kablam! ... Oct 13 13:13:44.513 INFO kablam! 3860 | rt_realloc_excess_used!(rt_even_1000000bytes_32align_realloc_excess_used, 1000000, 32); Oct 13 13:13:44.513 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.513 INFO kablam! | Oct 13 13:13:44.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.513 INFO kablam! | Oct 13 13:13:44.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.513 INFO kablam! | Oct 13 13:13:44.513 INFO kablam! Oct 13 13:13:44.513 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.513 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.513 INFO kablam! | Oct 13 13:13:44.513 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.514 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.514 INFO kablam! ... Oct 13 13:13:44.514 INFO kablam! 3860 | rt_realloc_excess_used!(rt_even_1000000bytes_32align_realloc_excess_used, 1000000, 32); Oct 13 13:13:44.514 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.514 INFO kablam! Oct 13 13:13:44.514 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.514 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.514 INFO kablam! | Oct 13 13:13:44.514 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.514 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.514 INFO kablam! ... Oct 13 13:13:44.514 INFO kablam! 3860 | rt_realloc_excess_used!(rt_even_1000000bytes_32align_realloc_excess_used, 1000000, 32); Oct 13 13:13:44.514 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.514 INFO kablam! | Oct 13 13:13:44.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.514 INFO kablam! | Oct 13 13:13:44.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.514 INFO kablam! | Oct 13 13:13:44.514 INFO kablam! Oct 13 13:13:44.514 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.514 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.514 INFO kablam! | Oct 13 13:13:44.515 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.515 INFO kablam! | ^^^^^ Oct 13 13:13:44.515 INFO kablam! ... Oct 13 13:13:44.515 INFO kablam! 3874 | rt_realloc_excess_used!(rt_odd_10bytes_32align_realloc_excess_used, 10- 1, 32); Oct 13 13:13:44.515 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.515 INFO kablam! | Oct 13 13:13:44.515 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.515 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.515 INFO kablam! | Oct 13 13:13:44.515 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.515 INFO kablam! | Oct 13 13:13:44.515 INFO kablam! Oct 13 13:13:44.515 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.515 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.515 INFO kablam! | Oct 13 13:13:44.515 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.515 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.515 INFO kablam! ... Oct 13 13:13:44.515 INFO kablam! 3874 | rt_realloc_excess_used!(rt_odd_10bytes_32align_realloc_excess_used, 10- 1, 32); Oct 13 13:13:44.515 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.515 INFO kablam! Oct 13 13:13:44.515 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.515 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.515 INFO kablam! | Oct 13 13:13:44.515 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.515 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.516 INFO kablam! ... Oct 13 13:13:44.516 INFO kablam! 3874 | rt_realloc_excess_used!(rt_odd_10bytes_32align_realloc_excess_used, 10- 1, 32); Oct 13 13:13:44.516 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.516 INFO kablam! | Oct 13 13:13:44.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.516 INFO kablam! | Oct 13 13:13:44.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.516 INFO kablam! | Oct 13 13:13:44.516 INFO kablam! Oct 13 13:13:44.516 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.516 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.516 INFO kablam! | Oct 13 13:13:44.516 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.516 INFO kablam! | ^^^^^ Oct 13 13:13:44.516 INFO kablam! ... Oct 13 13:13:44.516 INFO kablam! 3887 | rt_realloc_excess_used!(rt_odd_100bytes_32align_realloc_excess_used, 100- 1, 32); Oct 13 13:13:44.516 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.516 INFO kablam! | Oct 13 13:13:44.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.516 INFO kablam! | Oct 13 13:13:44.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.516 INFO kablam! | Oct 13 13:13:44.517 INFO kablam! Oct 13 13:13:44.517 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.517 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.517 INFO kablam! | Oct 13 13:13:44.517 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.517 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.517 INFO kablam! ... Oct 13 13:13:44.517 INFO kablam! 3887 | rt_realloc_excess_used!(rt_odd_100bytes_32align_realloc_excess_used, 100- 1, 32); Oct 13 13:13:44.517 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.517 INFO kablam! Oct 13 13:13:44.517 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.517 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.517 INFO kablam! | Oct 13 13:13:44.517 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.517 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.517 INFO kablam! ... Oct 13 13:13:44.517 INFO kablam! 3887 | rt_realloc_excess_used!(rt_odd_100bytes_32align_realloc_excess_used, 100- 1, 32); Oct 13 13:13:44.517 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.517 INFO kablam! | Oct 13 13:13:44.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.517 INFO kablam! | Oct 13 13:13:44.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.517 INFO kablam! | Oct 13 13:13:44.518 INFO kablam! Oct 13 13:13:44.518 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.518 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.518 INFO kablam! | Oct 13 13:13:44.518 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.518 INFO kablam! | ^^^^^ Oct 13 13:13:44.518 INFO kablam! ... Oct 13 13:13:44.518 INFO kablam! 3900 | rt_realloc_excess_used!(rt_odd_1000bytes_32align_realloc_excess_used, 1000- 1, 32); Oct 13 13:13:44.518 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.518 INFO kablam! | Oct 13 13:13:44.518 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.518 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.518 INFO kablam! | Oct 13 13:13:44.518 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.518 INFO kablam! | Oct 13 13:13:44.518 INFO kablam! Oct 13 13:13:44.525 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.525 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.525 INFO kablam! | Oct 13 13:13:44.525 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.525 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.526 INFO kablam! ... Oct 13 13:13:44.526 INFO kablam! 3900 | rt_realloc_excess_used!(rt_odd_1000bytes_32align_realloc_excess_used, 1000- 1, 32); Oct 13 13:13:44.526 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.526 INFO kablam! Oct 13 13:13:44.526 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.526 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.526 INFO kablam! | Oct 13 13:13:44.526 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.526 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.526 INFO kablam! ... Oct 13 13:13:44.526 INFO kablam! 3900 | rt_realloc_excess_used!(rt_odd_1000bytes_32align_realloc_excess_used, 1000- 1, 32); Oct 13 13:13:44.526 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.526 INFO kablam! | Oct 13 13:13:44.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.526 INFO kablam! | Oct 13 13:13:44.526 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.526 INFO kablam! | Oct 13 13:13:44.526 INFO kablam! Oct 13 13:13:44.526 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.526 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.526 INFO kablam! | Oct 13 13:13:44.526 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.527 INFO kablam! | ^^^^^ Oct 13 13:13:44.527 INFO kablam! ... Oct 13 13:13:44.527 INFO kablam! 3913 | rt_realloc_excess_used!(rt_odd_10000bytes_32align_realloc_excess_used, 10000- 1, 32); Oct 13 13:13:44.527 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.527 INFO kablam! | Oct 13 13:13:44.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.527 INFO kablam! | Oct 13 13:13:44.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.527 INFO kablam! | Oct 13 13:13:44.527 INFO kablam! Oct 13 13:13:44.527 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.527 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.527 INFO kablam! | Oct 13 13:13:44.527 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.527 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.527 INFO kablam! ... Oct 13 13:13:44.527 INFO kablam! 3913 | rt_realloc_excess_used!(rt_odd_10000bytes_32align_realloc_excess_used, 10000- 1, 32); Oct 13 13:13:44.527 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.527 INFO kablam! Oct 13 13:13:44.527 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.527 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.527 INFO kablam! | Oct 13 13:13:44.527 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.528 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.528 INFO kablam! ... Oct 13 13:13:44.528 INFO kablam! 3913 | rt_realloc_excess_used!(rt_odd_10000bytes_32align_realloc_excess_used, 10000- 1, 32); Oct 13 13:13:44.528 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.528 INFO kablam! | Oct 13 13:13:44.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.528 INFO kablam! | Oct 13 13:13:44.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.528 INFO kablam! | Oct 13 13:13:44.528 INFO kablam! Oct 13 13:13:44.528 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.528 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.528 INFO kablam! | Oct 13 13:13:44.528 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.528 INFO kablam! | ^^^^^ Oct 13 13:13:44.528 INFO kablam! ... Oct 13 13:13:44.528 INFO kablam! 3926 | rt_realloc_excess_used!(rt_odd_100000bytes_32align_realloc_excess_used, 100000- 1, 32); Oct 13 13:13:44.528 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.528 INFO kablam! | Oct 13 13:13:44.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.528 INFO kablam! | Oct 13 13:13:44.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.529 INFO kablam! | Oct 13 13:13:44.529 INFO kablam! Oct 13 13:13:44.529 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.529 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.529 INFO kablam! | Oct 13 13:13:44.529 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.529 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.529 INFO kablam! ... Oct 13 13:13:44.529 INFO kablam! 3926 | rt_realloc_excess_used!(rt_odd_100000bytes_32align_realloc_excess_used, 100000- 1, 32); Oct 13 13:13:44.529 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.529 INFO kablam! Oct 13 13:13:44.529 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.529 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.529 INFO kablam! | Oct 13 13:13:44.529 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.529 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.529 INFO kablam! ... Oct 13 13:13:44.529 INFO kablam! 3926 | rt_realloc_excess_used!(rt_odd_100000bytes_32align_realloc_excess_used, 100000- 1, 32); Oct 13 13:13:44.529 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.529 INFO kablam! | Oct 13 13:13:44.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.529 INFO kablam! | Oct 13 13:13:44.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.530 INFO kablam! | Oct 13 13:13:44.530 INFO kablam! Oct 13 13:13:44.530 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.530 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.530 INFO kablam! | Oct 13 13:13:44.530 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.530 INFO kablam! | ^^^^^ Oct 13 13:13:44.530 INFO kablam! ... Oct 13 13:13:44.530 INFO kablam! 3939 | rt_realloc_excess_used!(rt_odd_1000000bytes_32align_realloc_excess_used, 1000000- 1, 32); Oct 13 13:13:44.530 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.530 INFO kablam! | Oct 13 13:13:44.530 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.530 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.530 INFO kablam! | Oct 13 13:13:44.530 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.530 INFO kablam! | Oct 13 13:13:44.530 INFO kablam! Oct 13 13:13:44.530 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.530 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.530 INFO kablam! | Oct 13 13:13:44.530 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.530 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.530 INFO kablam! ... Oct 13 13:13:44.530 INFO kablam! 3939 | rt_realloc_excess_used!(rt_odd_1000000bytes_32align_realloc_excess_used, 1000000- 1, 32); Oct 13 13:13:44.531 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.531 INFO kablam! Oct 13 13:13:44.531 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.531 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.531 INFO kablam! | Oct 13 13:13:44.531 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.531 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.531 INFO kablam! ... Oct 13 13:13:44.531 INFO kablam! 3939 | rt_realloc_excess_used!(rt_odd_1000000bytes_32align_realloc_excess_used, 1000000- 1, 32); Oct 13 13:13:44.531 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.531 INFO kablam! | Oct 13 13:13:44.531 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.531 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.531 INFO kablam! | Oct 13 13:13:44.531 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.531 INFO kablam! | Oct 13 13:13:44.531 INFO kablam! Oct 13 13:13:44.531 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.531 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.531 INFO kablam! | Oct 13 13:13:44.531 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.531 INFO kablam! | ^^^^^ Oct 13 13:13:44.531 INFO kablam! ... Oct 13 13:13:44.531 INFO kablam! 3953 | rt_realloc_excess_used!(rt_primes_3bytes_32align_realloc_excess_used, 3, 32); Oct 13 13:13:44.532 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.532 INFO kablam! | Oct 13 13:13:44.532 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.532 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.532 INFO kablam! | Oct 13 13:13:44.532 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.532 INFO kablam! | Oct 13 13:13:44.532 INFO kablam! Oct 13 13:13:44.532 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.532 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.532 INFO kablam! | Oct 13 13:13:44.532 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.532 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.532 INFO kablam! ... Oct 13 13:13:44.532 INFO kablam! 3953 | rt_realloc_excess_used!(rt_primes_3bytes_32align_realloc_excess_used, 3, 32); Oct 13 13:13:44.532 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.532 INFO kablam! Oct 13 13:13:44.532 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.532 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.532 INFO kablam! | Oct 13 13:13:44.532 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.532 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.532 INFO kablam! ... Oct 13 13:13:44.533 INFO kablam! 3953 | rt_realloc_excess_used!(rt_primes_3bytes_32align_realloc_excess_used, 3, 32); Oct 13 13:13:44.533 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.533 INFO kablam! | Oct 13 13:13:44.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.533 INFO kablam! | Oct 13 13:13:44.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.533 INFO kablam! | Oct 13 13:13:44.533 INFO kablam! Oct 13 13:13:44.533 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.533 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.533 INFO kablam! | Oct 13 13:13:44.533 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.533 INFO kablam! | ^^^^^ Oct 13 13:13:44.533 INFO kablam! ... Oct 13 13:13:44.533 INFO kablam! 3966 | rt_realloc_excess_used!(rt_primes_7bytes_32align_realloc_excess_used, 7, 32); Oct 13 13:13:44.533 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.533 INFO kablam! | Oct 13 13:13:44.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.533 INFO kablam! | Oct 13 13:13:44.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.533 INFO kablam! | Oct 13 13:13:44.533 INFO kablam! Oct 13 13:13:44.533 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.534 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.534 INFO kablam! | Oct 13 13:13:44.534 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.534 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.534 INFO kablam! ... Oct 13 13:13:44.534 INFO kablam! 3966 | rt_realloc_excess_used!(rt_primes_7bytes_32align_realloc_excess_used, 7, 32); Oct 13 13:13:44.534 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.534 INFO kablam! Oct 13 13:13:44.534 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.534 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.534 INFO kablam! | Oct 13 13:13:44.534 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.534 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.534 INFO kablam! ... Oct 13 13:13:44.534 INFO kablam! 3966 | rt_realloc_excess_used!(rt_primes_7bytes_32align_realloc_excess_used, 7, 32); Oct 13 13:13:44.534 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.534 INFO kablam! | Oct 13 13:13:44.534 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.534 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.534 INFO kablam! | Oct 13 13:13:44.534 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.534 INFO kablam! | Oct 13 13:13:44.534 INFO kablam! Oct 13 13:13:44.534 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.535 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.535 INFO kablam! | Oct 13 13:13:44.535 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.535 INFO kablam! | ^^^^^ Oct 13 13:13:44.535 INFO kablam! ... Oct 13 13:13:44.535 INFO kablam! 3979 | rt_realloc_excess_used!(rt_primes_13bytes_32align_realloc_excess_used, 13, 32); Oct 13 13:13:44.535 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.535 INFO kablam! | Oct 13 13:13:44.535 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.535 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.535 INFO kablam! | Oct 13 13:13:44.535 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.535 INFO kablam! | Oct 13 13:13:44.535 INFO kablam! Oct 13 13:13:44.535 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.535 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.535 INFO kablam! | Oct 13 13:13:44.535 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.535 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.535 INFO kablam! ... Oct 13 13:13:44.535 INFO kablam! 3979 | rt_realloc_excess_used!(rt_primes_13bytes_32align_realloc_excess_used, 13, 32); Oct 13 13:13:44.535 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.535 INFO kablam! Oct 13 13:13:44.539 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.539 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.539 INFO kablam! | Oct 13 13:13:44.539 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.540 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.540 INFO kablam! ... Oct 13 13:13:44.540 INFO kablam! 3979 | rt_realloc_excess_used!(rt_primes_13bytes_32align_realloc_excess_used, 13, 32); Oct 13 13:13:44.540 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.540 INFO kablam! | Oct 13 13:13:44.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.540 INFO kablam! | Oct 13 13:13:44.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.540 INFO kablam! | Oct 13 13:13:44.540 INFO kablam! Oct 13 13:13:44.540 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.540 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.540 INFO kablam! | Oct 13 13:13:44.540 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.540 INFO kablam! | ^^^^^ Oct 13 13:13:44.540 INFO kablam! ... Oct 13 13:13:44.540 INFO kablam! 3992 | rt_realloc_excess_used!(rt_primes_17bytes_32align_realloc_excess_used, 17, 32); Oct 13 13:13:44.540 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.540 INFO kablam! | Oct 13 13:13:44.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.541 INFO kablam! | Oct 13 13:13:44.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.541 INFO kablam! | Oct 13 13:13:44.541 INFO kablam! Oct 13 13:13:44.541 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.541 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.541 INFO kablam! | Oct 13 13:13:44.541 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.541 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.541 INFO kablam! ... Oct 13 13:13:44.541 INFO kablam! 3992 | rt_realloc_excess_used!(rt_primes_17bytes_32align_realloc_excess_used, 17, 32); Oct 13 13:13:44.541 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.541 INFO kablam! Oct 13 13:13:44.541 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.541 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.541 INFO kablam! | Oct 13 13:13:44.541 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.541 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.541 INFO kablam! ... Oct 13 13:13:44.541 INFO kablam! 3992 | rt_realloc_excess_used!(rt_primes_17bytes_32align_realloc_excess_used, 17, 32); Oct 13 13:13:44.541 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.541 INFO kablam! | Oct 13 13:13:44.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.541 INFO kablam! | Oct 13 13:13:44.542 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.542 INFO kablam! | Oct 13 13:13:44.542 INFO kablam! Oct 13 13:13:44.542 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.542 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.542 INFO kablam! | Oct 13 13:13:44.542 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.542 INFO kablam! | ^^^^^ Oct 13 13:13:44.542 INFO kablam! ... Oct 13 13:13:44.542 INFO kablam! 4005 | rt_realloc_excess_used!(rt_primes_31bytes_32align_realloc_excess_used, 31, 32); Oct 13 13:13:44.542 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.542 INFO kablam! | Oct 13 13:13:44.542 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.542 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.542 INFO kablam! | Oct 13 13:13:44.542 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.542 INFO kablam! | Oct 13 13:13:44.542 INFO kablam! Oct 13 13:13:44.542 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.542 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.542 INFO kablam! | Oct 13 13:13:44.542 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.542 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.543 INFO kablam! ... Oct 13 13:13:44.543 INFO kablam! 4005 | rt_realloc_excess_used!(rt_primes_31bytes_32align_realloc_excess_used, 31, 32); Oct 13 13:13:44.543 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.543 INFO kablam! Oct 13 13:13:44.543 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.543 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.543 INFO kablam! | Oct 13 13:13:44.543 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.543 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.543 INFO kablam! ... Oct 13 13:13:44.543 INFO kablam! 4005 | rt_realloc_excess_used!(rt_primes_31bytes_32align_realloc_excess_used, 31, 32); Oct 13 13:13:44.543 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.543 INFO kablam! | Oct 13 13:13:44.543 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.543 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.543 INFO kablam! | Oct 13 13:13:44.543 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.543 INFO kablam! | Oct 13 13:13:44.543 INFO kablam! Oct 13 13:13:44.543 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.543 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.543 INFO kablam! | Oct 13 13:13:44.543 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.544 INFO kablam! | ^^^^^ Oct 13 13:13:44.544 INFO kablam! ... Oct 13 13:13:44.544 INFO kablam! 4018 | rt_realloc_excess_used!(rt_primes_61bytes_32align_realloc_excess_used, 61, 32); Oct 13 13:13:44.544 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.544 INFO kablam! | Oct 13 13:13:44.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.544 INFO kablam! | Oct 13 13:13:44.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.549 INFO kablam! | Oct 13 13:13:44.549 INFO kablam! Oct 13 13:13:44.549 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.549 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.549 INFO kablam! | Oct 13 13:13:44.549 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.549 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.549 INFO kablam! ... Oct 13 13:13:44.549 INFO kablam! 4018 | rt_realloc_excess_used!(rt_primes_61bytes_32align_realloc_excess_used, 61, 32); Oct 13 13:13:44.549 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.549 INFO kablam! Oct 13 13:13:44.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.549 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.549 INFO kablam! | Oct 13 13:13:44.549 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.549 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.549 INFO kablam! ... Oct 13 13:13:44.549 INFO kablam! 4018 | rt_realloc_excess_used!(rt_primes_61bytes_32align_realloc_excess_used, 61, 32); Oct 13 13:13:44.549 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.549 INFO kablam! | Oct 13 13:13:44.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.549 INFO kablam! | Oct 13 13:13:44.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.549 INFO kablam! | Oct 13 13:13:44.549 INFO kablam! Oct 13 13:13:44.549 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.549 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.549 INFO kablam! | Oct 13 13:13:44.549 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.549 INFO kablam! | ^^^^^ Oct 13 13:13:44.549 INFO kablam! ... Oct 13 13:13:44.549 INFO kablam! 4031 | rt_realloc_excess_used!(rt_primes_96bytes_32align_realloc_excess_used, 96, 32); Oct 13 13:13:44.549 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.549 INFO kablam! | Oct 13 13:13:44.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.549 INFO kablam! | Oct 13 13:13:44.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.549 INFO kablam! | Oct 13 13:13:44.549 INFO kablam! Oct 13 13:13:44.549 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.550 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.550 INFO kablam! | Oct 13 13:13:44.550 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.550 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.550 INFO kablam! ... Oct 13 13:13:44.550 INFO kablam! 4031 | rt_realloc_excess_used!(rt_primes_96bytes_32align_realloc_excess_used, 96, 32); Oct 13 13:13:44.550 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.550 INFO kablam! Oct 13 13:13:44.550 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.550 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.550 INFO kablam! | Oct 13 13:13:44.550 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.550 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.550 INFO kablam! ... Oct 13 13:13:44.550 INFO kablam! 4031 | rt_realloc_excess_used!(rt_primes_96bytes_32align_realloc_excess_used, 96, 32); Oct 13 13:13:44.550 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.550 INFO kablam! | Oct 13 13:13:44.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.550 INFO kablam! | Oct 13 13:13:44.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.550 INFO kablam! | Oct 13 13:13:44.550 INFO kablam! Oct 13 13:13:44.550 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.550 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.550 INFO kablam! | Oct 13 13:13:44.550 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.550 INFO kablam! | ^^^^^ Oct 13 13:13:44.550 INFO kablam! ... Oct 13 13:13:44.550 INFO kablam! 4044 | rt_realloc_excess_used!(rt_primes_127bytes_32align_realloc_excess_used, 127, 32); Oct 13 13:13:44.550 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.550 INFO kablam! | Oct 13 13:13:44.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.550 INFO kablam! | Oct 13 13:13:44.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.550 INFO kablam! | Oct 13 13:13:44.550 INFO kablam! Oct 13 13:13:44.550 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.550 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.550 INFO kablam! | Oct 13 13:13:44.550 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.550 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.550 INFO kablam! ... Oct 13 13:13:44.550 INFO kablam! 4044 | rt_realloc_excess_used!(rt_primes_127bytes_32align_realloc_excess_used, 127, 32); Oct 13 13:13:44.550 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.550 INFO kablam! Oct 13 13:13:44.556 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.556 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.556 INFO kablam! | Oct 13 13:13:44.556 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.556 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.556 INFO kablam! ... Oct 13 13:13:44.556 INFO kablam! 4044 | rt_realloc_excess_used!(rt_primes_127bytes_32align_realloc_excess_used, 127, 32); Oct 13 13:13:44.556 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.556 INFO kablam! | Oct 13 13:13:44.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.556 INFO kablam! | Oct 13 13:13:44.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.556 INFO kablam! | Oct 13 13:13:44.556 INFO kablam! Oct 13 13:13:44.556 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.556 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.556 INFO kablam! | Oct 13 13:13:44.556 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.556 INFO kablam! | ^^^^^ Oct 13 13:13:44.556 INFO kablam! ... Oct 13 13:13:44.556 INFO kablam! 4057 | rt_realloc_excess_used!(rt_primes_257bytes_32align_realloc_excess_used, 257, 32); Oct 13 13:13:44.556 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.556 INFO kablam! | Oct 13 13:13:44.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.556 INFO kablam! | Oct 13 13:13:44.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.556 INFO kablam! | Oct 13 13:13:44.556 INFO kablam! Oct 13 13:13:44.556 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.556 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.556 INFO kablam! | Oct 13 13:13:44.556 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.556 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.556 INFO kablam! ... Oct 13 13:13:44.556 INFO kablam! 4057 | rt_realloc_excess_used!(rt_primes_257bytes_32align_realloc_excess_used, 257, 32); Oct 13 13:13:44.556 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.556 INFO kablam! Oct 13 13:13:44.556 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.556 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.556 INFO kablam! | Oct 13 13:13:44.556 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.556 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.556 INFO kablam! ... Oct 13 13:13:44.556 INFO kablam! 4057 | rt_realloc_excess_used!(rt_primes_257bytes_32align_realloc_excess_used, 257, 32); Oct 13 13:13:44.557 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.557 INFO kablam! | Oct 13 13:13:44.557 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.557 INFO kablam! | Oct 13 13:13:44.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.557 INFO kablam! | Oct 13 13:13:44.557 INFO kablam! Oct 13 13:13:44.557 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.557 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.557 INFO kablam! | Oct 13 13:13:44.557 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.557 INFO kablam! | ^^^^^ Oct 13 13:13:44.557 INFO kablam! ... Oct 13 13:13:44.557 INFO kablam! 4070 | rt_realloc_excess_used!(rt_primes_509bytes_32align_realloc_excess_used, 509, 32); Oct 13 13:13:44.557 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.557 INFO kablam! | Oct 13 13:13:44.557 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.557 INFO kablam! | Oct 13 13:13:44.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.557 INFO kablam! | Oct 13 13:13:44.557 INFO kablam! Oct 13 13:13:44.557 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.557 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.557 INFO kablam! | Oct 13 13:13:44.557 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.557 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.557 INFO kablam! ... Oct 13 13:13:44.557 INFO kablam! 4070 | rt_realloc_excess_used!(rt_primes_509bytes_32align_realloc_excess_used, 509, 32); Oct 13 13:13:44.557 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.557 INFO kablam! Oct 13 13:13:44.557 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.557 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.557 INFO kablam! | Oct 13 13:13:44.557 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.557 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.557 INFO kablam! ... Oct 13 13:13:44.557 INFO kablam! 4070 | rt_realloc_excess_used!(rt_primes_509bytes_32align_realloc_excess_used, 509, 32); Oct 13 13:13:44.557 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.557 INFO kablam! | Oct 13 13:13:44.557 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.557 INFO kablam! | Oct 13 13:13:44.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.557 INFO kablam! | Oct 13 13:13:44.557 INFO kablam! Oct 13 13:13:44.557 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.557 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.557 INFO kablam! | Oct 13 13:13:44.557 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.557 INFO kablam! | ^^^^^ Oct 13 13:13:44.557 INFO kablam! ... Oct 13 13:13:44.557 INFO kablam! 4083 | rt_realloc_excess_used!(rt_primes_1021bytes_32align_realloc_excess_used, 1021, 32); Oct 13 13:13:44.557 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.557 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_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.562 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.562 INFO kablam! | Oct 13 13:13:44.562 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.562 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.562 INFO kablam! ... Oct 13 13:13:44.562 INFO kablam! 4083 | rt_realloc_excess_used!(rt_primes_1021bytes_32align_realloc_excess_used, 1021, 32); 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! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.562 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.562 INFO kablam! | Oct 13 13:13:44.562 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.562 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.562 INFO kablam! ... Oct 13 13:13:44.562 INFO kablam! 4083 | rt_realloc_excess_used!(rt_primes_1021bytes_32align_realloc_excess_used, 1021, 32); 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 `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.562 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.562 INFO kablam! | Oct 13 13:13:44.562 INFO kablam! 237 | 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! 4096 | rt_realloc_excess_used!(rt_primes_2039bytes_32align_realloc_excess_used, 2039, 32); 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.563 INFO kablam! Oct 13 13:13:44.563 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.563 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.563 INFO kablam! | Oct 13 13:13:44.563 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.563 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.563 INFO kablam! ... Oct 13 13:13:44.563 INFO kablam! 4096 | rt_realloc_excess_used!(rt_primes_2039bytes_32align_realloc_excess_used, 2039, 32); Oct 13 13:13:44.563 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.563 INFO kablam! Oct 13 13:13:44.563 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.563 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.563 INFO kablam! | Oct 13 13:13:44.563 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.563 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.563 INFO kablam! ... Oct 13 13:13:44.563 INFO kablam! 4096 | rt_realloc_excess_used!(rt_primes_2039bytes_32align_realloc_excess_used, 2039, 32); Oct 13 13:13:44.563 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.563 INFO kablam! | Oct 13 13:13:44.563 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.563 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.563 INFO kablam! | Oct 13 13:13:44.563 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.563 INFO kablam! | Oct 13 13:13:44.563 INFO kablam! Oct 13 13:13:44.565 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.565 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.565 INFO kablam! | Oct 13 13:13:44.565 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.565 INFO kablam! | ^^^^^ Oct 13 13:13:44.565 INFO kablam! ... Oct 13 13:13:44.565 INFO kablam! 4109 | rt_realloc_excess_used!(rt_primes_4093bytes_32align_realloc_excess_used, 4093, 32); Oct 13 13:13:44.565 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.565 INFO kablam! | Oct 13 13:13:44.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.565 INFO kablam! | Oct 13 13:13:44.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.565 INFO kablam! | Oct 13 13:13:44.565 INFO kablam! Oct 13 13:13:44.565 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.565 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.565 INFO kablam! | Oct 13 13:13:44.565 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.565 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.565 INFO kablam! ... Oct 13 13:13:44.565 INFO kablam! 4109 | rt_realloc_excess_used!(rt_primes_4093bytes_32align_realloc_excess_used, 4093, 32); Oct 13 13:13:44.565 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.565 INFO kablam! Oct 13 13:13:44.565 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.565 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.565 INFO kablam! | Oct 13 13:13:44.565 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.565 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.565 INFO kablam! ... Oct 13 13:13:44.565 INFO kablam! 4109 | rt_realloc_excess_used!(rt_primes_4093bytes_32align_realloc_excess_used, 4093, 32); Oct 13 13:13:44.565 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.565 INFO kablam! | Oct 13 13:13:44.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.565 INFO kablam! | Oct 13 13:13:44.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.565 INFO kablam! | Oct 13 13:13:44.565 INFO kablam! Oct 13 13:13:44.565 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.565 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.565 INFO kablam! | Oct 13 13:13:44.565 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.565 INFO kablam! | ^^^^^ Oct 13 13:13:44.565 INFO kablam! ... Oct 13 13:13:44.565 INFO kablam! 4122 | rt_realloc_excess_used!(rt_primes_8191bytes_32align_realloc_excess_used, 8191, 32); Oct 13 13:13:44.565 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.565 INFO kablam! | Oct 13 13:13:44.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.565 INFO kablam! | Oct 13 13:13:44.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.565 INFO kablam! | Oct 13 13:13:44.565 INFO kablam! Oct 13 13:13:44.572 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.572 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.572 INFO kablam! | Oct 13 13:13:44.572 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.572 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.572 INFO kablam! ... Oct 13 13:13:44.572 INFO kablam! 4122 | rt_realloc_excess_used!(rt_primes_8191bytes_32align_realloc_excess_used, 8191, 32); Oct 13 13:13:44.572 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.572 INFO kablam! Oct 13 13:13:44.572 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.572 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.572 INFO kablam! | Oct 13 13:13:44.572 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.572 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.572 INFO kablam! ... Oct 13 13:13:44.572 INFO kablam! 4122 | rt_realloc_excess_used!(rt_primes_8191bytes_32align_realloc_excess_used, 8191, 32); Oct 13 13:13:44.572 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.572 INFO kablam! | Oct 13 13:13:44.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.572 INFO kablam! | Oct 13 13:13:44.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.572 INFO kablam! | Oct 13 13:13:44.572 INFO kablam! Oct 13 13:13:44.580 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.580 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.580 INFO kablam! | Oct 13 13:13:44.580 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.580 INFO kablam! | ^^^^^ Oct 13 13:13:44.580 INFO kablam! ... Oct 13 13:13:44.580 INFO kablam! 4135 | rt_realloc_excess_used!(rt_primes_16381bytes_32align_realloc_excess_used, 16381, 32); Oct 13 13:13:44.580 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.580 INFO kablam! | Oct 13 13:13:44.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.580 INFO kablam! | Oct 13 13:13:44.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.580 INFO kablam! | Oct 13 13:13:44.580 INFO kablam! Oct 13 13:13:44.580 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.580 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.580 INFO kablam! | Oct 13 13:13:44.580 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.580 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.580 INFO kablam! ... Oct 13 13:13:44.580 INFO kablam! 4135 | rt_realloc_excess_used!(rt_primes_16381bytes_32align_realloc_excess_used, 16381, 32); Oct 13 13:13:44.580 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.580 INFO kablam! Oct 13 13:13:44.580 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.580 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.580 INFO kablam! | Oct 13 13:13:44.580 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.580 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.580 INFO kablam! ... Oct 13 13:13:44.580 INFO kablam! 4135 | rt_realloc_excess_used!(rt_primes_16381bytes_32align_realloc_excess_used, 16381, 32); Oct 13 13:13:44.580 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.580 INFO kablam! | Oct 13 13:13:44.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.580 INFO kablam! | Oct 13 13:13:44.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.580 INFO kablam! | Oct 13 13:13:44.580 INFO kablam! Oct 13 13:13:44.580 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.580 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.580 INFO kablam! | Oct 13 13:13:44.580 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.581 INFO kablam! | ^^^^^ Oct 13 13:13:44.581 INFO kablam! ... Oct 13 13:13:44.581 INFO kablam! 4148 | rt_realloc_excess_used!(rt_primes_32749bytes_32align_realloc_excess_used, 32749, 32); Oct 13 13:13:44.581 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.581 INFO kablam! | Oct 13 13:13:44.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.581 INFO kablam! | Oct 13 13:13:44.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.581 INFO kablam! | Oct 13 13:13:44.581 INFO kablam! Oct 13 13:13:44.581 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.581 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.581 INFO kablam! | Oct 13 13:13:44.581 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.581 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.581 INFO kablam! ... Oct 13 13:13:44.581 INFO kablam! 4148 | rt_realloc_excess_used!(rt_primes_32749bytes_32align_realloc_excess_used, 32749, 32); Oct 13 13:13:44.581 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.581 INFO kablam! Oct 13 13:13:44.581 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.581 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.581 INFO kablam! | Oct 13 13:13:44.581 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.581 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.581 INFO kablam! ... Oct 13 13:13:44.581 INFO kablam! 4148 | rt_realloc_excess_used!(rt_primes_32749bytes_32align_realloc_excess_used, 32749, 32); Oct 13 13:13:44.581 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.581 INFO kablam! | Oct 13 13:13:44.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.581 INFO kablam! | Oct 13 13:13:44.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.581 INFO kablam! | Oct 13 13:13:44.581 INFO kablam! Oct 13 13:13:44.581 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.581 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.581 INFO kablam! | Oct 13 13:13:44.581 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.581 INFO kablam! | ^^^^^ Oct 13 13:13:44.581 INFO kablam! ... Oct 13 13:13:44.581 INFO kablam! 4161 | rt_realloc_excess_used!(rt_primes_65537bytes_32align_realloc_excess_used, 65537, 32); Oct 13 13:13:44.581 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.581 INFO kablam! | Oct 13 13:13:44.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.581 INFO kablam! | Oct 13 13:13:44.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.581 INFO kablam! | Oct 13 13:13:44.581 INFO kablam! Oct 13 13:13:44.581 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.581 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.581 INFO kablam! | Oct 13 13:13:44.581 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.581 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.581 INFO kablam! ... Oct 13 13:13:44.581 INFO kablam! 4161 | rt_realloc_excess_used!(rt_primes_65537bytes_32align_realloc_excess_used, 65537, 32); Oct 13 13:13:44.581 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.581 INFO kablam! Oct 13 13:13:44.581 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.581 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.581 INFO kablam! | Oct 13 13:13:44.581 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.581 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.581 INFO kablam! ... Oct 13 13:13:44.581 INFO kablam! 4161 | rt_realloc_excess_used!(rt_primes_65537bytes_32align_realloc_excess_used, 65537, 32); Oct 13 13:13:44.581 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.581 INFO kablam! | Oct 13 13:13:44.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.581 INFO kablam! | Oct 13 13:13:44.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.581 INFO kablam! | Oct 13 13:13:44.581 INFO kablam! Oct 13 13:13:44.581 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.581 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.581 INFO kablam! | Oct 13 13:13:44.581 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.581 INFO kablam! | ^^^^^ Oct 13 13:13:44.581 INFO kablam! ... Oct 13 13:13:44.581 INFO kablam! 4174 | rt_realloc_excess_used!(rt_primes_131071bytes_32align_realloc_excess_used, 131071, 32); Oct 13 13:13:44.582 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.582 INFO kablam! | Oct 13 13:13:44.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.582 INFO kablam! | Oct 13 13:13:44.582 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.582 INFO kablam! | Oct 13 13:13:44.582 INFO kablam! Oct 13 13:13:44.582 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.582 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.582 INFO kablam! | Oct 13 13:13:44.582 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.582 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.582 INFO kablam! ... Oct 13 13:13:44.582 INFO kablam! 4174 | rt_realloc_excess_used!(rt_primes_131071bytes_32align_realloc_excess_used, 131071, 32); Oct 13 13:13:44.582 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.582 INFO kablam! Oct 13 13:13:44.582 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.582 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.582 INFO kablam! | Oct 13 13:13:44.582 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.582 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.582 INFO kablam! ... Oct 13 13:13:44.582 INFO kablam! 4174 | rt_realloc_excess_used!(rt_primes_131071bytes_32align_realloc_excess_used, 131071, 32); Oct 13 13:13:44.582 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.582 INFO kablam! | Oct 13 13:13:44.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.582 INFO kablam! | Oct 13 13:13:44.582 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.582 INFO kablam! | Oct 13 13:13:44.582 INFO kablam! Oct 13 13:13:44.582 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.582 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:44.582 INFO kablam! | Oct 13 13:13:44.582 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.582 INFO kablam! | ^^^^^ Oct 13 13:13:44.582 INFO kablam! ... Oct 13 13:13:44.582 INFO kablam! 4187 | rt_realloc_excess_used!(rt_primes_4194301bytes_32align_realloc_excess_used, 4194301, 32); Oct 13 13:13:44.582 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.582 INFO kablam! | Oct 13 13:13:44.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.582 INFO kablam! | Oct 13 13:13:44.582 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.582 INFO kablam! | Oct 13 13:13:44.582 INFO kablam! Oct 13 13:13:44.582 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.582 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:44.582 INFO kablam! | Oct 13 13:13:44.582 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:44.582 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.582 INFO kablam! ... Oct 13 13:13:44.582 INFO kablam! 4187 | rt_realloc_excess_used!(rt_primes_4194301bytes_32align_realloc_excess_used, 4194301, 32); Oct 13 13:13:44.582 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.582 INFO kablam! Oct 13 13:13:44.596 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.596 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:44.596 INFO kablam! | Oct 13 13:13:44.596 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.596 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.596 INFO kablam! ... Oct 13 13:13:44.596 INFO kablam! 4187 | rt_realloc_excess_used!(rt_primes_4194301bytes_32align_realloc_excess_used, 4194301, 32); Oct 13 13:13:44.596 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.596 INFO kablam! | Oct 13 13:13:44.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.596 INFO kablam! | Oct 13 13:13:44.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.596 INFO kablam! | Oct 13 13:13:44.596 INFO kablam! Oct 13 13:13:44.692 INFO kablam! error: aborting due to 6301 previous errors Oct 13 13:13:44.692 INFO kablam! Oct 13 13:13:44.692 INFO kablam! Some errors occurred: E0432, E0599. Oct 13 13:13:44.692 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 13 13:13:44.705 INFO kablam! error: Could not compile `jemallocator`. Oct 13 13:13:44.705 INFO kablam! Oct 13 13:13:44.705 INFO kablam! To learn more, run the command again with --verbose. Oct 13 13:13:44.705 INFO kablam! su: No module specific data is present Oct 13 13:13:45.352 INFO running `"docker" "rm" "-f" "411b9a5fe090047f6cab96af6d7f34c977ada0f5baa53abb9a3e4c3a646c1573"` Oct 13 13:13:45.558 INFO blam! 411b9a5fe090047f6cab96af6d7f34c977ada0f5baa53abb9a3e4c3a646c1573